* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
  max-width: 1500px;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: auto;
}
::selection {
  color: #958ebf;
  background-color: #d9d9d9;
}
::-moz-selection {
  color: #958ebf;
  background-color: #d9d9d9;
}
body::-webkit-scrollbar {
  width: 10px;
  background: #fff0;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #958ebf;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #958ebf;
}
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.skip-to-content {
  position: absolute;
  top: -100px;
  left: -100px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  padding: 8px;
  border-radius: 8px;
  background-color: #958ebf;
  color: #fff;
  z-index: 999999;
  font-size: 22px;
}
.skip-link:focus {
  top: 0;
  position: absolute;
}
header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 999;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 6px 10%;
  background-color: #958ebf;
  height: 27px;
}
.voucher-top-header,
.freegift-top-header,
.freeongkir-top-header {
  display: flex;
  align-items: center;
}
.voucher-top-header div,
.freegift-top-header div,
.freeongkir-top-header div {
  margin-right: 10px;
}
.top-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background: #fff;
  border-bottom-color: #d8d4d4;
}
.top-img-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  object-fit: scale-down;
  height: 30px;
}
.show-img-nav .top-img-nav {
  width: 100% !important;
  height: 30px !important;
}
.p-06 {
  padding: 0 10%;
}
nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d8d4d4;
  font-size: 14px;
  padding: 10px 10%;
}
.about-slide{
    display: none;
}
.left-nav-content {
  display: flex;
}
.right-nav {
  margin-left: 20px;
}
.w-255 {
    /*height: 255px;*/
}
.m-footer {
  margin-left: 80px;
}
.img-footer-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  filter: invert(1);
}
.mr-footer-icon {
  margin-right: 10px;
}
section.section {
  margin-top: 122px;
}
/*pop up variant*/
.pop-up-variant-bg-index{
    width: 100%;
    height: 100%;
    background: #c2c2c2;
    opacity: 0.5;
    border-radius: 6px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 20px;
    color: #111;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 9;
}

.pop-up-variant-index{
    width: 30%;
    height: 460px;
    background: #fff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 20px;
    color: #111;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-icon-do-co-index{
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 0px;
    top: 0px; 
}

.open-popup-variant-index{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 999;
}

.open-popup-variant-bg-index{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 999;
}

