@charset "UTF-8";
.fa {
  font-family: "FontAwesome" !important; }

html, body {
  border: 0;
  background-color: #fff;
  padding-top: 0 !important;
  margin: 0;
  overflow-x: hidden; }

html::-webkit-scrollbar {
  width: 8px;
  background-color: #ccc; }

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #262469; }

html {
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%; }

img {
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #333333;
  background: #fff;
  position: initial; }

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

button {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: 500;
  line-height: normal; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 16px;
  line-height: normal; }

h5 {
  font-size: 14px;
  line-height: normal; }

h6 {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase; }

p {
  margin: 0 0 10px 0;
  line-height: 20px; }

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:focus {
  color: #57c9e8;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #57c9e8;
  line-height: initial; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #57c9e8; }

.d-flex-cl {
  flex-direction: column;
  align-items: center; }

.color-hover-default {
  color: #57c9e8;
  text-decoration: underline; }

.product-fixed-buy-mart, #wrapper-box-sw-mb, footer .top-ft-wanda .follow-wanda ul li a, .social-fixed ul, .row-flex .add-to-cart-style-qv, .row-flex .add-to-cart-style, .row-flex .buynow-style {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

footer .top-ft-wanda .newletter form .btn {
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: none;
  text-align: center;
  letter-spacing: .3em;
  font-weight: 600;
  position: absolute;
  background-color: #262469;
  color: #fff;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 18px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: none;
  white-space: nowrap;
  transition: .3s;
  padding: 0 20px; }

.owl-carousel .owl-nav > button.owl-prev {
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); }

.owl-carousel .owl-nav > button.owl-next {
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); }

.quantity-area {
  display: inline-block;
  width: 90px;
  border: 1px solid #000;
  margin-right: 15px;
  max-width: 100px;
  min-width: 60px;
  overflow: visible;
  position: relative; }
  .quantity-area .qty-btn {
    position: absolute;
    color: #000;
    padding: 0;
    width: unset;
    border: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 12px;
    background: none;
    cursor: pointer;
    top: 0;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: baseline; }
    .quantity-area .qty-btn.qtyminus {
      right: 0;
      bottom: 0;
      height: 50%;
      width: 44px;
      left: unset;
      top: unset;
      border-top: 1px solid #000;
      font-size: 25px;
      line-height: 8px;
      font-weight: 500; }
    .quantity-area .qty-btn.qtyplus {
      right: 0;
      height: 50%;
      width: 44px; }
  .quantity-area .quantity-selector {
    width: 44px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #232529;
    height: 49px;
    font-weight: 500;
    border-right: 1px solid #232529;
    border-radius: 0; }

/* owl nav */
.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  opacity: 1;
  height: 40px;
  width: 35px;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 1px 9px -4px;
  background: #262469;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all 36s;
  transition: all .3s;
  opacity: 0;
  border: none; }
  .owl-carousel .owl-nav > button.owl-prev {
    left: 0px; }
  .owl-carousel .owl-nav > button.owl-next {
    right: 0px; }
  @media (max-width: 767px) {
    .owl-carousel .owl-nav > button {
      opacity: 0.8;
      height: 35px;
      width: 30px;
      font-size: 18px;
      line-height: 35px; }
      .owl-carousel .owl-nav > button:hover {
        opacity: 1; } }

.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      border: 1px solid #262469;
      border-radius: 50%;
      margin: 0 3px;
      display: block;
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: #262469; }
  .owl-carousel .owl-dots.disabled {
    display: none; }

