@charset "UTF-8";
.d-flex-cl {
  flex-direction: column;
  align-items: center; }

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

#header #site-header-center, .product-fixed-buy-mart, #wrapper-box-sw-mb, .product-block .product-img > a img.img-hover, .product-block .product-img .product-icon-action, .product-block .product-img .product-icon-action > div > button:after, .product-block .product-img .product-icon-action > div > button:before, footer .top-ft-wanda .follow-wanda ul li a, .back-to-top, .social-fixed, .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: var(--bgshop);
  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; }

/* header */
#header {
  z-index: 3000;
  height: var(--height-head);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0 !important; }
  #header #site-header-center {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #ccc;
    min-height: var(--height-head); }
    #header #site-header-center .logo img {
      max-width: 185px;
      display: block; }
      @media (max-width: 991px) {
        #header #site-header-center .logo img {
          height: auto;
          width: 100%;
          max-width: 150px; } }
    @media (max-width: 767px) {
      #header #site-header-center .container {
        padding: 0 15px; } }
    @media (min-width: 992px) {
      #header #site-header-center .menu-desk {
        display: flex;
        flex-direction: row;
        position: relative; }
        #header #site-header-center .menu-desk > li {
          padding: 0 15px;
          position: static; } }
    @media (min-width: 992px) and (max-width: 1366px) {
      #header #site-header-center .menu-desk > li {
        padding: 0 12px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      #header #site-header-center .menu-desk > li {
        padding: 0 5px; } }
    @media (min-width: 992px) {
          #header #site-header-center .menu-desk > li > a {
            font-size: 14px;
            font-weight: 500;
            text-transform: unset;
            padding: 10px 5px;
            display: block; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        #header #site-header-center .menu-desk > li > a {
          font-size: 14px; } }
    @media (min-width: 992px) {
            #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 > a i:before {
                width: 5px;
                height: 5px;
                top: 2px; }
          #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 2px 5px 0px #ccc;
              border-top: 2px solid var(--bgshop); }
              #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: 14px;
                  display: block;
                  padding: 0 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: var(--bgshop);
                    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: 14px;
                      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: var(--colorshophover); }
          #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: 10px 10px 0 10px;
                  white-space: nowrap;
                  text-align: left;
                  font-size: 14px;
                  display: flex;
                  align-items: center;
                  justify-content: space-between; }
                  #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:last-child a {
                  padding-bottom: 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: 20px;
            height: 20px;
            fill: #000000; }
        #header #site-header-center .group-icon-header ul li .number-cart, #header #site-header-center .group-icon-header ul li .number-like {
          color: #fff;
          position: absolute;
          background: var(--bgshop);
          width: 15px;
          height: 15px;
          font-size: 10px;
          line-height: 15px;
          border-radius: 50%;
          text-align: center;
          right: -8px;
          bottom: 12px; }
        #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% + 20px);
          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: -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: 142px;
            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: 103px; } }
            @media (max-width: 767px) {
              #header #site-header-center .group-icon-header ul li .header-action_dropdown .box-arrow {
                right: 20%; } }
            #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: #000000;
              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; }

#home-slider.slick-slider > button, #form-quick-view .slick-slider > 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;
  height: 40px;
  width: 40px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 1px 9px -4px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all 36s;
  transition: all .3s;
  opacity: 0;
  border: none;
  font-size: 0;
  z-index: 9; }
  #home-slider.slick-slider > button.slick-prev:before, #form-quick-view .slick-slider > button.slick-prev:before {
    content: '\276E';
    font-size: 23px; }
  #home-slider.slick-slider > button.slick-next:before, #form-quick-view .slick-slider > button.slick-next:before {
    content: '\276F';
    font-size: 23px; }
  @media (max-width: 767px) {
    #home-slider.slick-slider > button, #form-quick-view .slick-slider > button {
      opacity: 0.8;
      height: 35px;
      width: 35px;
      line-height: 35px; }
      #home-slider.slick-slider > button:hover, #form-quick-view .slick-slider > button:hover {
        opacity: 1; } }

#form-quick-view .slick-slider > button {
  opacity: 1;
  width: 35px;
  height: 35px; }
  #form-quick-view .slick-slider > button.slick-prev {
    left: -15px; }
  #form-quick-view .slick-slider > button.slick-next {
    right: -15px; }