.content-mitra-popup-index {
    width: 100%;
    font-weight: 600;
    color: #636363;
    padding: 0;
    margin: 30px auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-info-mitra-popup-index{
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F181B3;
    border-radius: 30px;
    border: solid 2px #F181B3;
    color: #fff;
    padding: 5px 15px;
    margin: 10px auto;
    transition: background 0.5s;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
}

.more-info-mitra-popup-index:hover{
    background: #FFF;
    color: #F181B3;
}

.top-container-index{
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.img-all-pop-up-variant-index{
    width: 200px;
    height: 200px;
    display: flex;
    margin: 30px auto;
    object-fit: contain;
    aspect-ratio: 1;
}

.title-mitra-index {
    font-size: 28px;
    font-weight: 700;
    color: #958EBF;
    line-height: 26px;
    padding-top: 30px;
}

 .flex-content-pd-index{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 
  .flex-content-pd-index i{
  margin-right: 6px;
  color: #E17EAC;
 }
 
  .radio-variant-index{
  display: none;
 }
 
 .category-variant-2-index {
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   padding: 6px 14px;
   /*width: 60px;*/
   font-size: 10px;
   border-radius: 30px;
   border: 2px solid #E17EAC;
   font-weight: 700;
   letter-spacing: 0.5px;
   margin-left: 10px;
 }
 
  .category-variant-2-index {
   background: #fff;
   color: #E17EAC;
 }
 
  input[type="radio"]:checked + label {
   background: #E17EAC; 
   color: #fff;
   border: 2px solid #E17EAC;
 }
 
 .resp-popup-index{
     width: 100%;
     height: 100%;
     position: relative;
 }
 
 /*stop*/
.content-in-cart {
  position: absolute;
  top: -11px;
  right: -11px;
  color: #fff;
  background: #e17eac;
  width: 20px;
  height: 20px;
  align-items: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
}
ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
li {
  list-style: none;
}
.li-left {
  margin-right: 20px;
}
li a {
  text-decoration: none;
  color: #636363;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
li a:hover {
  color: #636363 !important;
}
.input-home {
  max-width: 300px;
  background-color: #fff;
  color: #c7c5c5;
  padding: 0.15rem 0.5rem;
  min-height: 40px;
  height: 20px;
  border-radius: 10px;
  outline: none;
  border: 2px solid #edeaf3;
  line-height: 1.15;
  text-indent: 5px;
}
.input-home:focus {
  border: 2px solid #9e97c9;
  border-radius: 10px;
  color: #56535a;
}
.slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.slide {
  display: flex;
  transition: transform 1s ease-in-out;
}
.st {
  flex: 0 0 100%;
  box-sizing: border-box;
  max-height: 600px;
}
.st img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st-banner {
  flex: 0 0 100%;
  box-sizing: border-box;
  max-height: 600px;
}
.st-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  background: none;
  border: none;
  color: #fff;
  padding: 10px;
  outline: none;
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}
.nav-circles {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 4px;
  border-radius: 30px;
}
.circle-btn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #958ebf;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.active-circle-btn {
  background: #958ebf;
  border: 1px solid #958ebf;
}
@media (max-width: 600px) {
  .st {
    max-height: 200px;
  }
  .st-banner {
    max-height: 200px;
  }
}
.flash-sale-container {
  width: 100%;
  background-image: linear-gradient(
    to bottom right,
    #e088ac,
    #e39dc1,
    #e2a5c6,
    #e4c7dd,
    #e5daea
  );
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.fs-box {
  padding: 30px 10%;
  width: 100%;
}
.top-fs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-fs-container img {
  width: 25%;
}
.timer-fs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
.text-timer-fs {
  font-weight: 600;
  font-size: 24px;
}
.ml-10-timer {
  font-size: 26px;
  margin-left: 10px;
  color: #cf4378;
}
.flash-sale-link {
  text-decoration: none;
  position: relative;
  margin-top: 30px;
}
.index-flashsale-tag {
  position: absolute;
  top: 0;
  background: #958ec1;
  padding: 6px;
  border-radius: 10px 30px 30px 0;
  width: 100px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
}
.index-promo-tag {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #e17eac;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
}
.fs-product-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  overflow: hidden;
}
.card-fs {
  background: #fff;
  width: 244px;
  border-radius: 10px;
  margin-top: 30px;
}
.img-card-fs {
  background-color: #e7e7e9;
  border-radius: 10px;
  /*height: 244px;*/
  width: 100%;
  position: relative;
}

.img-card-fs:hover .hover-sold-index{
    display: flex;
}
.img-card-fs img {
  width: 100%;
  display: flex;
  border-radius: 10px 10px 0 0;
  margin: auto;
  object-fit: fill;
  aspect-ratio: 1;
}
.sold-fs {
  background: #9e98c4;
  color: #fff;
  position: relative;
  border-radius: 50%;
  opacity: 0.9;
  top: -170px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-10 {
  padding: 10px;
}
.flex-fs-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-fs {
  font-size: 16px;
  font-weight: 700;
  color: #58585a;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
}
.o-hidden {
  overflow: hidden;
}
.flex-fs-price s {
  font-size: 14px;
  font-weight: 500;
  color: #919294;
}
.price-fs {
  font-size: 16px;
  font-weight: 700;
  color: #b15675;
}
.card-product-fs {
  background: #fff;
  width: 200px;
  border-radius: 10px;
}
.img-card-product-fs {
  background-color: #e7e7e9;
  border-radius: 10px;
  height: 200px;
  width: 100%;
  margin-top: 13px;
}
.img-card-product-fs img {
  width: 100%;
  display: flex;
  border-radius: 10px 10px 0 0;
  margin: auto;
  object-fit: fill;
  aspect-ratio: 1;
}
.product-flash-sale-link {
  text-decoration: none;
  position: relative;
  margin-top: 13px;
}
.title-product-fs {
  font-size: 16px;
  font-weight: 700;
  color: #58585a;
  -webkit-line-clamp: 1;
  line-height: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
}
.flex-product-fs-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.price-product-fs {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #b15675;
}

.img-container {
    margin: 30px 10% 0px;
    /*width: 100%;*/
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto; 
    cursor: pointer;
}   

.img-card-three {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: fill;
    /*background: #E7E7E9;*/
}

.img-card-three img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-user-drag: none;
}

.m-img-card-three{
    margin: 0 20px;
}

/*.icon-bottom{*/
/*    display: none !important;*/
/*}*/

/*.d-blocks{*/
/*    display: block !important;*/
/*}*/

.bg-cwus-2{
    background: rgb(250,238,252) !important;
    /*background: linear-gradient(90deg, rgba(250,238,252,1) 0%, rgba(240,215,239,1) 100%, rgba(38,142,255,1) 100%) !important;*/
}

.card-cwus-2 {
    /*margin: 10px;*/
}

.w-cwus-2 img{
    width: 225px !important;
    height: 225px !important;
}

.a-cwus-2{
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px;
}

.a-cwus-2 a{
    text-decoration: none;
    color: #958ebf;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.img-container::-webkit-scrollbar {
    display: none;
}


@media screen and (min-width: 1300px) {
   .w-cwus-2 img {
    width: 275px !important;
    height: 275px !important;
  } 
}

@media screen and (max-width: 1300px) {
  .fs-box {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
    .pop-up-variant-index {
        width: 50%;
    }
}
@media screen and (max-width: 975px) {
  .flash-sale-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-fs {
    width: 160px;
  }
  .img-card-fs {
    height: 160px;
  }
  .img-card-fs img {
    width: 100%;
    height: 100%;
  }
  .sold-fs {
    width: 80px;
    height: 80px;
    top: -100px;
    font-size: 14px;
  }
  .title-fs {
    font-size: 16px;
  }
  .flex-fs-price s {
    font-size: 10px;
  }
  .price-fs {
    font-size: 12px;
  }
  .fs-box {
    max-width: 100%;
  }
  .img-card-all {
    height: 160px !important;
  }
  .img-card-all .img-all {
    width: 160px !important;
    height: 160px !important;
  }
}
@media screen and (max-width: 767px) {
    .img-container {
        margin: 30px 2% 0px;
        overflow-x: auto; 
        justify-content: flex-start;
        /*height: 150px;*/
    }
    .about-slide{
        display: block;
    }
    
    .img-card-three {
        height: 100%;
    }
    
    .img-card-three img {
        /*width: 250px;*/
        /*height: 115px;*/
        border-radius: 8px;
    }
    
    .m-img-card-three {
        margin: 0 10px;
    }
  .fs-product-card {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .fs-product-card::-webkit-scrollbar {
    display: none;
  }
  .flash-sale-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-timer-fs {
    font-size: 14px;
  }
  .ml-10 {
    font-size: 16px;
  }
  .card-fs {
    width: 160px;
  }
  .img-card-fs {
    width: 100%;
  }
  .sold-fs {
    width: 80px;
    height: 80px;
    top: -100px;
    font-size: 14px;
  }
  .title-fs {
    font-size: 11px;
  }
  .fs-box {
    padding: 10px;
  }
  .p-10 {
    padding: 8px;
  }
  .ml-10 {
    margin-right: 10px;
  }
  .top-fs-container img {
    width: 40%;
  }
  .see-all {
    font-size: 12px;
    width: 180px;
  }
}
.promo-container {
  width: 100%;
}
.product-container {
  width: 100%;
}
.top-promo {
  padding: 60px 0 17px 0;
  position: relative;
}
.top-product {
  padding: 60px 0 17px 0;
  position: relative;
}
.v-all-promo {
  position: absolute;
  right: 0;
  transform: translateY(-150%);
  margin-right: 7%;
  color: #9a92c1;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.v-all-promo a {
  color: #9a92c1;
}
.card-promo {
  width: 200px;
  color: #58585a;
  position: relative;
}
.hover-add-to-cart-index{
    text-decoration: none;
    /* opacity: 0.8; */
    background: transparent;
    color: #EFEEFC;
    width: 100%;
    top: 35%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}

.hover-add-to-cart-container-index{
    width: 80%;
    background: #958ebf;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-product-hover-container{
    position: relative;
    display: flex;
}

.hover-sold-index {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    text-decoration: none;
}

.hover-sold-text-index {
    width: 55%;
    height: 55%;
    position: absolute;
    background: #958ebf;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
}

.img-card-promo:hover .hover-sold-index{
    display: flex;
}

.img-card-product-fs:hover .hover-sold-index{
    display: flex;
}

.img-card-product:hover .hover-sold-index{
    display: flex;
}

.img-card-all .img-all {
    width: 200px;
    height: 200px;
    display: flex;
    margin: auto;
    object-fit: contain;
    aspect-ratio: 1;
}

.index-product-hover-container:hover .hover-add-to-cart-index {
    display: flex;
}
.hover-add-to-cart-index-2{
    text-decoration: none;
    /* opacity: 0.8; */
    background: transparent;
    color: #EFEEFC;
    width: 100%;
    top: 50%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}

.fs-top-2{
    top: 46%;
}

.hover-add-to-cart-container-index-2{
    width: 80%;
    background: #958ebf;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-product-hover-container:hover .hover-add-to-cart-index-2 {
    display: flex;
}
.card-product {
  width: 200px;
  margin-top: 13px;
  color: #58585a;
}
.title-promo {
  text-align: center;
  line-height: 18px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #9a92c1;
}
.title-product {
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #9a92c1;
}
.img-card-promo {
  position: relative;
  margin-top: 13px;
}
.img-card-promo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  aspect-ratio: 1;
}
.img-card-product {
  position: relative;
}
.img-card-product img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  aspect-ratio: 1;
}
.img-products {
  width: 180px !important;
}
.disc-promo {
  position: absolute;
  top: -14px;
  right: -14px;
  background: #e17eac;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}
.flex-promo-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo-product-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.promo-product-wrapper-6 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10%;
  overflow: hidden;
}
.fs-product-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.see-all {
  display: flex;
  padding: 10px;
  border: solid 2px #958ec1;
  background: #958ec1;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  width: 210px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: background ease 0.5s;
  margin: 30px auto 60px auto;
}
.see-all:hover {
  background: #fff;
  color: #958ec1;
  border: solid 2px #958ec1;
}
.promo-product-card {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}
.product-card {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}
.gap-0-index {
  gap: 25px !important;
}
.gap-1-index {
  gap: 25px !important;
}
.arrow-index {
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  position: absolute;
  background-color: #fff0;
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  border-radius: 50%;
  border: #fff0;
  align-items: center;
  color: #958ebf;
}
.display-6 {
  display: flex;
}
.left-arrow-index {
  left: 0;
}
.right-arrow-index {
  right: 0;
}
.arrow-index-product {
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  position: absolute;
  background-color: #fff0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border: #fff0;
  align-items: center;
  color: #958ebf;
}
.left-arrow-index-product {
  left: 0;
}
.right-arrow-index-product {
  right: 0;
}
.arrow-index-fs {
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  background-color: #fff0;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border: #fff0;
  align-items: center;
  color: #958ebf;
}
.left-arrow-index-fs {
  margin-right: 20px;
  left: 0;
}
.right-arrow-index-fs {
  margin-left: 20px;
  right: 0;
}
.mt-2 {
  margin-top: 0.5rem !important;
  overflow: hidden;
}
.px-12 {
  padding: 0 12px;
}
.title-product-promo {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  color: #58585a;
}
.title-product-card {
  font-weight: 700;
  font-size: 16px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  line-height: 100%;
  color: #58585a;
}
.flex-promo-price s {
  font-size: 14px;
  color: #58585a;
  margin-top: 5px;
  line-height: 100%;
}
.flex-product-price s {
  font-size: 14px;
  color: #58585a;
  line-height: 100%;
}
.promo-price {
  font-size: 14px;
  font-weight: 700;
  color: #58585a;
  line-height: 100%;
  margin-top: 5px;
}
.mt-20-index {
  margin-top: 20px !important;
}
.cwus {
  width: 100%;
  padding-bottom: 60px;
  background: #edeaf3;
}
.cwus-title {
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #958ec1;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cwus-image-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
.cwus-image-container-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 9%;
}
.cwus-image-container img {
  width: 225px;
  height: 280px;
}
.show-scroll-nav {
  display: flex;
}
.show-padding-nav {
  padding: 20px 7%;
  width: 80%;
}
.show-left-nav {
  margin-left: 21%;
}
.show-img-nav {
  width: 20%;
  padding: 0 0 0 10%;
  display: flex;
}
.show-nav-menu {
  margin-right: 5%;
}
@media screen and (max-width: 3000px) {
  .promo-product-wrapper {
  }
  .fs-product-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1430px) {
  section.section {
    margin-top: 122px;
  }
  .card-fs {
    width: 203px;
  }
  .img-card-fs {
    /*height: 100%;*/
  }
  .price-fs {
    font-size: 14px;
  }
  .promo-product-wrapper {
    width: 88%;
  }
  .p-06 {
    padding: 0 0;
  }
  .left-arrow-index {
    margin-left: 20px;
  }
  .right-arrow-index {
    margin-right: 20px;
  }
  .left-arrow-index-product {
    margin-left: 20px;
  }
  .right-arrow-index-product {
    margin-right: 20px;
  }
  .left-arrow-index-fs {
    margin-left: 20px;
  }
  .right-arrow-index-fs {
    margin-right: 20px;
  }
  .fs-product-card {
    gap: 25px;
  }
  .cwus-image-container img {
    width: 185px;
    height: 185px;
  }
  .show-left-nav {
    margin-left: 19%;
  }
}
@media screen and (max-width: 1200px) {
  .promo-product-card {
    gap: 16px !important;
    justify-content: flex-start !important;
  }
  .product-card {
    gap: 16px !important;
    justify-content: flex-start !important;
  }
  .v-all-promo {
    margin-right: 3%;
  }
  .cwus-image-container img {
    width: 170px;
    height: 200px;
  }
  .card-fs {
    width: 177px;
  }
  .flex-fs-price s {
    font-size: 12px;
  }
  .price-fs {
    font-size: 12px;
  }
  .arrow-index {
    display: flex;
  }
  .show-left-nav {
    margin-left: 16%;
  }
}
@media screen and (max-width: 975px) {
  .v-all-promo {
    margin-right: 3%;
  }
  .promo-product-card {
    gap: 22px;
    overflow: scroll;
    justify-content: flex-start;
    width: 100%;
  }
  .product-card {
    gap: 22px;
    overflow: scroll;
    justify-content: flex-start;
    width: 100%;
  }
  .promo-product-card::-webkit-scrollbar {
    display: none;
  }
  .product-card::-webkit-scrollbar {
    display: none;
  }
  .disc-promo {
    width: 40px;
    height: 40px;
  }
  .title-product-promo {
    font-size: 16px;
  }
  .img-card-promo {
    width: 160px;
    height: 160px;
  }
  .img-card-promo img {
    width: 160px;
    height: 160px;
  }
  .img-card-product img {
    width: 160px;
    height: 160px;
  }
  .img-products {
    width: 160px !important;
  }
  .card-promo {
    width: 160px;
  }
  .card-product {
    width: 160px;
  }
  .card-product-fs {
    width: 160px;
  }
  .img-card-product-fs {
    height: 160px;
  }
  .flex-promo-price s {
    font-size: 12px;
  }
  .promo-price {
    font-size: 14px;
  }
  .price-product-fs {
    font-size: 14px;
  }
  .promo-product-wrapper {
    width: 80%;
  }
  .px-12 {
    padding: 0 0;
  }
}
@media screen and (max-width: 450px) {
  .disc-promo {
    top: -10px;
    right: -10px;
    font-size: 10px;
  }
  .cwus-image-container-2{
      gap: 0px !important; 
  }
   .w-cwus-2 img{
    margin: 20px;
   }
  .img-card-promo {
    margin-top: 10px;
  }
  .card-product {
    margin-top: 10px;
  }
  .img-card-promo img {
    padding-top: 0;
  }
  .v-all-promo {
    position: relative;
    transform: translateY(0);
    margin-right: 0;
  }
  .top-promo {
    display: flex;
    justify-content: center;
    padding: 30px 0 15px 0;
  }
  .top-product {
    padding: 30px 0 15px 0;
  }
  .see-all {
    margin: 15px auto 30px auto;
    width: 180px;
  }
  .cwus {
    padding-bottom: 35px;
  }
  .title-product-card {
    font-size: 12px;
  }
  .promo-price {
    font-size: 10px;
  }
  .price-product-fs {
    font-size: 10px;
  }
  .title-promo {
    letter-spacing: 2px;
  }
  img.loader-gif {
    position: absolute;
    top: 200px;
    width: 10%;
  }
  .cwus-title {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}
.article {
  padding: 20px;
  background: #edeaf3;
  margin-top: 60px;
}
.title-article {
  text-align: center;
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 700;
  color: #9a92c1;
  margin-top: 20px;
}
.sub-title-article {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #59585e;
}
.box-article-container {
  display: flex;
  justify-content: center;
  width: 45%;
}
.article-container {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  flex: 0 0 auto;
}
.img-article {
  width: 200px;
  height: 200px;
}
.img-article img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.content-article {
  width: 300px;
  height: 200px;
  position: relative;
  margin-left: 20px;
}
.date-article {
  font-weight: 600;
  font-size: 14px;
  color: #827f86;
}
.title-article-content {
  font-weight: 700;
  font-size: 18px;
  color: #56535a;
  margin-top: 6px;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
}
.desc-article {
  font-weight: 600;
  font-size: 16px;
  color: #6e6d75;
  margin-top: 6px;
  letter-spacing: 0.2px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
}
.ra {
  position: absolute;
  bottom: 0;
  font-weight: 800;
  color: #f5639a;
}
.ra:hover {
  color: #f181b3;
}
.ra-link {
  text-decoration: none;
}
.article button {
  display: flex;
  margin: auto;
  margin-top: 60px;
  padding: 10px;
  border: solid 2px #b3ace1;
  background: #b3ace1;
  border-radius: 40px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  width: 130px;
  height: 35px;
  justify-content: center;
  align-items: center;
  transition: background ease 0.5s;
  margin-bottom: 20px;
}
.article button:hover {
  background: #fff;
  color: #b3ace1;
  border: solid 2px #b3ace1;
}
@media screen and (max-width: 976px) {
  .title-article-content {
    font-size: 14px;
  }
  .desc-article {
    font-size: 12px;
  }
  .img-article {
    width: 180px;
    height: 160px;
  }
  .content-article {
    height: 160px;
  }
  .ra {
    font-size: 12px;
  }
  .article button {
    padding: 3px;
  }
}
@media screen and (max-width: 650px) {
  .article-container {
    display: block;
    margin-top: 20px;
  }
  .box-article-container {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .none {
    display: none;
  }
  .box2 {
    width: 200px;
  }
  .title-article {
    letter-spacing: 2px;
  }
  .article {
    margin-top: 20px;
  }
  .article-container {
    margin-top: 20px;
  }
  .content-article {
    width: 45%;
  }
  .box-article-container {
    width: 100%;
  }
  .date-article {
    font-size: 12px;
  }
  .title-article-content {
    font-size: 12px;
    margin-top: 2px;
  }
  .desc-article {
    font-size: 10px;
    margin-top: 2px;
  }
  .ra {
    font-size: 10px;
  }
  .article button {
    margin-top: 20px;
    font-size: 12px;
    padding: 2px;
    width: 100px;
  }
}
@media screen and (max-width: 850px) {
  .cwus-image-container {
    justify-content: flex-start;
    overflow: scroll;
  }
  .cwus-image-container-2 {
    justify-content: flex-start;
    overflow: scroll;
  }
  .cwus-image-container::-webkit-scrollbar {
    display: none;
  }
  .cwus-image-container-2::-webkit-scrollbar {
    display: none;
  }
  .cwus-image-container img {
    margin-right: 20px;
  }
  .cwus-title {
    letter-spacing: 1px;
  }
}
.icon-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
}
.icon-bottom img {
  width: 100% !important;
  padding: 0 10%;
  object-fit: contain;
  height: 160px;
}
footer {
  background-color: #958ec1;
  width: 100%;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.icon-footer-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}
.icon-right-footer{
    margin-left: 20px;
    position: relative;
    height: 100%;
}
.icon-footer {
    font-size: 48px;
    background: white;
    color: #958ec1;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.icon-right-top {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 2px;
}
.icon-right-bottom {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer-home {
  position: relative !important;
}
.footer-info h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer-info {
  margin-bottom: 0;
}
.link-footer a {
  text-decoration: none;
  font-size: 14px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.cus-phone {
  margin-top: 20px;
}
.contact-info {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.cus-flex {
  display: flex;
}
.cus-flex-cc {
  display: flex;
}
.footer-cus {
  color: #fff;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.title-footer-cus {
  font-size: 30px;
  font-weight: 700;
}
.sosmed {
  display: flex;
  margin-top: 20px;
  font-size: 20px;
}
.left-sosmed {
  font-size: 1.5rem;
  width: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.left-sosmed i {
  font-size: 30px;
}
.sosmed-likeus {
  margin-left: 20px;
}
.sosmed-likeus h5 {
  font-size: 1rem;
}
.sosmed-likeus i {
  font-size: 1rem;
}
.contact-email {
  margin-top: 6px;
}
.contact-email h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-email-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.email-div {
  background: #fff;
  border-radius: 15px;
  width: 100%;
}
.contact-email-flex input[type="email"] {
  border: none;
  outline: none;
  padding: 7px;
  width: 70%;
  letter-spacing: 0.5px;
  background: #fff0;
  color: #aaaaac;
  font-weight: 700;
  font-size: 12px;
  text-indent: 10px;
}
.contact-email-flex input[type="email"]::placeholder {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #aaaaac;
}
.contact-email-flex button {
  width: 100px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  left: -78px;
  background-color: #e17eac;
  border: none;
  border-radius: 30px;
  color: #fff;
  padding: 8px;
  transition: background-color 1s ease;
}
.contact-email-flex button:hover {
  background-color: #e17eac;
}
.copyright-footer {
  margin-top: 10px;
  font-size: 12px;
}
#loading-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
img.loader-gif {
  position: fixed;
  top: 40%;
  width: 10%;
}
@media screen and (max-width: 1220px) {
  .hero-content {
    width: 300px;
    margin: auto;
  }
  .carousel img {
    width: calc(100% / 2);
  }
  .wrapper i:first-child {
    left: -30px;
    z-index: 1;
  }
  .wrapper i:last-child {
    right: -30px;
  }
  .article-content {
    display: block;
  }
  .article-side .article-flex {
    display: flex;
  }
  aside {
    display: block;
  }
}
@media screen and (max-width: 968px) {
  .hero-img img {
    width: 750px;
    position: relative;
    left: -220px;
    z-index: -1;
  }
  .text-thc {
    font-size: 22px;
    display: block;
  }
  .button-hero-content {
    justify-content: flex-start;
  }
  .cus-flex {
    display: block;
  }
  .m-footer {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.nav-toggle,
.nav-close {
  cursor: pointer;
  z-index: 999999;
  color: #111;
  display: none;
}
.nav-close {
  position: fixed;
  display: block;
  left: -250px;
  top: 20px;
}
@media screen and (max-width: 1100px) {
  .fs-product-card {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .fs-product-card::-webkit-scrollbar {
    display: none;
  }
  .promo-product-card {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .product-card {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .promo-product-card::-webkit-scrollbar {
    display: none;
  }
  .product-card::-webkit-scrollbar {
    display: none;
  }
  .cwus-image-container {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: 10px;
    gap: 10px;
  }
  .cwus-image-container::-webkit-scrollbar {
    display: none;
  }
  .cwus-image-container-2 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: 10px;
    gap: 10px;
  }
  .cwus-image-container-2::-webkit-scrollbar {
    display: none;
  }
  .show-left-nav {
    margin-left: 13% !important;
  }
}
@media screen and (max-width: 820px) {
  footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  nav {
    padding-left: 60px;
    padding-right: 60px;
  }
  .top-header {
    font-size: 10px;
  }
  .show-left-nav {
    margin-left: 12% !important;
  }
}
@media screen and (max-width: 750px) {
  footer {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  nav {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  img.loader-gif {
    width: 25%;
  }
  .grid {
    display: flex;
  }
  .top-hero-content h6 {
    font-size: 12px;
  }
  .button-43 {
    font-size: 12px;
  }
  .title-product-card {
    font-size: 12px;
  }
  .promo-price {
    font-size: 10px;
  }
  .price-product-fs {
    font-size: 10px;
  }
  .show-img-nav {
    display: none;
  }
  .left-nav-content {
    position: fixed;
    background-color: #edeaf3;
    top: 0;
    left: -200%;
    width: 300px;
    border-radius: 0 5px 10px 0;
    height: 100%;
    padding: 4rem 0 3rem;
    transition: 0.7s;
    justify-content: center;
    z-index: 9999;
    margin-top: 0;
  }
  .a-nav {
    color: #58585a !important;
    font-weight: 500 !important;
  }
  .a-nav:hover + .content-in-cart:hover {
    color: #56535a !important;
  }
  .nav-close {
    color: #58585a;
  }
  .left-ul-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    margin-top: 12px;
    width: 76%;
  }
  .top-img-nav {
    width: 90px;
  }
  .show-menu {
    top: 0;
    left: 0;
  }
  .left-navbar img {
    margin-bottom: 15px;
    margin-left: 5px;
  }
  .article-video img {
    width: 660px;
    height: 480px;
  }
  footer {
    display: none;
  }
  .icon-bottom {
    display: none;
  }
  .promo-product-wrapper {
    width: 100%;
  }
  .promo-product-wrapper-6 {
    padding: 0 0;
  }
  .promo-product-card {
    padding: 0 10px;
  }
  .product-card {
    padding: 0 10px;
  }
  .fs-product-wrapper {
    width: 100%;
    padding: 0;
  }
  .promo-product-card {
    width: 100%;
    justify-content: flex-start !important;
  }
  .product-card {
    width: 100%;
    justify-content: flex-start !important;
  }
  .arrow-index {
    display: none;
  }
  .arrow-index-product {
    display: none;
  }
  .arrow-index-fs {
    display: none;
  }
  .fs-product-card {
    gap: 15px;
  }
  .top-fs-container {
    padding: 0;
  }
  .index-promo-tag {
    top: -15px;
    right: -10px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .index-flashsale-tag {
    width: 90px;
  }
  .mt-20-index {
    justify-content: center !important;
  }
  .cwus-image-container {
    padding-left: 0;
    padding-right: 0;
  }
  .cwus-image-container-2 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
  }
  /*.index-product-hover-container:hover .hover-add-to-cart-index {*/
  /*  display: none;*/
  /*}*/
}
@media screen and (max-width: 600px) {
  .top-header {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .hero-img img {
    width: 350px;
    position: relative;
    left: 0;
    z-index: -1;
  }
  .carousel img {
    width: 60%;
    height: 70%;
  }
  .top-header {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper .carousel {
    display: flex;
    align-items: center;
  }
  .top-fs {
    margin-top: 0;
  }
  .article-video {
    width: 410px;
  }
  .article-video img {
    width: 360px;
    height: 240px;
  }
  .article-side {
    position: relative;
    top: -220px;
  }
  .article-side .article-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .article-content {
    height: 750px;
  }
  .title-side-video {
    font-size: 16px;
  }
  .aside-vidio-content h6 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  aside img {
    width: 120px;
    height: 80px;
  }
  .cwus-image-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .input-home {
    max-width: 120px;
    font-size: 12px;
    min-height: 30px;
  }
  .input-home::placeholder {
    font-size: 12px;
  }
  .top-img-nav {
    width: 85px;
  }
}
@media screen and (max-width: 450px) {
  .top-header {
    font-size: 8px;
  }
  
  .hover-add-to-cart-index, .hover-add-to-cart-index-2{
      font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
    .hover-add-to-cart-container-index{
        top: 30%;
    }
  .top-header {
    font-size: 8px;
  }
  .hero-img img {
    display: none;
  }
  .button-hero-content {
    justify-content: center;
  }
  ul {
    padding: 0;
  }
  .left-navbar img {
    width: 100px;
    height: 20px;
  }
  li {
    margin-right: 4px;
    margin-left: 4px;
  }
  .article-video {
    width: 420px;
  }
  .article-video img {
    width: 300px;
  }
  .article-content {
    height: 750px;
  }
  .article-side {
    top: -220px;
  }
  .hero_container {
    margin-bottom: 20px;
  }
  .article-video {
    width: 0;
  }
  .right-nav {
    margin-left: 20px;
  }
  .nav-toggle {
    position: relative;
  }
  .nav-close {
    position: fixed;
  }
  .grid {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.scroll-up {
  position: fixed;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  color: #e17eac;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  z-index: 9999999;
  right: 2.5rem;
  bottom: 1.7rem;
  transition: opacity 0.5s ease;
  border: 2px solid #e17eac;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.show-scroll {
  opacity: 1;
  display: flex;
}
.scroll-up:hover {
  background-color: #e17eac;
  color: #fff;
}
.scroll-up i {
  font-size: 20px;
}
.scroll-ups {
  position: fixed;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  color: #e17eac;
  cursor: pointer;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 9999999;
  right: 2.5rem;
  border: 2px solid #e17eac;
  transition: opacity 5s ease;
}
.show-scrolls {
  opacity: 1;
  transition: opacity 2s ease;
  animation-name: moving-downs;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.scroll-ups:hover {
  background-color: #e17eac;
  color: #fff;
}
.scroll-ups i {
  font-size: 20px;
}
@keyframes moving-down {
  from {
    bottom: -5rem;
  }
  to {
    bottom: 2rem;
  }
}
@keyframes moving-downs {
  from {
    bottom: 83%;
    background: #fff;
    color: #333;
  }
  to {
    bottom: 6.25rem;
  }
}
.box2 {
  display: none;
  width: 200px;
  margin: auto;
  border: 4px solid #e17eac;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: ;
  background: #e17eac;
  position: fixed;
  right: 8rem;
  bottom: 2rem;
  z-index: 998;
  border-radius: 50px;
}
.triangle {
  position: absolute;
  background-color: #e17eac;
  text-align: left;
  right: -4px;
  top: 7px;
}
.triangle:before,
.triangle:after {
  content: "";
  position: absolute;
  background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
  width: 20px;
  height: 20px;
  border-top-right-radius: 40%;
}
.triangle {
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
}
.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
    translate(0, -50%);
}
.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

@media screen and (max-width: 767px) {
    .box2{
        bottom: 5.1rem;
    }
}

@media screen and (max-width: 500px) {
  .triangle {
    right: -2px;
    top: 2px;
  }
}
.scroll-up:hover + .box2 {
  display: block;
}
@media screen and (max-width: 450px) {
  .scroll-up,
  .scroll-ups {
    right: 1.5rem;
  }
  .box2 {
    right: 6.5rem;
    width: 150px;
    font-size: 11px;
    bottom: 4.8rem;
  }
}
@media screen and (max-width: 550px) {
  .show-img-nav {
    width: 40%;
  }
  .title-product-promo {
    font-size: 11px;
  }
  .title-product-fs{
      font-size: 11px;
  }
  .flex-promo-price s {
    font-size: 13px;
  }
  .promo-price {
    font-size: 10px;
  }
  .price-product-fs {
    font-size: 10px;
  }
  .scroll-up:hover + .box2 {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .card-promo {
    width: 140px;
  }
  .card-product-fs {
    width: 140px;
  }
  .card-product {
    width: 140px;
  }
  .img-card-promo {
    width: 140px;
    height: 140px;
  }
  .img-card-promo img {
    width: 140px;
    height: 140px;
  }
  .img-card-product-fs {
    width: 140px;
    height: 140px;
  }
  .img-card-product-fs img{
    width: 140px;
    height: 140px;
  }
  .img-card-product img {
    width: 140px;
    height: 140px;
  }
  .img-products {
    width: 140px !important;
  }
  .promo-price {
    font-size: 10px;
  }
  .price-product-fs {
    font-size: 10px;
  }
  .flex-promo-price s {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  img.loader-gif {
    position: absolute;
    top: 9%;
    width: 200px;
  }
  .top-load {
    top: 250px !important;
  }
  .top-load-allpro {
    top: 250px !important;
  }
}
.link-footer {
  line-height: 14px;
  margin-top: 0.5rem;
}
.a-none {
  text-decoration: none;
  color: #fff !important;
}
.lottie-warning {
  width: 200px;
  height: 200px;
  margin: auto;
}
.loadinject {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 30%;
}
#textloadinject {
  font-size: 32px;
  color: #958ebf;
  font-weight: 700;
  text-align: center;
}
#textloadinjectwarning {
  font-size: 32px;
  color: #958ebf;
  font-weight: 700;
  text-align: center;
}
.success-animation-afterload {
  padding: 30px 100px;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgb(50 50 93 / 0.25) 0 2px 5px -1px,
    rgb(0 0 0 / 0.3) 0 1px 3px -1px;
}
.checkmark-afterload {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 20px auto;
}
.checkmark__circle-afterload {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check-afterload {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #4bb71b;
  }
}
@media screen and (max-width: 550px) {
  .success-animation-afterload {
    padding: 10px 80px;
  }
  #textloadinject {
    font-size: 18px;
  }
  #textloadinjectwarning {
    font-size: 14px;
  }
  .checkmark-afterload {
    width: 70px;
    height: 70px;
  }
  .lottie-warning {
    width: 120px;
    height: 120px;
  }
  .loadinject {
    top: 250px;
  }
}
.swal2-container {
  margin: auto !important;
}
.custom-swal-image {
  margin: auto;
  padding: 0;
  width: 256px;
  justify-content: center;
  display: flex;
  height: 256px;
  object-fit: contain;
}
.custom-swal-title {
  padding-top: 0;
  font-size: 22px;
  color: #958ebf;
  font-weight: 700;
  text-align: center;
}
.swal-cancel-btn {
  width: 120px !important;
  outline: none !important;
  border: solid 2px #e17eac !important;
  background-color: #fff !important;
  border-radius: 30px !important;
  height: 40px !important;
  padding: 0px !important;
  color: #e17eac !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.swal-cancel-btn:hover {
  background: #e17eac !important;
  border: solid 2px #e17eac !important;
  color: #fff !important;
}
.swal-submit-btn {
  width: 140px !important;
  outline: none !important;
  border: solid 2px #958ec1 !important;
  background-color: #958ec1 !important;
  border-radius: 30px !important;
  color: #fff !important;
  height: 40px !important;
  padding: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.swal-submit-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.swal-cancel-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.swal-submit-btn:hover {
  background: #fff !important;
  border: solid 2px #958ec1 !important;
  color: #958ec1 !important;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  filter: grayscale(100) contrast(0%) brightness(1.8);
  background-color: #fff0;
  opacity: 0.5;
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgb(0 0 0 / 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(130deg, #000 55%, rgb(0 0 0 / 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}


/*navbar bottom*/

.link-sidebar-profile{
  text-decoration: none;
  color: #58585A;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 16px 0px 6px;
  display: flex;
  align-items: baseline;
}

.link-slide-about{
  text-decoration: none;
  color: #58585A;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 16px 0px 6px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.link-sidebar-profile:hover{
  color: #958EC1;
}

.active-lsp{
  color: #958EC1;
}

.sidebar-profile{
  width: 20%;
}

.sidebar-profile-box{
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 30px;
  padding: 20px;
  display: none;
}

.mr-10{
  margin-right: 10px;
}

@media screen and (max-width: 675px) {
  .link-sidebar-profile{
    font-size: 14px;
  }

  .input-update-profile{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
    .pop-up-variant-index{
        width: 80%;
        height: 490px;
    }
    .index-product-hover-container:hover .hover-add-to-cart-index-2 {
        display: none;
    }
    
    .index-product-hover-container:hover .hover-add-to-cart-index {
        display: none;
    }

    .hover-add-to-cart-index{
       top: 30%; 
    }
    
    .fs-top{
        top: 36% !important;
    }
    
    .fs-top-2{
        top: 50% !important;
    }
    
  .sidebar-profile{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    transition: bottom 0.5s ease;
  }
  
  .about-slide {
    width: 100%;
    position: fixed;
    bottom: -500px;
    border-radius: 30px 30px 0px 0px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: white;
    z-index: 99999999;
    transition: bottom 0.5s ease;
  }
  
  .nav-toggle{
      display: block;
  }
  
  .scroll-up{
      bottom: 4.8rem;
  }

  .sidebar-profile-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 30px 30px 0px 0px;
    padding: 0;
  }
  
  .about-slide-box {
        text-align: center;
        padding-bottom: 20px;
        font-size: 14px;
    }

  .link-sidebar-profile{
    font-size: 14px;
    display: block;
  }

  .active-lsp{
    border-bottom: none;
  }

  .mr-10{
    margin-right: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  
  .mb-resp-cwus{
      /*margin-bottom: 30px;*/
      padding-bottom: 160px;
  }

  /*.mb-4{*/
  /*  margin-bottom: 0px !important;*/
  /*}*/

  .profile-content-container{
    width: 92%;
    margin: auto;
  }

  .link-sidebar-profile{
    display: block;
  }
    
  .mt-2 {
    margin-top: 0.7rem !important;
    overflow: hidden;
    line-height: 16px;
  }    
}