.title-section {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center; }
  .title-section span {
    display: flex;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600; }
    .title-section span:before, .title-section span:after {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      background-color: #262469; }
    .title-section span:before {
      margin-right: 15px; }
    .title-section span:after {
      margin-left: 15px; }
  @media (max-width: 767px) {
    .title-section {
      margin-bottom: 15px; }
      .title-section span {
        font-size: 18px; } }

/** product loop **/
.product-block {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 12px !important;
  padding-bottom: 15px;
  min-height: 100%;
  flex: 1; }
  .product-block .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 3px; }
    .product-block .product-img .sold-out {
      position: absolute;
      z-index: 99;
      right: 2px;
      top: 0;
      background: #000;
      padding: 3px 8px;
      color: #fff;
      font-size: 13px;
      text-align: center;
      line-height: 23px; }
    .product-block .product-img > a {
      display: block;
      position: relative; }
      .product-block .product-img > a:before {
        content: "";
        padding-bottom: 102%;
        display: block; }
      .product-block .product-img > a img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: contain;
        object-position: top;
        display: block; }
        .product-block .product-img > a img:not(.lazyloaded) {
          background: #f3f3f3;
          font-size: 0; }
    .product-block .product-img .product-icon-action {
      position: absolute;
      top: 50px;
      right: 0;
      background-color: transparent;
      -webkit-transition: .4s linear;
      -moz-transition: .4s linear;
      -ms-transition: .4s linear;
      -o-transition: .4s linear;
      transition: .4s linear;
      display: block;
      flex-wrap: wrap; }
      .product-block .product-img .product-icon-action > div {
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
        margin-bottom: 15px; }
        .product-block .product-img .product-icon-action > div > button {
          color: #232529;
          display: inline-block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          border-radius: 50%;
          padding: 0;
          font-weight: 400;
          margin: 0 10px;
          background-color: #fff;
          font-size: 0;
          box-shadow: 0 0px 10px 0px #ccc;
          transition: .3s;
          text-align: center;
          position: relative;
          border: none; }
          .product-block .product-img .product-icon-action > div > button i {
            font-size: 16px; }
          .product-block .product-img .product-icon-action > div > button:hover {
            background-color: #262469;
            color: #fff; }
  .product-block .product-detail {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .product-block .product-detail .pro-name {
      margin-bottom: 5px;
      display: flex;
      flex-direction: column;
      flex: 1; }
      .product-block .product-detail .pro-name a {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        line-height: 18px;
        padding-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .product-block .product-detail .box-pro-prices {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .product-block .product-detail .pro-price {
      margin: 0; }
      .product-block .product-detail .pro-price span {
        color: #e70303;
        font-weight: 600; }
        .product-block .product-detail .pro-price span.variant-title {
          font-size: 10px;
          color: #7A7A7A;
          text-wrap: nowrap; }
      .product-block .product-detail .pro-price .compare-price {
        font-size: 13px;
        font-weight: 400;
        margin-left: 7px;
        color: #888888; }
  @media (min-width: 768px) {
    .product-block:hover .product-icon-action > div {
      transform: none;
      transition: .5s;
      opacity: 1;
      visibility: visible; }
      .product-block:hover .product-icon-action > div.add-to-cart {
        transition-delay: 0.1s; }
      .product-block:hover .product-icon-action > div.quick-view {
        transition-delay: 0.2s; } }

/** end product loop **/
/***** Header ******/
#header {
  z-index: 3000;
  position: relative;
  height: var(--height-head); }
  #header #site-header-top {
    background: #262469; }
    #header #site-header-top .header-top-content {
      align-items: center;
      color: #fff;
      justify-content: space-between; }
    @media (max-width: 767px) {
      #header #site-header-top .header-top-center {
        width: 100%; } }
    #header #site-header-top .header-top-center span {
      padding: 8px 0px;
      display: block; }
    #header #site-header-top .header-top-right {
      justify-content: flex-end; }
      #header #site-header-top .header-top-right .social-icons ul li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff; }
      @media (min-width: 768px) {
        #header #site-header-top .header-top-right .social-icons ul li .header-action_dropdown {
          width: 420px; } }
  #header #site-header-center {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 2px 8px 0px #ccc; }
    #header #site-header-center .logo img {
      max-width: 185px;
      display: block; }
      @media (max-width: 767px) {
        #header #site-header-center .logo img {
          height: auto;
          width: 100%; } }
    @media (min-width: 992px) {
      #header #site-header-center .menu-desk {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative; }
        #header #site-header-center .menu-desk > li {
          padding: 0 15px;
          position: static; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1366px) {
      #header #site-header-center .menu-desk > li {
        padding: 0 12px; } }
    @media (min-width: 992px) {
          #header #site-header-center .menu-desk > li > a {
            font-size: 16px;
            font-weight: 500;
            text-transform: unset;
            padding: 10px 5px;
            display: block; }
            #header #site-header-center .menu-desk > li > a i {
              font-size: 10px;
              font-weight: 300;
              margin-left: 5px;
              -webkit-transition: .2s;
              -moz-transition: .2s;
              -o-transition: .2s;
              transition: .2s; }
          #header #site-header-center .menu-desk > li:hover > a > i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          #header #site-header-center .menu-desk > li.mega-menu:hover > .mega-menu-wrap {
            -webkit-transform: rotate3d(0, 0, 0, 0deg);
            -moz-transform: rotate3d(0, 0, 0, 0deg);
            -o-transform: rotate3d(0, 0, 0, 0deg);
            -ms-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
            visibility: visible; }
          #header #site-header-center .menu-desk > li .mega-menu-wrap {
            visibility: hidden;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100%;
            padding-top: 10px;
            z-index: 999;
            -webkit-transform: rotate3d(1, 0, 0, -90deg);
            -moz-transform: rotate3d(1, 0, 0, -90deg);
            -o-transform: rotate3d(1, 0, 0, -90deg);
            -ms-transform: rotate3d(1, 0, 0, -90deg);
            transform: rotate3d(1, 0, 0, -90deg);
            -webkit-transform-origin: 0 0 0;
            -moz-transform-origin: 0 0 0;
            -o-transform-origin: 0 0 0;
            -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
            #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner {
              background: #fff;
              display: flex;
              padding: 20px;
              box-shadow: 0px 5px 8px 0px #ccc;
              border-top: 2px solid #262469; }
              #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu {
                flex: 1; }
                #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .hd-title-menu > a {
                  font-size: 15px;
                  display: block;
                  padding: 7px 10px;
                  padding-right: 0;
                  text-transform: uppercase;
                  font-weight: bold;
                  position: relative; } }
            @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
              #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .hd-title-menu > a {
                font-size: 12px; } }
    @media (min-width: 992px) {
                  #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .hd-title-menu > a:before {
                    position: absolute;
                    content: "";
                    height: 2px;
                    width: 50px;
                    background: #262469;
                    bottom: 4px; }
                #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu {
                  padding: 5px 10px; }
                  #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li {
                    position: relative;
                    display: block; }
                    #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a {
                      display: inline-block;
                      padding-bottom: 10px;
                      font-size: 15px;
                      position: relative; } }
                @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
                  #header #site-header-center .menu-desk > li .mega-menu-wrap .menu-mega-inner > .item-mega-menu .sub-menu li a {
                    font-size: 12px; } }
    @media (min-width: 992px) {
          #header #site-header-center .menu-desk > li.active > a {
            color: #262469; }
          #header #site-header-center .menu-desk > li .sub_top_menu {
            padding-top: 10px;
            position: absolute;
            z-index: 999;
            min-width: 150px;
            margin-top: 30px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform-origin: 0 0 0;
            -moz-transform-origin: 0 0 0;
            -o-transform-origin: 0 0 0;
            -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            top: 100%; }
            #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown {
              background: #fff;
              -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
              -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
              -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); }
              #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown.lv3 {
                position: absolute;
                left: 100%;
                top: 0;
                min-width: 150px;
                opacity: 0;
                visibility: hidden;
                -webkit-transform-origin: 0 0 0;
                -moz-transform-origin: 0 0 0;
                -o-transform-origin: 0 0 0;
                -ms-transform-origin: 0 0 0;
                transform-origin: 0 0 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                left: 130%;
                top: 0;
                margin-top: 0;
                opacity: 0;
                visibility: hidden; }
              #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown li {
                position: relative; }
                #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown li a {
                  padding: 9px 18px;
                  white-space: nowrap;
                  text-align: left;
                  font-size: 14px;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  padding-right: 5px; }
                  #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown li a i {
                    font-size: 10px; }
                #header #site-header-center .menu-desk > li .sub_top_menu .sub_menu_dropdown li:hover .lv3 {
                  left: 100%;
                  opacity: 1;
                  visibility: visible; }
          #header #site-header-center .menu-desk > li:hover > .sub_top_menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0; }
        #header #site-header-center .menu-desk .hot-label {
          position: absolute;
          top: -12px;
          left: 100%;
          font-size: 8px;
          display: inline-block;
          text-transform: uppercase;
          line-height: 15px;
          padding: 0 5px;
          font-weight: 600;
          color: #fff;
          background: var(--bg-label); }
          #header #site-header-center .menu-desk .hot-label:before {
            border-top: 4px solid var(--bg-label);
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: inline-block;
            top: 100%;
            left: 5px;
            border-right: 4px solid transparent; } }
    #header #site-header-center .group-icon-header ul {
      display: flex;
      justify-content: flex-end; }
      #header #site-header-center .group-icon-header ul li {
        vertical-align: top;
        width: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        #header #site-header-center .group-icon-header ul li a {
          text-decoration: none;
          color: #000;
          display: block;
          position: relative; }
          #header #site-header-center .group-icon-header ul li a svg, #header #site-header-center .group-icon-header ul li a img {
            width: 24px;
            height: 24px;
            fill: #000000; }
        #header #site-header-center .group-icon-header ul li .number-cart {
          color: #fff;
          position: absolute;
          background: #262469;
          width: 18px;
          height: 18px;
          font-size: 12px;
          line-height: 18px;
          border-radius: 50%;
          text-align: center;
          right: -8px;
          bottom: 15px; }
        #header #site-header-center .group-icon-header ul li.show-search > .header-action_dropdown {
          visibility: visible;
          opacity: 1;
          transform: scale(1); }
        #header #site-header-center .group-icon-header ul li .header-action_dropdown {
          position: absolute;
          top: calc(100% + 15px);
          left: auto;
          right: -15px;
          z-index: 2000;
          min-width: 280px;
          border-radius: 3px;
          color: #677279;
          background: #fff;
          border: solid 1px #dfe3e8;
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
          visibility: hidden;
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
          transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
          transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out; }
          @media (min-width: 768px) {
            #header #site-header-center .group-icon-header ul li .header-action_dropdown {
              width: 420px; } }
          @media (max-width: 767px) {
            #header #site-header-center .group-icon-header ul li .header-action_dropdown {
              min-width: 100vw;
              right: 0;
              top: calc(100% + 10px);
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
              border-top: none; } }
          #header #site-header-center .group-icon-header ul li .header-action_dropdown .box-arrow {
            left: auto;
            right: 116px;
            position: absolute;
            bottom: calc(100% - 2px);
            margin: 0 auto;
            width: 22px;
            height: 15px; }
            @media (min-width: 768px) and (max-width: 991px) {
              #header #site-header-center .group-icon-header ul li .header-action_dropdown .box-arrow {
                right: 80px; } }
            @media (max-width: 767px) {
              #header #site-header-center .group-icon-header ul li .header-action_dropdown .box-arrow {
                right: 52px; } }
            #header #site-header-center .group-icon-header ul li .header-action_dropdown .box-arrow svg {
              -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
              filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
          #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content {
            width: 100%;
            height: 100%;
            max-height: 100%;
            overflow: hidden;
            padding: 10px 20px; }
            #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .title-search {
              font-size: 17px;
              color: #333333;
              text-transform: uppercase;
              letter-spacing: 0.5px;
              margin: 0 0 10px;
              font-weight: 500;
              padding: 6px 10px;
              text-align: center;
              border-bottom: 1px solid #ededed; }
            #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search {
              position: relative;
              padding: 0;
              margin-bottom: 5px; }
              #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .searchinput {
                background: #f5f5f5;
                border: 1px solid #ececec;
                font-size: 14px;
                color: #333333;
                font-weight: 500;
                width: 100%;
                height: 45px;
                padding: 0 55px 0 20px;
                margin: 0;
                display: inline-block;
                border-radius: 0;
                transition: all 150ms linear;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                appearance: none; }
              #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search {
                width: 45px;
                height: 45px;
                line-height: 45px;
                position: absolute;
                padding: 0;
                top: 0px;
                right: 0px;
                background: transparent;
                transition: opacity 150ms linear;
                border: none;
                min-width: auto;
                outline: none;
                box-shadow: none; }
                #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search svg, #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search .wanda-mxm-search .btn-search img {
                  width: 18px;
                  height: 45px;
                  opacity: .4; }
            #header #site-header-center .group-icon-header ul li .header-action_dropdown .header-dropdown_content .site_search #wanda-smart-search {
              position: relative; }
    #header #site-header-center .btn-menu-mb {
      font-size: 0;
      border: none;
      background: none;
      position: relative;
      z-index: 99; }

