* {
  padding: 0px;
  margin: 0px; }

body, strong, input, select, option, tr, th, td, button, label, span {
  font-family: MontserratMedium; }

h1, h2, h3, h4, h5 {
  font-family: MontserratExtraBold; }

a {
  font-family: MontserratRegular; }

b {
  font-family: MontserratBold; }

p {
  font-family: MontserratRegular; }

ul li {
  font-family: MontserratMedium; }

@font-face {
  font-family: MontserratBlackItalic;
  src: url("../fonts/montserrat/Montserrat-BlackItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBlack;
  src: url("../fonts/montserrat/Montserrat-Black.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBoldItalic;
  src: url("../fonts/montserrat/Montserrat-BoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBold;
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBoldItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBold;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLightItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLight;
  src: url("../fonts/montserrat/Montserrat-ExtraLight.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratItalic;
  src: url("../fonts/montserrat/Montserrat-Italic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLightItalic;
  src: url("../fonts/montserrat/Montserrat-LightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLight;
  src: url("../fonts/montserrat/Montserrat-Light.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMediumItalic;
  src: url("../fonts/montserrat/Montserrat-MediumItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/montserrat/Montserrat-Medium.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBoldItalic;
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/montserrat/Montserrat-SemiBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThinItalic;
  src: url("../fonts/montserrat/Montserrat-ThinItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThin;
  src: url("../fonts/montserrat/Montserrat-Thin.otf");
  font-display: swap; }
:root {
  --brdr: 1px solid #f00;
  --fa: FontAwesome;
  --success: #4CAF50;
  --info: #2196F3;
  --warning: #ffeb3b;
  --danger: #f44336; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.info, .danger, .success, .warning {
  text-align: center;
  padding: 10px; }

.info, .danger, .success {
  color: white; }

.info {
  background-color: var(--info); }

.success {
  background-color: var(--success); }

.warning {
  background-color: var(--warning); }

.danger {
  background-color: var(--danger); }

.yes-mr {
  width: 90%;
  margin: auto; }

.yes-tops {
  align-items: center; }
  .yes-tops .yes-logo {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: none; }

.yes-top-row select {
  padding: 6px;
  background-color: #333;
  color: #fff;
  width: 100%;
  outline: none; }

.yes-in input {
  padding: 7px;
  border: 1px solid #333;
  width: 100%;
  outline: none; }

.yes-tops .yes-fms {
  width: 100%;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px; }

.yes-forms {
  width: 100%; }

.yes-top {
  margin-top: 7px; }

.yes-top-row-bdy {
  display: flex; }

.yes-in {
  width: 70%; }

.yes-top-row {
  width: 20%; }

.yes-top-sub {
  width: 10%;
  background-color: #0071bc;
  cursor: pointer; }
  .yes-top-sub button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0px;
    cursor: pointer; }
    .yes-top-sub button:after {
      font-family: "Font Awesome 5 Free";
      content: "\f002";
      display: inline-block;
      font-weight: 600;
      font-size: 15px;
      color: #fff; }

.yes-fq {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .yes-fq > div {
    width: 32%; }
    .yes-fq > div a {
      font-size: 13px;
      text-decoration: none; }
    .yes-fq > div:nth-child(2) {
      background-color: #333;
      padding: 4px 12px;
      border-radius: 24px;
      color: #fff; }
      .yes-fq > div:nth-child(2) a {
        color: #fff; }
    .yes-fq > div:nth-child(3) {
      background-color: #333;
      padding: 4px 12px;
      border-radius: 24px;
      color: #fff;
      margin-left: 3px; }
      .yes-fq > div:nth-child(3) a {
        color: #fff; }

nav {
  position: relative;
  background: #1b1b1b; }
  nav:after {
    content: "";
    clear: both;
    display: table; }
  nav .logo {
    float: left;
    color: white;
    font-size: 27px;
    font-weight: 600;
    line-height: 70px;
    padding-left: 60px; }
  nav ul {
    list-style: none;
    position: relative;
    margin-right: 0px;
    float: left; }
    nav ul li {
      float: left;
      display: inline-block;
      background: #1b1464;
      margin: 0 5px; }
      nav ul li a {
        color: white;
        line-height: 70px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 100;
        padding: 8px 15px; }
        nav ul li a:last-child {
          border-right: 0px; }
        nav ul li a:hover {
          border-radius: 5px; }
    nav ul ul {
      position: absolute;
      top: 90px;
      border-top: 3px solid cyan;
      opacity: 0;
      visibility: hidden;
      transition: top 0.3s; }
      nav ul ul li a:hover {
        box-shadow: none; }
      nav ul ul ul {
        border-top: none; }
    nav ul li:hover > ul {
      top: 70px;
      opacity: 1;
      visibility: visible; }
    nav ul ul li {
      position: relative;
      margin: 0px;
      width: 150px;
      float: none;
      display: list-item;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      nav ul ul li a {
        line-height: 50px; }
    nav ul ul ul li {
      position: relative;
      top: -60px;
      left: 150px; }

.show, .icon, #btn {
  display: none; }

.fa-plus {
  font-size: 15px;
  margin-left: 40px; }

.content {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

header {
  font-size: 35px;
  font-weight: 600; }

.banner-slider {
  height: 123px;
  overflow: hidden;
  position: relative; }

.pc-baner {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 3s; }
  .pc-baner:first-child {
    left: 0; }

.pc-img img {
  width: 100%; }

.banner-sec {
  position: relative; }

.btn-sld {
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 40px; }
  .btn-sld span {
    border: 2px solid #fff;
    padding: 4px 8px;
    color: #000;
    border-radius: 34px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px #333; }

.btn-slds {
  position: absolute;
  top: 50%;
  z-index: 99;
  right: 40px; }
  .btn-slds span {
    border: 2px solid #fff;
    padding: 4px 8px;
    color: #000;
    border-radius: 34px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px #333; }

.yes-ser-ist {
  margin-top: 12px;
  margin-bottom: 12px; }
  .yes-ser-ist ul {
    width: 66%;
    margin: auto; }
    .yes-ser-ist ul li {
      list-style: none;
      margin-bottom: 10px;
      border: 1px solid #333;
      background-color: #eee;
      box-shadow: 2px 2px 12px 2px #b5b5b5;
      padding: 7px 23px;
      text-align: center;
      border-radius: 3px; }

/*<popular-itam>*/
.pop-hed {
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
  padding: 12px; }

.pt-item-sec-mob, .feat-item-sec-mob {
  margin-top: 12px; }

.pt-team-sld-mob, .feat-team-sld-mob {
  display: flex;
  align-items: center; }

/*.pt-spn,
.feat-spn {
    width: 5%;
}*/
.pt-itm-cntr-mob {
  width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 330px;
  margin: auto; }

.feat-itm-cntr-mob {
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 200px; }

.pt-itm-fr-mob:first-child, .feat-itm-fr-mob:first-child {
  left: 0; }

.pt-itm-fr-mob, .feat-itm-fr-mob {
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 95%;
  left: -100%;
  transition: 4s left; }

.pt-itm-link-mob, .feat-itm-link-mob {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  box-shadow: 2px 2px 12px 2px #ddd;
  text-decoration: none;
  color: #000;
  padding: 12px; }

.pt-itm-img-mob {
  width: 100%;
  min-height: 180px;
  text-align: center; }

.feat-itm-img-mob {
  width: 100%;
  min-height: 108px;
  text-align: center; }

.pt-itm-img-mob img, .feat-itm-img-mob img {
  width: 90%;
  height: auto; }

.pt-itm-nm-mob, .feat-itm-nm-mob {
  text-align: center; }

.pt-itm-pric-mob, .feat-itm-pric-mob {
  text-align: center;
  margin-top: 7px; }

.pt-itm-pric-mob b, .feat-itm-pric-mob b {
  font-family: MontserratExtraBold;
  font-size: 21px; }

.pt-spn, .feat-spn {
  text-align: center; }

.pt-spn span, .feat-spn span {
  padding: 4px 9px;
  color: #000;
  border: 1px solid #333;
  border-radius: 34px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px #888888; }

/*<popular-itam>*/
.ofr-lft {
  width: 100%;
  margin-bottom: 13px; }

.ofr-lft-f {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden; }

.ofr-lft-sec:nth-child(2n) {
  margin-top: 12px; }

.yes-ofr {
  background-color: #ddd;
  padding: 10px; }

.ofr-lft-f img {
  width: 100%;
  height: 100%; }

.ofr-imgs {
  width: 100%;
  height: 100%; }
  .ofr-imgs img {
    width: 100%;
    height: 100%; }

.ofr-cnts ul {
  padding-left: 20px; }
  .ofr-cnts ul li {
    margin-top: 12px;
    margin-bottom: 12px; }

.ofr-a a {
  background-color: #333;
  padding: 9px 43px;
  border-radius: 23px;
  text-decoration: none;
  color: #fff; }

.ofr-nw {
  align-items: center; }

.sec-ofr {
  margin-top: 12px;
  margin-bottom: 12px; }

/*--discount section---*/
.discount-sec {
  background-color: #e6e6e6;
  padding: 12px; }

.discount-cms {
  align-items: center; }

.dis-cnts h2 p {
  font-size: 19px;
  font-weight: 400; }

.dis-lft {
  width: 100%;
  margin-bottom: 12px; }

.dis-ryt {
  width: 100%; }

.dis-cnts h2 {
  font-size: 39px; }

.discount-sldr-mob {
  display: flex;
  overflow: hidden;
  height: 410px;
  position: relative; }

.discount-sldr-ab-mob {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 4s left;
  display: flex; }
  .discount-sldr-ab-mob:first-child {
    left: 0; }

.dis-lnk-mob {
  width: 100%;
  margin-left: 10px;
  box-shadow: 2px 2px 12px 2px #9797a0;
  border-radius: 6px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #333;
  text-decoration: none;
  color: #000;
  text-align: center; }

.discount-itm-img-mob {
  width: 100%;
  min-height: 200px; }
  .discount-itm-img-mob img {
    width: 100%;
    height: auto; }

.discount-itm-name-mob {
  margin-top: 9px;
  margin-bottom: 9px; }

.discount-itm-price-mob b {
  font-size: 23px; }

.sld-btn {
  display: flex; }

.des-spn {
  width: 22%;
  text-align: center;
  margin-top: 12px; }
  .des-spn span {
    padding: 4px 8px;
    color: #000;
    border: 1px solid #333;
    border-radius: 34px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px #888888; }

/*--discount section end---*/
.best-cats {
  align-items: center;
  background-color: #333;
  color: #fff;
  padding-left: 30px !important;
  padding: 12px; }

.best-cat1 {
  margin-right: 12px; }

.best-item-se ul li {
  list-style: none;
  margin-right: 22px;
  margin-bottom: 6px;
  margin-top: 6px; }
  .best-item-se ul li a {
    font-family: MontserratBold; }

.tab-new {
  display: none; }

.cat-bst1 {
  width: 100%; }
  .cat-bst1 div:nth-child(2n) {
    margin-top: 10px; }
  .cat-bst1 div img {
    width: 100%;
    height: 100%; }

.cat-bst2 {
  width: 100%;
  height: auto;
  margin-top: 4px;
  margin-bottom: 4px; }
  .cat-bst2 div {
    height: 100%; }
    .cat-bst2 div img {
      width: 100%;
      height: 100%; }

.best-al {
  background-color: #808080;
  padding: 12px; }

.cat-bst1 div {
  height: 300px;
  overflow: hidden;
  width: 100%; }

.offer-disc {
  align-items: center; }

.offer-dis {
  background-color: #000;
  color: #fff;
  padding: 9px; }

.ofr1 {
  width: 100%;
  margin-left: 9px;
  margin-right: 9px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px; }

.odr-ds {
  background-color: #fff;
  color: #000;
  width: 50%;
  margin: auto;
  padding: 12px;
  border-radius: 4px; }

.ofr-b {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff; }

.odr-ds h2, .odr-ds p {
  font-size: 33px; }

.ofr3 {
  width: 25%; }
  .ofr3 img {
    width: 33%;
    position: absolute;
    left: 0px;
    top: -49px; }

.ofr5 {
  display: flex;
  align-items: center;
  position: relative; }

.ofr4 {
  text-align: left; }
  .ofr4 h2 {
    text-transform: uppercase;
    font-style: italic;
    color: #fcee21;
    font-size: 34px; }
  .ofr4 b {
    text-transform: uppercase;
    font-style: italic;
    font-size: 22px; }

.sign-rg {
  background-color: #000;
  color: #fff;
  padding: 12px; }

.signs-bt {
  align-items: center; }

.sign-b {
  width: 100%;
  margin-bottom: 12px; }

.sign-bdy {
  display: flex; }
  .sign-bdy input:nth-child(1n) {
    width: 70%;
    padding: 8px;
    outline: none; }
  .sign-bdy input:nth-child(2n) {
    background-color: #0071bc;
    color: #fff;
    width: 20%;
    border: 0px;
    cursor: pointer; }

footer {
  background-color: #333;
  padding: 12px; }

.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.fotr-cn b {
  font-size: 18px;
  color: #fff; }
.fotr-cn ul {
  margin-top: 12px; }
  .fotr-cn ul li {
    list-style: none;
    margin-bottom: 12px; }
    .fotr-cn ul li a {
      color: #fff;
      text-decoration: none; }

.fotr-btm {
  align-items: center;
  margin-top: 12px; }

.fotr-abt {
  width: 100%;
  margin-right: 20px;
  color: #fff; }
  .fotr-abt p {
    line-height: 22px; }

.fotr-social {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 8px; }
  .fotr-social ul {
    display: flex; }
    .fotr-social ul li {
      margin-right: 10px;
      list-style: none; }
      .fotr-social ul li a {
        background-color: #fff;
        padding: 6px 10px;
        color: #000; }

.fotr-bt {
  text-align: center;
  padding-top: 14px;
  color: #fff; }
  .fotr-bt a {
    color: #fff;
    text-decoration: none; }

.super-banner img {
  width: 100%; }

.super-hed {
  width: 80%;
  margin: auto;
  text-align: center; }
  .super-hed h2 {
    margin: 12px auto; }

.yes-super {
  margin-top: 12px; }

.super-left {
  width: 100%; }

.super-img {
  width: auto;
  height: 100%;
  overflow: hidden;
  border: 7px solid #000; }
  .super-img img {
    width: 100%;
    height: 100%; }

.super-cnts {
  text-align: center;
  margin: 12px auto; }
  .super-cnts b {
    font-size: 23px; }

.featured-brnd-item {
  margin-top: 12px;
  margin-bottom: 12px; }

.featured-brnd-lft {
  width: 100%;
  background-color: #000;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }

.featured-ims {
  width: 100%;
  height: 280px;
  overflow: hidden; }
  .featured-ims img {
    width: 100%;
    height: 100%;
    border-radius: 12px; }

.featured-cnts {
  position: absolute;
  top: 40%;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%; }
  .featured-cnts h2 {
    font-size: 34px;
    text-transform: uppercase; }
  .featured-cnts p {
    font-size: 20px; }

.featured-valid-date {
  text-align: center;
  color: #fff;
  padding: 12px; }

.product-mr {
  margin-top: 42px;
  margin-bottom: 12px; }

.prodct-left {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.prodct-img {
  border-radius: 26px;
  border: 2px solid #4d4d4d;
  text-align: center;
  padding: 25px;
  display: flex;
  align-items: center; }
  .prodct-img img {
    width: 100%;
    border-radius: 26px;
    margin: auto; }

.prodct-offer {
  position: absolute;
  top: 0px;
  background-color: #39b54a;
  padding: 5px 16px;
  border-top-left-radius: 26px;
  color: #fff; }

.product-pr-rt {
  display: flex;
  margin: 9px auto;
  justify-content: flex-end;
  align-items: center; }

.product-rating {
  display: flex; }
  .product-rating span {
    margin-left: 4px; }

.pr-dt-str {
  color: #f7931e; }
  .pr-dt-str:after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    display: inline-block;
    font-weight: 600;
    font-size: 15px; }

.product-pr {
  margin-right: auto; }

.pr-dt-str-hlf {
  color: #ddd; }
  .pr-dt-str-hlf:after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    display: inline-block;
    font-weight: 600;
    font-size: 15px; }

.prodct-name {
  margin: 9px auto; }

.product-pr span {
  text-decoration: line-through;
  margin-left: 12px;
  color: #a29e9e; }

.product-ad-crt {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
  margin-bottom: 13px; }

.prdct-add {
  margin-right: auto;
  margin-top: 10px; }
  .prdct-add a, .prdct-add button {
    text-decoration: none;
    background-color: #333;
    padding: 7px 18px;
    color: #fff;
    border-radius: 23px;
    font-size: 12px; }

.prdct-add-fv a, .prdct-add-fv button {
  text-decoration: none;
  background-color: #333;
  padding: 7px 18px;
  font-size: 12px;
  color: #fff;
  border-radius: 23px; }

.category-sec {
  margin-top: 12px; }

.category-hed {
  margin-bottom: 12px; }

.cat-secs {
  width: 100%;
  text-align: center; }

.cat-img {
  width: 97%;
  height: 100%;
  overflow: hidden;
  border: 3px solid #333;
  border-radius: 26px; }
  .cat-img img {
    width: 100%;
    margin: auto;
    height: 100%;
    border-radius: 26px; }

.cat-name-sec {
  margin-top: 7px;
  margin-bottom: 7px; }
  .cat-name-sec b {
    font-size: 23px; }

.c-hr {
  background-color: #adacac;
  height: 1px;
  margin-bottom: 12px; }

.cat-mrs {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 19px; }
  .cat-mrs a {
    border: 2px solid #333;
    border-radius: 23px;
    padding: 4px 23px;
    text-decoration: none;
    color: #333; }

.prd-src, .related-src {
  width: 100%; }

.prodcts-img, .related-img {
  height: 100%;
  border-radius: 26px;
  border: 2px solid #4d4d4d;
  text-align: center;
  display: flex;
  align-items: center; }

.prodcts-img img, .related-img img {
  width: 100%;
  border-radius: 26px;
  margin: auto;
  height: 100%; }

.pr-str, .rel-str {
  color: #f7931e;
  margin-left: 4px; }

.pr-str:after, .rel-str:after {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  display: inline-block;
  font-weight: 600;
  font-size: 15px; }

.pr-str-hlf, .rel-str-hlf {
  color: #ddd; }

.pr-str-hlf:after, .rel-str-hlf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  display: inline-block;
  font-weight: 600;
  font-size: 15px; }

.prdct-fl, .related-fl {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 8px; }

.prdct-price, .related-price {
  margin-right: auto; }

.prdct-add-crts, .rel-add-crts {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  justify-content: flex-end; }

.prodct-names, .related-names {
  margin-top: 9px;
  margin-bottom: 9px; }

.pr-ad-crts, .rel-ad-crts {
  margin-right: auto; }

.pr-ad-crts a, .pr-ad-crts button, .pr-ad-crtss a, .pr-ad-crtss button, .rel-ad-crts a, .rel-ad-crts button, .rel-ad-crtss a, .rel-ad-crtss button {
  background-color: #333;
  color: #fff;
  padding: 5px 16px;
  text-decoration: none;
  border-radius: 23px;
  font-size: 14px; }

.pr-ad-crts {
  padding-top: 8px; }

.related-prdct {
  margin-top: 17px; }

.reltd-shw {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px; }
  .reltd-shw a {
    border: 2px solid #333;
    border-radius: 23px;
    padding: 3px 23px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-family: MontserratBold; }

.cate-lft {
  width: 100%;
  border-bottom: 2px solid #333; }

.cate-ryts {
  width: 90%;
  padding: 12px; }

.cat-als ul li {
  padding: 20px;
  padding-left: 10px !important;
  cursor: pointer; }
  .cat-als ul li a {
    padding-left: 20px !important; }
  .cat-als ul li:hover {
    background-color: #1b1464; }
    .cat-als ul li:hover a {
      color: #fff; }

.cntp-dl {
  margin-top: 10px; }
  .cntp-dl h2 {
    font-size: 29px;
    margin-bottom: 8px; }
  .cntp-dl ul {
    padding-left: 20px; }
    .cntp-dl ul li {
      margin-top: 9px; }
  .cntp-dl p {
    margin-top: 11px;
    margin-bottom: 11px; }
  .cntp-dl img {
    width: 100%; }

.product-dtls {
  margin-top: 12px; }

.product-dt-lfts {
  width: 100%;
  margin-right: 10px; }

.product-dt-imgs {
  width: 100%; }
  .product-dt-imgs img {
    width: 100%;
    height: auto;
    border: 2px solid #333;
    border-radius: 23px; }

.product-dt-ml {
  width: 100%;
  margin-left: 6px;
  display: flex; }

.prod-thum {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid #333;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px; }
  .prod-thum img {
    width: 100%;
    height: auto; }

.dt-rel-str {
  color: #f7931e;
  margin-left: 4px; }
  .dt-rel-str:after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    display: inline-block;
    font-weight: 600;
    font-size: 15px; }

.dt-rel-str-hlf {
  color: #ddd;
  margin-left: 4px; }
  .dt-rel-str-hlf:after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    display: inline-block;
    font-weight: 600;
    font-size: 15px; }

.prdt-pric-str {
  display: flex;
  align-items: center;
  margin-top: 9px; }

.prdt-strs {
  margin-right: 8px;
  margin-left: 8px; }

.prd-des-st {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px; }

.prds-desc {
  margin-right: auto; }

.prds-desc-ab {
  color: #dd0334; }
  .prds-desc-ab b {
    font-style: italic; }

.prds-descr {
  margin-top: 4px; }

.prds-ul ul {
  display: flex; }
  .prds-ul ul li {
    margin-left: 5px;
    list-style: none;
    border-radius: 6px;
    margin-top: 12px;
    border: 1px solid #1a1a1a;
    background-color: #ddd;
    padding: 8px 12px; }

.prds-sizes {
  align-items: center; }

.prds-btns {
  margin-top: 9px;
  margin-left: 13px; }
  .prds-btns a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; }
    .prds-btns a p {
      font-size: 15px;
      margin-left: 12px; }

.prd-fom-row {
  display: flex;
  margin-top: 12px; }

.prd-in {
  width: 16%; }
  .prd-in input {
    width: 70%;
    padding: 6px;
    border-radius: 3px;
    outline: none; }

.prd-nt input:nth-child(1) {
  margin-right: 12px;
  background-color: #1b1464;
  padding: 8px 13px;
  color: #fff;
  border-radius: 3px;
  border: 0px;
  cursor: pointer;
  margin-left: 12px; }
.prd-nt input:nth-child(2) {
  margin-right: 12px;
  padding: 7px 13px;
  color: #000;
  border-radius: 3px;
  border: 2px solid #1b1464;
  cursor: pointer; }

.chck-dlv {
  margin-top: 12px; }

.chk-in input:nth-child(3) {
  width: 70%;
  padding: 5px;
  outline: none;
  margin-top: 6px; }
.chk-in input:nth-child(4) {
  padding: 5px 12px;
  margin-left: -12px;
  background-color: #4d4d4d;
  color: #fff;
  cursor: pointer; }

.rating {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 3px; }

.rat-us {
  margin-right: 12px; }

.rating > input {
  display: none; }
.rating > label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  margin: 5px;
  font-size: 1.5rem;
  display: inline-block;
  cursor: pointer; }
.rating > .half:before {
  content: "\f089";
  position: absolute;
  cursor: pointer; }
.rating > label {
  color: #807a7a;
  float: right;
  cursor: pointer; }
.rating > input:checked ~ label {
  color: #f7931e; }
.rating:not(:checked) > label:hover {
  color: #f7931e; }
  .rating:not(:checked) > label:hover ~ label {
    color: #f7931e; }
.rating > input:checked + label:hover, .rating > input:checked ~ label:hover {
  color: #f7931e; }
.rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
  color: #f7931e; }

.rating-sectn {
  margin-top: 23px;
  margin-bottom: 23px; }

.rating-sec {
  width: 100%; }

.rating-cmnt textarea {
  width: 95%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #333; }

.rating-sb {
  text-align: right;
  margin-bottom: 4px; }
  .rating-sb input {
    background-color: #1b1464;
    color: #fff;
    padding: 6px 22px;
    border-radius: 5px;
    border: 0px; }

.cntb-dtls {
  display: flex; }

.cntb-lft {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.cnt-imgs {
  width: 47px;
  height: 47px;
  border-radius: 33px; }
  .cnt-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 33px; }

.cnt-ur {
  display: flex;
  align-items: center;
  margin-right: auto; }

.cnt-date {
  font-style: italic;
  font-size: 14px;
  color: #787474; }

.cnt-pr-des {
  margin-top: 3px; }

.cnts-dtls {
  border-radius: 12px;
  border: 1px solid #333;
  padding: 12px; }

.prodct-dtling {
  margin-top: 23px;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px; }

.prd-dt-abc {
  margin-top: 12px; }

.prd-dt-abd {
  display: flex;
  margin-bottom: 5px;
  justify-content: flex-end; }

.pd-secf {
  margin-right: auto; }

.pd-lbl {
  margin-left: 9px;
  text-align: right; }

.lg-btns {
  color: white;
  font-size: 13px;
  border: none;
  padding: 2px 0px; }

.lg-bts {
  position: relative;
  display: inline-block; }

.lg-bts-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 108px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 3px; }
  .lg-bts-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /*background-color: #1b1464;*/
    background-color: #333; }
    .lg-bts-content a:hover {
      background-color: #ddd;
      color: #333 !important; }

.lg-bts:hover .lg-bts-content {
  display: block; }

nav .logo {
  padding-left: 30px;
  width: 100%; }

.show + a, .mnu-s {
  display: none;
  background-color: #1b1464; }

nav ul li, nav ul ul li {
  display: block;
  width: 100%; }
nav ul li a:hover {
  box-shadow: none; }

.show {
  display: block;
  color: white;
  font-size: 18px;
  padding: 0 20px;
  line-height: 70px;
  cursor: pointer; }
  .show:hover {
    color: cyan; }

.icon {
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 67px;
  cursor: pointer;
  font-size: 25px; }

nav ul ul {
  top: 70px;
  border-top: 0px;
  float: none;
  position: static;
  display: none;
  opacity: 1;
  visibility: visible; }
  nav ul ul a {
    padding-left: 40px; }
  nav ul ul ul a {
    padding-left: 80px; }
  nav ul ul ul li {
    position: static; }

[id^="btn"]:checked + ul {
  display: block; }

nav ul ul li {
  border-bottom: 0px; }

span.cancel:before {
  content: "\f00d"; }

.poplur-pcs, .feat-pcs, .disc-pcs {
  display: none; }

.logo-mob {
  width: 30%;
  float: left; }
  .logo-mob img {
    width: 80%;
    padding-top: 9px;
    padding-bottom: 3px;
    padding-left: 12px; }

.yes-fq > div:nth-child(1) {
  display: none; }

.category-hed {
  font-size: 14px; }

.logins {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 12px;
  padding-bottom: 12px; }

.login {
  justify-content: flex-end; }

.login-fm {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #333;
  background-color: #fff;
  box-shadow: 2px 4px 10px 3px #b1a8a8;
  padding-bottom: 12px;
  margin-top: 23px;
  margin-bottom: 23px; }

.login-fom-row {
  padding: 12px; }

.login-cnts {
  margin-bottom: 12px;
  text-align: center; }
  .login-cnts p {
    margin-top: 4px;
    margin-bottom: 4px; }

.login-select {
  margin-bottom: 12px; }
  .login-select select {
    width: 100%;
    padding: 7px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #333;
    margin-top: 2px; }

.login-input {
  margin-bottom: 12px; }
  .login-input input, .login-input select {
    width: 95%;
    margin-top: 5px;
    padding: 7px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #333; }
  .login-input select {
    background-color: transparent; }

.login-sb {
  text-align: center; }
  .login-sb input {
    padding: 9px 33px;
    background-color: #0071bc;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    cursor: pointer; }

.logn {
  margin-top: 6px;
  text-align: center;
  font-weight: bold; }
  .logn p a {
    text-decoration: none; }

.logn-l {
  width: 80px;
  margin: auto; }
  .logn-l ul {
    display: flex; }
    .logn-l ul li {
      margin-left: 12px;
      list-style: none; }
      .logn-l ul li a {
        font-size: 23px; }
        .logn-l ul li a .fbs {
          color: #0071bc; }
        .logn-l ul li a .gpl {
          color: #ea4955; }

.cart-ad {
  align-items: center;
  background-color: #1b1464; }

.crt-lft {
  width: 100%;
  height: 100%;
  padding-bottom: 2px; }

.crt-img img {
  width: 100%; }

.crt-i {
  font-size: 123px; }

.crt-cnts {
  text-align: center;
  margin: 13px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px; }
  .crt-cnts div {
    margin-top: 12px; }
    .crt-cnts div a {
      background-color: #333;
      color: #fff;
      padding: 6px 33px;
      border-radius: 19px;
      text-decoration: none; }

.ad-ryt-sec {
  background-color: #fff;
  padding: 7px;
  border-radius: 10px;
  margin-top: 12px; }

.ad-itm-img {
  width: 100%;
  height: 100%; }
  .ad-itm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.ad-itm-dtl {
  margin-left: 10px; }

.ad-fom-sec {
  margin-top: 10px; }

.ad-crt-btn-ad {
  margin-top: 20px;
  justify-content: flex-end; }

.ad-crt-b-sec {
  margin-right: auto; }
  .ad-crt-b-sec a, .ad-crt-b-sec input[type='submit'] {
    border: 2px solid #000;
    padding: 5px 23px;
    border-radius: 40px;
    text-decoration: none;
    color: #000; }
  .ad-crt-b-sec button {
    border: 0px;
    padding: 9px 23px;
    border-radius: 40px;
    text-decoration: none;
    background-color: #d33743;
    color: #fff;
    cursor: pointer; }

.ad-crt-b-pri b {
  font-size: 23px; }

.cart-dtls {
  padding: 12px;
  height: 700px;
  overflow: scroll;
  overflow-x: hidden; }

.fm-ad-crt {
  display: flex; }

.total-sub {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  color: #fff; }
  .total-sub div {
    font-family: MontserratBold;
    font-size: 23px; }
    .total-sub div:first-child {
      margin-right: 19px; }

.ad-tax {
  text-align: right;
  margin-top: 6px;
  margin-bottom: 6px; }

.add-checkout {
  justify-content: flex-end;
  margin-bottom: 10px;
  justify-content: flex-end;
  line-height: 47px; }
  .add-checkout a:first-child {
    background-color: #0071bc;
    padding: 4px 53px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 12px; }
  .add-checkout a:nth-child(2) {
    border: 2px solid #fff;
    padding: 4px 53px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none; }

.ad-tax p {
  color: #fff; }

.fm-ad-crt p {
  margin-right: 12px; }

.nw-ad-dts {
  background-color: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px; }

.nw-ad-itms {
  align-items: center; }
  .nw-ad-itms .nw-ad-do {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center; }
    .nw-ad-itms .nw-ad-do img {
      width: 73%;
      height: 100%;
      object-fit: cover;
      margin: auto;
      text-align: center; }
  .nw-ad-itms .nw-ad-sc {
    width: 100%;
    margin-left: 10px; }

.product-nm {
  margin-top: 4px;
  margin-bottom: 7px; }

.product-quanity {
  display: flex;
  margin-top: 8px; }

.qnty-sec {
  margin-left: 12px; }

.product-quanity-btn {
  display: flex;
  margin-top: 8px;
  align-items: center; }
  .product-quanity-btn a {
    border-radius: 40px;
    border: 2px solid #000;
    padding: 4px 43px;
    color: #000;
    text-decoration: none; }
  .product-quanity-btn button {
    border-radius: 40px;
    background-color: #39b54a;
    padding: 9px 19px;
    border: 0px;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none; }

.nw-ad-price {
  position: relative;
  margin-left: 20px;
  width: 100%;
  margin-top: 5px; }

.price-rt {
  font-family: MontserratBold;
  font-size: 23px; }

.product-nm p {
  margin-top: 6px; }

.order-cnfrm {
  margin-top: 20px; }

.order-sm-sec {
  background-color: #ddd;
  padding: 12px;
  border-radius: 20px; }

.sm-adress {
  align-items: center;
  display: flex; }

.order-cnfrm label {
  font-weight: bold;
  font-family: MontserratBold; }

.checkbox-label {
  margin-left: 4px; }

.checkbox-custom ~ .shiping-fom {
  display: none; }

.sm-text textarea {
  width: 90%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  outline: none; }

.sm-ad-sub {
  display: flex;
  justify-content: flex-end; }
  .sm-ad-sub input {
    padding: 8px 33px;
    background-color: #333333;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    cursor: pointer; }

.custom-lb {
  margin-left: 10px; }

.checkbox-custom:checked ~ .shiping-fom {
  display: block; }

.cnform-cm-ordr {
  margin-bottom: 12px; }

.ad-crt-b-pri {
  margin-top: 9px;
  margin-bottom: 9px; }

.def-address {
  margin-top: 4px;
  margin-bottom: 9px; }

.shipping-details {
  margin-bottom: 9px; }

/*<mob style>*/
.catgsr-bn-clt {
  display: none; }

.new-bn-clt {
  background-color: #dee2ff;
  padding: 20px; }

.clth-nw-cn, .clth-nw-cn-mob, .catgsr-nw-cn, .catgsr-nw-cn-mob {
  display: flex;
  align-items: center;
  margin-top: 12px; }

.nw-clts-brnd:first-child, .nw-clts-brnd-mob:first-child, .nw-catgsr-brnd:first-child, .nw-catgsr-brnd-mob:first-child {
  left: 0; }

.nw-clts-brnd, .nw-clts-brnd-mob, .nw-catgsr-brnd, .nw-catgsr-brnd-mob {
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  left: -100%;
  transition: 4s left; }

.nw-clts-cntr, .nw-clts-cntr-mob {
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 250px; }

.nw-catgsr-cntr, .nw-catgsr-cntr-mob {
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 300px; }

.nw-clth-imgs, .nw-clth-imgs-mob, .nw-catgsr-imgs, .nw-catgsr-imgs-mob {
  width: 100%;
  height: 250px;
  overflow: hidden; }

.nw-clth-imgs img, .nw-clth-imgs-mob img, .nw-catgsr-imgs img, .nw-catgsr-imgs-mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px; }

.nw-links, .nw-links-mob, .nw-links, .nw-links-mob {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
  text-decoration: none;
  color: #fff; }

.yes-mre h2, .yes-mre-mob h2 {
  margin-left: 50px; }

.new-bn-clt {
  display: none; }

.bl-clths {
  background-color: #1b1464;
  padding: 12px;
  text-align: center;
  color: #fff; }

.coth-mne {
  margin-top: 12px; }
  .coth-mne h2 {
    margin-left: 0px; }

.new-bn-clt-mob {
  background-color: #dee2ff;
  padding: 10px; }

.search-al {
  display: flex;
  flex-direction: column; }
  .search-al > div {
    width: 90%; }

.sech-lft {
  width: 30%;
  background-color: #e6e6e6; }

.row-seach-fom {
  text-align: center; }

.row-sr-rw {
  padding-left: 50px; }
  .row-sr-rw div {
    margin-bottom: 12px; }

.row-seach-hd {
  padding-left: 50px;
  margin-top: 12px;
  margin-bottom: 12px; }

.slidecontainer {
  width: 100%; }

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.srch-srch-pr {
  width: 80%;
  margin: auto;
  padding-top: 13px;
  padding-bottom: 13px; }

.sech-ryt {
  width: 68%;
  padding: 20px; }

.srch-heds-l {
  display: flex;
  justify-content: flex-end;
  width: 90%; }
  .srch-heds-l div:nth-child(2) {
    margin-left: auto; }
  .srch-heds-l div select {
    padding: 5px;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none; }

.srch-product-mr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  margin-bottom: 12px; }
  .srch-product-mr > div {
    width: 80%;
    margin: auto; }

.srch-prodct-left {
  width: 32%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }

.srch-prodct-offer {
  position: absolute;
  top: 0px;
  background-color: #39b54a;
  padding: 5px 16px;
  border-top-left-radius: 26px;
  color: #fff; }

.srch-prodct-img {
  height: 230px;
  border-radius: 26px;
  border: 2px solid #4d4d4d;
  text-align: center;
  padding: 25px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .srch-prodct-img img {
    width: 100%;
    border-radius: 26px;
    margin: auto;
    height: 100%;
    object-fit: contain; }

.srch-prodct-name {
  margin: 9px auto; }

.srch-product-srch-pr-rt {
  display: flex;
  margin: 9px auto;
  justify-content: flex-end;
  align-items: center; }

.srch-product-srch-pr {
  margin-right: auto; }
  .srch-product-srch-pr span {
    text-decoration: line-through;
    margin-left: 12px;
    color: #a29e9e; }

.srch-product-rating {
  display: flex; }
  .srch-product-rating span {
    margin-left: 4px; }

.srch-pr-dt-str {
  color: #f7931e; }

.srch-pr-dt-str-hlf {
  color: #ddd; }

.srch-product-ad-crt {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
  margin-bottom: 13px; }

.srch-prdct-add {
  margin-right: auto;
  padding-top: 5px; }
  .srch-prdct-add a {
    text-decoration: none;
    background-color: #333;
    padding: 5px 19px;
    color: #fff;
    border-radius: 23px;
    font-size: 11px; }

.srch-prdct-add-fv a, .srch-prdct-add-fv button {
  text-decoration: none;
  background-color: #333;
  padding: 5px 19px;
  color: #fff;
  border-radius: 23px;
  font-size: 11px; }

/*# sourceMappingURL=mobile.css.map */