.quantity-area {
  float: left;
  width: 135px;
  display: flex;
  margin-right: 15px; }
  .quantity-area .qty-btn {
    background: #fff;
    float: left;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    height: 45px;
    width: 45px;
    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 .quantity-selector {
    background: #fff;
    font-weight: 600;
    height: 45px;
    text-align: center;
    width: 45px;
    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; }

/* owl nav */
.top-title {
  margin-bottom: 30px;
  text-align: center; }
  .top-title .title-section {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5px; }
    .top-title .title-section span {
      display: flex;
      align-items: center;
      font-size: 22px;
      font-weight: 700; }
    @media (max-width: 767px) {
      .top-title .title-section span {
        font-size: 18px; } }
  .top-title p {
    text-align: center;
    color: #878787;
    font-style: italic;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
    position: relative;
    min-width: 150px; }
    .top-title p.fsnone {
      font-size: 0; }
    .top-title p:before {
      content: "///";
      color: #000;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      text-align: center;
      background: #fff;
      z-index: 9;
      font-size: 14px; }
    .top-title p:after {
      content: "";
      width: 120px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 15px; }

/** product loop **/
.product-block {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  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; }
    .product-block .product-img > a {
      display: block;
      position: relative;
      z-index: 9; }
      .product-block .product-img > a:before {
        content: "";
        padding-bottom: 150%;
        display: block; }
      .product-block .product-img > a img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
        z-index: 8; }
        .product-block .product-img > a img:not(.lazyloaded) {
          background: #c3c3c3; }
        .product-block .product-img > a img.img-hover {
          visibility: hidden;
          opacity: 0; }
    .product-block .product-img .product-icon-action {
      position: absolute;
      top: auto;
      bottom: -50px;
      background-color: transparent;
      display: flex;
      flex-wrap: wrap;
      width: calc(100% + 5px);
      justify-content: space-between;
      right: auto;
      left: 0;
      z-index: 10;
      margin-left: -5px; }
      .product-block .product-img .product-icon-action > div {
        width: 50%;
        padding-left: 5px; }
        .product-block .product-img .product-icon-action > div > button {
          color: #fff;
          display: inline-block;
          line-height: 35px;
          padding: 0;
          font-weight: 400;
          margin: 0;
          background-color: var(--bgshop);
          text-align: center;
          position: relative;
          border: none;
          width: 100%; }
          @media (max-width: 1024px) {
            .product-block .product-img .product-icon-action > div > button {
              font-size: 12px; } }
          .product-block .product-img .product-icon-action > div > button:before {
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: scale(0, 1);
            transform-origin: center; }
          .product-block .product-img .product-icon-action > div > button:after {
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            transform: scale(1, 0);
            transform-origin: center; }
          .product-block .product-img .product-icon-action > div > button:after, .product-block .product-img .product-icon-action > div > button:before {
            position: absolute;
            z-index: 9;
            content: "";
            opacity: 0; }
          .product-block .product-img .product-icon-action > div > button:hover:before, .product-block .product-img .product-icon-action > div > button:hover:after {
            opacity: 1;
            transform: scale(1); }
      @media (max-width: 768px) {
        .product-block .product-img .product-icon-action {
          display: none; } }
    .product-block .product-img .product-wishlist {
      position: absolute;
      z-index: 9;
      top: 0px;
      right: 0px; }
      .product-block .product-img .product-wishlist button {
        font-size: 0;
        outline: none;
        border: none;
        background: none;
        width: 35px;
        height: 35px; }
        .product-block .product-img .product-wishlist button img {
          margin: 0 auto;
          width: 20px;
          height: 20px; }
  .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: auto; }
      .product-block .product-detail .pro-name a {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        line-height: 18px;
        padding-top: 3px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .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 .compare-price {
        font-size: 14px;
        font-weight: 500;
        margin-left: 15px;
        color: #888888; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price .compare-price {
            margin-left: 9px; } }
  .product-block .add-cart-mb-loop {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 0px;
    display: none !important; }
    .product-block .add-cart-mb-loop button {
      font-size: 0;
      outline: none;
      border: none;
      background: none;
      width: 35px;
      height: 35px; }
      .product-block .add-cart-mb-loop button img {
        width: 35px;
        height: 35px;
        margin: 0 auto; }
  @media (min-width: 768px) {
    .product-block:hover .product-icon-action {
      bottom: 0; }
    .product-block .has-hover:hover .img-hover {
      opacity: 1;
      visibility: visible; } }