.scroll-fixed #header #site-header-center {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  /*-webkit-animation: sticky_header_animation .3s;
	-moz-animation: sticky_header_animation .3s;
	-ms-animation: sticky_header_animation .3s;
	-o-animation: sticky_header_animation .3s;
	animation: sticky_header_animation .3s;*/ }

/* footer */
footer {
  background: #f8f8f8; }
  footer .top-ft-wanda {
    padding: 45px 0; }
    footer .top-ft-wanda .title-footer h4 {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 10px;
      color: #333333;
      position: relative; }
      footer .top-ft-wanda .title-footer h4:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 54px;
        border-bottom: 2px solid #262469; }
    footer .top-ft-wanda ul li {
      padding: 7px 0;
      display: block;
      color: #333333; }
      footer .top-ft-wanda ul li i {
        color: #262469;
        margin-right: 5px; }
      footer .top-ft-wanda ul li a {
        color: #333333; }
      footer .top-ft-wanda ul li:hover a {
        color: #262469; }
    footer .top-ft-wanda .follow-wanda {
      margin-top: 15px; }
      footer .top-ft-wanda .follow-wanda ul li {
        margin-right: 10px; }
        footer .top-ft-wanda .follow-wanda ul li a {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 31px;
          text-align: center;
          border-radius: 50%;
          border: 1px solid #000; }
          footer .top-ft-wanda .follow-wanda ul li a img {
            max-width: 18px;
            filter: grayscale(100%); }
        footer .top-ft-wanda .follow-wanda ul li:hover a[href*="facebook"] {
          border-color: #4267B2; }
        footer .top-ft-wanda .follow-wanda ul li:hover a[href*="insta"] {
          border-color: #c262c4; }
        footer .top-ft-wanda .follow-wanda ul li:hover a[href*="youtube"] {
          border-color: #d90000; }
        footer .top-ft-wanda .follow-wanda ul li:hover a img {
          filter: grayscale(0); }
    footer .top-ft-wanda .newletter p {
      margin-bottom: 15px; }
    footer .top-ft-wanda .newletter form {
      background-color: #fff;
      height: 45px;
      line-height: 45px;
      border: none;
      width: 100%;
      max-width: 100%;
      position: relative; }
      footer .top-ft-wanda .newletter form input {
        border: none;
        width: 100%;
        padding: 0 100px 0 10px; }
      footer .top-ft-wanda .newletter form .btn:hover {
        background-color: #000000; }
    footer .top-ft-wanda .bocongthuong img {
      max-width: 160px; }
  footer .copyright-wanda {
    border-top: 1px solid #e8e8f2;
    padding: 15px 0; }
    footer .copyright-wanda .logo-footer img {
      max-width: 185px; }
    footer .copyright-wanda p {
      margin: 0; }

/* btn add cart*/
.wrap-addcart {
  flex: 1; }

/* Menu mobile */
@media (max-width: 992px) {
  .site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear; }
  #wandave-theme {
    left: 0; }
    #wandave-theme.menu-active {
      left: 320px;
      overflow: hidden; }
      #wandave-theme.menu-active #menu-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      #wandave-theme.menu-active #site-overlay {
        opacity: 1;
        visibility: visible; }
    #wandave-theme.filter-active {
      left: 320px; }
    #wandave-theme.show-add-cart-mb #site-overlay-sw {
      opacity: 1;
      visibility: visible; }
  #menu-mobile {
    width: 320px;
    position: fixed;
    height: 100vh;
    left: 0;
    right: auto;
    top: 0;
    background: #fff;
    z-index: 6000;
    overflow-y: auto;
    -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    #menu-mobile .mn-mb-header {
      background: #262469; }
      #menu-mobile .mn-mb-header a {
        display: block; }
      #menu-mobile .mn-mb-header .drawer-header--auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 16px;
        margin-top: 0;
        padding: 15px 0; }
        #menu-mobile .mn-mb-header .drawer-header--auth ._object {
          width: 40px;
          height: 40px;
          margin-right: 16px;
          border-radius: 50%;
          overflow: hidden; }
        #menu-mobile .mn-mb-header .drawer-header--auth ._body {
          color: #fff;
          font-size: 12px; }
    #menu-mobile .mb-menu li {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      position: relative;
      overflow: hidden; }
      #menu-mobile .mb-menu li a {
        display: inline-block;
        color: #000000;
        font-size: 14px;
        padding: 10px 20px 10px 10px;
        position: relative; }
        #menu-mobile .mb-menu li a .hot-label {
          position: absolute;
          top: 3px;
          right: -20px;
          font-size: 8px;
          display: inline-block;
          text-transform: uppercase;
          line-height: 15px;
          padding: 0 5px;
          font-weight: 600;
          color: #fff;
          background: var(--bg-label); }
          #menu-mobile .mb-menu li a .hot-label:before {
            border-top: 4px solid var(--bg-label);
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: inline-block;
            top: 100%;
            left: 5px;
            border-right: 4px solid transparent; }
      #menu-mobile .mb-menu li .cl-open {
        font-size: 0;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        width: 38px;
        height: 38px;
        top: 0; }
        #menu-mobile .mb-menu li .cl-open.plus-menu:after {
          content: "+";
          font-size: 25px;
          font-weight: 500; }
        #menu-mobile .mb-menu li .cl-open.minus-menu:after {
          content: "–";
          font-size: 25px;
          font-weight: 500; }
      #menu-mobile .mb-menu li .menu-childrent {
        padding-left: 10px;
        display: none; }
      #menu-mobile .mb-menu li:last-child {
        border: none; }
  .wanda-close-handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
    font-size: 0; }
    .wanda-close-handle .mb-menu-cls {
      width: 35px;
      height: 35px;
      cursor: pointer;
      display: inline-block;
      position: relative; }
      .wanda-close-handle .mb-menu-cls .bar {
        position: relative;
        top: 18px;
        right: 7px;
        background: #000;
        display: block;
        margin: auto;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear; }
        .wanda-close-handle .mb-menu-cls .bar:before {
          content: "";
          position: absolute;
          right: 0;
          background: #fff;
          bottom: -2px;
          width: 20px;
          height: 2px;
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
          -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1); }
        .wanda-close-handle .mb-menu-cls .bar:after {
          content: "";
          position: absolute;
          right: 0;
          background: #fff;
          top: 0;
          width: 20px;
          height: 2px;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
          -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1); } }

