.whatsapp-float {
  position: fixed;
  bottom: 75px;
  right: 22.5px;
  z-index: 100;
}

.btn-logout {
  width: 59px;
}

@media only screen and (max-width: 767px) {
  .fs-sm-10 {
    font-size: 10px;
  }

  .header .header__right .button {
    display: block;
  }

  .banner-image {
    max-width: 300px !important;
  }

  .page-title .block-text .sub-title {
    line-height: 1;
  }

  .block-text .sub-title::after {
    bottom: -10px;
  }

  .block-text .sub-title:not(.nobottom) {
    line-height: 30px;
  }

  header .btn-action {
    border-radius: 25px !important;
    /* width: 54px; */
    height: 40px;
  }

  .header .header__right .button {
    display: flex;
  }

  .btn-logout {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .gallery-top .item {
    width: 100%;
    height: 350px;
  }
}

.banner-image {
  max-width: 450px;
}

.side-bar__box .tag.custom li {
  padding: 0px;
}
.side-bar__box .tag.custom li a {
  padding: 3px 17px;
}

.side-bar__box.custom ul {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.side-bar__box.custom ul li a {
  width: max-content;
}

.side-bar__box.custom li:not(.active):not(:hover) {
  background: #4526b1;
}

.side-bar__box.custom li.active {
  background: #fd562a;
  border: 1px solid #fd562a;
}

#countdown {
  border-radius: 8px;
  width: 145px;
  background: #d0021b;
}

.block-text .sub-title.nobottom::after {
  display: none;
}

.block-text .sub-title.nobottom {
  line-height: normal;
}

.card-flash-sale {
  color: #fff;
  width: 256px;
  height: 221px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  position: relative;
  /* background: radial-gradient(50% 50% at 50% 50%, #3e4f7c 0%, #1d356b 100%); */
  background: radial-gradient(50% 50% at 50% 50%, #2d1ead 0%, #54009f 100%);
  filter: brightness(100%);
  transition: filter 0.3s ease-in-out;
}

.card-flash-sale .content-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.card-flash-sale .content-wrap .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.card-flash-sale .content-wrap .product-wrap p {
  /* font-size: 14px; */
  line-height: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-flash-sale .content-wrap .title-wrap img {
  border-radius: 100%;
  border: 0.5px solid #ffffff;
  margin-right: 8px;
}

.card-flash-sale .content-wrap .title-wrap .name {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  /* font-size: 12px; */
  line-height: 16px;
}

.card-flash-sale:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease-in-out;
}

.card-flash-sale .content-wrap .price-wrap {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 8px;
}

.card-flash-sale .content-wrap .status-wrap {
  min-height: 21px;
}

.card-flash-sale .content-wrap .price-wrap .currency {
  font-size: 14px;
  font-weight: 400;
  margin-right: 2px;
  margin-bottom: 7px;
}

.card-flash-sale .content-wrap .price-wrap :nth-child(2) {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-right: 8px;
  color: #fff;
}

.card-flash-sale .content-wrap .price-wrap :last-child {
  font-family: Montserrat, sans-serif;
  text-decoration-line: line-through;
  color: #afafb9;
  font-size: 14px;
}

.card-flash-sale .content-wrap .status-wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  color: #bdbdbe;
}

.card-flash-sale a {
  position: absolute;
  inset: 0;
}

.swiper-tutorial .swiper-slide {
  width: 280px;
}

.swiper-tutorial .icon-box .icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.swiper-tutorial .h5 {
  line-height: normal;
}

.preloader .icon {
  background-image: url(../../assets/images/icon/loader.png);
}