/** end product loop **/
.scroll-fixed #header #site-header-center {
  z-index: 100;
  background: rgba(255, 255, 255, 0.9); }

/* footer */
footer {
  background: #212121;
  padding-left: 20px;
  padding-right: 20px; }
  footer.bgft {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--bg-footer); }
  footer * {
    color: #ffffff; }
  footer .top-ft-wanda {
    padding: 45px 0; }
    footer .top-ft-wanda .title-footer h4 {
      font-size: 16px;
      font-weight: 600;
      padding-bottom: 10px;
      position: relative; }
      footer .top-ft-wanda .title-footer h4:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 54px;
        border-bottom: 2px solid #ffffff; }
    footer .top-ft-wanda ul li {
      padding: 7px 0;
      display: block; }
      footer .top-ft-wanda ul li i {
        margin-right: 5px; }
      footer .top-ft-wanda ul li:hover a {
        color: var(--colorshophover); }
    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 #ffffff; }
          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;
        color: #000; }
      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; }
  footer .infomation-wanda {
    margin-top: 10px; }

footer .top-ft-wanda .social-footer li {
  padding: 0;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px; }
  footer .top-ft-wanda .social-footer li.hotline {
    background: #e9242f; }
  footer .top-ft-wanda .social-footer li.zalo {
    background: #008FE5;
    line-height: 26px; }
  footer .top-ft-wanda .social-footer li.twitter {
    background: #03A9F4; }
  footer .top-ft-wanda .social-footer li.youtube {
    background: #FF0000; }
  footer .top-ft-wanda .social-footer li.tiktok {
    background: #000;
    line-height: 26px; }
  footer .top-ft-wanda .social-footer li.facebook {
    background: #4267B3; }
  footer .top-ft-wanda .social-footer 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 ); }
  footer .top-ft-wanda .social-footer li a {
    color: #fff;
    display: block; }
    footer .top-ft-wanda .social-footer li a i {
      margin: 0; }

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

/* Menu mobile */
.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; }

@media (max-width: 992px) {
  #wandave-theme.menu-active {
    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.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: rgba(0, 0, 0, 0.8);
    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 .user-acc-logo {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 16px; }
    #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;
        overflow: hidden; }
        #menu-mobile .mn-mb-header .drawer-header--auth ._object img {
          border-radius: 50%; }
      #menu-mobile .mn-mb-header .drawer-header--auth ._body {
        color: #fff;
        font-size: 12px; }
    #menu-mobile .mb-menu > li {
      border-bottom: 0.5px solid #808080; }
    #menu-mobile .mb-menu li {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      position: relative;
      overflow: hidden; }
      #menu-mobile .mb-menu li a {
        display: inline-block;
        color: var(--colortextmenumb);
        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;
        color: var(--colortextmenumb); }
        #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); }
  #flex-owl-quickview:not(.slick-initialized) .product-image-feature-qv {
    flex: 0 0 100%; } }

.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: var(--bgshop);
    color: #fff; }
    @media (max-width: 767px) {
      .search-page .btn-search-now {
        right: 10px; } }

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