.search-page {
  margin-top: 15px; }
  .search-page .search-input {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .search-page .btn-search-now {
    position: absolute;
    right: 15px;
    top: 0;
    height: 45px;
    padding: 0 10px;
    border: none;
    background: #262469;
    color: #fff; }
    @media (max-width: 767px) {
      .search-page .btn-search-now {
        right: 10px; } }

/*scroll-top*/
.back-to-top {
  color: #262469;
  border: 2px solid #262469;
  font-size: 0;
  position: fixed;
  bottom: -80px;
  right: 13px;
  padding: 1px 10px;
  border-radius: 3px;
  z-index: 1;
  background-color: transparent;
  z-index: 2000; }
  .back-to-top i {
    font-size: 20px; }
  .back-to-top:hover {
    background-color: #262469;
    color: #fff; }
  .back-to-top.show {
    bottom: 65px; }

/* Paginate */
#pagination span, #pagination a {
  width: 42px;
  height: 42px;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 9px;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  color: #868686; }
  #pagination span.current, #pagination a.current {
    background: #000;
    color: #fff;
    border: 1px solid #000; }

#pagination a:hover {
  background: #000;
  color: #fff; }

.product-sale, .pro-sale-qv, .pro-sale-detail {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 10px; }
  .product-sale span, .pro-sale-qv span, .pro-sale-detail span {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 12px;
    position: relative;
    background: #ff0000;
    width: 36px;
    height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    .product-sale span:after, .pro-sale-qv span:after, .pro-sale-detail span:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-top: 10px solid #ff0000; }

@media (min-width: 992px) {
  #product-thumb .owl-next, #product-thumb .owl-prev {
    background: #262469;
    color: #fff;
    width: 30px;
    height: 30px; }
    #product-thumb .owl-next:hover, #product-thumb .owl-prev:hover {
      background: #fff;
      color: #262469; }
  #product-thumb:hover .owl-prev {
    left: -15px;
    opacity: 1; }
  #product-thumb:hover .owl-next {
    right: -15px;
    opacity: 1; }
  button[data-toggle="tooltip"]:hover:before {
    border: solid;
    border-color: transparent #be000000 transparent #333;
    border-width: 6px 6px 6px 6px;
    content: "";
    left: -20px;
    bottom: 13px;
    position: absolute; }
  button[data-toggle="tooltip"]:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #333;
    border-radius: 5px;
    color: #fff;
    content: attr(data-original-title);
    margin: 0;
    font-size: 13px;
    padding: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    left: -100px;
    position: absolute;
    top: 0; }
  a[data-tooltip="tooltip"]:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #333;
    border-radius: 5px;
    color: #fff;
    content: attr(data-original-title);
    margin: 0;
    font-size: 13px;
    padding: 0;
    min-width: 80px;
    width: max-content;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    top: auto;
    bottom: -35px; }
  a[data-tooltip="tooltip"]:hover:before {
    border: solid;
    border-color: transparent #be000000 #333 transparent;
    border-width: 6px 6px 6px 6px;
    content: "";
    left: calc(50% - 6px);
    bottom: -5px;
    position: absolute; } }

