body {
  background-color: #f4f4f4;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

#popup-modal .modal-dialog .modal-header {
  padding-bottom: 0;
  padding-top: 0;
}
#popup-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
}
#popup-modal .modal-dialog .modal-content .modal-body img {
  border-radius: 10px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.section-title {
  font-size: 1.2em;
  color: #025492;
}

.big-category-card {
  border-radius: 20px;
  /* height: 200px; */
  color: #ffffff;
  background-size: cover;
  aspect-ratio: 6 / 4;
}
.big-category-card .big-category-card-innner {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.big-category-card .big-category-card-title {
  font-size: 1.2em;
  font-weight: 600;
}

.communities-card {
  border-radius: 20px;
  height: 170px;
  color: #ffffff;
  background-size: cover;
}

.communities-card {
    background-position: center;
    transition: background-size 0.3s ease-in-out;
    overflow: hidden;
    background-repeat: no-repeat;
    color:white !important;
}
.communities-card:hover {
    background-size: 150%;
    /* transform: scale(1.1) !important; */
}

.communities-card .communities-card-innner {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column-reverse;
}
.communities-card .communities-card-title {
  font-size: 1em;
  font-weight: 600;
}

.bkh-card-1 {
  border-radius: 20px;
  height: 200px;
  color: #ffffff;
  background-size: cover;
}
.bkh-card-1 .bkh-card-innner {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.bkh-card-1 .beauty-tip-inner {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.bkh-card-1 .bkh-title {
  font-size: 1.2em;
  font-weight: 600;
}

.navbar-tool-icon-box {
  background-color: #025492;
  border-radius: 30%;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.5rem;
}
.navbar-tool-icon-box svg {
  height: 25px !important;
  width: 25px !important;
}

.bkh-product-title {
  font-size: 17px;
  min-height: 2.3em;
}

.bkh-product-price {
  font-size: 16px;
  color: #ED1C24;
  font-weight: 600;
}

.bookmark {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.4em;
}

.btn-join-membership {
  background-color: #3FC2FE;
  color: #fff;
}

.add_to_cart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #F2F1F6;
  display: grid;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.add_to_cart img {
  height: 20px;
}

.app_banner {
  padding-block: 30px;
  padding-inline: 50px;
}
.app_banner * {
  color: #fff;
}
.app_banner .app-banenr-img {
  max-height: 400px;
}

.left-column .d-flex {
  gap: 10px;
}
.left-column .d-flex img {
  max-height: 50px;
}

.__shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.__radius-20 {
  border-radius: 20px;
}

.__radius-15 {
  border-radius: 15px;
}

.__radius-10 {
  border-radius: 10px;
}

.__width_1of7 {
  width: clamp(125px, 14.2857%, 14.2857%);
  /* flex-grow: 1; */
}

.bkh-rating {
  font-size: 16px;
}

.bkh-original-price {
  font-size: 16px;
  text-decoration: line-through;
  color: #C4C4C4;
}

.bkh-radius {
  border-radius: 20px;
}

.bkh-bg-primary {
  background-color: #025492;
}

.bkh-text-primary {
  color: #025492;
}

.bkh-card {
  padding-bottom: 10px;
  border-radius: 20px;
}

.bkh-subtitle {
  font-size: 14px;
  color: #a1a1a1;
}

.bkh-light-bg {
  background-color: #F0F2FD;
}

.__width-20 {
  width: 20%;
}

/* .__width-product-card {
  width: clamp(200px, 20%, 20%);
} */

.__text-500 {
  font-weight: 500;
}

.bkh-brand-title {
  font-size: 16px;
}

.shop-category img {
  /* max-width: 120px; */
  max-height: 120px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
    object-fit: cover;
    background-position: center;
}

.carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

.news-excerpt {
  color: #a1a1a1;
}

.footer-web-logo a img {
  height: 110px;
}

.beauty-tip-row {
  margin-inline: -15px;
}
.beauty-tip-row .beauty-tip {
  padding-inline: 15px;
}

.brand_img_div{
    border-radius: 10px;
    border: 1px solid #00000014;
}

.iti {
    width: 100% !important;
}
.wishlist_item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (min-width: 1280px) {
  .__top-slider-images {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .__width-product-card {
    width: clamp(200px, 20%, 20%);
  }
  .__width_1of7 {
    width: clamp(150px, 14.2857%, 14.2857%);
  }
}/*# sourceMappingURL=style.css.map */
@media (max-width: 600px) {
    .__width-product-card {
        width: 100% ;
      }
      .__width_1of7 {
        width: clamp(120px, 14.2857%, 14.2857%);
    }
    .shop-category img{
        width: 90px;
        height: 90px;
    }
    .shop-category p{
        margin-top: 0 !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px){
    .__width_1of7 {
        width: clamp(160px, 14.2857%, 14.2857%);
    }
    .container, .container-md, .container-sm {
        max-width: 769px;
    }
    .bottom-date{
        font-size: 13px;
    }


  }

  @media (max-width: 948px) {
    .d-sm-none {
        display: none !important;
    }
}

/* mobile phone */
@media (max-width: 425px) {

    .card-body {
        padding-inline: 10px;
    }
    .card_product_verticle .pr-3_px {
        padding-right: 3px;
    }
    .card_product_verticle .pl-3_px {
        padding-left: 3px;
    }
    .bkh-product-title {
        font-size: 0.8rem;
    }
    .bkh-product-title {
        min-height: 1rem;
        height: 30px;
        margin-bottom: 0px !important;
    }
    .bkh-rating {
        font-size: 0.8rem;
    }
    .add_to_cart {
        scale: 0.8;
        bottom: 6px;
        right: 3px;
    }

    .big-category-card .big-category-card-title {
        font-size: 0.9rem;
    }
    .big-category-card-innner > p {
        font-size: 0.75rem;
    }
    .cart-item-header {
        flex-direction: column;
        gap: 5px;
    }
    .navbar-tool-icon-box {
      width: 2rem !important;
      height: 2rem !important;
    }
    .member-drop-down {
      padding: 5px !important;
    }
    .navbar-light .navbar-brand {
      margin-inline-start: 5px;
    }
}

@media only screen and (max-width: 576px) {
    .last-cate-div > a {
        aspect-ratio: 16 / 6;
    }
    .section-title {
        font-size: 1rem;
    }
    .card_product_verticle > .card-body > .row > div > span {
        font-size: 0.9rem;
    }
    .card_product_verticle > .card-body > .row > div > a {
        font-size: 0.8rem;
    }
    .bkh-brand-title {
        font-size: 0.9rem;
    }
    .cart-item-header {

    }
    .cart-item-header .card_item_header_delivery_fee {
        font-size: 0.8rem;
    }
    .cart-item-header > b > a {
        font-size: 0.9rem;
    }
    .cart-item-header > b > span {
        font-size: 0.8rem;
    }
    .cart-header-row {
        display: none;
    }

    .wishlist_item_name {
        font-size: 0.9rem;
    }
}

/* tablet */
@media only screen and (max-width: 768px) {
    .big-category-card .big-category-card-title {
        font-size: 1rem;
    }
    .big-category-card-innner > p {
        font-size: 0.8rem;
    }
    .top-phone {
        display: none;
    }
    .top-lang {
        display: none;
    }
}