/* 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;
  display: flex; }
  .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: #000000;
    width: 36px;
    height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px; }
    .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 #000000; }
    .product-sale span.new, .pro-sale-qv span.new, .pro-sale-detail span.new {
      background: #029018; }
      .product-sale span.new:after, .pro-sale-qv span.new:after, .pro-sale-detail span.new:after {
        border-top: 10px solid #029018; }
  .product-sale.hidden, .pro-sale-qv.hidden, .pro-sale-detail.hidden {
    display: none; }

@media (min-width: 992px) {
  #product-thumb .owl-next, #product-thumb .owl-prev {
    background: var(--bgshop);
    color: #fff;
    width: 30px;
    height: 30px; }
    #product-thumb .owl-next:hover, #product-thumb .owl-prev:hover {
      background: #fff;
      color: var(--bgshop); }
  #product-thumb:hover .owl-prev {
    left: -15px;
    opacity: 1; }
  #product-thumb:hover .owl-next {
    right: -15px;
    opacity: 1; } }

.view-detail {
  text-decoration: underline;
  color: var(--colorshop); }

.social-fixed {
  position: fixed;
  bottom: 120px;
  right: -80px;
  z-index: 999; }
  .social-fixed .btn-support {
    background: var(--colorshophover);
    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;
    background-image: var(--customer);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat; }
    .social-fixed .btn-support.active-show {
      background-image: var(--cancel);
      background-size: 20px; }
    .social-fixed .btn-support:after {
      content: "";
      background-color: rgba(202, 167, 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.overflow-active {
      overflow: initial; }
    .social-fixed ul li {
      font-size: 25px;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      margin-bottom: 15px;
      position: relative; }
      .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.tiktok {
        background: #000;
        line-height: 42px; }
      .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;
        display: block; }
  .social-fixed.show {
    right: 10px; }

.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: var(--bgshop);
    color: #fff;
    height: 45px;
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-right: 15px;
    display: block;
    border: 1px solid var(--bgshop);
    max-width: 250px; }
    .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; }
    @media (min-width: 992px) {
      .row-flex .add-to-cart-style-qv:hover, .row-flex .add-to-cart-style:hover, .row-flex .buynow-style:hover {
        background: #fff;
        color: var(--bgshop); } }
  .row-flex .buynow-style {
    background: transparent;
    color: var(--bgshop); }
    .row-flex .buynow-style:hover {
      background: var(--bgshop);
      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; }

.rte.description p {
  margin: 0; }

.list-variants-img {
  display: none;
  margin-top: 10px;
  flex: 1;
  height: 100%;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  min-height: 22px; }
  .list-variants-img li {
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 50%;
    list-style: none !important; }
    .list-variants-img li span {
      width: 16px;
      height: 16px;
      display: block;
      border-radius: 50%;
      cursor: pointer;
      background-image: var(--bg-colorloop);
      background-size: contain;
      background-position: center; }
    .list-variants-img li.active {
      border-color: #000; }

.pro-sale-qv.hidden {
  display: none; }

.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
  visibility: hidden; }

.count-down-index {
  margin-top: 10px;
  display: block; }
  .count-down-index > span {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold; }
  .count-down-index .countdown-deal li {
    display: block;
    float: left;
    background: #CAA769;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 9px;
    margin: 5px;
    font-size: 16px; }
    @media (max-width: 480px) {
      .count-down-index .countdown-deal li {
        height: 35px;
        width: 35px;
        line-height: 35px; } }
    .count-down-index .countdown-deal li span {
      color: #fff;
      font-weight: bold; }

.show-buy-mobile .product-fixed-buy-mart {
  bottom: 0; }

#wrapper-box-sw-mb {
  position: fixed;
  background: #fff;
  z-index: 9999;
  bottom: -100vh; }
  #wrapper-box-sw-mb .result-swatch-mb {
    position: relative; }
    #wrapper-box-sw-mb .result-swatch-mb .bar:before, #wrapper-box-sw-mb .result-swatch-mb .bar:after {
      background: #000; }
  #wrapper-box-sw-mb #form-swatch-mobile {
    padding: 15px 10px;
    position: relative; }
    #wrapper-box-sw-mb #form-swatch-mobile .product-title h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    #wrapper-box-sw-mb #form-swatch-mobile .product-title .pro_sku_sw {
      font-size: 14px; }
    #wrapper-box-sw-mb #form-swatch-mobile .pro-price-sw {
      font-size: 16px;
      color: #ff0000;
      font-weight: 600;
      margin-right: 15px; }
    #wrapper-box-sw-mb #form-swatch-mobile del {
      color: #919191;
      font-weight: 500; }
    #wrapper-box-sw-mb #form-swatch-mobile .select-swatch {
      float: left;
      max-height: 210px;
      overflow-y: auto;
      width: 100%; }

.show-add-cart-mb #wrapper-box-sw-mb {
  bottom: 0; }

.unless-product #buynow-sw {
  display: none; }

@media (max-width: 480px) {
  .d-none-button-mb .slick-callback .slick-arrow {
    display: none !important; }
  .d-block-button-mb .slick-callback .slick-arrow.slick-prev {
    left: -15px;
    opacity: 1; }
  .d-block-button-mb .slick-callback .slick-arrow.slick-next {
    right: -25px;
    opacity: 1; } }

/*Thêm class d-block-button-mb thì hiện thị button next prev trên mobile */
/*Mai (15/09/2022)*/
.product-block .product-detail .pro-price span {
  color: #caa769;
  font-weight: bold; }

