@media only screen and (max-width: 768px) {
    .job-view-more {
        padding-top: 24px;
        text-align: center;
    }
}

.job-view-more {
    padding-top: 16px;
}

.btn2 {
    justify-content: center;
    text-align: center;
    padding: 10px 140px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    background-color: #242424;
    color:#ffffff;
}

.black {
    background-color: #242424;
}

.btn2.block {
    display: block !important;
}
.btn2.circular {
  border-radius: 50em !important;
}


ul{
    margin:0;
}
.li{
    margin:0;
}
    /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before{
    font-family:slick;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
    }
    .slick-loading .slick-list{
        background:url(ajax-loader.gif) center center no-repeat #fff
    }
        .slick-next,.slick-prev{
            font-size:0;line-height:0;top:50%;width:20px;height:20px;margin-top:-10px\9;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0
            }.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
                color:transparent;outline:0;background:0 0
                }.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
                    opacity:1;
                    }
                    .slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
                    .slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}
                    .slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:''}
                    .slick-next:before,[dir=rtl] .slick-prev:before{content:''}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] 
                    .slick-next:before{content:''}.slick-slider{margin-bottom:30px}
                    .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}


 .wrapper .slick-initialized .slick-slide{
    color: #FFF;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
  }


  header{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    padding: 0 100px;
    transition: 0.4s;
    background: #fff;
    }
    header.sticky{
    background:#fff;
    }
    header.sticky header .logo1 img{
    display: none;
    }
    header.sticky header .logo2 img{
    height: 40%;
    width: 40%;
    margin-top:0.8rem;
    }
    
    header .logo1 img{
    height: 40%;
    width: 40%;
    margin-top:0.8rem;
    
    }
    header .navigation{
    position: relative;
    line-height: 75px;
    transition: 0.4s;
    transition-property: line-height;
    }
    
    header.sticky .navigation{
    line-height: 50px;
    }
    
    header .navigation .menu{
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none;
    }
    .menu-item{
    flex-wrap: wrap;
    }
    .menu-item > a{
    color: rgb(0, 0, 0);;
    font-size: 1em;
    text-decoration: none;
    margin: 20px;
    padding: 25px 0;
    }
    header.sticky .menu-item > a{
    color:rgb(9, 9, 9)
    }
    .menu-item > a:hover{
    color: #ffbf00;
    transition: 0.3s;
    }
    
    .menu-item .sub-menu{
    position: absolute;
    background: #23252B;
    top: 74px;
    line-height: 40px;
    list-style: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    }
    
    header.sticky .menu-item .sub-menu{
    top: 60px;
    }
    
    .menu-item:hover .sub-menu{
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
    }
    
    .menu-item .sub-menu .sub-item{
    position: relative;
    padding: 7px 0;
    cursor: pointer;
    box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
    }
    
    .menu-item .sub-menu .sub-item a{
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: 15px 30px;
    }
    
    .menu-item .sub-menu .sub-item:hover{
    background: #ffbf00;
    }
    
       .more .more-menu{
  position: absolute;
  background: #23252B;
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.more:hover .more-menu{
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.more .more-menu .more-item{
  padding: 7px 0;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover{
  background: #ffbf00;
}

    
    .menu-btn img{
    display: none;
    }
    @media (max-width: 1400px){
    .menu-item > a{
      color: #0000;
      font-size: 0.9em;
      text-decoration: none;
      margin: 20px;
      padding: 55px 0;
    }
    header .logo img{
      height: 20%;
      width: 20%;
    }
 .more .more-menu{
    opacity: 1;
    position: relative;
    left: 0;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: none;
  }

  .more .more-menu .more-item{
    box-shadow: none;
  }

  .more .more-menu .more-item:hover{
    background: none;
  }

  .more .more-menu .more-item a{
    margin-left: 20px;
  }

    .menu-item > a{
    color:rgb(0, 0, 0);;
    font-size: 1em;
    text-decoration: none;
    margin: 20px;
    padding: 25px 0;
    }
    header.sticky .menu-item > a{
    color:rgb(9, 9, 9)
    }
    }
    @media (max-width: 1250px){
    header{
      padding: 0 70px;
      line-height:10px;
    }
    
    .menu-item > a{
    color: rgb(0, 0, 0);;
    font-size: 0.8em;
    text-decoration: none;
    margin: 20px;
    padding: 25px 0;
    }
    header.sticky .menu-item > a{
    color:rgb(9, 9, 9)
    }
    header .logo1 img{
      height: 30%;
      width: 30%;
    }
    }
       @media (max-width: 1088px){
    header .navigation .menu{
      position: fixed;
      display: block;
      background: #23252b;
      min-width: 350px;
      height: 100vh;
      top: 0;
      right: -100%;
      padding: 50px 50px;
      visibility: hidden;
      overflow-y: auto;
      transition: 0.5s;
      transition-property: right, visibility;
    }
    
    header.sticky .navigation{
      line-height: 75px;
    }
    
    header .navigation .menu.active{
      right: 0;
      visibility: visible;
    }
    
    .menu-item{
      position: relative;
    }
    .menu-item > a{
      color: rgb(0, 0, 0);;
      font-size: 1.5em;
      text-decoration: none;
      margin: 20px;
      padding: 25px 0;
    }
    .menu-item .sub-menu{
      opacity: 1;
      position: relative;
      top: 0;
      transform: translateX(10px);
      background: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
      overflow: hidden;
      display: none;
    }
    
    header.sticky .menu-item .sub-menu{
      top: 0;
    }
    
    .menu-item:hover .sub-menu{
      transform: translateX(10px);
    }
    
    .menu-item .sub-menu .sub-item{
      box-shadow: none;
    }
    
    .menu-item .sub-menu .sub-item:hover{
      background: none;
    }
    
    .menu-item .sub-menu .sub-item a:hover{
      color: #ffbf00;
      transition: 0.3s;
    }
    
    .close-btn{
      position: absolute;
      background: url(close.png)no-repeat;
      width: 40px;
      height: 40px;
      background-size: 25px;
      background-position: center;
      top: 0;
      left: 0;
      margin: 25px;
      cursor: pointer;
      color:rgb(9, 9, 9);
    }
    
    .menu-btn img{
      width: 35px;
      height: 35px;
      background-position: center;
      cursor: pointer;
      display: block;
      margin-right: 1rem;
    }
    
    header{
      padding: 15px 10px;
    }
    
    header.sticky{
      padding: 10px 10px;
    }
    header.sticky  .menu-item > a{
      color: #fff;
    }
    header .logo1 img{
    margin-left: 1rem;
    }
    }
    @media (max-width: 768px){
    header .navigation .menu{
      position: fixed;
      display: block;
      background: #23252b;
      min-width: 350px;
      height: 100vh;
      top: 0;
      right: -100%;
      padding: 50px 50px;
      visibility: hidden;
      overflow-y: auto;
      transition: 0.5s;
      transition-property: right, visibility;
    }
    
    header.sticky .navigation{
      line-height: 75px;
    }
    
    header .navigation .menu.active{
      right: 0;
      visibility: visible;
    }
    
    .menu-item{
      position: relative;
    }
    .menu-item > a{
      color: rgb(255, 255, 255);
      font-size: 1em;
      text-decoration: none;
      margin: 20px;
      padding: 25px 0;
      cursor: pointer;
    }
    .menu-item .sub-menu{
      opacity: 1;
      position: relative;
      top: 0;
      transform: translateX(10px);
      background: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
      overflow: hidden;
      display: none;
    }
    
    header.sticky .menu-item .sub-menu{
      top: 0;
    }
    
    .menu-item:hover .sub-menu{
      transform: translateX(10px);
    }
    
    .menu-item .sub-menu .sub-item{
      box-shadow: none;
    }
    
    .menu-item .sub-menu .sub-item:hover{
      background: none;
    }
    
    .menu-item .sub-menu .sub-item a:hover{
      color: #ffbf00;
      transition: 0.3s;
    }
    
    .close-btn{
      position: absolute;
      background: url(close.png)no-repeat;
      width: 40px;
      height: 40px;
      background-size: 25px;
      background-position: center;
      top: 0;
      left: 0;
      margin: 25px;
      cursor: pointer;
      color:rgb(9, 9, 9);
    }
    
    .menu-btn img{
      width: 27px;
      height: 27px;
      background-position: center;
      cursor: pointer;
      display: block;
      margin-right: 1rem;
    }
    
    header{
      padding: 15px 10px;
    }
    
    header.sticky{
      padding: 10px 10px;
    }
    header.sticky  .menu-item > a{
      color: #fff;
    }
  
    header .logo1 img{
    margin-left: 1rem;
    }
    } 

  .wrapper.slick-next{
    right: 40px;
  }
  .wrapper.slick-prev{
    left: 25px;
  }
  .wrapper.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }

body.cart-page .is-new-user__toggle {
    display: none !important;
}
label.payment-method__item[for="payment-9pay"] {
    display: none;
}
@media  screen and (max-width: 768px) {
    .homepage-coupon-card .coupon-card__item {
        max-width: 100%;
    }
}
.product-grid__tags--dang-mua {
    background-color: #009739;
    color: #fff;
}
.product-grid__image .hover{
    opacity: 0;
}

.product-grid__image:hover .hover{
    opacity: 1;
}
.cart-promotion-text {
    color: red;
    /*display: none;*/
}
picture {
    width: 100%;
}
picture
img {
    width: 100%;
}
.cart-promotion-text a {
    text-decoration: underline;
}
span.product-grid__tags.product-grid__tags--limited {
    background-color: #000;
}
body:not(.page-84) .site-wrapper {
    padding-top: 130px;
}

body.cm24-page .site-wrapper {
    padding-top: 108px;
}

@media (max-width: 991px) {
    body:not(.page-84) .site-wrapper {
        padding-top: 90px;
    }

    body.page-84 .site-wrapper {
        padding-top: 50px;
    }

    body.cm24-page .site-wrapper {
        padding-top: 52px;
    }
}

.mega-menu__item-image .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: unset;
}

.mega-menu__item-image .content span {
    width: 35px;
    height: 35px;
}

@media (max-width: 991px) {
    .mega-menu__item-image .content span {
        width: 25px;
        height: 25px;
    }
}

.mega-menu__item-image .content span img {
    width: unset;
    height: unset;
}

.mega-menu__wrapper {
    min-height: unset;
}

.mega-menu__item-all {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.mega-menu__item a:hover {
    color: #2f5acf;
}

.mega-menu__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.header-actions__menu {
    z-index: 10;
}

@media (max-width: 1660px) {
    .nav__sub-item>a {
        font-size: 1rem;
    }
}

.mega-menu__item-image .content {
    line-height: 20px;
}

.mega-menu__item ul {
    cursor:default;
}

.coupon-card__item {
    max-width: 440px;
    margin: 0 auto;
}
.popup-claim .is-new-user__field {
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}
.popup-claim img {
    bottom: 0px;
    position: relative;
}
.popup-claim .is-new-user__form {
    position: absolute;
    width: 57%;
    right: 5%;
    bottom: 6.5%;
}
.popup-claim .is-new-user__field{
    background-color: #fff;
    border: 3px solid #fff;
}
.popup-claim .is-new-user__control{
    background-color: #fff;
    border-right: 5px solid #fff;
    padding-left: 5px;
    font-size: 12px !important;
}
.popup-claim .is-new-user__control{
    color: #000;
}
.popup-claim .is-new-user__control::placeholder{
    color: #6B818C;
}
.popup-claim .is-new-user__button{
    color: #fff;
    width: 65px;
    border-radius: 0.5rem;
}
.popup-claim__success {
    width: 100%;
    display: none;
}
.popup-claim__success.is-active {
    display: flex;
}
.popup-claim__success img {
    bottom: 0%;
    left: 0;
}
@media (max-width: 991px) {
    .popup-claim__success img {
        bottom: 0;
    }
}
@media (max-width: 364px) {
    body:not(.page-84) .site-wrapper {
        padding-top: 90px;
    }
}
.popup-claim__success,
.popup-claim__confirm {
    position: relative;
    padding: 0 !important;
}
.popup-claim__coupon {
    left: 61%;
    top: 67.5%;
    font-size: 1.25rem;
}
.popup-claim__date {
    left: 10%;
     font-size: 1rem;
     top: 79%;
 }
.popup-claim {
    height: auto;
}
.popup-hotdeal-policy__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-new-user__helptext {
    position: absolute;
    top: 100%;
    left: 0;
}
@media (max-width: 991px) {
    .popup-claim__success,
    .popup-claim__confirm {
        position: relative;
        padding: 0 !important;
    }
    .popup-claim {
        padding: 0 !important;
    }
    .popup-hotdeal-policy__close {
        right: 0 !important;
    }
    .popup-claim__date {
        left: 8%;
        font-size: 0.75rem;
    }
    .popup-claim .is-new-user__form {
        bottom: 12px;
        left: 0;
        width: 100%;
    }
    .popup-claim .is-new-user__field {
        border-radius: 0.5rem;
    }
    .popup-claim__coupon {
        left: 31%;
        top: 56.5%;
        font-size: 1.5rem;
    }
}

.coupon-card__description span {
    font-size: 1.125rem;
    font-weight: bold;
}

@media  screen and (min-width: 768px) {
    .homepage-coupon-card .coupon-card__item,
    .page-detail-page .homepage-coupon-card .coupon-card__item,
    .collection-page .homepage-coupon-card .coupon-card__item {
        max-width: 380px;
        margin: 0;
    }
}

.collections-activewear .coupon-card__item {
    max-width: 380px;
    margin: 0 1rem;
}


.popup-hotdeal-policy.active-loading .popup-claim__confirm .is-new-user__field {
    position: relative;
}
.popup-hotdeal-policy.active-loading .popup-claim__confirm .is-new-user__field:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    background-image: url("https://www.coolmate.me/images/loading.svg");
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff8;
    z-index: 3;
    border-radius: 20px;
}
span.product-grid__sold {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}
.is-new-user__toggle {
    background-color: #2f5acf;
}
[for="payment-shopeepay"] span.payment-method__item-name i{
    display: none;
}
[for="payment-zalopay"] span.payment-method__item-name {
    position: relative;
}

[for="payment-zalopay"] span.payment-method__item-name {
    font-size: 0.8rem;
}

[for="payment-zalopay"] span.payment-method__item-name:after {
    content: "\A(Nhập COOLMATE20 vào app Zalopay để giảm 20k cho đơn trên 600k)";
    display: block;
}

[for="payment-vnpay"] span.payment-method__item-name {
    display: none;
}
[for="payment-vnpay"].payment-method__item:after {
    content: "Thẻ ATM / Thẻ tín dụng (Credit card) / Thẻ ghi nợ (Debit card)";
    display: contents;
}
.cart-promotion-text.dashed {
    display: none !important;
}
@media  screen and (max-width: 768px) {
    .header-account__item {
        color: #000;
    }
}

/* .cart-promotion-text {
    display: none !important;
} */

.cart-promotion-text.bg-one {
    display: block !important;
}

.cart-item.productEvent .cart-item__remove {
    display: none;
}

.product-description__content a {
    text-decoration: underline;
    color: #2f5acf;
}

.product-grid__coming-soon:before {
    background-image: url("https://mcdn.coolmate.me/image/November2022/mceclip0_2.png");
}

.product-header__options .option-select__item.has-flashsale:before,
.product-single__options .option-select__item.has-flashsale:before {
    background-repeat: no-repeat;
}

.cart-promotion-text.dashed.sale {
    display: none;
}

.product-grid__saleoff {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #0004;
    text-align: center;
    letter-spacing: 0.03em;
}
@media  screen and (max-width: 768px) {
    .product-grid__saleoff {
        font-size: 24px;
    }
}


.collection-page.page-ao-thun-nam-gioi .filter-select__item:nth-of-type(2) .custom-select {
    min-width: 190px;
}

div#app .grid__column.five-twelfths.mobile--one-whole>.cart-section>.discount-block+.cart-promotion-text {
    /*display: none !important;*/
}

.popup-hotdeal-policy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0008;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-hotdeal-policy__content {
    position: relative;
    max-width: 90%;
}

@media  screen and (max-width: 768px) {
    .popup-hotdeal-policy__content {
        width: 100vw;
    }
    .popup-claim {
        width: 100%;
    }
}

/*.popup-hotdeal-policy__content img {*/
/*    border-radius: 16px;*/
/*}*/

.popup-hotdeal-policy__close {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.popup-hotdeal-policy__close:hover {
    background-color: #d9d9dd;
}

div#chat-widget-container {
    z-index: 2147483639 !important;
}

@media  screen and (min-width: 769px) {
    .collections-filter__wrapper {
        justify-content: flex-start;
    }

    .collections-filter__selects {
        margin-left: 15px;
    }

    /* .filter-search {
        margin-right: 0;
    } */
}

@media (min-width: 769px) and (max-width: 1024px) {
    .collections-filter__wrapper {
        flex-wrap: wrap;
    }

    .filter-select {
        flex-wrap: wrap;
    }

    .collections-filter__selects {
        margin-top: 15px;
    }
}

[rel-script="size-guide-popup"] .popup-body {
    max-width: 650px;
}

[rel-script="user-guide-popup"] .popup-body {
    max-width: 650px;
}

.banner-slide__item:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('https://www.coolmate.me/images/placeholder-image.png');
}

span.product-grid__tags.product-grid__tags--cleandye {
    background-color: #fff0;
    font-size: 0;
    background-image: url('https://mcdn.coolmate.me/uploads/April2022/SUSTAINABLE.png');
    height: 85px;
    background-repeat: no-repeat;
    top: auto;
    bottom: 1%;
    width: 10px;
    right: 5px;
}

.product-header__options .option-select__item .checkmark--color,
.product-single__options .option-select__item .checkmark--color {
    background-size: cover;
}

.pswp__sub-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 1vh;
}

.on-mobile .collections-filter__wrapper {
    justify-content: space-between;
}

.article-related {
    max-width: 1440px;
    margin: 0 auto;
}

.product-single__button .bx {
    display: none !important;
}

@media  screen and (max-width: 991px) {
    .select-date {
        margin-bottom: 10px;
    }

    .product-single__button .btn {
        height: 40px;
    }

    .nav__item {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 5px;
        height: auto;
    }

    .nav__item--has-child>a {
        position: relative;
    }

    .nav__item--has-child>a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #7c7c7c;
        border-right: 2px solid #7c7c7c;
        transform: rotate(-45deg);
        margin-top: -4px;
        transition: all .3s;
    }

    .nav__item--has-child>a.toggle-menu:before {
        transform: rotate(45deg);
    }

    .nav-child-menu {
        padding-left: 20px;
        padding-right: 10px;
        list-style: none;
        width: 100%;
    }

    .nav-child-menu li {}

    .nav-child-menu li a {
        display: flex;
        align-items: center;
        padding: 4px 0;
        color: #0008;
        width: 100%;
    }

    .nav-tab__menu li>a {
        display: block;
        width: 100%;
    }
}

.seagame-campaign {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {
    .popup .popup-body {
        left: 50%;
        transform: translateX(-50%);
    }

    .popup--slide .popup-body {
        left: auto;
        transform: none;
    }
}

@media (max-width: 990px) and (max-height: 600px) {
    .header__menu {
        min-height: inherit;
        height: calc(100vh - 100px);
    }
}

.reviews-author__shopee span {
    background-color: #0000;
    color: #a1a1a1;
    padding: 0;
    margin-top: 0;
    display: block;
}

.collections-listings .product-single-sold {
    margin-top: 5px;
}

.collections-listings .product-single-sold__line {
    width: 100%;
    height: 5px;
    position: relative;
    background-color: #d9d9d9;
    border-radius: 100px;
    overflow: hidden;
}

.collections-listings .product-single-sold__number {
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
}

.collections-listings .product-single-sold__line span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f5acf;
    height: 100%;
    border-radius: 100px;
}

.product-grid__tags--sale,
.menu-tag--sale {
    background: rgb(255, 49, 2);
    /* background: #B2292E; */

}

.is-new-user {
    top: 50%;
    bottom: 100px;
    transform: translateX(100%);
    transition: all .3s;
}

.is-new-user.active-popup {
    pointer-events: visible;
    transform: translateX(0%);
}

.is-new-user__toggle {
    right: 100%;
    font-size: 16px;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.is-new-user__content {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
}

.is-new-user__wrapper {
    width: 100%;
}

.is-new-user__content .content-image {
    content: "";
    position: absolute;
    left: -50px;
    top: -100px;
    width: 300px;
    height: 300px;
    background-image: url("https://mcdn.coolmate.me/image/December2022/White_And_Gray_Modern_Black_Friday_Instagram_Post_(2)_6.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.is-new-user__content {
    transform: translateX(0);
}

.is-new-user__description {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    font-weight: bold;
}

.is-new-user__description p {
    margin: 0;
}

.is-new-user__text {
    color: blue;
}

.is-new-user__close {
    right: 0 !important;
    left: auto !important;
}

.is-new-user__close svg {
    width: 10px;
    height: 10px;
}

.is-new-user__description p {
    width: 100%;
}

.is-new-user__sale-number {
    margin-left: auto;
}

.is-new-user__form {
    width: 100%;
    position: relative;
}

.is-new-user__field {
    width: 100%;

}

.is-new-user__control {
    width: 100%;
}

@media  screen and (max-width: 768px) {
    .is-new-user__toggle {
        width: 120px;
        font-size: 14px;
        padding: 6px 0px;
    }
}

.marvel-tag .product-grid__tags {
    display: none !important;
}

.marvel-tag .product-grid__tags--cleandye {
    display: block !important;
}

.product-grid__coming-soon:before {
    height: 40px;
    width: 55%;
}

.grid__column.coupon-card-disabled {
    filter: grayscale(1);
    color: #0003;
    pointer-events: none;
}

.grid__column.coupon-card-disabled .coupon-card .coupon-card__description {
    color: #0006;
}

.grid__column.coupon-card-disabled .coupon-card .coupon-card__code {
    color: #fff9;
}

.grid__column.coupon-card-disabled .coupon-card .coupon-card__code>span {
    color: #0006;
}
@media  screen and (max-width: 768px) {
    .homepage-coupon-card .coupon-card__item {
        max-width: 100%;
    }
}



#btnScrollToTopMobile {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2f5acf;
    color: #fff;
    border: none;
    outline: none;
    z-index: 8;
    padding: 10px;
}

#btnScrollToTopMobile svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}

body.cart-page.on-mobile #btnScrollToTopMobile,e
body.product-page.on-mobile #btnScrollToTopMobile {
    bottom: 70px;
}

.product-single__inner .video iframe {
    height: 100%;
}




