.page-wrapper {
    background-color: rgb(227 242 253 / 50%);
}
.info-boxes-container {
    background-color: transparent;
}
.filter_checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}
.a-stock {
    color:#77dd8a;
}
#loadingOverlay {
    display: none;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.overlay-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

form, .form-footer {
    margin-bottom: 1rem;
}


.menu-chuc-nang {
  border-radius: 10px;
  padding: 15px 0;
}


.menu-chuc-nang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-chuc-nang li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.menu-chuc-nang li:last-child {
  border-bottom: none;
}

.menu-chuc-nang a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Icon */
.menu-chuc-nang a i {
  color: var(--main-color);
  font-size: 15px;
  transition: all 0.25s ease;
}

.menu-chuc-nang a:hover,
.menu-chuc-nang a.active {
  background: #ddedfb;
  color: var(--main-color) !important;
  font-weight: 500;
}

.menu-chuc-nang a:hover i,
.menu-chuc-nang a.active i {
  transform: scale(1.1);
  color: var(--main-color)!important;
}

.card-header {
    color: var(--main-color);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #4CAF50;
}

#page-title.page-title-classic {
    padding: 160px 0;
}
.parallax-container {
    
}
#page-title.page-title-classic .page-title {
    text-align: right;
    width: 100%;
}
#page-title.page-title-classic .page-title>h1 {
    color: #fff;
}

.table td, .table th {
    vertical-align: middle;
}


.mobile-menu-toggler {
    color: #fff;
}

.header-search .search-toggle {
    color: #fff;
}

hr {
    border-top: 1px solid #959595;
    margin: 1rem auto 1rem;
}

.sidebar-toggle {
    top: 30%;
    z-index: 0;
}

.footer {
    position: relative;
}

.widget-newsletter form {
    max-width: unset;
}

@media screen and (max-width: 991px) {
    .cart-dropdown .dropdown-toggle::before {
        font-size: 1.8rem;
    }
    .cart-dropdown .dropdown-toggle .cart-count {
        right: 4px;
        top: -1px;
        font-size: 1rem;
        height: 1.5rem;
        min-width: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .mobile-menu-toggler {
        margin-right: 0;
    }
    .cart-dropdown .dropdown-toggle {
        border: none;
    }
    .product-image.height img {
        height: 180px;
    }
    .logo img {
        max-width: 88px;
    }
    .testimonial-item img {
        height: unset;
    }
}

@media screen and (max-width: 575px) {
    .home-slide {
        height: 120px;
    }
    .banner img {
        height: auto;
        margin-bottom: 10px;
    }
    .promo-section {
        padding-top: 7.4rem;
        padding-bottom: 7.2rem;
    }
    .footer-bottom {
        padding-bottom: 2.6rem;
    }
    .banner.banner-image-inner img {
        height: 118px;
    }
    .home-top-container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .paction.add-cart {
        background: #f85902;
        color: #fff;
    }
    .paction.add-cart span {
        display: inline-block;
        padding-right: 0;
    }
    .add-cart::after {
        background: #f85902;
    }
}

.info-box {
    margin-bottom: 10px;
}

.text-swatch li {
    display: inline-block;
    margin-bottom: 8px;
}

.text-swatch li input[type=checkbox], .text-swatch li input[type=radio] {
    display: none;
}

.text-swatch li span {
    font-weight: 400;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 7px 10px 6px;
    position: relative;
    transition: .2s;
    line-height: 1.5;
    border: 1px solid #ccc;
}

.text-swatch li input[type=checkbox]:checked~span, .text-swatch li input[type=radio]:checked~span {
    border: 1px solid #fa4a4a;
    color: #fa4a4a;
}

.product-filters-container {
    margin-bottom: 3.5rem;
}

.top-banner-image img {
    height: 155px;
    object-fit: cover;
}

.cart-dropdown .dropdown-toggle {
    width: 42px;
    height: 42px;
}

.product-title-cart {
    font-size: 1.6rem;
    text-transform: none;
    line-height: 1.5;
}

@media screen and (min-width: 1200px) {
    .header-search form {
        width: 540px;
    }
    .col-md-2-5 {
        -ms-flex: 0 0 8.3333333%;
        flex: 0 0 8.3333333%;
        max-width: 8.3333333%;
    }
}

@media screen and (min-width: 1600px) {
    .header-search form {
        width: 760px;
    }
    .col-md-2-5 {
        -ms-flex: 0 0 8.3333333%;
        flex: 0 0 8.3333333%;
        max-width: 8.3333333%;
    }
}

@media screen and (max-width: 1400px) {
    .header-contact {
        font-size: 1.4rem;
        margin-right: 1.5rem;
        padding-left: 4.5rem;
    }
    .header-contact span {
        font-size: 1.2rem;
    }
    .header-contact::before {
        font-size: 1.4rem;
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
    .cart-dropdown .dropdown-toggle {
        padding: .5rem;
        width: 34px;
        height: 34px;
    }
    .cart-dropdown .dropdown-toggle::before {
        font-size: 1.4rem;
    }
    .item-certi {
        font-size: 12px;
    }
    .menu > li > a {
        font-size: 1.2rem;
    }
    .logo img {
        max-width: 90px;
    }
    .header-middle {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
    
}