.product-block .product-detail .pro-price.on_sale span {
  color: #e70303; }

.product-sale span {
  background: #000000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-top: 10px; }

.product-sale span:after {
  content: none; }

.form-check-input:active {
  filter: brightness(90%); }

.form-check-input[type=checkbox]:focus {
  border-color: #86b7fe;
  outline: 0 !important;
  box-shadow: 0 !important;
  outline-offset: unset !important; }

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd; }

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  border-color: #0d6efd; }

.form-check-input:disabled {
  opacity: .5;
  filter: none;
  pointer-events: none; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5; }

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-bottom: -3px; }

.userbox-p.phone {
  display: none; }

.otpcode {
  display: none; }

.style-radio input[type="radio"],
#gender input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 10px;
  height: 10px;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  padding: 0; }

.style-radio input[type="radio"]:checked,
#gender input[type="radio"]:checked {
  border-color: #3c3c54;
  background: #3c3c54;
  outline: 0 !important; }

.style-radio {
  margin-bottom: 20px; }

#gender label {
  margin-right: 25px; }

.phoneCheckShow {
  display: none; }

.otpcode {
  display: none; }

.userbox .icon-phoneico:after {
  content: url(//theme.hstatic.net/1000210295/1001368967/14/phone-auri.png?v=153);
  width: 16px;
  height: 16px; }

.userbox .icon-phoneico {
  max-width: 16px;
  max-height: 16px;
  display: block; }

div#wrap-social-login-plus {
  display: flex;
  justify-content: space-between; }

/*topbar css*/
#promotion-bar.bar-wrapper {
  padding: 15px 0px; }

#topbaranimation {
  left: 0px;
  height: 27px;
  width: 1600px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: -15px -16px -12px 0px;
  display: block;
  font-weight: 600; }

@media (max-width: 480px) {
  #topbaranimation {
    width: 480px; }
  #promotion-bar.top-position {
    z-index: 3000 !important; } }

.marqueeStyle {
  display: inline-block;
  font-weight: bold;
  color: #3f4057;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 20s linear infinite;
  animation: scrolling-left1 20s linear infinite; }

/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
  0% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%); }
  100% {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%); } }

@media (max-width: 480px) {
  @keyframes scrolling-left1 {
    0% {
      transform: translateX(50%);
      -webkit-transform: translateX(50%); }
    100% {
      transform: translateX(-150%);
      -webkit-transform: translateX(-150%); } } }

.product__percent {
  margin-left: 10px;
  color: #888 !important; }

.product-sale {
  display: none; }

#hrv-loyalty {
  position: fixed;
  bottom: 5.5em !important;
  right: 10.5em !important;
  left: 0 !important;
  z-index: 999999123; }

@media (max-width: 767px) {
  #hrv-loyalty {
    bottom: 6em !important;
    /*right: 5.5em !important;*/
    right: unset !important;
    left: -1px !important; } }

/* vbet88 */
.checktag-prod {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px; }
  .checktag-prod span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .checktag-prod img {
    max-width: 100px;
    max-height: 55px;
    height: auto; }

.checktag-2-label, .checktag-3-label {
  display: block; }
  .checktag-2-label > span, .checktag-3-label > span {
    margin: 3px 0 2px;
    font-size: 11px;
    background-color: #000000;
    line-height: 1.4;
    letter-spacing: 0.2px;
    padding: 3px 4px 1px;
    border-radius: 2px;
    display: inline-block;
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase; }
  .checktag-2-label > img, .checktag-3-label > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 3px; }

.checktag-3-label > span {
  background-color: #f5a7b6 !important;
  color: #000000 !important; }

#promotion-bar.top-position {
  z-index: 99 !important; }

@media (max-width: 480px) {
  .product-block .product-detail .pro-price span {
    font-size: 12px; }
  .product-block .product-detail .pro-price .compare-price {
    font-size: 12px;
    margin-left: 5px; }
  .product-block .product-detail .pro-price span.product__percent {
    margin-left: 3px;
    font-size: 12px !important; } }

/**/
.haravan-product-reviews-badge {
  margin-top: 5px; }
  .haravan-product-reviews-badge .hrv-product-reviews-star i {
    font-size: 15px; }

#pro-price .haravan-product-reviews-badge {
  display: flex;
  margin-left: 15px;
  align-items: center;
  margin-top: 0; }
  #pro-price .haravan-product-reviews-badge p {
    margin-bottom: 5px; }
  @media (max-width: 480px) {
    #pro-price .haravan-product-reviews-badge {
      margin-left: 0; }
      #pro-price .haravan-product-reviews-badge .hrv-product-reviews-form {
        width: 100%; } }