.spotlight-header-search__viewmore.is-active {
    padding-bottom: 1rem;
}
a.active-menu-item {
    position: relative;
}
a.active-menu-item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 2px;
    width: 20px;
    background: #0939b2;
    transform: translate3d(-50%,0,0);
    margin-top: 2px;
    pointer-events: none;
}
.mega-menu_child {
    font-weight: 400;
    color: #6e6e6e;
}

.mega-menu_child {
    font-weight: 400;
    color: #6e6e6e;
}

.product-video-popup {
    z-index: 1;
}

.homepage-search__submit {
    position: absolute;
bottom: 15px;
right: 15px;
background-color: #0000;
border: 0;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}

.topbar:hover {
    color: #000000;
}

.header-search.is-active {
    z-index: 10;
}

.mega-menu__item-image .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: unset;
}

.mega-menu__item-image .content span {
    width: 40px;
    height: 40px;
}

.mega-menu__item-image .content span img {
    width: unset;
    height: unset;
}

.mega-menu__item-image .content {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.nav__sub-item > a {
    position: relative;
}
.nav__sub-item:hover > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background: #000;
    transform: translate3d(-50%,0,0);
    margin-top: 2px;
    pointer-events: none;
    transition: all .3s;
}
.mega-menu__item-image.no-grad:before {
    background: none;
}

.homepage-search {
    padding-top: 30px;
}
.homepage-products .homepage-products__heading {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 32px;
}

.homepage-basic__content {
    width: 791px;
    padding: 4rem 2.5rem 4rem 4rem;
}

.homepage-basic__content p {
    margin-bottom: 2rem;
}

.homepage-basic__image {
    max-width: 1129px;
}

.homepage-basic__wrapper {
    min-height: unset;
    justify-content: space-between;
}

.homepage-basic__wrapper picture{
    display: inline;
}

@media (min-width: 1280px) {
    .homepage-basic__content h2 {
        font-size: 4.37rem;
    }
    .homepage-basic__content h2 br{
        display: none;
    }
}

@media (max-width: 1660px) {
    .homepage-basic__content {
        max-width: 100%;
        width: 672px !important;
    }
}


@media  screen and (max-width: 1440px) {
    .coupon-card__description {
        font-size: 0.75rem;
    }
    .coupon-card__wrapper {
        padding: 0 0.75rem;
    }
    .coupon-card__description span {
        font-size: 1.025rem;
    }
}

@media (max-width: 991px) {
    .homepage-products .homepage-products__heading {
        font-size: 24px;
        text-align: center;
        padding: 0 3rem;
    }

    .homepage-basic__content {
        padding:2rem 1rem;
    }

    .homepage-basic__content .btn {
        background: #2F5ACF;
    }
    .homepage-basic__wrapper {
        background-color: #E8E8E8;
    }

    .homes-discounts {
        margin: 2rem 0;
    }

    .homepage-brands {
        margin-top: 2rem;
    }

    .homepage-basic__content {
        max-width: 380px;
    }

    .spotlight-header-search__viewmore.is-active {
        padding-bottom: 10rem;
    }

    .nav.nav-mb-btm {
        padding-bottom: 8rem;
    }
}

.mega-menu__item-image img {
    height: auto;
}

.product-voting__vote .form-voting__image .voting-image__items {
    display: -webkit-box;
    overflow: auto hidden;
    width: 100%;
}

.product-voting__vote .form-voting__image .voting-image__item {
    max-width: 80px;
    margin-right: 0.8rem;
}

.homepage-basic__content p {
    font-weight: unset;
}

[for="payment-flex_money"] .payment-method__item-icon-wrapper img {
    content: url("https://mcdn.coolmate.me/image/April2023/mceclip1_21.png");
}

.cm-84rising-banner {
    padding-top: 25px;
}

@media (max-width: 991px) {
    .cm-84rising-banner {
        padding-top: 8px;
    }
}

@media (min-width: 991px) {
    .nav__item:hover, .nav__item.is-active {
        background: #EDEDED;
    }
}

.nav__item.is-active:before {
    display: none;
}

.nav__sub {
    background: #EDEDED;
}

.nav__sub-item:hover > a:before {
    display: none;
}

.nav__sub-item:hover {
    background: #D6D6D6;
}
.mega-menu__wrapper {
    background: #EDEDED;
}

