.menu_footer ul li a {
  transition: color 0.3s ease;
  color: #535353;
  display: block;
}

.menu_footer ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.menu_footer ul li a:hover {
  color: var(--cl-s1);
  transition: all 0.3s ease;
}

.modal-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.modal-search.active {
  visibility: visible;
  opacity: 1;
}

.modal-search form {
  transform: translateY(-3rem);
  transition: all 0.3s;
}

.modal-search.active form {
  transform: translateY(0);
}

.swiper-pagination.swiper-pagination-slider-banner .swiper-pagination-bullet-active {
  background: #433C32 !important;
}

.swiper-pagination.swiper-pagination-slider-banner .swiper-pagination-bullet {
  background: #433C3280;
  width: 10px !important;
  height: 10px !important;
}

.item_cat {
  --frame-w: 233px;
  --frame-h: 200px;
  width: var(--frame-w);
  height: var(--frame-h);
  margin-left: auto;
  margin-right: auto;
}

.item_cat .item_cat_thumb {
  width: 80.25%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
}

.item_cat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/k_danhmuc.png') no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}

.precent {
  background: url('../images/icon_sl.png') no-repeat;
  background-size: 100% 100%;
}

.tab_pro.active {
  padding-left: 2.5rem;
  font-weight: 700;
  color: var(--cl-main);
}

.tab_pro.active::before {
  width: 31px;
  background: var(--cl-main);
}

.tab_pro_detail .tab-link.active {
  color: var(--cl-main);
}

.tab-content.active {
  display: block;
}

.module-modal {
  visibility: hidden;

  opacity: 0;

  transition: all 0.3s;
}

.module-modal.active {
  visibility: visible;

  opacity: 1;
}

.module-modal .modal-content {
  transform: translateY(-5rem);

  transition: all 0.3s;
}

.module-modal.active .modal-content {
  transform: translateY(0);
}

.login_gg .nsl-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.login_gg .nsl-container .nsl-container-buttons {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.login_gg .nsl-container .nsl-button-label-container {
  /* đè class flex: 1 1 auto */
  flex: none !important;
}

.login_gg .nsl-container .nsl-button.nsl-button-default.nsl-button-google {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Single Product Custom Styles */
.btn-cart-icon svg {
  width: 100%;
  height: 100%;
}

.btn-cart-icon svg path {
  fill: var(--cl-main) !important;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input {
  -moz-appearance: textfield;
}

@media (min-width: 1200px) {
  .header_bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background-color: #FFFDED;
    /* animation: headerSlideDown 0.4s ease forwards; */
  }

  @keyframes headerSlideDown {
    from {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(0);
    }
  }
}

@media (max-width: 576px) {
  .item_cat {
    --frame-w: 165px;
    --frame-h: 138px;
  }

  .item_cat .item_cat_thumb {
    width: 77%;
  }

  .item_cat::after {
    width: 100%;
    height: 100%;
  }
}