@media (max-width: 480px) {
  .hrv-product-reviews-form {
    width: 100% !important; } }

.desc_coll {
  position: relative; }

.bg-gradient {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 90px;
  left: 0;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0) 70%, #fff 90%); }

.btn_more {
  text-align: center;
  margin-top: 50px; }

.btn_more p {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600; }

.desc_coll .desc_col {
  height: 100px;
  overflow: hidden; }

.desc_coll.see_more_tab .desc_col {
  height: auto; }

.desc_coll.see_more_tab .bg-gradient {
  display: none; }

@media (max-width: 767px) {
  .slick-callback .slick-dots, #slider-thumb .slick-dots {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 5px 10px !important; } }

/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear;
  z-index: 9999; }

.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-flex; }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-productApp.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center;
  flex-wrap: wrap; }

.modal-productApp .modal-footer .button {
  margin: 0 5px;
  font-weight: 600;
  outline: none; }

.modal-productApp .modal-footer .button:first-child:not(:hover) {
  color: #000000; }

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
  background: #ffffff; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #000000;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #000000; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program {
  border: 2px dotted #000000;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0; }

#buyxgety-program .buyxgety-heading {
  padding: 5px 60px 5px 0;
  position: relative; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading p {
  font-size: 12px; }

/*
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;width:35px;height:35px;right: 10px;top:6px;
	background-image: url('https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png');
	background-repeat: no-repeat;background-size: contain;
}
*/
#buyxgety-program .variant-select select {
  padding-left: 5px; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 30px; }

.buyxgety_item .buyxgety_image {
  width: 70px;
  text-align: center; }

.buyxgety_item .buyxgety_image img {
  padding: 3px;
  border: 1px solid #eee; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 70px);
  padding-left: 10px; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 span {
  margin-bottom: 2px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 10px;
  padding: 1px 6px 2px;
  border: 1px solid #ffe1db;
  background: #fef4f4;
  color: #ff0000;
  border-radius: 3px;
  display: inline-block; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
  color: #315399; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
  color: #ff0000; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 span {
  color: #315399; }

.product-loop .proloop-image .gift {
  position: absolute;
  z-index: 99;
  top: 5px;
  left: 10px; }

.product-loop .proloop-image .gift.product_gift_label,
.product-loop-ldpage .gift.product_gift_label {
  min-height: 20px; }

.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
  display: inline-block;
  width: 50px; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0px 10px; }
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 10px; } }

/*
#buyxgety-themvaogioheader img {
	max-width: 30px;
}
*/
#buyxgety-program .buyxgety-heading h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center; }
  #buyxgety-program .buyxgety-heading h3 img {
    margin-right: 8px; }

/* . RENDER COMBO */
/*-------------------------------------------*/
.combo-info--title {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600; }

.combo-info--content + .combo-info--content {
  border-top: 0; }

.combo-info .combo-content--name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: none; }

.combo-info .combo-content--list .list-combos {
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap; }

.combo-info .combo-content--total {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
  border-left: 0;
  border-top: 1px dashed #ddd;
  text-align: left; }
  .combo-info .combo-content--total p {
    margin: 0 0 10px;
    font-size: 15px; }
  .combo-info .combo-content--total p span.combo-total-price {
    color: #ff2c26;
    font-size: 16px; }
  .combo-info .combo-content--total p.txt1 {
    font-weight: 700; }
  .combo-info .combo-content--total p.txt2 .combo-total-priceInit {
    font-weight: 500;
    font-size: 16px; }
  .combo-info .combo-content--total .add-combo {
    font-size: 13px;
    background: #f00;
    border: none;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
    min-width: 185px;
    height: 45px;
    text-transform: uppercase; }
    .combo-info .combo-content--total .add-combo:focus {
      outline: none; }