@media (max-width: 991px) {
    .homepage-search__buttons{
        padding-bottom: 10px;
    }
    .homepage-search__button {
        margin-right: 10px;
    }
}


    .product-promotion__tags span {
        display: none;
    }

    .product-promotion__tags:after {
        content: "Mua kèm deal tốt"
    }



    .coupon-card {
        display: flex;
        position: relative;
    }

    .coupon-card:before {
        display: block;
        padding-top: 50%;
        height: 0;
        width: 100%;
        content: "";
        position: relative;
        background-image: url("https://mcdn.coolmate.me/image/April2023/mceclip9_46.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
        pointer-events: none;
    }

    .coupon-card__wrapper {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-flow: column;
        width: 100%;
        height: 100%;
        padding: 0 1rem;
        z-index: 1;
    }

    .coupon-card__description {
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        line-height: 1.25;
        color: #fff;
        height: 65%;
        width: 100%;
        justify-content: space-between;
        padding-right: 0;
    }

    .coupon-card__description .description-amount {
        width: 40%;
    }

    .coupon-card__description .description-amount p {
        font-size: 1.125rem;
        font-weight: bold;
        margin: 0;
    }

    .coupon-card__description .description-info {
        width: 45%;
    }

    .coupon-card__description span {
        display: block;
        font-size: 1.5rem;
        color: #fff;
    }

    .coupon-card__code {
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
        flex-flow: unset;
        width: 100%;
        height: 40%;
        padding-left: 0;
    }

    .coupon-card__code .btn {
        border: 0;
        height: 2rem;
        border-radius: 100vmax;
        background-color: #000;
        color: #fff;
    }

    .coupon-card__code .btn:hover {
        border: 0;
        background-color: #2F5ACF;
        color: #fff;
    }

    .coupon-card__item {
        width: 100%;
    }

    .coupon-card__limit {
        font-weight: 300;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: #F9F86C;
        text-align: left;
    }

    .coupon-card__coupon {
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.25rem;
        padding: 0.75rem 0 0.75rem;
        color: #000;
    }

    @media (max-width: 1660px) {
        .coupon-card__coupon {
            padding: 0.5rem 0;
        }
    }

    .homepage-basic__wrapper {
        background-color: #C6EAED;
    }

    .homepage-basic__content h2, .homepage-basic__content p {
        color: #000;
    }



    .collection-loadmore__wrapper{border: 0 !important;}
    .collection-loadmore:hover .collection-loadmore__wrapper{
        background-color: #fff0;
    }
    .collection-loadmore__icon{
        display: none;
    }
    .collection-loadmore__text{
        margin-top: 0;
        font-size: 20px;
        background-color: #000;
        padding: 12px 30px;
        border-radius: 100px;
        color: #fff;
        line-height: 1em;
    }
    .collection-loadmore:hover .collection-loadmore__wrapper .collection-loadmore__text{
        background-color: #D9D9D9;
    }
    .select-selected.select-arrow-active{
        z-index: 4;
    }
    .select-selected.select-arrow-active + .select-items{
        z-index: 3;
    }
                    .collection-thumbnail{
        height: 100%;
    }
    @media (max-width: 767px){
        .popup .popup-body {
            padding-bottom: 120px;
            max-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        .home-tab__content .grid.slick-slider{
            display: flex;
        }
        .mega-menu__item ul li a, .sub-menu__item ul li a{
            flex-wrap: wrap;
        }
    }
    .collection-thumbnail img{
        object-position: top;
    }


  
    /*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

*,:after,:before {
    box-sizing: border-box
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

picture {
    display: inline-block
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-box-shadow: inset 0 0 0 9999px transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0
}

button:focus,input:focus,optgroup:focus,select:focus,textarea:focus {
    outline: none
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

iframe,table {
    max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #231f20;
    font-weight: 400
}

.h1,h1 {
    font-size: 35px
}

.h2,h2 {
    font-size: 24px
}

.h3,h3 {
    font-size: 20.5px
}

.h4,h4 {
    font-size: 17px
}

.h5,h5 {
    font-size: 13.5px
}

.h6,h6 {
    font-size: 14px
}

.container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1920px;
    width: 100%;
    margin: 25px auto
}

@media(max-width: 991px) {
    .container {
        padding-left:9px;
        padding-right: 9px
    }
}

@media(min-width: 991px) {
    .on-mobile .container {
        padding-left:9px;
        padding-right: 9px
    }
}

@media(max-width: 768px) {
    .container {
        max-width:100%
    }
}

@media(min-width: 1440px) {
    .container {
        padding-left:64px;
        padding-right: 64px
    }
}

.container--full {
    max-width: 100%
}

.container--medium {
    max-width: 1280px
}

@media(min-width: 1440px) {
    .container--medium {
        padding-left:0;
        padding-right: 0
    }
}

.container--detail {
    max-width: 750px
}

@media(min-width: 1440px) {
    .container--detail {
        padding-left:0;
        padding-right: 0
    }
}

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

img {
    text-indent: -9999px;
    color: transparent
}

img:not(.home-banner) {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

img:not([src]) {
    visibility: hidden
}

body {
    margin: 0;
    font-family: Pangea,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    text-align: left;
    background-color: #fff
}

@media(max-width: 991px) {
    body {
        overflow:hidden
    }
}

@media(min-width: 991px) {
    .on-mobile body {
        overflow:hidden
    }
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.flex {
    display: flex
}

.flex--space {
    flex: 1
}

.flex--column {
    flex-flow: column
}

.flex--row {
    flex-flow: row
}

.flex--wrap {
    flex-wrap: wrap
}

.justify--center {
    justify-content: center
}

.justify--around {
    justify-content: space-around
}

.justify--between {
    justify-content: space-between
}

.justify--start {
    justify-content: flex-start
}

.justify--end {
    justify-content: flex-end
}

.align--center {
    align-items: center
}

.align--start {
    align-items: flex-start
}

.align--end {
    align-items: flex-end
}

.text--black {
    font-weight: 900
}

.text--bold {
    font-weight: 700
}

.text--simi {
    font-weight: 600
}

.text--medium {
    font-weight: 500
}

.text--normal {
    font-weight: 400
}

.text--light {
    font-weight: 300
}

.text--extra-light {
    font-weight: 200
}

.text--italic {
    font-family: Pangea,sans-serif
}

.text--upper {
    text-transform: uppercase
}

.text--lower {
    text-transform: lowercase
}

.text--title {
    text-transform: capitalize
}

.text--nowrap {
    white-space: nowrap
}

.text--strikethrough {
    text-decoration: line-through
}

.text--white {
    color: #fff
}

.text--dark {
    color: #231f20
}

.text--primary {
    color: #2f5acf
}

.text--secondary {
    color: #838388
}

.text--green {
    color: #239a1a
}

.text--red {
    color: red
}

.text--right {
    text-align: right
}

.text--left {
    text-align: left
}

.text--center {
    text-align: center
}

.no-style {
    margin: 0;
    padding: 0
}

.no-style li {
    list-style: none
}

.two-columns {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px
}

.two-columns li {
    width: 50%;
    padding: 0 15px
}

.mgt--10 {
    margin-top: 10px
}

.mgt--20 {
    margin-top: 20px
}

.mgt--30 {
    margin-top: 30px
}

.mgt--40 {
    margin-top: 40px
}

.mgt--50 {
    margin-top: 50px
}

.mgt--60 {
    margin-top: 60px
}

.mgt--70 {
    margin-top: 70px
}

.mgt--80 {
    margin-top: 80px
}

.mgt--90 {
    margin-top: 90px
}

.mgt--100 {
    margin-top: 100px
}

.mgb--10 {
    margin-bottom: 10px
}

.mgb--20 {
    margin-bottom: 20px
}

.mgb--30 {
    margin-bottom: 30px
}

.mgb--40 {
    margin-bottom: 40px
}

.mgb--50 {
    margin-bottom: 50px
}

.mgb--60 {
    margin-bottom: 60px
}

.mgb--70 {
    margin-bottom: 70px
}

.mgb--80 {
    margin-bottom: 80px
}

.mgb--90 {
    margin-bottom: 90px
}

.mgb--100 {
    margin-bottom: 100px
}

.pdt--10 {
    padding-top: 10px
}

.pdt--20 {
    padding-top: 20px
}

.pdt--30 {
    padding-top: 30px
}

.pdt--40 {
    padding-top: 40px
}

.pdt--50 {
    padding-top: 50px
}

.pdt--60 {
    padding-top: 60px
}

.pdt--70 {
    padding-top: 70px
}

.pdt--80 {
    padding-top: 80px
}

.pdt--90 {
    padding-top: 90px
}

.pdt--100 {
    padding-top: 100px
}

.pdb--10 {
    padding-bottom: 10px
}

.pdb--20 {
    padding-bottom: 20px
}

.pdb--30 {
    padding-bottom: 30px
}

.pdb--40 {
    padding-bottom: 40px
}

.pdb--50 {
    padding-bottom: 50px
}

.pdb--60 {
    padding-bottom: 60px
}

.pdb--70 {
    padding-bottom: 70px
}

.pdb--80 {
    padding-bottom: 80px
}

.pdb--90 {
    padding-bottom: 90px
}

.pdb--100 {
    padding-bottom: 100px
}

.pd--10 {
    padding: 10px
}

.pd--20 {
    padding: 20px
}

.pd--30 {
    padding: 30px
}

.pd--40 {
    padding: 40px
}

.pd--50 {
    padding: 50px
}

.pd--60 {
    padding: 60px
}

.pd--70 {
    padding: 70px
}

.pd--80 {
    padding: 80px
}

.pd--90 {
    padding: 90px
}

.pd--100 {
    padding: 100px
}

.grid__column.clear {
    clear: both
}

.grid {
    display: flex;
    display: -webkit-flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0;
    position: relative;
    float: none
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.grid__column {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    vertical-align: top;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 9px;
    width: 100%
}

@media(max-width: 768px) {
    .grid--stackable>.grid__column {
        width:100%!important;
        flex: 1 0 auto!important
    }
}

.grid--rev {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}

.grid--full {
    margin-left: 0;
    margin-right: 0
}

.grid--full>.grid__column {
    padding: 0 9px
}

.grid--nospace {
    margin: 0
}

.grid--nospace .grid__column {
    padding: 0
}

.grid--automatic {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.grid--automatic>.grid__column {
    flex-grow: 1
}

.grid--automatic>.grid__column[class*=-twelfths] {
    flex-grow: 0
}

.grid--automatic>.grid__column:not([class*=-twelfths]) {
    flex: 1 1 0%;
    -webkit-flex: 1 1 0%
}

.grid--equal-height>.grid__column>div {
    width: 100%
}

.grid--equal-height>.grid__column {
    display: flex;
    display: -webkit-flex
}

.grid--aligned-topcenter {
    justify-content: center
}

.grid--aligned-topcenter,.grid--aligned-topright {
    -moz-align-items: flex-start;
    align-items: flex-start
}

.grid--aligned-topright {
    justify-content: flex-end
}

.grid--aligned-middleleft {
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center
}

.grid--aligned-center {
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.grid--aligned-middleright {
    justify-content: flex-end;
    -moz-align-items: center;
    align-items: center
}

.grid--aligned-bottomleft {
    justify-content: flex-start;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.grid--aligned-bottomcenter {
    justify-content: center;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.grid--aligned-bottomright {
    justify-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.grid--one-column>.grid__column {
    width: 100%
}

.grid--two-columns>.grid__column {
    width: 50%
}

.grid--three-columns>.grid__column {
    width: 33.33333333%
}

.grid--four-columns>.grid__column {
    width: 25%
}

.grid--five-columns>.grid__column {
    width: 20%
}

.grid--six-columns>.grid__column {
    width: 16.66666667%
}

.grid--seven-columns>.grid__column {
    width: 14.28571429%
}

.grid--eight-columns>.grid__column {
    width: 12.5%
}

.grid--nine-columns>.grid__column {
    width: 11.11111111%
}

.grid--ten-columns>.grid__column {
    width: 10%
}

.grid--eleven-columns>.grid__column {
    width: 9.09090909%
}

.grid--twelfth-columns>.grid__column {
    width: 8.33333333%
}

@media only screen and (max-width: 1440px) {
    .large-grid--one-column>.grid__column {
        width:100%
    }

    .large-grid--two-columns>.grid__column {
        width: 50%
    }

    .large-grid--three-columns>.grid__column {
        width: 33.33333333%
    }

    .large-grid--four-columns>.grid__column {
        width: 25%
    }

    .large-grid--five-columns>.grid__column {
        width: 20%
    }

    .large-grid--six-columns>.grid__column {
        width: 16.66666667%
    }

    .large-grid--seven-columns>.grid__column {
        width: 14.28571429%
    }

    .large-grid--eight-columns>.grid__column {
        width: 12.5%
    }

    .large-grid--nine-columns>.grid__column {
        width: 11.11111111%
    }

    .large-grid--ten-columns>.grid__column {
        width: 10%
    }

    .large-grid--eleven-columns>.grid__column {
        width: 9.09090909%
    }

    .large-grid--twelfth-columns>.grid__column {
        width: 8.33333333%
    }
}

@media only screen and (max-width: 991px) {
    .tablet-grid--one-column>.grid__column {
        width:100%
    }

    .tablet-grid--two-columns>.grid__column {
        width: 50%
    }

    .tablet-grid--three-columns>.grid__column {
        width: 33.33333333%
    }

    .tablet-grid--four-columns>.grid__column {
        width: 25%
    }

    .tablet-grid--five-columns>.grid__column {
        width: 20%
    }

    .tablet-grid--six-columns>.grid__column {
        width: 16.66666667%
    }

    .tablet-grid--seven-columns>.grid__column {
        width: 14.28571429%
    }

    .tablet-grid--eight-columns>.grid__column {
        width: 12.5%
    }

    .tablet-grid--nine-columns>.grid__column {
        width: 11.11111111%
    }

    .tablet-grid--ten-columns>.grid__column {
        width: 10%
    }

    .tablet-grid--eleven-columns>.grid__column {
        width: 9.09090909%
    }

    .tablet-grid--twelfth-columns>.grid__column {
        width: 8.33333333%
    }
}

@media only screen and (max-width: 768px) {
    .mobile-grid--one-column>.grid__column {
        width:100%
    }

    .mobile-grid--two-columns>.grid__column {
        width: 50%
    }

    .mobile-grid--three-columns>.grid__column {
        width: 33.33333333%
    }

    .mobile-grid--four-columns>.grid__column {
        width: 25%
    }

    .mobile-grid--five-columns>.grid__column {
        width: 20%
    }

    .mobile-grid--six-columns>.grid__column {
        width: 16.66666667%
    }

    .mobile-grid--seven-columns>.grid__column {
        width: 14.28571429%
    }

    .mobile-grid--eight-columns>.grid__column {
        width: 12.5%
    }

    .mobile-grid--nine-columns>.grid__column {
        width: 11.11111111%
    }

    .mobile-grid--ten-columns>.grid__column {
        width: 10%
    }

    .mobile-grid--eleven-columns>.grid__column {
        width: 9.09090909%
    }

    .mobile-grid--twelfth-columns>.grid__column {
        width: 8.33333333%
    }
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-twelfth {
    width: 8.333%
}

.two-twelfths {
    width: 16.666%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.333%
}

.five-twelfths {
    width: 41.666%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.333%
}

.eight-twelfths {
    width: 66.666%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.333%
}

.eleven-twelfths {
    width: 91.666%
}

.visible {
    display: block!important
}

.hidden {
    display: none!important
}

@media(max-width: 768px) {
    .mobile--one-whole {
        width:100%
    }

    .mobile--one-half {
        width: 50%
    }

    .mobile--one-twelfth {
        width: 8.333%
    }

    .mobile--two-twelfths {
        width: 16.666%
    }

    .mobile--three-twelfths {
        width: 25%
    }

    .mobile--four-twelfths {
        width: 33.333%
    }

    .mobile--five-twelfths {
        width: 41.666%
    }

    .mobile--six-twelfths {
        width: 50%
    }

    .mobile--seven-twelfths {
        width: 58.333%
    }

    .mobile--eight-twelfths {
        width: 66.666%
    }

    .mobile--nine-twelfths {
        width: 75%
    }

    .mobile--ten-twelfths {
        width: 83.333%
    }

    .mobile--eleven-twelfths {
        width: 91.666%
    }

    .mobile--visible {
        display: block!important
    }

    .mobile--hidden {
        display: none!important
    }
}

@media(min-width: 769px) and (max-width:991px) {
    .tablet--one-whole {
        width:100%
    }

    .tablet--one-half {
        width: 50%
    }

    .tablet--one-twelfth {
        width: 8.333%
    }

    .tablet--two-twelfths {
        width: 16.666%
    }

    .tablet--three-twelfths {
        width: 25%
    }

    .tablet--four-twelfths {
        width: 33.333%
    }

    .tablet--five-twelfths {
        width: 41.666%
    }

    .tablet--six-twelfths {
        width: 50%
    }

    .tablet--seven-twelfths {
        width: 58.333%
    }

    .tablet--eight-twelfths {
        width: 66.666%
    }

    .tablet--nine-twelfths {
        width: 75%
    }

    .tablet--ten-twelfths {
        width: 83.333%
    }

    .tablet--eleven-twelfths {
        width: 91.666%
    }

    .tablet--visible {
        display: block!important
    }

    .tablet--hidden {
        display: none!important
    }
}

@media(min-width: 1200px) and (max-width:1439px) {
    .desk--one-whole {
        width:100%
    }

    .desk--one-half {
        width: 50%
    }

    .desk--one-twelfth {
        width: 8.333%
    }

    .desk--two-twelfths {
        width: 16.666%
    }

    .desk--three-twelfths {
        width: 25%
    }

    .desk--four-twelfths {
        width: 33.333%
    }

    .desk--five-twelfths {
        width: 41.666%
    }

    .desk--six-twelfths {
        width: 50%
    }

    .desk--seven-twelfths {
        width: 58.333%
    }

    .desk--eight-twelfths {
        width: 66.666%
    }

    .desk--nine-twelfths {
        width: 75%
    }

    .desk--ten-twelfths {
        width: 83.333%
    }

    .desk--eleven-twelfths {
        width: 91.666%
    }

    .desk--visible {
        display: block!important
    }

    .desk--hidden {
        display: none!important
    }
}

@media(min-width: 769px) and (max-width:991px) {
    .grid--doubling.grid--two-columns>.grid__column {
        width:100%
    }

    .grid--doubling.grid--four-columns>.grid__column,.grid--doubling.grid--three-columns>.grid__column {
        width: 50%
    }

    .grid--doubling.grid--five-columns>.grid__column,.grid--doubling.grid--seven-columns>.grid__column,.grid--doubling.grid--six-columns>.grid__column {
        width: 33.33333333%
    }

    .grid--doubling.grid--eight-columns>.grid__column {
        width: 25%
    }

    .grid--doubling.grid--eleven-columns>.grid__column,.grid--doubling.grid--nine-columns>.grid__column,.grid--doubling.grid--ten-columns>.grid__column {
        width: 20%
    }

    .grid--doubling.grid--twelfth-columns>.grid__column {
        width: 16.66666667%
    }
}

@media(max-width: 768px) {
    .grid--doubling.grid--five-columns>.grid__column,.grid--doubling.grid--four-columns>.grid__column,.grid--doubling.grid--three-columns>.grid__column,.grid--doubling.grid--two-columns>.grid__column {
        width:100%
    }

    .grid--doubling.grid--eight-columns>.grid__column,.grid--doubling.grid--nine-columns>.grid__column,.grid--doubling.grid--seven-columns>.grid__column,.grid--doubling.grid--six-columns>.grid__column {
        width: 50%
    }

    .grid--doubling.grid--elevent-columns>.grid__column,.grid--doubling.grid--ten-columns>.grid__column,.grid--doubling.grid--twelfth-columns>.grid__column {
        width: 33.3333%
    }
}

@media(min-width: 1440px) {
    .large--visible {
        display:block!important
    }

    .large--hidden {
        display: none!important
    }
}

.notify {
    position: fixed;
    top: 20px;
    right: -300px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y
}

.notify.error {
    border: 2px solid #ff3102;
    box-shadow: none
}

.notify.is-active {
    right: 20px
}

.notify__close {
    display: none
}

.notify__message {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0
}

.notify.error .notify__message {
    color: #ff3102
}

.notify .btn {
    margin-top: 10px;
    font-size: 16px;
    width: 100%
}

.notify-product {
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-bottom: 5px
}

.notify-product__thumbnail {
    width: 25%;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.notify-product__thumbnail:before {
    content: "";
    display: block;
    padding-top: 147.26507714%;
    height: 0;
    width: 100%
}

.notify-product__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.notify-product__content {
    display: flex;
    flex-flow: column;
    width: 75%;
    padding-left: 10px
}

.notify-product__title {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: .03em;
    color: #000
}

.notify-product__options,.notify-product__prices {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .03em;
    color: #000
}

.notify-product__prices {
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: flex-end
}

.notify-product__prices ins {
    text-decoration: none
}

.notify-product__prices del {
    color: #c4c4c4
}

.notify-product__prices del+ins {
    color: #ff3102;
    margin-right: 10px
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.slide-enter-active,.slide-leave-active {
    transition: all .5s;
    overflow: hidden
}

.slide-enter-to,.slide-leave {
    max-height: 100vh
}

.slide-enter,.slide-leave-to {
    max-height: 0
}

@-webkit-keyframes fade-pulse {
    0% {
        background-color: #eee
    }

    50% {
        background-color: #dfdfdf
    }

    to {
        background-color: #eee
    }
}

@keyframes fade-pulse {
    0% {
        background-color: #eee
    }

    50% {
        background-color: #dfdfdf
    }

    to {
        background-color: #eee
    }
}

.is-vloading {
    position: relative;
    overflow: hidden!important
}

.is-vloading :not(.loading) {
    opacity: 0;
    visibility: hidden
}

.is-vloading.vloading-expand {
    min-height: 100px
}

.is-vloading .loading {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.is-vloading .loading.blank {
    min-height: 100px
}

.is-vloading .loading.fade-pulse {
    background-color: #eee;
    border-radius: 16px;
    -webkit-animation: fade-pulse 1s infinite;
    animation: fade-pulse 1s infinite
}

.is-vloading .loading.classic {
    display: flex;
    justify-content: center;
    align-items: center
}

.is-vloading .loading.classic img {
    opacity: 1;
    visibility: unset;
    height: 50%;
    max-height: 100px
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 16px;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 0 30px;
    transition: all .2s;
    cursor: pointer
}

.btn:hover {
    color: #000;
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9
}

@media(max-width: 991px) {
    .btn {
        font-size:12px;
        padding: 0 16px;
        height: 30px;
        border-radius: 12px
    }
}

@media(min-width: 991px) {
    .on-mobile .btn {
        font-size:12px;
        padding: 0 16px;
        height: 30px;
        border-radius: 12px
    }
}

.btn.btn-primary {
    background-color: #2f5acf;
    border: none
}

.btn.btn-primary:hover {
    background-color: #000;
    color: #fff
}

.btn.btn-secondary {
    background-color: #d9d9d9;
    border: none;
    color: #000
}

.btn.btn-secondary:hover {
    background-color: #000;
    color: #fff
}

.btn.btn-block {
    display: block;
    width: 100%
}

@media(max-width: 991px) {
    .btn.btn-block-sm {
        display:block;
        width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .btn.btn-block-sm {
        display:block;
        width: 100%
    }
}

@media(min-width: 769px) and (max-width:991px) {
    .btn.btn-block-lg {
        display:block;
        width: 100%
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .btn.btn-block-lg {
        display:block;
        width: 100%
    }
}

.btn.btn-sm {
    height: 31px;
    font-size: 12px
}

.btn.btn-lg {
    height: 43px
}

.btn:disabled {
    background-color: #d9d9d9;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid #d9d9d9
}

.btn--white {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn--white:hover {
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
    color: #000
}

.btn--outline {
    background-color: transparent;
    color: #000
}

.btn--outline:hover {
    background-color: #000;
    color: #fff;
    border: solid #000
}

.btn--primary {
    background-color: #f9f86c;
    color: #000;
    border: 2px solid #f9f86c
}

.badge {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 8px
}

@media(max-width: 991px) {
    .badge {
        font-size:8px;
        height: 14px
    }
}

@media(min-width: 991px) {
    .on-mobile .badge {
        font-size:8px;
        height: 14px
    }
}

.badge-sm {
    font-size: 8px;
    height: 14px
}

.badge-yellow {
    color: #000;
    background-color: #f9f86c
}

.badge-red {
    background-color: #ff2459
}

.badge-blue {
    background-color: #2f5acf
}

.custom-checkbox,.custom-radio {
    display: block;
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    transition: all .2s
}

.custom-checkbox-label,.custom-radio-label {
    display: flex;
    cursor: pointer
}

.active.custom-checkbox,.custom-radio.active {
    border: 1px solid #2f5acf
}

.custom-checkbox input,.custom-radio input {
    display: none
}

.custom-checkbox input:checked~.checkmark,.custom-radio input:checked~.checkmark {
    display: block
}

.custom-checkbox .checkmark,.custom-radio .checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #2f5acf
}

.custom-checkbox~.label,.custom-radio~.label {
    display: block;
    margin-left: 10px;
    font-weight: 600
}

.custom-checkbox {
    border-radius: 5px
}

.custom-checkbox .checkmark {
    transform: translate(-50%,-63%) rotate(45deg);
    border-bottom: 3px solid #2f5acf;
    border-right: 3px solid #2f5acf;
    width: 7px;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer
}

.form-group:not(:last-child) {
    margin-bottom: 1rem
}

.form-control,.vue-select .vs__dropdown-toggle {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 16px;
    height: 40px;
    width: 100%;
    padding: 5px 20px;
    transition: all .2s
}

.form-control:active,.form-control:focus,.vue-select .vs__dropdown-toggle:active,.vue-select .vs__dropdown-toggle:focus {
    border: 1px solid #2f5acf
}

.form-control.has-error,.vue-select .has-error.vs__dropdown-toggle {
    border: 1px solid #ff2459;
    position: relative
}

.form-control.has-error:after,.vue-select .has-error.vs__dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ff2459;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.form-control~.error-text,.vue-select .vs__dropdown-toggle~.error-text {
    color: #ff2459;
    display: block;
    padding: 0 1rem
}

.vue-select textarea.vs__dropdown-toggle,textarea.form-control {
    height: auto;
    resize: none;
    padding: 10px 20px
}

.vue-select .vs__dropdown-toggle {
    padding: 5px 10px 5px 20px
}

.vue-select .vs__dropdown-toggle[aria-expanded=true] {
    z-index: 1001;
    position: relative;
    background: #d9d9d9
}

.vue-select .vs__selected,.vue-select .vs__selected-options {
    padding: 0;
    margin: 0;
    align-items: center
}

.vue-select .vs__search {
    margin: 0;
    padding: 0
}

.vue-select .vs__search:disabled {
    background-color: transparent
}

.vue-select .vs__dropdown-menu {
    top: calc(100% - 16px);
    padding-top: 21px;
    box-shadow: none;
    border-radius: 0 0 16px 16px
}

.vue-select .vs__open-indicator {
    transform: scale(.8)
}

.vue-select.vs--open .vs__open-indicator {
    transform: scale(.8) rotate(180deg)!important
}

.vue-select .vs__dropdown-option--highlight {
    background-color: #d9d9d9;
    color: #000
}

.vue-select.has-error .vs__dropdown-toggle {
    border: 1px solid #ff2459;
    position: relative
}

.vue-select~.error-text {
    color: #ff2459;
    display: block;
    padding: 0 1rem
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

.popup .backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7)
}

.popup .popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    max-width: 600px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.popup .popup-body::-webkit-scrollbar {
    height: 5px
}

.popup .popup-body::-webkit-scrollbar-track {
    background: #fff
}

.popup .popup-body::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px
}

.popup .popup-body:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9
}

.popup .popup-body:hover::-webkit-scrollbar-track {
    background: #d9d9d9
}

.popup .popup-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.popup .popup-body .close-popup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px
}

.popup .popup-body .close-popup:active,.popup .popup-body .close-popup:hover {
    transform: scale(1.1)
}

.popup .popup-body.popup-lg {
    width: 70vw;
    max-width: 1080px;
    min-height: 70vh
}

.popup .popup-body.popup-xl {
    width: 90vw;
    max-width: 1920px;
    min-height: 90vh
}

@media(max-width: 991px) {
    .popup .popup-body.popup-xl {
        padding-top:40px
    }
}

@media(min-width: 991px) {
    .on-mobile .popup .popup-body.popup-xl {
        padding-top:40px
    }
}

@media(max-width: 991px) {
    .popup .popup-body.popup-lg,.popup .popup-body.popup-xl {
        width:100%
    }
}

@media(min-width: 991px) {
    .on-mobile .popup .popup-body.popup-lg,.on-mobile .popup .popup-body.popup-xl {
        width:100%
    }
}

.popup .popup-footer {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around
}

@media(max-width: 991px) {
    .popup {
        z-index:1001
    }

    .popup .popup-body {
        width: 100%;
        padding: 1rem 1.5rem 2rem;
        top: auto;
        left: 0;
        bottom: 0;
        border: 1px solid #d9d9d9;
        transform: none
    }
}

@media(min-width: 991px) {
    .on-mobile .popup {
        z-index:1001
    }

    .on-mobile .popup .popup-body {
        width: 100%;
        padding: 1rem 1.5rem 2rem;
        top: auto;
        left: 0;
        bottom: 0;
        border: 1px solid #d9d9d9;
        transform: none
    }
}

.popup--slide .popup-body {
    height: 100%;
    max-width: 250px;
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.popup-enter .backdrop,.popup-leave-to .backdrop {
    opacity: 0
}

.popup-enter .popup-body,.popup-leave-to .popup-body {
    transform: translate(-50%,100vh)!important
}

@media(max-width: 991px) {
    .popup-enter .popup-body,.popup-leave-to .popup-body {
        transform:translateY(100vh)!important
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-enter .popup-body,.popup-leave-to .popup-body {
        transform:translateY(100vh)!important
    }
}

.popup-enter.popup--slide .popup-body,.popup-leave-to.popup--slide .popup-body {
    transform: translateX(100vw)!important
}

.popup-enter-active,.popup-enter-active .backdrop,.popup-enter-active .popup-body,.popup-leave-active,.popup-leave-active .backdrop,.popup-leave-active .popup-body {
    transition: all .3s ease
}

.popup-leave-to {
    pointer-events: none!important
}

.table {
    width: 100%;
    border-spacing: 0;
    background: #d9d9d9;
    border-radius: 16px
}

.table td,.table th {
    padding: 10px 20px
}

.table thead>tr th {
    color: #fff;
    background-color: #2f5acf;
    font-weight: 500
}

.table thead>tr th:first-child {
    border-radius: 16px 0 0 16px
}

.table thead>tr th:last-child {
    border-radius: 0 16px 16px 0
}

.table tbody tr:nth-child(2n) td {
    background-color: #eee
}

.table tbody tr:not(:nth-child(2n)) td {
    background-color: #d9d9d9
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0
}

.site-table {
    border-collapse: separate;
    border-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    border: 1px solid #d9d9d9;
    border-radius: 16px
}

.site-table .site-table__title {
    white-space: nowrap
}

.site-table .sub-text {
    display: block
}

.site-table td {
    padding: 14px 18px
}

.site-table thead {
    position: relative;
    color: #fff;
    border-radius: 16px;
    z-index: 2
}

.site-table thead td {
    position: relative;
    z-index: 1;
    background-color: #2f5acf
}

.site-table thead td:first-of-type {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

.site-table thead td:last-of-type {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
}

.site-table tbody {
    z-index: 1
}

.site-table tbody tr {
    position: relative
}

.site-table tbody tr td {
    position: relative;
    border-bottom: 1px solid #d9d9d9
}

.site-table tbody tr td:first-of-type {
    border-bottom-left-radius: 16px
}

.site-table tbody tr td:last-of-type {
    border-bottom-right-radius: 16px
}

.site-table tbody tr:last-of-type td {
    border-bottom: 0
}

.size-table table td {
    padding: 5px 0;
    height: 42px;
    font-size: 11px
}

.size-table table td:first-of-type {
    padding-left: 18px
}

.size-table__description {
    margin-top: 27px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .03em;
    color: #000
}

.product-loading .product-grid__thumbnail {
    background-image: linear-gradient(90deg,#ececec,#f4f4f4 40px,#ececec 80px);
    -webkit-animation: shine-loading-image 2s ease-out infinite;
    animation: shine-loading-image 2s ease-out infinite
}

.product-loading .product-grid__content {
    background: #f7f7f7;
    padding: 15px
}

.product-loading .product-grid__title {
    height: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

.product-loading .product-grid__prices,.product-loading .product-grid__title {
    background: #ececec;
    background-image: linear-gradient(90deg,#ececec,#ddd 40px,#ececec 80px);
    -webkit-animation: shine-loading-container-items 2s ease-out infinite;
    animation: shine-loading-container-items 2s ease-out infinite
}

.product-loading .product-grid__prices {
    width: 60px;
    height: 25px;
    border-radius: 3px
}

@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px
    }

    40%,to {
        background-position: 208px
    }
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px
    }

    40%,to {
        background-position: 208px
    }
}

@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px
    }

    40%,to {
        background-position: 140px
    }
}

@keyframes shine-loading-container-items {
    0% {
        background-position: -100px
    }

    40%,to {
        background-position: 140px
    }
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,77,77,.69);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s
}

body.backdrop:before {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

body .site-content {
    min-height: 300px
}

.site-wrapper {
    padding-top: 80px
}

@media only screen and (max-width: 1200px) {
    .site-wrapper {
        overflow:hidden
    }
}

.title {
    font-size: 30px;
    font-weight: 700;
    margin: 2rem 0 1rem
}

.title-with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 1rem
}

.title-with-actions .title {
    margin: 0
}

.title-with-actions .action a {
    color: #2f5acf
}

@media(max-width: 991px) {
    .title-with-actions {
        flex-flow:column
    }

    .title-with-actions .action,.title-with-actions .title {
        width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .title-with-actions {
        flex-flow:column
    }

    .on-mobile .title-with-actions .action,.on-mobile .title-with-actions .title {
        width: 100%
    }
}

del {
    color: #ccc
}

@media(max-width: 991px) {
    .grid {
        margin-left:-4px;
        margin-right: -4px
    }

    .grid__column {
        padding: 4px
    }
}

@media(min-width: 991px) {
    .on-mobile .grid {
        margin-left:-4px;
        margin-right: -4px
    }

    .on-mobile .grid__column {
        padding: 4px
    }
}

.breadcrumb {
    padding-bottom: 25px
}

.breadcrumb .page-breadcrumb {
    display: flex;
    padding: 0;
    margin: 0
}

.breadcrumb .page-breadcrumb li {
    list-style: none
}

.breadcrumb .page-breadcrumb li a {
    color: grey
}

.breadcrumb .page-breadcrumb li a:hover {
    color: #2f5acf
}

.breadcrumb .page-breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    margin: 0 5px
}

.breadcrumb .page-breadcrumb li:last-of-type a {
    color: #000
}

.breadcrumb .page-breadcrumb li:last-of-type a:hover {
    color: #2f5acf
}

.order-time__wrapper {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.order-time__item {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 50px
}

.order-time__item,.order-time__item:before {
    border-radius: 100px;
    background-color: #2f5acf
}

.order-time__item:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    left: 100%;
    margin-left: 5px;
    margin-right: 5px;
    transform: translateY(-50%)
}

.order-time__item span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    background-color: #2f5acf;
    border: 2px solid #2f5acf;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff
}

.order-time__item span:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    background-color: #2f5acf;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 2px solid #2f5acf;
    border-left: 2px solid #2f5acf
}

.order-time__item:nth-child(2n) span {
    top: 100%;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 10px
}

.order-time__item:nth-child(2n) span:before {
    top: -6px;
    bottom: auto;
    transform: translateX(-50%) rotate(135deg)
}

.order-time__item:last-child {
    margin-right: 0
}

.order-time__item:last-child:before {
    display: none
}

.order-time__item--none:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-color: #fff
}

.order-time__item--none span {
    background-color: #fff;
    color: #2f5acf
}

.order-time__item--none span:before {
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .order-time {
        display:flex;
        justify-content: center;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw
    }

    .order-time__item {
        font-size: 12px;
        margin-right: 35px
    }

    .order-time__item:before {
        width: 25px
    }

    .order-time__wrapper {
        padding: 45px 35px
    }
}

.hide {
    display: none!important
}

.is-new-user {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.is-new-user__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #f6f6f6;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 1rem;
    max-width: 400px;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .3s
}

.is-new-user__content>* {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s
}

.is-new-user__title {
    color: #2f5acf;
    font-weight: 700;
    text-align: center
}

.is-new-user__description {
    display: flex;
    justify-content: center;
    align-items: center
}

.is-new-user__text {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.is-new-user__sale-number {
    font-size: 50px;
    color: red;
    font-weight: 700
}

.is-new-user__info {
    margin: 0
}

.is-new-user__field {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px
}

.is-new-user__control {
    height: 35px;
    border: 0;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 1rem
}

.is-new-user__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #2f5acf;
    border: 0;
    color: #fff;
    padding: .5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer
}

.is-new-user__button:hover {
    background-color: #000
}

.is-new-user__button svg path {
    stroke: currentColor
}

.is-new-user__caption {
    text-align: center
}

.is-new-user__toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ff3102;
    transform: rotate(-90deg);
    transform-origin: bottom right
}

.is-new-user__toggle:hover {
    background-color: #000
}

.is-new-user__toggle>* {
    display: inline-block;
    transition: all .3s
}

.is-new-user__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 13px
}

.is-new-user__close svg {
    width: 100%;
    height: 100%;
    color: #000
}

.is-new-user__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.is-new-user__helptext {
    margin: 0;
    color: #ff3102;
    font-size: .8rem;
    font-style: italic
}

.is-new-user__text2 {
    font-style: italic;
    font-size: .875rem;
    color: #565656
}

.is-new-user__text2 ul {
    padding: 0 0 0 1rem;
    margin: 0
}

.is-new-user__black {
    color: #000;
    font-size: 20px
}

.is-new-user__black span {
    color: red
}

.is-new-user__coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: .3rem;
    overflow: hidden
}

.is-new-user__coupon span {
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 1
}

.is-new-user__coupon a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f5acf;
    color: #fff;
    height: 32px;
    font-weight: 700;
    padding: 0 1rem;
    cursor: pointer
}

.is-new-user.active-popup .is-new-user__toggle {
    opacity: 0
}

.is-new-user.active-popup .is-new-user__content {
    transform: translateX(0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3333333333333333)
}

.is-new-user.active-popup .is-new-user__content>* {
    opacity: 1;
    transition-delay: .3s;
    visibility: visible;
    pointer-events: visible
}

.is-new-user.active-loading .is-new-user__content>* {
    opacity: 0!important;
    transition-delay: 0s
}

@-webkit-keyframes isLoading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes isLoading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.is-new-user.active-loading .is-new-user__content:before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    border-top-color: transparent;
    border-radius: 100px;
    -webkit-animation: isLoading 1s linear infinite;
    animation: isLoading 1s linear infinite
}

.popup-claim {
    position: relative;
    border-radius: 1rem;
    height: 300px;
    width: 575px;
    max-width: 100vw;
    padding: 15px
}

.popup-claim img {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.popup-claim__confirm {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px
}

.popup-claim__date {
    position: absolute;
    left: 70%;
    font-size: .75rem;
    color: #fff;
    top: 84%
}

@media(max-width: 991px) {
    .popup-claim__date {
        left:60%;
        font-size: .5rem;
        top: 86%
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__date {
        left:60%;
        font-size: .5rem;
        top: 86%
    }
}

.popup-claim__coupon {
    position: absolute;
    left: 70%;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    top: 37%
}

@media(max-width: 991px) {
    .popup-claim__coupon {
        left:60%;
        font-size: .625rem;
        top: 59%
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__coupon {
        left:60%;
        font-size: .625rem;
        top: 59%
    }
}

.popup-claim__success {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

@media(max-width: 991px) {
    .popup-claim__success {
        width:110%
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__success {
        width:110%
    }
}

.popup-claim__success.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.popup-claim__success img {
    width: 100%;
    bottom: -2%;
    right: -10%;
    border-radius: 0!important
}

@media(max-width: 991px) {
    .popup-claim__success img {
        bottom:0;
        right: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__success img {
        bottom:0;
        right: 0
    }
}

.popup-claim__success .is-new-user__field {
    max-width: 75%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25rem;
    color: #000
}

@media(max-width: 991px) {
    .popup-claim__success .is-new-user__field {
        max-width:100%
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__success .is-new-user__field {
        max-width:100%
    }
}

.popup-claim__success .is-new-user__control {
    display: flex;
    align-items: center
}

.popup-claim__success .is-new-user__button {
    width: auto!important;
    font-size: 18px;
    white-space: nowrap
}

.popup-claim__title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.25em;
    color: #ef0000;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .popup-claim__title {
        font-size:18px
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__title {
        font-size:18px
    }
}

.popup-claim__title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25rem;
    color: #000
}

@media(max-width: 991px) {
    .popup-claim__title span {
        font-size:14px
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__title span {
        font-size:14px
    }
}

.popup-claim__close {
    right: 50px
}

.popup-claim__heading {
    font-size: 50px;
    font-weight: 700;
    color: #ef0000;
    line-height: 1.25em;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    pointer-events: none
}

@media(max-width: 991px) {
    .popup-claim__heading {
        font-size:28px
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim__heading {
        font-size:28px
    }
}

.popup-claim .is-new-user__form {
    position: relative;
    z-index: 1
}

.popup-claim .is-new-user__field {
    border-radius: 100px;
    overflow: hidden;
    padding-top: 0;
    border: 3px solid #fff;
    background-color: #fff;
    width: 375px;
    max-width: 62vw;
    margin-bottom: 10px
}

@media(max-width: 991px) {
    .popup-claim .is-new-user__field {
        margin-bottom:0
    }
}

@media(min-width: 991px) {
    .on-mobile .popup-claim .is-new-user__field {
        margin-bottom:0
    }
}

.popup-claim .is-new-user__control {
    border-radius: 0;
    border-right: 5px solid #fff
}

.popup-claim .is-new-user__button {
    background-color: #2f5acf;
    width: 65px;
    border-radius: 100vmax
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    transition: all .3s
}

.site-header:hover .topbar {
    background-color: #000;
    color: #fff
}

.site-header.is-scroll-top {
    transform: translateY(-100%)
}

.site-header.is-scroll-top.cm24 {
    transform: translateY(-56px)
}

.site-header.is-scroll-top.cm24.has-top-bar {
    transform: translateY(-78px)
}

.topbar {
    display: block;
    background: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    transition: all .3s;
    position: relative
}

.topbar:hover {
    color: #000
}

.topbar.topbar-cm24 {
    background: #8fe3cf
}

.header {
    background-color: #fff;
    transition: all .3s;
    position: relative
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width: 769px) and (max-width:991px) {
    .header__inner {
        padding-left:15px;
        padding-right: 15px
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .header__inner {
        padding-left:15px;
        padding-right: 15px
    }
}

@media(min-width: 1440px) {
    .header__inner {
        padding-left:64px;
        padding-right: 64px
    }
}

@media(max-width: 991px) {
    .header__inner {
        height:58px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width: 991px) {
    .on-mobile .header__inner {
        height:58px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.header__logo {
    height: 40px
}

@media(max-width: 991px) {
    .header__logo {
        height:40px
    }
}

@media(min-width: 991px) {
    .on-mobile .header__logo {
        height:40px
    }
}

.header__logo img {
    width: auto;
    height: 100%
}

.header__actions {
    display: flex;
    align-items: center
}

@media(max-width: 991px) {
    .header__actions {
        flex:1;
        justify-content: flex-end
    }
}

@media(min-width: 991px) {
    .on-mobile .header__actions {
        flex:1;
        justify-content: flex-end
    }
}

@media(max-width: 991px) {
    .header__menu {
        position:absolute;
        top: 56px;
        right: 0;
        min-height: 700px;
        height: calc(100vh - 440px);
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #d9d9d9;
        transition: all .3s;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    .header__menu::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .header__menu::-webkit-scrollbar-thumb,.header__menu::-webkit-scrollbar-track {
        background: transparent
    }

    .header__menu::-webkit-scrollbar-thumb:hover {
        background: transparent
    }
}

@media(max-width: 991px) and (max-height:600px) {
    .header__menu {
        min-height:inherit;
        height: calc(100vh - 100px)
    }
}

@media(max-width: 991px) {
    .header__menu.is-active {
        opacity:1;
        pointer-events: visible;
        visibility: visible
    }
}

@media(min-width: 991px) {
    .on-mobile .header__menu {
        position:absolute;
        top: 56px;
        right: 0;
        min-height: 700px;
        height: calc(100vh - 440px);
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #d9d9d9;
        transition: all .3s;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    .on-mobile .header__menu::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .on-mobile .header__menu::-webkit-scrollbar-thumb,.on-mobile .header__menu::-webkit-scrollbar-track {
        background: transparent
    }

    .on-mobile .header__menu::-webkit-scrollbar-thumb:hover {
        background: transparent
    }
}

@media(min-width: 991px) and (max-height:600px) {
    .on-mobile .header__menu {
        min-height:inherit;
        height: calc(100vh - 100px)
    }
}

@media(min-width: 991px) {
    .on-mobile .header__menu.is-active {
        opacity:1;
        pointer-events: visible;
        visibility: visible
    }
}

.header__toggle {
    display: none
}

.header__toggle>div {
    width: 50px;
    height: 50px;
    margin-left: -15px
}

@media(max-width: 991px) {
    .header__toggle {
        display:flex;
        justify-content: flex-start;
        flex: 1
    }
}

@media(min-width: 991px) {
    .on-mobile .header__toggle {
        display:flex;
        justify-content: flex-start;
        flex: 1
    }
}

.header-actions__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px
}

@media(max-width: 991px) {
    .header-actions__button {
        width:38px;
        height: 38px
    }
}

@media(min-width: 991px) {
    .on-mobile .header-actions__button {
        width:38px;
        height: 38px
    }
}

.header-actions__button .counts {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 15px;
    height: 15px;
    background-color: #2f5acf;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    pointer-events: none
}

@media(max-width: 991px) {
    .header-actions__button .counts {
        right:0;
        top: 5px
    }
}

@media(min-width: 991px) {
    .on-mobile .header-actions__button .counts {
        right:0;
        top: 5px
    }
}

.header-actions__button:hover .header-actions__menu {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.header-actions__menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s
}

.header-actions__inner {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.06666666666666667);
    border: 1px solid #d9d9d9
}


@media(max-width: 991px) {
    .header__menu.is-active .nav__item.is-active .mega-menu,.header__menu.is-active .nav__item.is-active .sub-menu {
        transform:translateZ(0)
    }
}

@media(min-width: 991px) {
    .on-mobile .header__menu.is-active .nav__item.is-active .mega-menu,.on-mobile .header__menu.is-active .nav__item.is-active .sub-menu {
        transform:translateZ(0)
    }
}

@media(min-width: 768px) {
    .nav__item:hover .mega-menu,.nav__item:hover .sub-menu {
        opacity:1;
        pointer-events: visible;
        visibility: visible
    }
}

@media(max-width: 991px) {
    .mega-menu--product .mega-menu__title {
        text-transform:uppercase
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu--product .mega-menu__title {
        text-transform:uppercase
    }
}

.mega-menu-collection-all {
    position: absolute;
    bottom: 30px;
    right: -120px
}

.mega-menu-collection-all a {
    padding: 0 65px;
    background-color: #2a4362;
    border: none;
    border-radius: 5px
}

.mega-menu-collection-all a:hover {
    color: #000;
    background-color: #d9d9d9;
    border: none
}

.mega-menu-collection-description {
    color: #2a4362;
    font-size: 13px;
    max-width: 336px
}

.mega-menu-collection-description p {
    font-weight: 400;
    line-height: 16px;
    margin-top: 0
}



@media(min-width: 991px) {
    .on-mobile .mega-menu:after,.on-mobile .sub-menu:after {
        display:none
    }
}



@media(min-width: 991px) {
    .on-mobile .mega-menu,.on-mobile .sub-menu {
        background-color:#fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 3px;
        opacity: 1;
        pointer-events: visible;
        visibility: visible;
        transform: translate3d(100%,0,0)
    }
}

.mega-menu__close,.sub-menu__close {
    display: none
}

@media(max-width: 991px) {
    .mega-menu__close,.sub-menu__close {
        display:flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 15px;
        width: 100%;
        height: 50px;
        padding-left: 30px;
        background-image: url(/images/arrow-left.svg?2ef30de45318ec71014d32f089fbdbdd);
        background-repeat: no-repeat;
        background-position: 15px;
        background-size: 6px;
        background-color: #fff;
        z-index: 1
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__close,.on-mobile .sub-menu__close {
        display:flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 15px;
        width: 100%;
        height: 50px;
        padding-left: 30px;
        background-image: url(/images/arrow-left.svg?2ef30de45318ec71014d32f089fbdbdd);
        background-repeat: no-repeat;
        background-position: 15px;
        background-size: 6px;
        background-color: #fff;
        z-index: 1
    }
}

.mega-menu__wrapper,.sub-menu__wrapper {
    position: relative;
    padding-top: 32px;
    padding-bottom: 24px;
    min-height: 300px;
    background-color: #fff;
    z-index: 1;
    transition: opacity .2s ease-out .22s,visibility 0ms ease .35s;
    visibility: hidden
}

@media(max-width: 991px) {
    .mega-menu__wrapper,.sub-menu__wrapper {
        height:100%
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__wrapper,.on-mobile .sub-menu__wrapper {
        height:100%
    }
}

.is-active.sub-menu__wrapper,.mega-menu__wrapper.is-active {
    transition: opacity .3s ease-out,visibility 0ms;
    visibility: visible
}

.mega-menu__inner,.sub-menu__inner {
    display: flex;
    max-width: 870px;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 991px) {
    .mega-menu__inner,.sub-menu__inner {
        flex-flow:column;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__inner,.on-mobile .sub-menu__inner {
        flex-flow:column;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.mega-menu__item,.sub-menu__item {
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: .03em;
    color: #707171;
    position: relative;
    width: 240px
}

.mega-menu__item ul,.sub-menu__item ul {
    padding: 0;
    margin: 0;
    line-height: 220%
}

.mega-menu__item ul+ul,.sub-menu__item ul+ul {
    padding-top: 3px;
    margin-top: 3px;
    position: relative
}

.mega-menu__item ul+ul:before,.sub-menu__item ul+ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #e9e9e9
}

.mega-menu__item ul li,.sub-menu__item ul li {
    list-style: none;
    margin: 0;
    font-weight: 500
}

@media(max-width: 1660px) {
    .mega-menu__item ul li,.sub-menu__item ul li {
        font-size:.875rem
    }
}

@media(max-width: 991px) {
    .mega-menu__item ul li a,.sub-menu__item ul li a {
        display:flex;
        align-items: center
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__item ul li a,.on-mobile .sub-menu__item ul li a {
        display:flex;
        align-items: center
    }
}

.mega-menu__item ul li a:hover,.sub-menu__item ul li a:hover {
    color: #2f5acf
}

.flex-0.sub-menu__item,.mega-menu__item.flex-0 {
    flex: unset
}

@media(max-width: 991px) {
    .mega-menu__item,.sub-menu__item {
        color:#666;
        font-weight: 400;
        font-size: 15px
    }

    .mega-menu__item ul,.sub-menu__item ul {
        display: none
    }

    .mega-menu__item ul:last-of-type,.sub-menu__item ul:last-of-type {
        padding-bottom: 15px
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__item,.on-mobile .sub-menu__item {
        color:#666;
        font-weight: 400;
        font-size: 15px
    }

    .on-mobile .mega-menu__item ul,.on-mobile .sub-menu__item ul {
        display: none
    }

    .on-mobile .mega-menu__item ul:last-of-type,.on-mobile .sub-menu__item ul:last-of-type {
        padding-bottom: 15px
    }
}

.mega-menu__item-image {
    position: relative;
    overflow: hidden
}

.mega-menu__item-image .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
    z-index: 5;
    padding-right: 15px;
    font-weight: 400
}

.mega-menu__item-image img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out
}

.mega-menu__item-image:hover img {
    transform: scale(1.2)
}

.mega-menu__item-image:before {
    content: "";
    position: absolute;
    background: linear-gradient(181deg,hsla(0,0%,100%,0) 8.25%,#000);
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 2
}

.mega-menu__title {
    display: block;
    color: #707171;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1660px) {
    .mega-menu__title {
        font-size:.875rem
    }
}

@media(max-width: 991px) {
    .mega-menu__title {
        position:relative;
        color: #000;
        margin-bottom: 10px
    }

    .mega-menu__title:after,.mega-menu__title:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        height: 2px;
        width: 10px;
        background-color: #000;
        border-radius: 100px;
        transition: all .3s
    }

    .mega-menu__title:after {
        transform: rotate(90deg)
    }

    .mega-menu__title.is-active:after {
        transform: rotate(0deg)
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__title {
        position:relative;
        color: #000;
        margin-bottom: 10px
    }

    .on-mobile .mega-menu__title:after,.on-mobile .mega-menu__title:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        height: 2px;
        width: 10px;
        background-color: #000;
        border-radius: 100px;
        transition: all .3s
    }

    .on-mobile .mega-menu__title:after {
        transform: rotate(90deg)
    }

    .on-mobile .mega-menu__title.is-active:after {
        transform: rotate(0deg)
    }
}

.mega-menu__titles {
    display: block;
    color: #8e8e8e;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .mega-menu__titles {
        position:relative;
        color: #000;
        margin-bottom: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .mega-menu__titles {
        position:relative;
        color: #000;
        margin-bottom: 10px
    }
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0 0 30px
}

@media(max-width: 991px) {
    .nav {
        flex-flow:column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .nav {
        flex-flow:column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0
    }
}

.nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 20px 18px;
    position: relative
}

.nav__item.is-active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: calc(100% - 35px);
    background: #000;
    transform: translate3d(-50%,0,0);
    margin-top: 2px;
    pointer-events: none;
    transition: all .3s
}

@media(max-width: 991px) {
    .nav__item:hover:before {
        content:"";
        display: none
    }
}

@media(min-width: 991px) {
    .on-mobile .nav__item:hover:before {
        content:"";
        display: none
    }
}

@media(min-width: 769px) and (max-width:991px) {
    .nav__item {
        padding:0 10px
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .nav__item {
        padding:0 15px
    }
}

@media(max-width: 991px) {
    .nav__item {
        height:34px;
        width: 100%;
        padding: 0 5px;
        justify-content: flex-start
    }

    .nav__item.has-child>a:before {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 0;
        width: 12px;
        height: 12px;
        background-image: url(/images/arrow-down.svg?a19aea680c08573712a5aca33fcaed3c);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-90deg)
    }
}

@media(min-width: 991px) {
    .on-mobile .nav__item {
        height:34px;
        width: 100%;
        padding: 0 5px;
        justify-content: flex-start
    }

    .on-mobile .nav__item.has-child>a:before {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 0;
        width: 12px;
        height: 12px;
        background-image: url(/images/arrow-down.svg?a19aea680c08573712a5aca33fcaed3c);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-90deg)
    }
}

.nav__item__highlight {
    color: #2f5acf
}

.nav__item>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: capitalize;
    padding: 0;
    white-space: nowrap
}

@media(max-width: 991px) {
    .nav__item>a {
        font-size:14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: left;
        position: relative
    }
}

@media(min-width: 991px) {
    .on-mobile .nav__item>a {
        font-size:14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: left;
        position: relative
    }
}

@media(max-width: 1660px) {
    .nav__item>a {
        font-size:.874rem
    }
}

.nav__sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    visibility: hidden
}

.nav__sub-active,.nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    display: flex
}

.nav__sub-active.hide-item {
    display: none
}

.nav__sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 15px 18px;
    font-size: 16px;
    cursor: pointer
}

.nav__sub-item>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    color: #242424;
    opacity: .6;
    transition: all .3s
}

@media(max-width: 1660px) {
    .nav__sub-item>a {
        font-size:.875rem
    }
}

.nav__sub-item:hover>a {
    opacity: 1
}

.nav__sub-item.is-active .mega-menu,.nav__sub-item.is-active .sub-menu {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.nav-tab {
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width: 991px) {
    .nav-tab {
        margin-top:30px
    }
}

@media(min-width: 991px) {
    .on-mobile .nav-tab {
        margin-top:30px
    }
}

.nav-tab__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #d9d9d9
}

.nav-tab__head::-webkit-scrollbar {
    width: 0;
    height: 0
}

.nav-tab__head::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent
}

.nav-tab__head::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px
}

.nav-tab__head::-webkit-scrollbar-thumb:hover {
    background: transparent
}

.nav-tab__head:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%
}

.nav-tab__title {
    display: flex;
    justify-content: center;
    height: 35px;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    font-weight: 700
}

.nav-tab__title:before {
    width: 0;
    height: 3px
}

.nav-tab__title:after,.nav-tab__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000
}

.nav-tab__title:after {
    width: 100%;
    height: 0;
    transition: all .3s
}

.nav-tab__title.right-animation:before {
    right: auto;
    left: 0;
    transform: translateX(-30px);
    transition: width .1s linear,transform .05s linear;
    transition-delay: .05s,0s
}

.nav-tab__title.right-animation:after {
    transition: height 0s
}

.nav-tab__title.left-animation:before {
    left: auto;
    right: 0;
    transform: translateX(30px);
    transition: width .1s linear,transform .05s linear;
    transition-delay: .05s,0s
}

.nav-tab__title.left-animation:after {
    transition: height 0s
}

.nav-tab__title.is-current:before {
    width: 100%;
    transition: width .1s linear;
    transition-delay: .05s
}

.nav-tab__title.is-current:after {
    height: 3px
}

.nav-tab__title.is-current.right:before {
    right: 0;
    left: auto
}

.nav-tab__title.is-current.left:after,.nav-tab__title.is-current.right:after {
    display: none
}

.nav-tab__menu {
    list-style: none;
    margin: 0;
    padding: 0 5px 10px
}

.nav-tab__menu li {
    margin: 0
}

.nav-tab__menu li>a {
    display: block;
    width: 100%;
    line-height: 24px
}

@media(max-width: 991px) {
    .nav-tab__menu li>a {
        line-height:40px
    }
}

@media(min-width: 991px) {
    .on-mobile .nav-tab__menu li>a {
        line-height:40px
    }
}

.nav-tab__content {
    padding-top: 10px
}

@media(max-width: 991px) {
    .nav-tab__content .nav__item:after {
        content:"";
        position: absolute;
        bottom: 0;
        left: -5px;
        height: 1px;
        width: 100%;
        background-color: #e8ebed
    }
}

@media(min-width: 991px) {
    .on-mobile .nav-tab__content .nav__item:after {
        content:"";
        position: absolute;
        bottom: 0;
        left: -5px;
        height: 1px;
        width: 100%;
        background-color: #e8ebed
    }
}

.nav-tab__label {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 5px 5px
}

.nav-tab__label:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #d9d9d9
}

.nav-tab__sub {
    display: block;
    font-size: 80%;
    margin-top: -4px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px
}

.nav-tab__heading {
    display: flex;
    align-items: center;
    gap: 0 10px
}

@media(min-width: 768px) {
    .sub-menu {
        box-shadow:0 0 5px 0 rgba(0,0,0,.13333333333333333)
    }
}

.sub-menu a:hover {
    color: #2f5acf
}

.sub-menu:after {
    display: none
}

.sub-menu__wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.sub-menu__item {
    margin-bottom: 10px;
    color: #000
}

.menu-tag {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #000;
    line-height: 17px;
    padding: 0 7px;
    border-radius: 5px;
    margin-left: 5px
}

.menu-tag--hot {
    background: #f9f86c
}

.menu-tag--sale {
    background: #ff2459;
    color: #fff
}

.menu-tag--new {
    background: #2f5acf;
    color: #fff
}

.menu-tag--premium {
    background: #000;
    color: #fff
}

.header-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #fff;
    transition: all .3s
}

.header-search>form {
    width: 100%;
    height: 107px;
    display: flex;
    background: #fff
}

.header-search__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 532px;
    margin: 0 auto;
    transition: all .3s;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

@media(max-width: 991px) {
    .header-search__wrapper {
        position:relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 17px;
        margin-bottom: 17px
    }
}

@media(min-width: 991px) {
    .on-mobile .header-search__wrapper {
        position:relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 17px;
        margin-bottom: 17px
    }
}

.header-search__field {
    flex: 1;
    max-width: 100%;
    transition: all .3s;
    position: relative
}

.header-search__filter {
    margin-right: -16px
}

@media(max-width: 991px) {
    .header-search__filter {
        position:absolute;
        left: 23px;
        top: 50%;
        transform: translate3d(0,-50%,0)
    }
}

@media(min-width: 991px) {
    .on-mobile .header-search__filter {
        position:absolute;
        left: 23px;
        top: 50%;
        transform: translate3d(0,-50%,0)
    }
}

.header-search__close {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0);
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.header-search__close:after,.header-search__close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #000;
    transform: translate3d(-50%,-50%,0);
    transition: all .3s;
    border-radius: 100px
}

.header-search__close:after {
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    transform: translateZ(0) rotate(45deg)
}

.header-search__close:before {
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    transform: translateZ(0) rotate(-45deg)
}

.header-search__close.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.header-search__control {
    border: 0;
    background-color: hsla(0,0%,83.1%,.4);
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
    border-radius: 33px
}

@media(max-width: 991px) {
    .header-search__control {
        width:100%;
        border: 1px solid #d9d9d9;
        background: #f3f5f6
    }
}

@media(min-width: 991px) {
    .on-mobile .header-search__control {
        width:100%;
        border: 1px solid #d9d9d9;
        background: #f3f5f6
    }
}

.header-search__submit {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 991px) {
    .header-search__submit {
        bottom:12px;
        width: 17px;
        height: 17px;
        padding: 0;
        background-color: unset
    }
}

@media(min-width: 991px) {
    .on-mobile .header-search__submit {
        bottom:12px;
        width: 17px;
        height: 17px;
        padding: 0;
        background-color: unset
    }
}

.header-search__submit img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header-search.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.header-account {
    padding: 15px 15px 10px
}

.header-account-menu .header-account {
    padding: 0
}

.header-account ul li {
    white-space: nowrap
}

.header-account ul li+li {
    margin-top: 5px
}

.header-account__item {
    display: flex;
    align-items: center;
    min-height: 30px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .03em
}

.header-account__icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 8px
}

.header-account__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.header-account__sub-icon {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 10px;
    height: 10px
}

.spotlight-header-search {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 1;
    display: none;
    width: 100%
}

@media(max-width: 991px) {
    .spotlight-header-search {
        opacity:0;
        pointer-events: none;
        visibility: hidden
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-header-search {
        opacity:0;
        pointer-events: none;
        visibility: hidden
    }
}

.spotlight-header-search.is-active {
    display: block;
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.spotlight-header-search .view-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 10px
}

.spotlight-header-search__content {
    border-bottom: 1px solid #d9d9d9;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 500px)
}

@media(max-width: 991px) {
    .spotlight-header-search__content {
        max-height:0;
        height: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-header-search__content {
        max-height:0;
        height: 100%
    }
}

.spotlight-header-search__wrapper {
    padding: 0 80px 25px
}

.spotlight-header-search__wrapper .loading {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1660px) {
    .spotlight-header-search__wrapper {
        padding:0 80px
    }
}

@media(max-width: 991px) {
    .spotlight-header-search__wrapper {
        padding:0
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-header-search__wrapper {
        padding:0
    }
}

.spotlight-header-search__viewmore {
    display: none
}

.spotlight-header-search__viewmore.is-active {
    display: flex;
    justify-content: center;
    padding-bottom: 8rem
}

.spotlight-header-search__float {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: visible;
    transition: all .3s
}

.spotlight-header-search__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background: rgba(0,0,0,.6)
}

.spotlight-header-search .search-suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.spotlight-header-search .search-suggestions li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

@media(max-width: 991px) {
    .spotlight-header-search .search-suggestions li {
        display:list-item
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-header-search .search-suggestions li {
        display:list-item
    }
}

.spotlight-header-search__suggestions {
    display: flex;
    align-content: center;
    padding: 20px 80px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .spotlight-header-search__suggestions {
        padding:0;
        border: none
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-header-search__suggestions {
        padding:0;
        border: none
    }
}

@media(max-width: 991px) {
    .recent-product-list {
        display:-webkit-box;
        flex-flow: row;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .recent-product-list .grid__column {
        width: 60%
    }
}

@media(min-width: 991px) {
    .on-mobile .recent-product-list {
        display:-webkit-box;
        flex-flow: row;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .on-mobile .recent-product-list .grid__column {
        width: 60%
    }
}

.spotlight-search-content {
    border-bottom: 1px solid #d9d9d9;
    display: none;
    transition: all .2s
}

@media(max-width: 991px) {
    .spotlight-search-content {
        display:block;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: none
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-search-content {
        display:block;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: none
    }
}

.spotlight-search-content.is-active {
    background: #fff;
    display: block;
    width: 1000px;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto 0
}

.spotlight-search-content__wrapper {
    position: relative;
    min-height: 200px;
    background-color: #fff;
    z-index: 10
}

@media(max-width: 991px) {
    .spotlight-search-content__wrapper {
        min-height:unset;
        height: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-search-content__wrapper {
        min-height:unset;
        height: 100%
    }
}

.spotlight-search-content__inner {
    display: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
    row-gap: 50px;
    padding: 50px 80px 20px
}

.spotlight-search-content__inner.is-active {
    display: flex
}

@media(max-width: 991px) {
    .spotlight-search-content__inner {
        row-gap:20px;
        flex-direction: column;
        padding: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .spotlight-search-content__inner {
        row-gap:20px;
        flex-direction: column;
        padding: 0
    }
}

.spotlight-search-content__topkeyword {
    display: none
}

.spotlight-search-content__topkeyword.is-active {
    display: block
}

.spotlight-search-content__recentview {
    width: 100%;
    height: 422px;
    display: none
}

.spotlight-search-content__recentview.is-active {
    display: block
}

.spotlight-search-content__recentview .recent-product__thumbnail {
    max-height: 280px
}

.homepage-search__description {
    text-align: center;
    margin-bottom: 1rem
}

@media(max-width: 991px) {
    .homepage-search__description {
        text-align:left!important;
        margin-bottom: .5rem
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-search__description {
        text-align:left!important;
        margin-bottom: .5rem
    }
}

@media(max-width: 991px) {
    .homepage-search__content {
        display:block!important;
        margin-top: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-search__content {
        display:block!important;
        margin-top: 0
    }
}

.homepage-search__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px
}

@media(max-width: 991px) {
    .homepage-search__buttons {
        display:-webkit-box;
        gap: .75rem;
        flex-wrap: nowrap;
        overflow: auto hidden;
        width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-search__buttons {
        display:-webkit-box;
        gap: .75rem;
        flex-wrap: nowrap;
        overflow: auto hidden;
        width: 100%
    }
}

.homepage-search__button {
    justify-content: center;
    padding: .475rem .75rem;
    border-radius: 1rem;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    line-height: 1rem;
    font-size: .75rem
}

.homepage-search__button,.product-search {
    display: flex;
    align-items: center
}

.product-search+.product-search {
    margin-top: 15px
}

.product-search__thumbnail {
    width: 35px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.product-search__thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
    height: 0;
    width: 100%
}

.product-search__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-search__content {
    display: flex;
    flex-flow: column;
    padding-left: 15px;
    font-size: 13px
}

.product-search__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0
}

.product-search__prices {
    display: flex;
    align-items: center;
    font-weight: 400
}

.product-search__prices ins {
    text-decoration: none;
    margin-right: 5px
}

.product-search__prices del {
    color: #c4c4c4;
    margin-right: 10px
}

.product-search__prices del+ins {
    color: #ff3102
}

.menu-toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.menu-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: translate3d(-50%,-50%,0);
    transition: all .3s
}

.menu-toggle span:first-of-type {
    top: calc(50% - 5px)
}

.menu-toggle span:nth-of-type(2) {
    width: 10px;
    left: 45%
}

.menu-toggle span:nth-of-type(3) {
    top: calc(50% + 5px)
}

.menu-toggle.is-active span:first-of-type {
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: translateZ(0) rotate(45deg)
}

.menu-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.menu-toggle.is-active span:nth-of-type(3) {
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: translateZ(0) rotate(-45deg)
}

.menu-toggle__search {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: all .3s
}

.header-account-menu .account-sidebar {
    border-right: 0;
    padding: 0
}

.header-account-menu .title {
    margin-top: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start
}

.header-account-menu .badge {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-actions__inner {
    color: #000
}

@media screen and (min-width: 768px) {
    header.site-header:hover .header-actions__button:nth-child(2)>a img:first-of-type {
        display:none
    }
}

@media(max-width: 991px) {
    .nav-tab__content .nav__item {
        position:relative;
        padding: 5px 0;
        border-top: 0
    }

    .nav-tab__content .nav__item>a {
        color: #7c7c7c;
        font-weight: 400;
        font-size: 16px
    }

    .nav-tab__content .nav__item:last-of-type:after {
        display: none!important
    }

    .nav-tab__content .nav__item .nav-child-menu {
        margin-top: 0!important
    }

    .nav-tab__content .nav-tab__label {
        border-bottom: 0
    }

    .nav__item>a {
        font-weight: 700
    }

    .nav li.nav__item a {
        text-transform: uppercase;
        font-size: 18px
    }
}

@media(max-width: 991px) and (max-width:1660px) {
    .nav li.nav__item a {
        font-size:16px
    }
}

@media(max-width: 991px) {
    ul.nav-child-menu>li>a {
        display:flex;
        align-items: center
    }

    ul.nav-child-menu>li>a>b {
        width: 90%
    }

    ul.nav-child-menu .nav-tab__sub {
        margin: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .nav-tab__content .nav__item {
        position:relative;
        padding: 5px 0;
        border-top: 0
    }

    .on-mobile .nav-tab__content .nav__item>a {
        color: #7c7c7c;
        font-weight: 400;
        font-size: 16px
    }

    .on-mobile .nav-tab__content .nav__item:last-of-type:after {
        display: none!important
    }

    .on-mobile .nav-tab__content .nav__item .nav-child-menu {
        margin-top: 0!important
    }

    .on-mobile .nav-tab__content .nav-tab__label {
        border-bottom: 0
    }

    .on-mobile .nav__item>a {
        font-weight: 700
    }

    .on-mobile .nav li.nav__item a {
        text-transform: uppercase;
        font-size: 18px
    }
}

@media(min-width: 991px) and (max-width:1660px) {
    .on-mobile .nav li.nav__item a {
        font-size:16px
    }
}

@media(min-width: 991px) {
    .on-mobile ul.nav-child-menu>li>a {
        display:flex;
        align-items: center
    }

    .on-mobile ul.nav-child-menu>li>a>b {
        width: 90%
    }

    .on-mobile ul.nav-child-menu .nav-tab__sub {
        margin: 0
    }
}

.site-footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    font-size: 13px;
    line-height: 160%;
    color: #d9d9d9;
    margin-top: 30px
}

@media(max-width: 991px) {
    .site-footer {
        margin-top:5px
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer {
        margin-top:5px
    }
}

.site-footer__inner {
    display: flex;
    padding-bottom: 35px
}

@media(max-width: 991px) {
    .site-footer__inner {
        flex-wrap:wrap
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__inner {
        flex-wrap:wrap
    }
}

.site-footer__menu {
    flex: 1;
    padding-right: 130px
}

@media(max-width: 991px) {
    .site-footer__menu {
        width:100%;
        padding-right: 0;
        margin-bottom: 15px
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__menu {
        width:100%;
        padding-right: 0;
        margin-bottom: 15px
    }
}

.site-footer__sidebar {
    width: 30%;
    max-width: 260px
}

@media(max-width: 991px) {
    .site-footer__sidebar {
        width:100%;
        max-width: 100%;
        margin-bottom: 25px
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__sidebar {
        width:100%;
        max-width: 100%;
        margin-bottom: 25px
    }
}

.site-footer__title {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 6px
}

@media(max-width: 991px) {
    .site-footer__title {
        font-weight:400
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__title {
        font-weight:400
    }
}

.site-footer__description {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 33px
}

@media(max-width: 991px) {
    .site-footer__description {
        margin-bottom:10px;
        margin-top: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__description {
        margin-bottom:10px;
        margin-top: 10px
    }
}

.site-footer__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    background: #2f5acf;
    border-radius: 16px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    margin-bottom: 25px;
    border: 0
}

@media(max-width: 991px) {
    .site-footer__btn {
        height:30px;
        font-size: 12px;
        border-radius: 12px
    }
}

@media(min-width: 991px) {
    .on-mobile .site-footer__btn {
        height:30px;
        font-size: 12px;
        border-radius: 12px
    }
}

.site-footer__btn:hover {
    color: #000;
    background-color: #fff
}

.footer-contact .site-footer__btn {
    flex: 1;
    margin-bottom: 0
}

.site-footer__after {
    display: flex;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 16px
}

.footer-menu {
    display: flex;
    justify-content: space-between
}

@media(max-width: 991px) {
    .footer-menu {
        flex-wrap:wrap
    }
}

@media(min-width: 991px) {
    .on-mobile .footer-menu {
        flex-wrap:wrap
    }
}

.footer-menu ul {
    margin: 0;
    padding: 0
}

.footer-menu ul li {
    list-style: none
}

.footer-menu ul li+li {
    margin-top: 10px
}

.footer-menu ul li a:hover {
    color: #f9f86c
}

.footer-menu ul+.footer-menu__title {
    margin-top: 30px
}

.footer-menu__item {
    flex: 1;
    font-size: 13px;
    line-height: 200%;
    color: #d9d9d9;
    max-width: 160px
}

@media(max-width: 991px) {
    .footer-menu__item {
        flex:inherit;
        width: 100%;
        max-width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .footer-menu__item {
        flex:inherit;
        width: 100%;
        max-width: 100%
    }
}

.footer-menu__title {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 200%;
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .footer-menu__title {
        margin-bottom:10px
    }

    .footer-menu__title:after,.footer-menu__title:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 2px;
        border-radius: 10px;
        background-color: #fff;
        margin-top: -1px
    }

    .footer-menu__title:after {
        transform: rotate(90deg);
        transform-origin: center center;
        transition: all .3s
    }

    .footer-menu__title.is-active:after {
        transform: rotate(0deg)
    }
}

@media(min-width: 991px) {
    .on-mobile .footer-menu__title {
        margin-bottom:10px
    }

    .on-mobile .footer-menu__title:after,.on-mobile .footer-menu__title:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 2px;
        border-radius: 10px;
        background-color: #fff;
        margin-top: -1px
    }

    .on-mobile .footer-menu__title:after {
        transform: rotate(90deg);
        transform-origin: center center;
        transition: all .3s
    }

    .on-mobile .footer-menu__title.is-active:after {
        transform: rotate(0deg)
    }
}

.footer-menu__desciption {
    margin-top: 6px;
    margin-bottom: 6px
}

.footer-menu__desciption+.footer-menu__desciption {
    margin-top: 30px
}

.footer-menu__content {
    display: none
}

.footer-menu__content ul li a {
    display: block;
    width: 100%
}

.footer-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 12px
}

@media(max-width: 991px) {
    .footer-info {
        font-size:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .footer-info {
        font-size:10px
    }
}

.footer-info__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.footer-info__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-info__desciption {
    margin: 0
}

.footer-social {
    display: flex;
    margin-top: 25px
}

.footer-contact .footer-social {
    margin-top: 0;
    padding-left: 20px
}

.footer-social__item {
    flex: 1;
    display: flex;
    align-items: center;
    width: 17%;
    height: 30px
}

.footer-social__item+.footer-social__item {
    margin-left: 15px
}

.footer-social__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.copyright {
    flex: 1
}

.copyright__title {
    margin-bottom: 12px
}

.copyright__description,.copyright__title {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .03em;
    color: #fff
}

.copyright__description {
    margin: 0
}

.copyright__logo img {
    height: 40px;
    margin-left: 15px
}

.footer-infomations {
    display: flex;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    justify-content: space-between
}

.footer-contact {
    display: flex;
    align-items: center
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

/*!PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp,.slick-arrow.slick-hidden {
    display: none
}

.pswp {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp--open {
    display: block
}



.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: rgba(0,0,0,.6);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4,0,.22,1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    background: url(/images/default-skin.png?295fca1eacd10619a02075cced41f40c) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi) {
    .pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
        background:0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0,0,0,.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position:relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,.pswp__top-bar {
    background-color: rgba(0,0,0,.5)
}

.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0,0,0,.3)
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.product-grid {
    position: relative;
    padding-bottom: 12px
}

.product-grid>* {
    transition: all .3s
}

.product-grid.care-and-share-product .product-grid__thumbnail:before {
    content: "";
    background-image: url(https://mcdn.coolmate.me/image/February2023/mceclip0_58.png);
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10%;
    transition: all .3s;
    pointer-events: none
}

@media(max-width: 991px) {
    .product-grid.care-and-share-product .product-grid__thumbnail:before {
        height:25px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid.care-and-share-product .product-grid__thumbnail:before {
        height:25px
    }
}

.product-grid.care-and-share-product .product-grid__thumbnail:hover:before {
    opacity: 0
}

.product-grid.care-and-share-product.care-and-share-100 .product-grid__thumbnail:before {
    background-image: url("https://mcdn.coolmate.me/image/March2023/Group_810_(1).png")
}

.product-grid.is-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #ff3102;
    border-bottom-color: transparent;
    border-radius: 100px;
    z-index: 1;
    margin: -84px 0 0 -24px;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.product-grid.is-loading>* {
    opacity: .5;
    pointer-events: none
}

.product-grid__thumbnail {
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden
}

.product-grid__thumbnail:hover .product-grid__select {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transform: translate3d(-50%,0,0)
}

.product-grid__image {
    position: relative
}

.product-grid__image:before {
    content: "";
    display: block;
    padding-top: 133.77926421%;
    height: 0;
    width: 100%
}

.product-grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.product-grid__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: .625rem;
    right: .75rem;
    font-size: .625rem;
    height: 22px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
    background-color: #f9f86c;
    text-transform: capitalize;
    z-index: 2
}

@media(max-width: 991px) {
    .product-grid__tags {
        height:14px;
        font-size: 8px;
        top: 5px;
        right: 7px;
        padding: 0 7px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__tags {
        height:14px;
        font-size: 8px;
        top: 5px;
        right: 7px;
        padding: 0 7px
    }
}

.product-grid__tags--sale {
    color: #fff;
    background-color: #ff2459
}

.product-grid__tags--ban-chay {
    color: #fff;
    background-color: #009739
}

.product-grid__tags--preorder {
    background-color: #d11313;
    color: #fff
}

.product-grid__tags--bestseller,.product-grid__tags--limited,.product-grid__tags--new {
    color: #fff;
    background-color: #2f5acf
}

.product-grid__tags--premium {
    color: #fff;
    background-color: #000
}

.product-grid__title {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: .75rem
}

.product-grid__title:hover {
    color: #231f20
}

@media(max-width: 991px) {
    .product-grid__title {
        font-size:12px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__title {
        font-size:12px
    }
}

.product-grid__select {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: .75rem .7rem;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translate3d(-50%,20px,0);
    transition: all .3s;
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    border-radius: 8px
}

@media(max-width: 991px) {
    .product-grid__select {
        display:none
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__select {
        display:none
    }
}

.product-grid__select>p {
    font-weight: 700;
    text-align: center;
    margin: 0 0 .5rem
}

.product-grid__select .option-select {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.product-grid__select .option-select__item .checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 35px;
    border-radius: .5rem;
    background-color: #fff;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s
}

@media(max-width: 991px) {
    .product-grid__select .option-select__item .checkmark {
        font-size:12px;
        width: 35px;
        height: 20px;
        border-radius: 8px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__select .option-select__item .checkmark {
        font-size:12px;
        width: 35px;
        height: 20px;
        border-radius: 8px
    }
}

.product-grid__select .option-select__item .checkmark:hover {
    background-color: #000;
    color: #fff
}

.product-grid__select .option-select__item input {
    display: none
}

.product-grid__hint {
    display: inline-flex;
    flex-flow: column
}

.product-grid__hint>* {
    display: inline-block;
    border: 1px solid #2f5acf;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 14px;
    margin-top: 10px
}

@media(max-width: 991px) {
    .product-grid__hint>* {
        font-size:11px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__hint>* {
        font-size:11px
    }
}

.product-grid__hint>*+* {
    margin-top: 4px
}

.product-grid__reviews {
    position: absolute;
    top: .625rem;
    left: .75rem;
    z-index: 2
}

.product-grid__reviews .product-snippet-shortvideo {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-left: 3px
}

@media(max-width: 991px) {
    .product-grid__reviews .product-snippet-shortvideo {
        width:16px;
        height: 16px;
        margin-right: 3px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__reviews .product-snippet-shortvideo {
        width:16px;
        height: 16px;
        margin-right: 3px
    }
}

@media(max-width: 991px) {
    .product-grid__reviews {
        top:5px;
        left: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__reviews {
        top:5px;
        left: 10px
    }
}

.product-grid__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translate3d(0,20px,0);
    transition: all .3s;
    z-index: 1
}

.product-grid__button .btn {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 0
}

.product-grid__thumbnail:hover .product-grid__button {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transform: translateZ(0)
}

.product-grid__preorder {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 10px;
    color: #000;
    text-transform: capitalize
}

.product-grid__preorder .t-hide {
    display: none
}

.product-grid__note {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #2f5acf;
    font-style: italic;
    letter-spacing: .03em;
    margin-top: 5px
}

.product-grid__note .t-hide {
    display: none
}

.product-grid__tag-label {
    position: absolute;
    bottom: 2%;
    right: 5%;
    color: #2f5acf;
    font-size: 18px;
    font-weight: 700
}

@media(max-width: 991px) {
    .product-grid__tag-label {
        font-size:14px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-grid__tag-label {
        font-size:14px
    }
}

.product-grid__coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4666666666666667);
    pointer-events: none
}

.product-grid__coming-soon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 100%;
    background-image: url(https://mcdn.coolmate.me/image/July2022/mceclip0_93.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    transform: translate3d(-50%,-50%,0)
}

.product-prices {
    display: flex;
    justify-content: flex-end;
    flex-flow: row-reverse;
    font-size: 14px;
    font-weight: 400
}

@media(max-width: 991px) {
    .product-prices {
        font-size:12px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-prices {
        font-size:12px
    }
}

.product-prices ins {
    text-decoration: none;
    color: #242424;
    font-weight: 700
}

.product-prices del {
    color: #c4c4c4
}

.product-prices del+ins {
    margin-right: 14px
}

.reviews-rating {
    display: flex;
    align-items: center;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom:5px;
}

.reviews-rating__star {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px 1px;
    background-image: url(/images/star-new.svg?08a379c24952a980d5430515abb8be4e);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.product-grid__thumbnail .reviews-rating__star {
    width: 12px;
    height: 10px
}

.reviews-rating__star.is-active,.reviews-rating__star.is-full {
    background-image: url(../img/star.jpg)
}

.reviews-rating__star.is-half {
    background-image: url(/images/star-half.svg?49d34f539fc6b810eb802513d962ab77)
}

@media(max-width: 991px) {
    .reviews-rating__star {
        width:8px;
        height: 8px;
        margin: 0 2px
    }

    .product-grid__thumbnail .reviews-rating__star {
        width: 6px;
        margin: 0 1px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-rating__star {
        width:8px;
        height: 8px;
        margin: 0 2px
    }

    .product-grid__thumbnail .on-mobile .reviews-rating__star {
        width: 6px;
        margin: 0 1px
    }
}

.reviews-rating__number {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .03em;
    color: #2f5acf
}

@media(max-width: 991px) {
    .reviews-rating__number {
        font-size:12px
    }

    .product-grid__thumbnail .reviews-rating__number {
        font-size: 8px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-rating__number {
        font-size:12px
    }

    .product-grid__thumbnail .on-mobile .reviews-rating__number {
        font-size: 8px
    }
}

@media(max-width: 991px) {
    .reviews-rating__count-avg {
        font-size:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-rating__count-avg {
        font-size:10px
    }
}

.options-color {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 10px
}

.option-color__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    cursor: pointer
}

.option-color__item .checkmark {
    display: block;
    width: 35px;
    height: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: 50%
}

@media(max-width: 991px) {
    .option-color__item .checkmark {
        border-radius:8px
    }
}

@media(min-width: 991px) {
    .on-mobile .option-color__item .checkmark {
        border-radius:8px
    }
}

.option-color__item.is-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 16px
}

@media(max-width: 991px) {
    .option-color__item.is-current:before {
        border-radius:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .option-color__item.is-current:before {
        border-radius:10px
    }
}

.product-84rising .product-grid__options .options-color {
    justify-content: center
}

.product-84rising .product-grid__title {
    text-align: center;
    font-size: 16px
}

.product-84rising .product-grid__prices .product-prices {
    justify-content: center
}

.collection-grid {
    display: block;
    position: relative
}

.collection-grid__thumbnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.collection-grid__thumbnail:before {
    content: "";
    display: block;
    padding-top: 133.33333333%;
    height: 0;
    width: 100%
}

.collection-grid__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 991px) {
    .collection-grid__thumbnail {
        border-radius:16px
    }
}

@media(min-width: 991px) {
    .on-mobile .collection-grid__thumbnail {
        border-radius:16px
    }
}

.collection-grid__thumbnail img {
    transition: all .3s
}

.collection-grid:hover .collection-grid__thumbnail img {
    transform: scale(1.2)
}

.collection-grid__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    transform: translate3d(-50%,-50%,0);
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 16px;
    transition: all .3s
}

@media(max-width: 991px) {
    .collection-grid__title {
        font-size:12px;
        height: 30px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        color: #000
    }
}

@media(min-width: 991px) {
    .on-mobile .collection-grid__title {
        font-size:12px;
        height: 30px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        color: #000
    }
}

.collection-grid:hover .collection-grid__title:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center
}

.countdown__item {
    text-align: center;
    padding: 4px
}

.countdown__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.countdown__number>span {
    display: block;
    font-size: 26px;
    line-height: 1em;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    padding-left: .1em
}

.countdown__label {
    font-size: 12px
}

.size-suggestion__label {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .size-chart .size-suggestion__label {
        margin-bottom:5px
    }
}

@media(min-width: 991px) {
    .on-mobile .size-chart .size-suggestion__label {
        margin-bottom:5px
    }
}

.size-suggestion__control {
    -webkit-appearance: none;
    width: 100%;
    height: 9px;
    background: #fff;
    outline: none;
    transition: opacity .2s;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .size-suggestion__control {
        touch-action:pan-y
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__control {
        touch-action:pan-y
    }
}

.size-suggestion__control:hover {
    opacity: 1
}

.size-suggestion__control::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #2f5acf;
    cursor: pointer;
    border-radius: 100px;
    border: 0
}

.size-suggestion__control::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #2f5acf;
    cursor: pointer;
    border-radius: 100px;
    border: 0
}

@media(max-width: 991px) {
    .size-chart .size-suggestion__control {
        margin-bottom:0
    }
}

@media(min-width: 991px) {
    .on-mobile .size-chart .size-suggestion__control {
        margin-bottom:0
    }
}

@media(max-width: 991px) {
    .size-chart .size-suggestion__field {
        margin-bottom:15px
    }
}

@media(min-width: 991px) {
    .on-mobile .size-chart .size-suggestion__field {
        margin-bottom:15px
    }
}

.size-suggestion__body {
    display: flex;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .size-chart .size-suggestion__body {
        width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 991px) {
    .on-mobile .size-chart .size-suggestion__body {
        width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

.size-suggestion__body-size {
    width: 33.33333333%;
    padding: 0 8px
}

@media(max-width: 991px) {
    .size-suggestion__body-size {
        padding-left:5px;
        padding-right: 5px
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__body-size {
        padding-left:5px;
        padding-right: 5px
    }
}

.size-suggestion__body-size input {
    display: none
}

.size-suggestion__body-size input:checked~span:after,.size-suggestion__body-size input:checked~span:before {
    opacity: 1
}

.size-suggestion__body-size span {
    display: block;
    padding-top: 110.63829787%;
    font-size: 0;
    height: 0;
    width: 100%;
    border-radius: 14px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer
}

.size-suggestion__body-size span:after,.size-suggestion__body-size span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #2f5acf;
    border-radius: 14px;
    opacity: 0;
    transition: all .3s
}

.size-suggestion__body-size span:before {
    border: 6px solid #fff
}

@media(max-width: 991px) {
    .size-chart .size-suggestion__body-size span {
        font-size:10px;
        width: 100%;
        white-space: nowrap;
        display: flex;
        justify-content: center
    }
}

@media(min-width: 991px) {
    .on-mobile .size-chart .size-suggestion__body-size span {
        font-size:10px;
        width: 100%;
        white-space: nowrap;
        display: flex;
        justify-content: center
    }
}

.size-suggestion__body-size.thin span {
    background-image: url(/images/thin.jpg?f3b74d19afb35ec5ffd09c0e53a7ed19)
}

.size-suggestion__body-size.normal span {
    background-image: url(/images/normal.png?c4ac11551094088636da899ef3075227)
}

.size-suggestion__body-size.fat span {
    background-image: url(/images/fat.png?22d288b6a67034965a796c365d670b20)
}

.size-suggestion__values {
    display: flex;
    margin-top: -5px
}

.size-suggestion__values>div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    height: 30px;
    padding: 0 25px;
    background-color: #f9f86c;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .03em;
    color: #000;
    margin-right: 14px
}

@media(max-width: 991px) {
    .size-suggestion__values>div {
        padding:0 12px;
        white-space: nowrap
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__values>div {
        padding:0 12px;
        white-space: nowrap
    }
}

.size-suggestion__values.is-hidden {
    opacity: 0
}

.size-suggestion__active {
    position: relative
}

.size-suggestion__active.is-loading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-image: url(/images/loading.svg?19e39957862a71c034b28b87157fb4b2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media(max-width: 991px) {
    .size-suggestion__size-width {
        width:100%
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__size-width {
        width:100%
    }
}

.is-loading .size-suggestion__size-width {
    opacity: 0
}

.size-suggestion__size-width span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 16px;
    background-color: #f9f86c;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .size-suggestion__size-width span {
        font-size:32px
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__size-width span {
        font-size:32px
    }
}

.size-suggestion__size-width.is-multi span {
    height: 50px;
    font-size: 14px;
    margin-top: 10px
}

.size-suggestion__footer {
    display: none!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .3s;
    z-index: 1
}

@media(max-width: 991px) {
    .size-suggestion__footer {
        display:block!important
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__footer {
        display:block!important
    }
}

.size-suggestion__footer .size-suggestion__size-width {
    height: 40px;
    border-radius: 0
}

.size-suggestion__footer .size-suggestion__size-width span {
    font-size: 28px
}

@media(max-width: 991px) {
    .size-suggestion__footer .size-suggestion__size-width span {
        max-height:100%;
        width: 100%;
        border-radius: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .size-suggestion__footer .size-suggestion__size-width span {
        max-height:100%;
        width: 100%;
        border-radius: 0
    }
}

.size-suggestion__footer.is-loading {
    transform: translateY(100%)
}

.custom-select {
    height: 40px;
    position: relative;
    box-sizing: border-box
}

.custom-select select {
    display: none
}

.select-selected {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    color: #000;
    cursor: pointer;
    padding: 0 37px 0 17px;
    z-index: 2;
    border-radius: 16px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background-image: url(/images/select.svg?f982d2d6ec9d2393538facf180ac5104);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
    transition: all .3s
}

.select-selected.select-arrow-active {
    background-color: #d9d9d9
}

.select-selected.select-arrow-active:after {
    transform: rotate(180deg)
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.select-items div,.select-items label {
    color: #000;
    padding: 8px 16px;
    cursor: pointer;
    position: relative
}

.select-items div:hover,.select-items label:hover {
    background-color: #d9d9d9
}

.select-items div:hover:last-child,.select-items label:hover:last-child {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}

.select-items label {
    padding-left: 30px
}

.select-items label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.select-items label input:checked~.checkmark {
    border: 1px solid #2f5acf
}

.select-items label .checkmark {
    position: absolute;
    top: 50%;
    left: 6px;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    transform: translate3d(0,-50%,0)
}

.select-items label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #2f5acf;
    transform: translate3d(-50%,-50%,0);
    border-radius: 100%
}

.select-items label input:checked~.checkmark:after {
    display: block
}

.select-items .same-as-selected {
    background-color: #d9d9d9
}

.select-items .same-as-selected:last-child {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}

.select-hide {
    display: none
}

.homepage-coupon-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 50px
}

.homepage-coupon-card .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-coupon-card .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #d9d9d9
}

.homepage-coupon-card .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media(max-width: 991px) {
    .homepage-coupon-card .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-coupon-card .slick-arrow svg {
        width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-coupon-card .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-coupon-card .slick-arrow svg {
        width: 100%
    }
}

.homepage-coupon-card .slick-arrow.slick-next {
    left: 100%
}

.homepage-coupon-card .slick-arrow.slick-prev {
    right: 100%
}

@media(max-width: 991px) {
    .homepage-coupon-card {
        padding-top:1rem;
        padding-bottom: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-coupon-card {
        padding-top:1rem;
        padding-bottom: 0
    }
}

.homepage-coupon-card .slick-arrow {
    top: 85%
}

.homepage-coupon-card .slick-arrow.slick-next {
    left: 65%
}

.homepage-coupon-card .slick-arrow.slick-prev {
    right: 65%
}

.homepage-coupon-card .slick-dots {
    margin-top: .5rem
}

@media(max-width: 991px) {
    .homepage-coupon-card {
        display:block
    }
}

@media(min-width: 991px) {
    .on-mobile .homepage-coupon-card {
        display:block
    }
}

.homepage-coupon-card .coupon-card__item {
    max-width: 33.33333333%
}

.coupon-card {
    display: flex;
    position: relative
}

.coupon-card:before {
    display: block;
    padding-top: 36.08490566%;
    height: 0;
    width: 100%;
    content: "";
    position: relative;
    background-image: url(https://mcdn.coolmate.me/image/March2023/mceclip0_15.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    pointer-events: none
}

.coupon-card__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    z-index: 1
}

.coupon-card__description {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25;
    padding-right: 1.5rem;
    color: hsla(0,0%,96.1%,.7)
}

.coupon-card__description span {
    display: block;
    font-size: 1.5rem;
    color: #fff
}

.coupon-card__code {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-left: 1.5rem;
    white-space: nowrap
}

.coupon-card__code .btn {
    border: 0;
    height: 2rem;
    border-radius: 100vmax;
    background-color: #fff;
    color: #000
}

.coupon-card__code .btn:hover {
    border: 0;
    background-color: #000;
    color: #fff
}

.coupon-card__item {
    width: 100%
}

.coupon-card__limit {
    font-weight: 300;
    font-size: .875rem;
    text-align: center;
    line-height: 1.25rem;
    color: #f9f86c
}

.coupon-card__coupon {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: .75rem 0 1.25rem;
    color: #fff
}

@media(max-width: 1660px) {
    .coupon-card__coupon {
        padding:.5rem 0
    }
}

img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.product-page.on-mobile {
    padding-bottom: 40px
}

.product-single {
    padding-top: 90px;
}

@media(max-width: 991px) {
    .product-single {
        padding-top:16%;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single {
        padding-top:17px
    }
}

.product-single__wrapper {
    display: flex;
    margin-left: -35px;
    margin-right: -35px
}

@media(max-width: 991px) {
    .product-single__wrapper {
        flex-wrap:wrap;
        max-width: 100%;
        overflow: hidden;
        margin: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__wrapper {
        flex-wrap:wrap;
        max-width: 100%;
        overflow: hidden;
        margin: 0
    }
}

.product-single__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

@media(max-width: 991px) {
    .product-single__sticky {
        position:relative;
        top: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__sticky {
        position:relative;
        top: 0
    }
}

.product-single__infomation {
    padding-bottom: 30px
}

@media(max-width: 991px) {
    .product-single__infomation {
        padding-bottom:0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__infomation {
        padding-bottom:0
    }
}

.product-single__images {
    position: relative;
    width: 60%;
    padding: 0 35px
}

@media(max-width: 991px) {
    .product-single__images {
        width:100%;
        padding: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__images {
        width:100%;
        margin-bottom: 17px;
        padding: 0
    }
}

.product-single__images.care-and-share-product .product-single__thumbnails:before {
    content: "";
    background-image: url(https://mcdn.coolmate.me/image/February2023/mceclip0_58.png);
    width: 100%;
    height: 40px;
    position: absolute;
    right: 1rem;
    top: 2rem;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    pointer-events: none
}

@media(max-width: 991px) {
    .product-single__images.care-and-share-product .product-single__thumbnails:before {
        height:25px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__images.care-and-share-product .product-single__thumbnails:before {
        height:25px
    }
}

.product-single__images.care-and-share-product.care-and-share-100 .product-single__thumbnails:before {
    background-image: url("https://mcdn.coolmate.me/image/March2023/Group_810_(1).png")
}

.product-single__summary {
    width: 40%;
    padding: 0 35px
}

@media(max-width: 991px) {
    .product-single__summary {
        position:relative;
        width: 100%;
        padding: 0;
        margin-top: -1rem;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__summary {
        position:relative;
        width: 100%;
        padding: 0
    }
}

.product-single__thumbnails {
    position: relative;
    padding-top: 18px
}

@media(max-width: 991px) {
    .product-single__thumbnails {
        padding-top:0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__thumbnails {
        padding-top:0
    }
}

.product-single__thumbnails .thumbnails {
    position: relative
}

.product-single__thumbnails .thumbnails .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.product-single__thumbnails .thumbnails .image:before {
    content: "";
    display: block;
    padding-top: 130%;
    height: 0;
    width: 100%
}

.product-single__thumbnails .thumbnails .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 991px) {
    .product-single__thumbnails .thumbnails .image {
        border-radius:16px;
        height: 510px;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__thumbnails .thumbnails .image {
        border-radius:16px;
        height: 512px;
    }
}

.product-single__thumbnails .thumbnails.slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 30px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    z-index: 3;
}

.product-single__thumbnails .thumbnails.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    background-color: #000;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-image: url(next.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 50%;
    padding: 0;
    cursor: pointer
}

.product-single__thumbnails .thumbnails.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.product-single__thumbnails .thumbnails.slick-slider .slick-arrow.slick-next {
    right: 0
}

.product-single__thumbnails .thumbnails.slick-slider .slick-dots {
    display: flex;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

@media(max-width: 991px) {
    .product-single__thumbnails .thumbnails.slick-slider .slick-dots {
        top:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__thumbnails .thumbnails.slick-slider .slick-dots {
        top:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.product-single__thumbnails .thumbnails.slick-slider .slick-dots li {
    flex: 1;
    font-size: 0;
    list-style: none;
    padding: 0 5px
}

.product-single__thumbnails .thumbnails.slick-slider .slick-dots li button {
    position: relative;
    width: 100%;
    height: 20px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent
}

.product-single__thumbnails .thumbnails.slick-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9
}

@media(max-width: 991px) {
    .product-single__thumbnails .thumbnails.slick-slider .slick-dots li button:before {
        top:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__thumbnails .thumbnails.slick-slider .slick-dots li button:before {
        top:10px
    }
}

.product-single__thumbnails .thumbnails.slick-slider .slick-dots li.slick-active button:before {
    background-color: #000
}

.product-single__thumbnails .thumbs {
    position: absolute;
    top: 36px;
    left: 16px;
    z-index: 2
}

@media(max-width: 991px) {
    .product-single__thumbnails .thumbs {
        top:20px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__thumbnails .thumbs {
        top:20px
    }
}

.product-single__inner {
    position: relative
}

.product-single__inner .video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.product-single__inner .video.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.product-single__inner .video iframe {
    width: 100%
}

.product-single__gallery {
    width: 50px
}

@media(max-width: 991px) {
    .product-single__gallery {
        width:40px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__gallery {
        width:40px
    }
}

.product-single__gallery .image {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.26666666666666666);
    opacity: .4;
    transition: all .3s;
    cursor: pointer
}

@media(max-width: 991px) {
    .product-single__gallery .image {
        width:30px;
        height: 30px;
        border-radius: 8px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__gallery .image {
        width:30px;
        height: 30px;
        border-radius: 8px
    }
}

.product-single__gallery .image.slick-current {
    opacity: 1;
    border: 1px solid #000
}

.product-single__gallery .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-single__gallery .image+.image {
    margin-top: 13px
}

@media(max-width: 991px) {
    .product-single__gallery .image+.image {
        margin-top:9px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__gallery .image+.image {
        margin-top:9px
    }
}

.product-single__gallery.slick-slider .slick-track {
    display: flex;
    transform: none!important;
    flex-flow: column!important
}

@media(max-width: 991px) {
    .product-single__gallery.slick-slider .slick-list {
        max-height:230px;
        padding-right: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__gallery.slick-slider .slick-list {
        max-height:230px;
        padding-right: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.product-single__title {
    font-size: 35px;
    line-height: 1.25em;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: bolder;
}

@media(max-width: 991px) {
    .product-single__title {
        font-size:23px;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__title {
        font-size:21px;
        padding-right: 100px
    }
}

.product-single__ratings {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    font-weight: 400;
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .product-single__ratings {
        position:absolute;
        top: 0;
        right: 0;
        width: 100px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__ratings {
        position:absolute;
        top: 0;
        right: 0;
        width: 100px
    }
}

@media(max-width: 991px) {
    .product-single__ratings .reviews-rating {
        position:relative;
        justify-content: flex-end;
        padding-bottom: 10px;
        padding-top: 7px;
        margin-right: 5px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__ratings .reviews-rating {
        position:relative;
        justify-content: flex-end;
        padding-bottom: 10px;
        padding-top: 7px;
        margin-right: 5px
    }
}

.product-single__ratings .reviews-rating__label {
    margin-left: 5px
}

@media(max-width: 991px) {
    .product-single__ratings .reviews-rating__label {
        position:absolute;
        top: 100%;
        right: 0;
        font-size: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__ratings .reviews-rating__label {
        position:absolute;
        top: 100%;
        right: 0;
        font-size: 10px
    }
}

@media(max-width: 991px) {
    .product-single__ratings .reviews-rating__star {
        width:14px;
        height: 14px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__ratings .reviews-rating__star {
        width:14px;
        height: 14px
    }
}

.product-single__price-infomation {
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .product-single__price-infomation {
        margin-bottom:15px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__price-infomation {
        margin-bottom:15px
    }
}

.product-single__prices {
    font-size: 28px;
    line-height: 1;
    letter-spacing: .03em
}

.product-single__prices ins {
    text-decoration: none
}

.product-single__prices del {
    color: #c4c4c4;
    margin-left: 14px
}

.product-single__prices span {
    color: #ff3102;
    font-size: 80%;
    margin-left: 5px
}

.product-single__pricing {
    margin-left: -4px;
    margin-right: -4px
}

.product-single__pricing>* {
    display: inline-flex;
    border: 1px solid #2f5acf;
    color: #2f5acf;
    border-radius: 7px;
    padding: 2px 10px;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px
}

.product-single__notes {
    margin-top: 5px
}

.product-header__options .option-heading,.product-single__options .option-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991px) {
    .product-header__options .option-heading__title,.product-single__options .option-heading__title {
        font-size:18px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-heading__title,.on-mobile .product-single__options .option-heading__title {
        font-size:12px
    }
}

.product-header__options .option-heading__title span.text--bold,.product-single__options .option-heading__title span.text--bold {
    margin-left: 5px
}

.product-header__options .option-heading__sizeguide,.product-single__options .option-heading__sizeguide {
    color: #2f5acf
}

@media(max-width: 991px) {
    .product-header__options .option-heading__sizeguide,.product-single__options .option-heading__sizeguide {
        font-size:12px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-heading__sizeguide,.on-mobile .product-single__options .option-heading__sizeguide {
        font-size:12px
    }
}

.product-header__options .recommended-option-tooltip,.product-single__options .recommended-option-tooltip {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 2px dashed #2f5acf;
    padding: 8px;
    z-index: 0;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    border-radius: 16px
}

.product-header__options .option-select,.product-single__options .option-select {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    position: relative
}

@media(max-width: 991px) {
    .product-header__options .option-select,.product-single__options .option-select {
        margin-left:-4px;
        margin-right: -4px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select,.on-mobile .product-single__options .option-select {
        margin-left:-4px;
        margin-right: -4px
    }
}

.product-header__options .option-select__wrapper,.product-single__options .option-select__wrapper {
    overflow: hidden
}

.product-header__options .option-select__inner,.product-single__options .option-select__inner {
    position: relative;
    overflow: hidden
}

.product-header__options .option-select__item,.product-single__options .option-select__item {
    padding: 6px;
    min-width: 45px;
}

@media(max-width: 991px) {
    .product-header__options .option-select__item,.product-single__options .option-select__item {
        padding:4px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select__item,.on-mobile .product-single__options .option-select__item {
        padding:4px
    }
}

.product-header__options .option-select__item.has-flashsale,.product-single__options .option-select__item.has-flashsale {
    position: relative
}

.product-header__options .option-select__item.has-flashsale:before,.product-single__options .option-select__item.has-flashsale:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    background-image: url(https://mcdn.coolmate.me/image/October2022/mceclip0_56.png);
    z-index: 1;
    background-size: 80%;
    background-position: 50%;
    pointer-events: none;
    border-radius: 100px;
    background-color: #ff3102
}

.product-header__options .option-select__item.is-disabled .checkmark,.product-single__options .option-select__item.is-disabled .checkmark {
    opacity: .3
}

.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color),.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color) {
    overflow: hidden
}

.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed grey
}

@media(max-width: 991px) {
    .product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before {
        border-radius:12px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before,.on-mobile .product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before,.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after {
        border-radius:12px
    }
}

.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):before {
    transform: rotate(45deg)
}

.product-header__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after,.product-single__options .option-select__item.is-disabled .checkmark:not(.checkmark--color):after {
    transform: rotate(-45deg)
}

.product-header__options .option-select__item.is-disabled input:checked~.checkmark,.product-single__options .option-select__item.is-disabled input:checked~.checkmark {
    opacity: 1
}

.product-header__options .option-select__item.is-disabled input:checked~.checkmark:not(.checkmark--color):after,.product-header__options .option-select__item.is-disabled input:checked~.checkmark:not(.checkmark--color):before,.product-single__options .option-select__item.is-disabled input:checked~.checkmark:not(.checkmark--color):after,.product-single__options .option-select__item.is-disabled input:checked~.checkmark:not(.checkmark--color):before {
    border-bottom: 2px dashed #c00
}

.product-header__options .option-select__item .checkmark,.product-single__options .option-select__item .checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32.5px;
    border-radius: 16px;
    background-color: #eeeeee;
    color: #000;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 5px;
    padding-right: 5px
}

@media(max-width: 991px) {
    .product-header__options .option-select__item .checkmark,.product-single__options .option-select__item .checkmark {
        height:30px;
        border-radius: 50px;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select__item .checkmark,.on-mobile .product-single__options .option-select__item .checkmark {
        height:30px;
        border-radius: 12px;
    }
}

.product-header__options .option-select__item .checkmark--color,.product-single__options .option-select__item .checkmark--color {
    background-repeat: no-repeat;
    background-position: 50%
}

.product-header__options .option-select__item .checkmark--color:after,.product-header__options .option-select__item .checkmark--color:before,.product-single__options .option-select__item .checkmark--color:after,.product-single__options .option-select__item .checkmark--color:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

@media(max-width: 991px) {
    .product-header__options .option-select__item .checkmark--color:after,.product-header__options .option-select__item .checkmark--color:before,.product-single__options .option-select__item .checkmark--color:after,.product-single__options .option-select__item .checkmark--color:before {
        border-radius:12px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select__item .checkmark--color:before,.on-mobile .product-single__options .option-select__item .checkmark--color:before,.product-header__options .option-select__item .checkmark--color:after,.product-single__options .option-select__item .checkmark--color:after {
        border-radius:12px
    }
}

.product-header__options .option-select__item .checkmark--color:before,.product-single__options .option-select__item .checkmark--color:before {
    border: 4px solid #fff;
    border-radius: 13px
}

.product-header__options .option-select__item .checkmark--color:after,.product-single__options .option-select__item .checkmark--color:after {
    border: 2px solid #2f5acf
}

.product-header__options .option-select__item input,.product-single__options .option-select__item input {
    display: none
}

.product-header__options .option-select__item input:checked~.checkmark,.product-single__options .option-select__item input:checked~.checkmark {
    border: #bfbfbf solid 1px;
    color: #0e0e0e
}

.product-header__options .option-select__item input:checked~.checkmark:after,.product-header__options .option-select__item input:checked~.checkmark:before,.product-single__options .option-select__item input:checked~.checkmark:after,.product-single__options .option-select__item input:checked~.checkmark:before {
    opacity: 1
}

.product-header__options .option-select__item.has-recommended-option,.product-single__options .option-select__item.has-recommended-option {
    position: relative
}

.product-header__options .option-select__item.has-recommended-option:hover~.recommended-option-tooltip,.product-single__options .option-select__item.has-recommended-option:hover~.recommended-option-tooltip {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.product-header__options .option-select__item.has-recommended-option:after,.product-single__options .option-select__item.has-recommended-option:after {
    content: "i";
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    background-color: #2f5acf;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border-radius: 15px
}

@media(max-width: 991px) {
    .product-header__options .option-select__item.has-recommended-option:after,.product-single__options .option-select__item.has-recommended-option:after {
        right:-2px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select__item.has-recommended-option:after,.on-mobile .product-single__options .option-select__item.has-recommended-option:after {
        right:-2px
    }
}

.product-header__options .option-select__item.has-recommended-option .checkmark,.product-single__options .option-select__item.has-recommended-option .checkmark {
    border: 2px dashed #2f5acf
}

.product-header__options .option-select__item--color,.product-single__options .option-select__item--color {
    position: relative;
    overflow: hidden
}

.product-header__options .option-select__item--color.is-disabled .option-select__inner,.product-single__options .option-select__item--color.is-disabled .option-select__inner {
    opacity: 1
}

.product-header__options .option-select__item--color.is-disabled .option-select__inner:after,.product-header__options .option-select__item--color.is-disabled .option-select__inner:before,.product-single__options .option-select__item--color.is-disabled .option-select__inner:after,.product-single__options .option-select__item--color.is-disabled .option-select__inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed hsla(0,0%,100%,.6);
    transform: rotate(45deg);
    z-index: 1
}

.product-header__options .option-select__item--color.is-disabled .option-select__inner:after,.product-single__options .option-select__item--color.is-disabled .option-select__inner:after {
    transform: rotate(-45deg)
}

.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner:after,.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner:before,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner:after,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner:before {
    border-bottom: 2px dashed rgba(0,0,0,.4);
    opacity: .3
}

.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:after,.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:before,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:after,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:before {
    opacity: 1
}

.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:before,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:before {
    border: 4px solid #fff
}

.product-header__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:after,.product-single__options .option-select__item--color.is-disabled.trang .option-select__inner .checkmark--color:after {
    border: 2px solid rgba(0,0,0,.4)
}

.product-header__options .option-select+.option-heading,.product-single__options .option-select+.option-heading {
    margin-top: 35px
}

@media(max-width: 991px) {
    .product-header__options .option-select+.option-heading,.product-single__options .option-select+.option-heading {
        margin-top:15px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-header__options .option-select+.option-heading,.on-mobile .product-single__options .option-select+.option-heading {
        margin-top:15px
    }
}

.product-header__options .option-select--style .option-select__item,.product-single__options .option-select--style .option-select__item {
    flex: 1
}

.product-header__options .option-select--style .option-select__item .checkmark,.product-single__options .option-select--style .option-select__item .checkmark {
    flex-flow: column;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px
}

.product-header__options .option-select--style .option-select__item .checkmark img,.product-single__options .option-select--style .option-select__item .checkmark img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.product-header__options .option-select--style .option-select__item input:checked~.checkmark img,.product-single__options .option-select--style .option-select__item input:checked~.checkmark img {
    filter: invert(100%)
}

.product-header__options .option-select--material .option-select__item,.product-single__options .option-select--material .option-select__item {
    flex: 1
}

.product-header__options .option-select--material .option-select__item .checkmark,.product-single__options .option-select--material .option-select__item .checkmark {
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px
}

.product-single__option {
    position: relative;
    transition: all .3s
}

.product-single__option.is-error {
    padding-top: 10px;
    padding-bottom: 10px
}

@media(max-width: 991px) {
    .product-single__option.is-error {
        padding-left:10px;
        padding-right: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__option.is-error {
        padding-left:10px;
        padding-right: 10px
    }
}

.product-single__option.is-error:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -13px;
    width: calc(100% + 26px);
    height: 100%;
    border: 1px solid #ff3102;
    border-radius: 16px
}

@media(max-width: 991px) {
    .product-single__option.is-error:after {
        left:0;
        width: 100%
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__option.is-error:after {
        left:0;
        width: 100%
    }
}

.product-single__addtocart {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9
}

@media(max-width: 991px) {
    .product-single__addtocart {
        padding-bottom:10px;
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__addtocart {
        padding-bottom:0
    }
}

.product-single__banner-sale {
    margin-top: -15px
}

@media(max-width: 991px) {
    .product-single__banner-sale {
        margin-top:0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__banner-sale {
        margin-top:0
    }
}

.product-single__actions {
    display: flex;
    align-items: center;
    padding-top: 4px
}

@media(max-width: 991px) {
    .product-single__actions {
        padding-top:12px;
        padding-bottom: 17px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__actions {
        padding-top:12px;
        padding-bottom: 17px
    }
}

.product-single__exclude-discount {
    display: block;
    color: #2f5acf;
    font-size: 12px;
    margin-top: 10px
}

.product-single__button {
    flex: 1;
    padding-left: 14px
}

@media(max-width: 991px) {
    .product-single__button {
        padding-left:9px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__button {
        padding-left:9px
    }
}

.product-single__button .btn {
    position: relative;
    width: 100%;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-single__button .btn:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/icon-cart.svg?708f2c22fb85099a3e6641a2a81b3b67);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 7px
}

.product-single__button .btn:hover:before {
    background-image: url(/images/icon-cart-black.svg?6fbcb8bf4d8a93582708beec0034b687)
}

.product-single__button .btn.is-loading {
    background-color: #000;
    pointer-events: none;
    color: transparent
}

.product-single__button .btn.is-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid;
    border-color: #fff #fff transparent;
    border-radius: 100px;
    z-index: 1;
    margin: -12px 0 0 -12px;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.product-single__button .btn.is-loading:before {
    opacity: 0
}

.product-single__button .btn[disabled] {
    opacity: .3;
    pointer-events: none
}

.product-single__policy {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

@media(max-width: 991px) {
    .product-single__policy {
        padding-top:11px;
        padding-bottom: 11px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__policy {
        padding-top:11px;
        padding-bottom: 11px
    }
}

.product-single__related {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9
}

.product-single__features+.product-single__related {
    border-top: 1px solid #d9d9d9
}

.product-single__countdown {
    padding-top: 10px;
    margin-bottom: -30px
}

@media(max-width: 991px) {
    .product-single__countdown {
        padding-top:0;
        margin-bottom: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single__countdown {
        padding-top:0;
        margin-bottom: 0
    }
}

.product-single__video {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-single__video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/play-button-arrowhead.png?85d9145c6b5e559098bac65db3b23a6e);
    background-size: 20px auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.product-single__video.is-active {
    opacity: 1
}

.product-single__video.is-active:before {
    background-image: url(/images/pause.png?6da02299cffdfe1151693ff0d326986b)
}

.product-single__select {
    padding-bottom: 0;
    transition: all .3s;
    position: relative
}

.product-single__select.error {
    border: 1px dashed #dc3545;
    padding: 10px 10px 0;
    border-radius: 16px
}

.product-single__select.error .option-heading__tooltip {
    margin-bottom: -5px
}

.product-single__select.error .option-heading__tooltip:before {
    left: 177px
}

.product-features__heading {
    display: block;
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 0;
    cursor: pointer
}

@media(max-width: 991px) {
    .product-features__heading {
        font-size:14px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-features__heading {
        font-size:12px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.product-features__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 700;
    background-image: url(/images/plus.svg?ba7778672673818acd29e749bd3c4e00);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s
}

.product-features__heading.is-active:before {
    transform: rotate(45deg)
}

.product-features__listing {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px
}

.product-features__item {
    line-height: 1.5em;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px
}

.product-features__item+.product-features__item {
    margin-top: 10px
}


.product-description {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #d9d9d9
}

@media(max-width: 991px) {
    .product-description {
        padding-top:16px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-description {
        padding-top:16px
    }
}

.product-description__wrapper {
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1120px
}

@media(max-width: 991px) {
    .product-description__wrapper {
        padding-left:0;
        padding-right: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-description__wrapper {
        padding-left:0;
        padding-right: 0
    }
}

.product-description__heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .product-description__heading {
        margin-bottom:6px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-description__heading {
        margin-bottom:6px
    }
}

.product-description__content {
    position: relative;
    max-height: 1500px;
    overflow: hidden
}

.product-description__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(hsla(0,0%,100%,0),#fff);
    pointer-events: none;
    display: none
}

.product-description__content.is-load:before {
    display: block
}

.product-description__content.is-active {
    max-height: 100%
}

.product-description__content.is-active:before {
    display: none
}

@media(max-width: 991px) {
    .product-description__content {
        max-height:1000px
    }

    .product-description__content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: linear-gradient(hsla(0,0%,100%,0),#fff);
        pointer-events: none;
        display: none
    }

    .product-description__content.is-load:before {
        display: block
    }

    .product-description__content.is-active {
        max-height: 100%
    }

    .product-description__content.is-active:before {
        display: none
    }
}

@media(min-width: 991px) {
    .on-mobile .product-description__content {
        max-height:1000px
    }

    .on-mobile .product-description__content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: linear-gradient(hsla(0,0%,100%,0),#fff);
        pointer-events: none;
        display: none
    }

    .on-mobile .product-description__content.is-load:before {
        display: block
    }

    .on-mobile .product-description__content.is-active {
        max-height: 100%
    }

    .on-mobile .product-description__content.is-active:before {
        display: none
    }
}

.product-description__content table,.product-description__content td,.product-description__content tr {
    border: 0
}

.product-description__loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    letter-spacing: .03em;
    padding-top: 20px;
    color: #000
}

@media(max-width: 991px) {
    .product-description__loadmore {
        display:flex
    }
}

@media(min-width: 991px) {
    .on-mobile .product-description__loadmore {
        display:flex
    }
}

.product-description__loadmore span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 250px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    background-color: #fff;
    text-decoration: none
}

.product-description__loadmore span:hover {
    background-color: #d9d9d9;
    color: #000
}

.product-description__loadmore:hover {
    color: #2f5acf
}

.product-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .03em
}

@media(max-width: 991px) {
    .product-policy {
        font-size:10px;
        line-height: 13px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-policy {
        font-size:10px;
        line-height: 13px
    }
}

.product-policy__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 33.33333333%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

@media(max-width: 991px) {
    .product-policy__item {
        padding-top:6px;
        padding-bottom: 6px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-policy__item {
        padding-top:6px;
        padding-bottom: 6px
    }
}

.product-policy__icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 10px
}

@media(max-width: 991px) {
    .product-policy__icon {
        width:30px;
        height: 30px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-policy__icon {
        width:30px;
        height: 30px
    }
}

.product-policy__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-related__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px
}

.product-related__listings {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px
}

@media(max-width: 991px) {
    .product-related__listings {
        display:-webkit-box;
        flex-flow: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .product-related__listings:after {
        content: "";
        width: 9px;
        display: inline-block
    }
}

@media(min-width: 991px) {
    .on-mobile .product-related__listings {
        display:-webkit-box;
        flex-flow: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .on-mobile .product-related__listings:after {
        content: "";
        width: 9px;
        display: inline-block
    }
}

.product-related__item {
    width: 33.33333333%;
    padding: 6px
}

@media(max-width: 991px) {
    .product-related__item {
        width:45%
    }
}

@media(min-width: 991px) {
    .on-mobile .product-related__item {
        width:45%
    }
}

.product-related__item .product-grid__thumbnail {
    margin-bottom: 10px;
    border-radius: 8px
}

.product-related__item .product-grid__title {
    flex: 1;
    font-size: 12px
}

.product-related__item .product-grid__prices {
    font-size: 10px
}

@media(max-width: 991px) {
    .product-related__item .product-grid__prices {
        font-size:10px
    }

    .product-related__item .product-grid__prices del {
        flex: 1
    }
}

@media(min-width: 991px) {
    .on-mobile .product-related__item .product-grid__prices {
        font-size:10px
    }

    .on-mobile .product-related__item .product-grid__prices del {
        flex: 1
    }
}

.product-related__item .product-grid .product-prices {
    font-size: 10px
}

.product-related__item .product-grid__tags {
    top: 8px;
    right: 8px
}

.quantity {
    display: flex;
    width: 100px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px
}

@media(max-width: 991px) {
    .quantity {
        height:30px;
        border-radius: 12px
    }
}

@media(min-width: 991px) {
    .on-mobile .quantity {
        height:30px;
        border-radius: 12px
    }
}

.quantity input {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    text-align: center;
    flex: 1;
    max-width: 40px
}

.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity input[type=number] {
    -moz-appearance: textfield
}

.quantity__augure,.quantity__reduce {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
    line-height: 1em
}

.option-heading__title {
    display: flex;
    align-items: center
}

.option-heading__title:hover .option-heading__tooltip {
    opacity: 1;
    visibility: visible
}

.option-heading__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f5acf;
    width: 21px;
    height: 21px;
    cursor: pointer;
    padding: 2px
}

.option-heading__icon svg {
    width: 100%;
    height: 100%
}

.option-heading__icon svg path {
    fill: currentColor
}

.option-heading__icon.is-active .option-heading__tooltip {
    opacity: 1;
    visibility: visible
}

.option-heading__tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    border: 1px dashed #2f5acf;
    border-radius: 16px;
    padding: 12px;
    z-index: 9;
    letter-spacing: .03em;
    transition: all .3s;
    margin-bottom: 5px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.option-heading__tooltip:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 167px;
    width: 10px;
    height: 10px;
    border-bottom: 1px dashed #2f5acf;
    border-right: 1px dashed #2f5acf;
    transform: rotate(45deg);
    background-color: #fff
}

.reviews__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 65px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

@media(max-width: 991px) {
    .reviews__heading {
        flex-flow:column;
        align-items: flex-end;
        padding: 16px 0;
        border-bottom: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__heading {
        flex-flow:column;
        align-items: flex-end;
        padding: 16px 0;
        border-bottom: 0
    }
}

.reviews__title {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    width: 30%
}

@media(max-width: 991px) {
    .reviews__title {
        font-size:21px;
        width: 100%;
        justify-content: space-between
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__title {
        font-size:21px;
        width: 100%;
        justify-content: space-between
    }
}

.reviews__count {
    margin-right: 90px
}

@media(max-width: 991px) {
    .reviews__count {
        margin-right:0
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__count {
        margin-right:0
    }
}

.reviews__ratings {
    display: flex;
    align-items: center
}

.reviews__ratings:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/images/star.svg?9032b9976af477fff0e8b7f2de9556d2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-left: 5px
}

@media(max-width: 991px) {
    .reviews__ratings:after {
        width:20px;
        height: 20px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__ratings:after {
        width:20px;
        height: 20px
    }
}

.reviews__filter {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 65px;
    border-bottom: 1px solid #d9d9d9
}

@media(max-width: 991px) {
    .reviews__filter {
        height:auto;
        padding: 0 0 17px;
        margin-left: -4px;
        margin-right: -4px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__filter {
        height:auto;
        padding: 0 0 17px;
        margin-left: -4px;
        margin-right: -4px
    }
}

.reviews__select {
    width: 150px;
    padding: 0 4px
}

@media(max-width: 991px) {
    .reviews__select {
        width:50%
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__select {
        width:50%
    }
}

.reviews__select select {
    border: 0;
    background-color: transparent;
    padding-right: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-image: url(/images/arrow-down.svg?a19aea680c08573712a5aca33fcaed3c);
    background-size: 10px 10px;
    background-position: 80%;
    background-repeat: no-repeat
}

@media(max-width: 991px) {
    .reviews__select select {
        height:30px;
        width: 100%;
        border: 1px solid #d9d9d9;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 0 23px 0 10px;
        text-overflow: ellipsis;
        background-position: calc(100% - 10px) 50%
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__select select {
        height:30px;
        width: 100%;
        border: 1px solid #d9d9d9;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 0 23px 0 10px;
        text-overflow: ellipsis;
        background-position: calc(100% - 10px) 50%
    }
}

@media(max-width: 991px) {
    .reviews__button {
        margin-top:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews__button {
        margin-top:10px
    }
}

.reviews__button .btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    border-radius: 16px;
    width: 270px;
    max-width: 100%
}

.reviews-listing {
    padding-left: 65px;
    padding-right: 65px
}

@media(max-width: 991px) {
    .reviews-listing {
        padding-left:0;
        padding-right: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-listing {
        padding-left:0;
        padding-right: 0
    }
}

.reviews-listing .grid__column {
    border-bottom: 1px solid #d9d9d9
}

.reviews-listing__item {
    display: flex;
    padding: 9px 0
}

@media(max-width: 991px) {
    .reviews-listing__item {
        flex-wrap:wrap;
        padding: 13px 0
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-listing__item {
        flex-wrap:wrap;
        padding: 13px 0
    }
}

.reviews-listing__rating {
    width: 150px
}

@media(max-width: 991px) {
    .reviews-listing__rating {
        width:100%;
        margin-bottom: 17px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-listing__rating {
        width:100%;
        margin-bottom: 17px
    }
}

@media(max-width: 991px) {
    .reviews-listing__rating .reviews-rating__star {
        width:14px;
        height: 14px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-listing__rating .reviews-rating__star {
        width:14px;
        height: 14px
    }
}

.reviews-listing__content {
    flex: 1
}

.reviews-listing__ranking {
    font-weight: 500;
    margin-bottom: 5px
}

.reviews-listing__description {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000
}

.reviews-listing__description p {
    margin: 0;
    font-weight: 400
}

.reviews-listing__gallery {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px
}

.reviews-listing__image {
    overflow: hidden;
    border-radius: 8px;
    width: 60px;
    margin: 0 4px;
    position: relative
}

.reviews-listing__image:before {
    content: "";
    display: block;
    padding-top: 100%;
    height: 0;
    width: 100%
}

.reviews-listing__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-listing__date {
    display: block;
    margin-top: 20px;
    opacity: .5
}

.reviews-listing__feedback {
    padding: 14px 18px;
    border-radius: 16px;
    margin-top: 15px!important;
    line-height: 1.5em;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    width: 100%
}

.reviews-author {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.5em
}

@media(max-width: 991px) {
    .reviews-author {
        margin-bottom:30px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-author {
        margin-bottom:30px
    }
}

.reviews-author__name {
    font-weight: 500
}

.reviews-author__description {
    font-weight: 400;
    color: rgba(0,0,0,.4);
    font-style: italic;
    font-size: 12px
}

.reviews-author__shopee span {
    background-color: #f53d2d
}

.reviews-author__lazada span,.reviews-author__shopee span {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    top: 1px;
    border-radius: 8px;
    padding: 0 6px;
    font-size: 10px
}

.reviews-author__lazada span {
    background-color: #0c1162
}

.reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000
}

@media(max-width: 991px) {
    .reviews-pagination {
        padding-top:16px;
        padding-bottom: 16px
    }
}

@media(min-width: 991px) {
    .on-mobile .reviews-pagination {
        padding-top:16px;
        padding-bottom: 16px
    }
}

.reviews-pagination__next,.reviews-pagination__prev {
    display: block;
    width: 20px;
    height: 20px
}

.reviews-pagination__next:before,.reviews-pagination__prev:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/arrow-down.svg?a19aea680c08573712a5aca33fcaed3c);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.reviews-pagination__prev:before {
    transform: rotate(90deg)
}

.reviews-pagination__next:before {
    transform: rotate(-90deg)
}

.product-button-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    transform: translateY(100%);
    transition: all .3s
}

.product-button-fixed.is-active {
    transform: translateY(0)
}

.product-button-fixed .btn {
    width: 100%;
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0;
    height: 60px;
    font-size: 16px
}

.product-button-fixed .btn.is-loading {
    background-color: #000;
    pointer-events: none;
    color: transparent
}

.product-button-fixed .btn.is-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid;
    border-color: #fff #fff transparent;
    border-radius: 100px;
    z-index: 1;
    margin: -12px 0 0 -12px;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.product-button-fixed .btn[disabled] {
    background-color: #d9d9d9;
    pointer-events: none;
    border: 2px solid #d9d9d9
}

.product-button-fixed .btn:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/images/icon-cart.svg?708f2c22fb85099a3e6641a2a81b3b67);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 7px
}

.size-guide__head {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    margin-bottom: 24px
}

@media(max-width: 991px) {
    .size-guide__head {
        width:100%
    }
}

@media(min-width: 991px) {
    .on-mobile .size-guide__head {
        width:100%
    }
}

.size-guide__switch {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 35px;
    border-radius: 16px
}

@media(max-width: 991px) {
    .size-guide__switch {
        width:50%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        text-align: center
    }
}

@media(min-width: 991px) {
    .on-mobile .size-guide__switch {
        width:50%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        text-align: center
    }
}

.size-guide__switch.is-current {
    background-color: #d9d9d9
}

.size-guide__switch.is-active {
    background-color: #2f5acf;
    color: #fff
}

.user-guide__head {
    display: inline-flex;
    align-items: center;
    color: #2a4362;
    border: 1px solid #8fe3cf;
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 12px 18px
}

.user-guide__info {
    display: flex;
    justify-content: space-between
}

@media(max-width: 991px) {
    .user-guide__info {
        flex-flow:column;
        align-items: center
    }
}

@media(min-width: 991px) {
    .on-mobile .user-guide__info {
        flex-flow:column;
        align-items: center
    }
}

.mini-coupon {
    display: flex;
    width: 100%;
    position: relative
}

.mini-coupon__title {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    background-image: url(https://mcdn.coolmate.me/image/December2022/mceclip0.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 8px 10px 18px;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    width: 90px
}

@media(max-width: 991px) {
    .mini-coupon__title {
        font-size:12px;
        width: 70px
    }
}

@media(min-width: 991px) {
    .on-mobile .mini-coupon__title {
        font-size:12px;
        width: 70px
    }
}

.mini-coupon__tooltip {
    visibility: hidden;
    white-space: wrap;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54,54,54,.4);
    border-radius: 8px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

@media(max-width: 991px) {
    .mini-coupon__tooltip {
        display:none
    }
}

@media(min-width: 991px) {
    .on-mobile .mini-coupon__tooltip {
        display:none
    }
}

.mini-coupon .mini-coupon__title:hover~.mini-coupon__tooltip {
    visibility: visible
}

.mini-coupon__code {
    font-weight: 700;
    font-size: 18px
}

.mini-coupon__used {
    font-size: 12px
}

.mini-coupon__description {
    font-style: italic;
    font-size: 14px;
    color: #6d6d6d
}

@media(max-width: 568px) {
    .multiple-coupon-cards .coupon-card-newversion {
        background-image:url(https://mcdn.coolmate.me/image/August2022/mceclip0_54.png);
        flex-flow: column;
        height: 140px
    }
}

@media(max-width: 568px) {
    .multiple-coupon-cards .coupon-card-newversion__code {
        flex:none;
        flex-flow: row;
        gap: 0 5px;
        text-align: left;
        margin: 0 auto;
        justify-content: unset;
        padding-left: 15px;
        padding-bottom: 10px
    }
}

@media(max-width: 568px) {
    .multiple-coupon-cards .coupon-card-newversion__code-text {
        font-size:8px
    }
}

@media(max-width: 568px) {
    .multiple-coupon-cards .coupon-card-newversion__code .savecode-btn {
        margin-bottom:0;
        padding: 5px;
        font-size: 8px
    }
}

@media(max-width: 568px) {
    .multiple-coupon-cards .coupon-card-newversion__description {
        flex:1;
        font-size: 10px
    }
}

.product-single__mini-coupon {
    display: flex;
    align-items: center;
    position: relative
}

@media(max-width: 991px) {
    .product-single__mini-coupon .mini-coupon__heading {
        font-size:12px
    }
}

.mini-coupon__popup {
    transition-delay: .3s!important;
    transition: all .3s!important
}

.mini-coupon__popup-body {
    touch-action: pan-x!important;
    -ms-scroll-chaining: none!important;
    overscroll-behavior: contain!important;
    max-height: 500px!important;
    padding: 10px 0!important;
    height: 100%
}

@media(max-width: 991px) {
    .mini-coupon__popup-body {
        left:unset!important;
        transform: unset!important
    }
}

.mini-coupon__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 0;
    position: relative;
    margin-bottom: 1em
}

@media(min-width: 1201px) and (max-width:1440px) {
    .mini-coupon__wrapper {
        width:80%
    }
}

.mini-coupon__wrapper::-webkit-scrollbar {
    height: 0
}

.mini-coupon__wrapper.is-loading {
    height: 80px
}

.mini-coupon__wrapper.is-loading:before {
    content: "";
    position: absolute;
    top: 130%;
    left: 30%;
    width: 40px;
    height: 40px;
    border: 5px solid;
    border-color: #000 #000 transparent;
    border-radius: 100px;
    z-index: 1;
    margin: -84px 0 0 -24px;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.mini-coupon__wrapper.is-loading>* {
    opacity: .5;
    pointer-events: none
}

.mini-coupon-item {
    position: relative
}

.mini-coupon-item.is-loading:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 40%;
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-color: #000 #000 transparent;
    border-radius: 100px;
    z-index: 1;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.mini-coupon-item.is-loading>* {
    opacity: .5;
    pointer-events: none
}

.mini-coupon__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 20px
}

.mini-coupon__cards {
    width: 100%;
    padding: 0 10px
}

@media(max-width: 991px) {
    .mini-coupon__cards {
        z-index:0
    }
}

@media(min-width: 991px) {
    .on-mobile .mini-coupon__cards {
        z-index:0
    }
}

.mini-coupon__list-heading {
    font-weight: 700;
    font-size: 18px
}

.mini-coupon__heading-popup {
    text-align: center;
    font-size: 20px;
    font-weight: 700
}








.product-header__form {
    display: flex
}

.product-header__field {
    padding: 8px;
    border-left: 1px solid #d9d9d9;
    min-height: 90px
}

.product-header__field+.product-header__field {
    border-right: 1px solid #d9d9d9
}

.product-header__product {
    display: flex;
    align-items: center
}

.product-header__image {
    width: 60px;
    position: relative;
    margin-right: 15px
}

.product-header__image:before {
    content: "";
    display: block;
    padding-top: 147.26507714%;
    height: 0;
    width: 100%
}

.product-header__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-header__options {
    display: flex
}

.product-header__options .option-select {
    margin-left: -3px;
    margin-right: -3px
}

.product-header__options .option-select__item {
    padding: 3px
}

.product-header__options .option-select__item .checkmark {
    width: 40px;
    height: 30px;
    border-radius: 12px
}

.product-header__options .option-select__item .checkmark--color:after,.product-header__options .option-select__item .checkmark--color:before {
    border-radius: 12px
}

.product-header__info .reviews-rating {
    flex-wrap: wrap
}

.product-header__info .reviews-rating__star {
    margin: 3px
}

.product-header .product-single__actions {
    padding-left: 10px
}

.product-header .product-single__ratings {
    margin-bottom: 5px
}

.product-header .product-single__button .btn {
    white-space: nowrap
}

@media(min-width: 1201px) and (max-width:1440px) {
    .product-header .product-single__button .btn {
        padding-left:10px;
        padding-right: 10px
    }
}

#gallery img {
    -o-object-fit: contain;
    object-fit: contain
}

.size-table table td {
    padding: 5px 10px
}

.info-box {
    font-size: 16px;
    background-color: #f1f1f1;
    padding: 24px;
    border-radius: 16px
}

.product-single-tab__head {
    display: flex;
    align-items: center
}

@media(max-width: 991px) {
    .product-single-tab__head {
        display:-webkit-box;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single-tab__head {
        display:-webkit-box;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.product-single-tab__head .item {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 15px 20px;
    position: relative;
    cursor: pointer
}

@media(max-width: 991px) {
    .product-single-tab__head .item {
        font-size:14px;
        text-align: center
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single-tab__head .item {
        font-size:14px;
        text-align: center
    }
}

.product-single-tab__head .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2f5acf;
    transition: all .3s
}

.product-single-tab__head .item.is-active {
    color: #2f5acf
}

.product-single-tab__head .item.is-active:before {
    height: 3px
}

.product-single-tab__head .item:hover {
    background-color: rgba(51,51,51,.06666666666666667)
}

.product-single-tab--coolsub {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px
}

.product-single-tab--coolsub .product-description {
    border-top: 0;
    padding-top: 0
}

.product-single-tab--coolsub .product-description__heading {
    display: none
}

.product-single-tab--coolsub .item {
    background-color: #d9d9d9;
    border-radius: 10px;
    height: 43px;
    font-size: 14px;
    letter-spacing: .03em;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.product-single-tab--coolsub .item:after,.product-single-tab--coolsub .item:before {
    display: none
}

.product-single-tab--coolsub .item.is-active,.product-single-tab--coolsub .item:hover {
    background-color: #2f5acf;
    color: #fff
}

.product-single-tab--coolsub .product-single-tab__head {
    border-bottom: 0;
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1120px
}

.product-single-tab--coolsub .faqs-service__content,.product-single-tab--coolsub .faqs-service__head,.product-single-tab--coolsub .faqs-service__item {
    font-size: 14px
}

@media(max-width: 991px) {
    .product-single--content table,.product-single--content table tr {
        display:block
    }

    .product-single--content table tr td {
        display: block;
        width: 100%!important
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single--content table,.on-mobile .product-single--content table tr {
        display:block
    }

    .on-mobile .product-single--content table tr td {
        display: block;
        width: 100%!important
    }
}

.related-product-list.slick-slider {
    display: flex;
    flex-flow: row
}

.related-product-list.slick-slider.slick-initialized .slick-slide {
    display: block
}

.related-product-list.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.related-product-list.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.related-product-list.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    margin: 0 20px
}

@media(max-width: 991px) {
    .related-product-list.slick-slider .slick-slide {
        margin:0
    }
}

@media(min-width: 991px) {
    .on-mobile .related-product-list.slick-slider .slick-slide {
        margin:0
    }
}

.related-product-list.slick-slider .slick-arrow {
    position: absolute;
    top: 40%;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    font-size: 0;
    border: 0;
    background-image: url(https://mcdn.coolmate.me/image/October2022/mceclip0_58.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: .8
}

.related-product-list.slick-slider .slick-arrow.slick-prev {
    right: 100%;
    transform: rotate(-180deg)
}

@media(max-width: 991px) {
    .related-product-list.slick-slider .slick-arrow.slick-prev {
        right:90%
    }
}

@media(min-width: 991px) {
    .on-mobile .related-product-list.slick-slider .slick-arrow.slick-prev {
        right:90%
    }
}

.related-product-list.slick-slider .slick-arrow.slick-next {
    left: 100%
}

@media(max-width: 991px) {
    .related-product-list.slick-slider .slick-arrow.slick-next {
        left:90%
    }
}

@media(min-width: 991px) {
    .on-mobile .related-product-list.slick-slider .slick-arrow.slick-next {
        left:90%
    }
}

.faqs-service>.container {
    position: relative;
    z-index: 1
}

.faqs-service__ele {
    position: absolute;
    top: 50%
}

.faqs-service__ele--1 {
    top: 0;
    left: -14%
}

.faqs-service__ele--2 {
    top: 15%;
    left: 2%;
    max-width: 300px
}

.faqs-service__ele--3 {
    top: 60%;
    left: 0
}

.faqs-service__ele--4 {
    top: 5%;
    right: -5%
}

.faqs-service__ele--5 {
    top: 35%;
    right: 2%;
    max-width: 240px
}

.faqs-service__ele--6 {
    top: 70%;
    right: -400px
}

.faqs-service__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center
}

.faqs-service__icon {
    width: 140px;
    height: 140px
}

.faqs-service__icon img {
    width: 100%;
    height: 100%
}

.faqs-service__sub-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    margin-bottom: 10px
}

.faqs-service__sub-heading span {
    color: #2f5acf
}

.faqs-service__heading {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    margin-bottom: 35px
}

.faqs-service__heading span {
    color: #2f5acf
}

.faqs-service__list {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff
}

.faqs-service__item {
    border-bottom: 1px solid #f5f5f7;
    transition: all .3s
}

.faqs-service__item:first-child {
    border-top: 1px solid #f5f5f7
}

.faqs-service__head {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    transition: all .3s
}

.faqs-service__head span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    transition: all .3s
}

.faqs-service__head span svg {
    width: 100%;
    height: 100%
}

.faqs-service__head.is-active span {
    transform: rotate(45deg);
    color: #2f5acf
}

@media(hover: hover) and (pointer:fine) {
    .faqs-service__head:hover {
        color:#2f5acf
    }
}

.faqs-service__content {
    display: none;
    background-color: rgba(47,90,207,.1);
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.67
}

.faqs-service__content p {
    margin-top: 0;
    margin-bottom: 15px
}

.faqs-service__content p:last-child {
    margin-bottom: 0
}

.faqs-service__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(47,90,207,.22);
    border-radius: 10px;
    height: 60px;
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #fa6400;
    text-transform: uppercase;
    transition: all .3s
}

@media(hover: hover) and (pointer:fine) {
    .faqs-service__button:hover {
        border:2px solid #2f5acf;
        background-color: #2f5acf;
        color: #fff;
        box-shadow: 0 19px 27px 0 rgba(238,92,45,.2)
    }
}

.select-date {
    margin-bottom: 25px
}

.select-date .select-selected {
    background-color: #d9d9d9;
    display: flex;
    flex-flow: column-reverse;
    line-height: 1.3em;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 15px
}

.select-date .select-selected b {
    font-weight: 300;
    font-size: 13px
}

.select-date .select-items {
    padding-top: 30px
}

.product-coolsub-text {
    padding: 10px 5px 10px 13px;
    border-radius: 16px;
    border: 1px dashed #2f5acf;
    margin-top: 10px
}

.product-coolsub-text a {
    color: #2f5acf
}

.product-single-sold {
    margin-top: 5px
}

.product-single-sold__line {
    width: 100%;
    height: 5px;
    position: relative;
    background-color: #d9d9d9;
    border-radius: 100px;
    overflow: hidden
}

.product-single-sold__line span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f5acf;
    height: 100%;
    border-radius: 100px
}

.product-single-sold__number {
    text-align: right;
    margin-top: 5px
}

@media(max-width: 991px) {
    .product-single-sold__number {
        margin-bottom:0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-single-sold__number {
        margin-bottom:0
    }
}

.product-option-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .3s
}

.product-option-fixed.is-active .product-option-fixed__inner {
    height: 30px;
    margin-top: 0
}

@media(max-width: 991px) {
    .product-option-fixed .container {
        padding:0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-option-fixed .container {
        padding:0
    }
}

.product-option-fixed__wrapper {
    width: 40%;
    margin-left: auto;
    padding-left: 40px
}

@media(max-width: 991px) {
    .product-option-fixed__wrapper {
        width:100%;
        padding: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-option-fixed__wrapper {
        width:100%;
        padding: 0
    }
}

.product-option-fixed__inner {
    display: flex;
    align-items: center;
    height: 0;
    background-color: #fff;
    border-bottom: 1px dashed #d9d9d9;
    border-left: 1px dashed #d9d9d9;
    border-right: 1px dashed #d9d9d9;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 0 3px;
    transition: all .3s;
    overflow: hidden;
    margin-top: -1px
}

@media(max-width: 991px) {
    .product-option-fixed__inner {
        border-radius:0;
        border-left: 0;
        border-right: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-option-fixed__inner {
        border-radius:0;
        border-left: 0;
        border-right: 0
    }
}

.product-option-fixed__inner:after,.product-option-fixed__inner:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px
}

.product-option-fixed__inner:after {
    left: 100%
}

.product-option-fixed__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    color: #000;
    border-radius: 9px;
    margin: 3px;
    transform: scale(0);
    transition: all .3s;
    background-color: #2f5acf;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
    cursor: pointer
}

.product-option-fixed__item.is-active {
    transform: scale(1)
}

.product-option-fixed__item:hover {
    background-color: #000
}

.ldp-excool-popup {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ldp-excool-popup.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.ldp-excool-popup__image {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%
}

.ldp-excool-popup__image::-webkit-scrollbar {
    width: 8px
}

.ldp-excool-popup__image::-webkit-scrollbar-track {
    background: transparent
}

.ldp-excool-popup__image::-webkit-scrollbar-thumb {
    background: hsla(0,0%,53.3%,.6);
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ldp-excool-popup__image::-webkit-scrollbar-thumb:hover {
    background: #555
}

.ldp-excool-popup__image:after,.ldp-excool-popup__image:before {
    content: "";
    display: block;
    height: 0;
    width: 100%
}

.ldp-excool-popup__image img {
    display: block;
    width: 100%;
    height: auto
}

.ldp-excool-popup__container {
    position: relative;
    max-width: 500px;
    z-index: 9;
    display: flex;
    height: 80%;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 5px 16px 20px
}

.ldp-excool-popup__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    top: 5px;
    right: 5px;
    border: 1px solid #f3f4f6;
    font-size: 14px;
    text-align: center
}

.ldp-excool-popup__close:hover {
    background-color: #000;
    color: #fff
}

.product-promotion-wrapper {
    position: relative;
    border: 1px solid #ff2459;
    border-radius: 16px
}

.product-promotion-wrapper .product-promotion__tags {
    background-color: #ff2459;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    margin: 15px 15px 5px;
    border-radius: 5px;
    color: #fff;
    height: 34px
}

.product-promotion-wrapper .product-promotion__tags svg {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    fill: #fff
}

.product-promotion-wrapper .product-promotion-body {
    padding: 0 1rem
}

.product-promotion-wrapper .product-promotion__heading {
    text-align: center
}

.product-promotion-slider.slick-slider .slick-arrow {
    position: absolute;
    bottom: 100%;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    margin-bottom: 2px
}

.product-promotion-slider.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-image: url(/images/arrow-down-white.svg?d734b8db273ce2fea8bbd0f51b05fc91);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 50%;
    padding: 0;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0)
}

.product-promotion-slider.slick-slider .slick-arrow.slick-prev {
    right: 40px;
    transform: rotate(180deg)
}

.product-promotion-slider.slick-slider .slick-arrow.slick-next {
    right: 0
}

.product-promotion-slider.slick-slider .slick-dots {
    display: flex;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

@media(max-width: 991px) {
    .product-promotion-slider.slick-slider .slick-dots {
        top:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-promotion-slider.slick-slider .slick-dots {
        top:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.product-promotion-slider.slick-slider .slick-dots li {
    flex: 1;
    font-size: 0;
    list-style: none;
    padding: 0 5px
}

.product-promotion-slider.slick-slider .slick-dots li button {
    position: relative;
    width: 100%;
    height: 20px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent
}

.product-promotion-slider.slick-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9
}

@media(max-width: 991px) {
    .product-promotion-slider.slick-slider .slick-dots li button:before {
        top:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-promotion-slider.slick-slider .slick-dots li button:before {
        top:10px
    }
}

.product-promotion-slider.slick-slider .slick-dots li.slick-active button:before {
    background-color: #000
}

.product-single-cm24 .product-single__policy {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0
}

.product-single-cm24 .product-features__item {
    display: block
}

.product-single-cm24 .product-features__item a {
    text-decoration: underline;
    color: #2f5acf
}

.product-single-time-sale {
    display: flex;
    background: #f2f8fd;
    padding: .5rem 1rem;
    border-radius: .5rem;
    margin-bottom: .5rem
}

.product-single-time-sale .countdown__number {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #000
}

.product-single-time-sale .countdown__number>span {
    font-size: 1rem
}

.product-single-time-sale .countdown__item {
    display: flex;
    align-items: center;
    padding: 0
}

.product-single-time-sale .countdown__item:after {
    content: ":"
}

.product-single-time-sale .countdown__item:last-child:after {
    display: none
}

.product-single-time-sale .countdown__item--days {
    display: none!important
}

.product-single-time-sale .countdown__label {
    font-size: 0
}

.product-single-time-sale .countdown {
    background-color: #ffc21f;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .25rem;
    margin-left: .5rem
}

.product-single-time-sale__heading {
    width: 50%;
    font-size: 1rem;
    font-weight: 700
}

.product-single-time-sale__heading span {
    display: block;
    color: #2f5acf
}

.product-single-time-sale__countdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%
}

.product-voting__wrapper {
    border: 1px solid #2f5acf;
    border-radius: 12px
}

.product-voting__header {
    background: #2f5acf;
    border-radius: 12px;
    color: #fff;
    padding: 10px 44px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991px) {
    .product-voting__header {
        padding:10px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__header {
        padding:10px
    }
}

.product-voting__heading h3 {
    font-size: 1.75em;
    font-weight: 600;
    color: #fff;
    line-height: 2rem
}

@media(max-width: 991px) {
    .product-voting__heading h3 {
        font-size:1.5em
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__heading h3 {
        font-size:1.5em
    }
}

.product-voting__heading h3 span {
    font-size: 2.5rem
}

.product-voting__vote {
    padding: 30px 58px 38px 20px
}

@media(max-width: 991px) {
    .product-voting__vote {
        padding:20px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__vote {
        padding:20px
    }
}

.product-voting__vote .form-voting {
    display: flex;
    gap: 4rem
}

@media(max-width: 991px) {
    .product-voting__vote .form-voting {
        flex-flow:column;
        gap: 1rem
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__vote .form-voting {
        flex-flow:column;
        gap: 1rem
    }
}

.product-voting__vote .form-voting__options label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #f4f4f4;
    border-radius: 12px;
    max-width: 244px;
    padding: .8rem 1rem;
    gap: .3rem
}

.product-voting__vote .form-voting__options input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 20px;
    height: 20px
}

.product-voting__vote .form-voting__vote {
    display: flex;
    padding-top: 20px;
    gap: 2rem
}

@media(max-width: 991px) {
    .product-voting__vote .form-voting__vote {
        flex-flow:column;
        gap: 0
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__vote .form-voting__vote {
        flex-flow:column;
        gap: 0
    }
}

.product-voting__vote .form-voting__feedback h4 {
    color: #61696c
}

.product-voting__vote .form-voting__feedback textarea {
    border: 1px solid #82939b;
    border-radius: 8px;
    padding: 10px
}

.product-voting__vote .form-voting__feedback textarea::-moz-placeholder {
    color: #a4b0b6;
    font-size: 14px
}

.product-voting__vote .form-voting__feedback textarea:-ms-input-placeholder {
    color: #a4b0b6;
    font-size: 14px
}

.product-voting__vote .form-voting__feedback textarea::placeholder {
    color: #a4b0b6;
    font-size: 14px
}

.product-voting__vote .form-voting__feedback button {
    border-radius: 24px
}

@media(max-width: 991px) {
    .product-voting__vote .form-voting__feedback button {
        padding:16px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__vote .form-voting__feedback button {
        padding:16px
    }
}

.product-voting__vote .form-voting__content {
    display: flex;
    flex-flow: column
}

.product-voting__vote .form-voting__image {
    border-radius: 12px;
    overflow: hidden;
    width: 354px
}

@media(max-width: 991px) {
    .product-voting__vote .form-voting__image {
        margin:0 auto;
        max-width: 200px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__vote .form-voting__image {
        margin:0 auto;
        max-width: 200px
    }
}

.product-voting__vote .form-voting__image img {
    width: 100%
}

.product-voting__vote .form-voting__description {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #ccc
}

.product-voting__vote .form-voting__description .description-heading h3 {
    font-weight: 700;
    font-size: 2.5em
}

.product-voting__vote .form-voting__description .description-content p {
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0
}

.product-voting__vote .form-voting__description .description-content p span {
    color: #2f5acf;
    font-size: 18px
}

.product-voting__vote .form-voting__description .description-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-voting__vote .form-voting__voting {
    display: flex;
    padding-top: 20px
}

.product-voting__guide {
    display: flex;
    font-size: 16px;
    gap: 1.8rem;
}

.product-voting__guide .guide__text {
    max-width: 427px
}

.product-voting__guide .guide__icon {
    width: 60px
}

@media(max-width: 991px) {
    .product-voting__guide .guide__icon {
        width:40px
    }
}

@media(min-width: 991px) {
    .on-mobile .product-voting__guide .guide__icon {
        width:40px
    }
}

.product-voting__guide span {
    font-weight: 500
}