.view-detail {
  text-decoration: underline;
  color: #57a41f; }

.social-fixed {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999; }
  .social-fixed .btn-support {
    background: #262469;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer; }
    .social-fixed .btn-support svg {
      fill: #fff;
      width: 25px;
      height: 25px; }
    .social-fixed .btn-support:after {
      content: "";
      background-color: rgba(38, 36, 105, 0.9);
      animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
      border: 2px solid transparent;
      border-radius: 100%;
      height: 65px;
      left: -10px;
      z-index: 99;
      position: absolute;
      top: -10px;
      transform-origin: 50% 50% 0;
      transition: all .5s ease;
      width: 65px; }
  .social-fixed ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden; }
    .social-fixed ul.active {
      max-height: 500px;
      visibility: visible; }
    .social-fixed ul li {
      font-size: 25px;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      margin-bottom: 15px; }
      .social-fixed ul li.hotline {
        background: #e9242f; }
      .social-fixed ul li.zalo {
        background: #008FE5;
        line-height: 42px; }
      .social-fixed ul li.twitter {
        background: #03A9F4; }
      .social-fixed ul li.youtube {
        background: #FF0000; }
      .social-fixed ul li.facebook {
        background: #3B5998; }
      .social-fixed ul li.instagram {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
      .social-fixed ul li a {
        color: #fff; }

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; }
  .row-flex .add-to-cart-style-qv, .row-flex .add-to-cart-style, .row-flex .buynow-style {
    background: #262469;
    color: #fff;
    height: 51px;
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-right: 15px;
    display: block;
    border: 1px solid #262469; }
    .row-flex .add-to-cart-style-qv span, .row-flex .add-to-cart-style span, .row-flex .buynow-style span {
      font-weight: bold;
      letter-spacing: .5px; }
    .row-flex .add-to-cart-style-qv:hover, .row-flex .add-to-cart-style:hover, .row-flex .buynow-style:hover {
      background: #fff;
      color: #262469; }
  .row-flex .buynow-style {
    background: transparent;
    color: #262469; }
    .row-flex .buynow-style:hover {
      background: #262469;
      color: #fff; }
  .row-flex .add-to-cart-style-qv {
    width: calc(100% - 15px);
    flex: 0 0 calc(100% - 15px); }

.quantity-area-cartmini {
  float: left;
  width: 100px;
  display: flex; }
  .quantity-area-cartmini .qty-btn {
    background: #fff;
    float: left;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    height: 33px;
    width: 33px;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    color: black;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: unset; }
  .quantity-area-cartmini .quantity-mini {
    background: #fff;
    font-weight: 600;
    height: 33px;
    text-align: center;
    width: 33px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
    font-size: 15px;
    color: black;
    padding: 0; }

video.video-div {
  width: 100%; }

/**/
.cart-login-search {
  display: flex;
  justify-content: end;
  align-items: center; }
  @media (max-width: 991px) {
    .cart-login-search {
      justify-content: end;
      align-items: end;
      flex-flow: wrap-reverse;
      gap: 15px 0; } }
  @media (max-width: 767px) {
    .cart-login-search {
      margin-top: 30px; } }

div#google_translate_element2, .skiptranslate {
  display: none; }

.gg-translate ul {
  list-style: none;
  margin-bottom: 0; }

.gg-translate img {
  width: 30px !important;
  height: 20px !important; }

body {
  top: 0 !important; }

.box-pro-prices .product-sale {
  position: static !important;
  min-height: 17px;
  text-wrap: nowrap; }

.box-pro-prices .product-sale span {
  background: transparent !important;
  color: #000000 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 500 !important; }
  .box-pro-prices .product-sale span:after {
    display: none; }

@media (max-width: 767px) {
  .product-block .product-detail .pro-price {
    overflow: hidden;
    width: 100%; }
  .product-block .product-detail .box-pro-prices {
    align-items: start;
    flex-direction: column; } }

.check-policy {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 10px;
  justify-content: flex-end; }

.check-policy input {
  margin: 0 15px 0 0;
  cursor: pointer; }

.check-policy label {
  margin-bottom: 0;
  cursor: pointer; }

.check-policy a {
  text-decoration: underline;
  color: #f00; }

.sidebar-checkout .btncart-checkout.disabled {
  cursor: not-allowed; }

.sidebar-checkout .btncart-checkout.disabled {
  background-color: #ddd !important;
  color: #000 !important; }