.combo-info .combo-item {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }
  .combo-info .combo-item--images {
    position: relative;
    margin-bottom: 15px; }
    .combo-info .combo-item--images .lazy-img-cb {
      overflow: hidden; }
    .combo-info .combo-item--images a {
      width: 100px;
      text-align: center;
      display: block; }
  .combo-info .combo-item--detail {
    padding-right: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
    .combo-info .combo-item--detail p {
      margin-bottom: 0; }
  .combo-info .combo-item--title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500; }
    .combo-info .combo-item--title input {
      margin-right: 5px;
      cursor: pointer;
      vertical-align: -2px; }
  .combo-info .combo-item--option {
    margin-bottom: 10px; }
    .combo-info .combo-item--option .options-title {
      color: #999;
      font-weight: 500; }
    .combo-info .combo-item--option .select-option {
      display: inline-block;
      position: relative;
      margin-right: 8px;
      margin-top: 8px; }
      .combo-info .combo-item--option .select-option:hover label {
        opacity: 1;
        visibility: visible; }
    .combo-info .combo-item--option .select-option label {
      position: absolute;
      top: -34px;
      left: 50%;
      transform: translateX(-50%);
      height: 24px;
      line-height: 24px;
      background: #17191a;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      white-space: nowrap;
      padding: 0 15px;
      border-radius: 3px;
      z-index: 990;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      display: none; }
      .combo-info .combo-item--option .select-option label:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border: solid;
        border-width: 8px 8px 0 8px;
        border-color: transparent;
        border-top-color: #000;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%); }
    .combo-info .combo-item--option .select-option select {
      font-size: 12px;
      color: #000;
      padding: 3px 25px 3px 3px;
      border-color: #ececec;
      border-radius: 2px;
      outline: none;
      font-weight: 500; }
    .combo-info .combo-item--option .select-option select.disable {
      pointer-events: none;
      padding: 3px 25px 3px 3px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .combo-info .combo-item--option .select-option select option[disabled] {
      color: rgba(0, 0, 0, 0.3); }
    .combo-info .combo-item--option.is-hide {
      display: none; }
    .combo-info .combo-item--option.disable .options-title {
      display: none; }
    .combo-info .combo-item--option.disable .filter-option {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      pointer-events: none;
      padding: 5px 8px; }
  .combo-info .combo-item--bottom {
    margin-top: auto; }
  .combo-info .combo-item--priceInit {
    margin-top: auto; }
    .combo-info .combo-item--priceInit span b {
      font-weight: 600; }
    .combo-info .combo-item--priceInit del {
      margin-left: 5px;
      color: rgba(0, 0, 0, 0.26);
      font-size: 12px;
      font-weight: 500; }
  .combo-info .combo-item--price {
    color: #d0011b;
    font-weight: 600;
    margin-top: 5px;
    font-size: 15px; }
    .combo-info .combo-item--price .price-tt {
      font-size: 12px;
      color: #757575;
      display: block; }
    .combo-info .combo-item--price del {
      color: rgba(0, 0, 0, 0.26);
      margin-left: 5px;
      font-size: 12px; }
  .combo-info .combo-item.item-force .combo-item--images a, .combo-info .combo-item.item-force .combo-item--title input {
    pointer-events: none; }
  .combo-info .combo-item.item-force:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
  .combo-info .combo-item.disabled .combo-item--images a.image {
    opacity: 0.5; }
  .combo-info .combo-item:not(:last-child) .combo-item--images:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100px;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat; }

@media (min-width: 992px) {
  .combo-info .combo-content--total {
    position: relative;
    text-align: left;
    min-width: 195px; }
    .combo-info .combo-content--total .wrapbox-total {
      display: flex;
      align-items: center;
      height: 100%; }
      .combo-info .combo-content--total .wrapbox-total .combo-total {
        margin-right: 30px; }
      .combo-info .combo-content--total .wrapbox-total .combo-total p {
        margin: 0; }
      .combo-info .combo-content--total .wrapbox-total .combo-total .txt2 {
        margin-top: 1px; }
  .combo-info .combo-content--list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .combo-info .combo-item--option {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .combo-info .combo-item--option .options-title {
      margin-right: 10px;
      min-width: 90px;
      font-size: 13px;
      margin-top: 8px; }
  .combo-info--content {
    padding: 20px;
    border: 2px dashed #e70505;
    border-radius: 4px; }
  .combo-info--vertical .combo-info--content {
    overflow: hidden; }
  .combo-info--vertical .combo-content--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .combo-info--vertical .combo-item--price .price-tt {
    display: inline-block;
    margin-right: 5px; }
  .combo-info--vertical.width-small {
    max-width: calc(66.666667% - 15px); }
    .combo-info--vertical.width-small .combo-item {
      flex: 0 0 50%;
      max-width: 50%; }
  .combo-info--vertical .combo-item:nth-child(3n) .combo-item--detail {
    padding: 0; }
  .combo-info--horizontal .combo-info--content {
    display: block; }
  .combo-info--horizontal .combo-info--content .combo-item--images a {
    width: 80px; }
  .combo-info--horizontal .combo-content--total {
    border-left: 0;
    padding-left: 0; }
  .combo-info--horizontal .combo-item--bottom {
    text-align: right;
    max-width: 150px;
    flex: 0 0 150px;
    margin-top: 0; }
  .combo-info--horizontal .combo-item {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    border-bottom: 1px dashed #e4e5f0; }
    .combo-info--horizontal .combo-item--title {
      position: initial; }
      .combo-info--horizontal .combo-item--title input {
        position: absolute;
        top: 0;
        left: 0; }
    .combo-info--horizontal .combo-item--detail {
      padding-right: 0;
      padding-left: 15px;
      flex-direction: row;
      justify-content: space-between; }
    .combo-info--horizontal .combo-item--option .options-title {
      margin-right: 15px;
      flex: 0 0 100%;
      color: #999;
      margin-top: 0px; }
    .combo-info--horizontal .combo-item--option .select-option {
      margin-right: 4px;
      margin-top: 4px; }
    .combo-info--horizontal .combo-item--price .price-tt {
      display: inline-block;
      padding-right: 3px; }
    .combo-info--horizontal .combo-item--price del {
      display: block; }
    .combo-info--horizontal .combo-item--price {
      margin: 0;
      font-size: 14px; }
    .combo-info--horizontal .combo-item:last-child {
      border-bottom: 0; }
    .combo-info--horizontal .combo-item:not(:last-child) .combo-item--images:before {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .combo-info--content, .combo-info--priceInit, .combo-info--price, .combo-info--price span {
    font-size: 14px; }
  .combo-info .combo-item {
    flex: 0 0 48%;
    max-width: 48%; } }

@media (max-width: 991px) {
  .combo-info--content {
    display: block; }
  .combo-info .combo-item--option .options-title {
    font-size: 12px;
    color: #999; }
  .combo-info .combo-item--option .select-option {
    margin-right: 4px;
    margin-top: 4px; }
  .combo-info .combo-content--total {
    width: 100%;
    padding-top: 15px; }
    .combo-info .combo-content--total .wrapbox-total {
      text-align: left; }
    .combo-info .combo-content--total .add-combo {
      padding: 12px 20px;
      width: 100%;
      height: 45px; }
  .combo-info .combo-content--list {
    margin: 0 -12px;
    overflow: hidden; }
    .combo-info .combo-content--list .list-combos {
      flex-wrap: nowrap;
      overflow: scroll;
      padding: 0 12px; }
    .combo-info .combo-content--list .list-combos::-webkit-scrollbar {
      display: none; }
  .combo-info .combo-item--detail {
    padding-right: 12px; }
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price, .combo-info .combo-item--price span {
    font-size: 12px; }
  .combo-info--vertical .combo-content--total {
    display: block; } }

@media (max-width: 767px) {
  .combo-info .combo-item {
    flex: 0 0 49%;
    max-width: 49%; } }

@media (max-width: 360px) {
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price, .combo-info .combo-item--price span {
    font-size: 11px; } }

.product-appcombo.q-combo-info {
  border-bottom: 1px dotted #dfe0e1; }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 100%; }
  .layout-productDetail {
    margin-bottom: 55px; }
  #slider-thumb .item-owl.video-thumb img {
    min-height: 110px;
    object-fit: cover; } }

@media (min-width: 1200px) {
  .container {
    width: 100%; } }

.breadcrumb-shop {
  margin-top: 0;
  padding: 0 5px; }

#hrv-loyalty, .zb-fbc-trigger {
  display: none; }

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

.shop-the-look-product-list .product-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #eee; }

.shop-the-look-product-list .product-item:first-child {
  border-top: 1px solid #eee; }

.shop-the-look-product-list .product-number {
  border: 1px solid #e1e1e1;
  font-size: 12px;
  padding: 16px;
  max-width: 32px;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }

.shop-the-look-product-list img {
  width: 80px;
  height: auto;
  object-fit: contain; }

.shop-the-look-product-list .product-title {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin: 0; }

@media (max-width: 991px) {
  .shop-the-look-product-list {
    padding: 0 32px; } }
