.cart-dropdown.cart-offcanvas .products{
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar {
    width: 8px;
}

.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 4px; 
}

.cart-dropdown.cart-offcanvas .products::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.product.product-cart .btn-close{
    top: 1.0rem !important;
    right: 0 !important;
}

.product.product-cart .product-name{
    font-size: 1.1rem !important;
}

.product-detail p{
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
}

.product.product-cart .product-quantity {
    font-size: 1.2rem !important;
}

.product.product-cart .product-price {
    font-size: 1.2rem !important;
}

.product.product-cart .product-quantity:after{
    font-size: 1.2rem !important;
}

.product.product-cart{
    padding-right: 0.8rem !important;
}

.product.product-cart .product-detail {
    padding-right: 0.1rem !important;
}

.header-bottom:not(.fixed) .dropdown-box {
    visibility: hidden;
}

.category .category-name {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: Capitalize;
    letter-spacing: -0.025em;
    transition: transform 0.3s;
}

.pagination .next, .pagination .prev {
    height: auto;
    min-width: 8rem;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

.title-link-wrapper {
    margin-top: 10px;
}

.banner-content{
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 5px;
}

.banner-content.content-top {
    position: absolute;
    padding: 10px;
    left: 4.5%;
    bottom: 6.5%;
}

.breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
}

.header-bottom:not(.fixed) .dropdown-box {
    visibility: hidden;
}

@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 1.4rem;
    }
    .product-single .product-title {
        margin-bottom: 0.9rem;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        line-height: 1.6;
    }
    .product-single .product-divider {
        margin: 0.4rem 0 1rem;
    }
    
    .footer-bottom {
        padding: 2rem 0;
        color: #666;
    }
    .breadcrumb {
        font-size: 1.2rem;
    }
}


@media (max-width: 991px) {
    .footer-top {
        padding-bottom: 0.7rem;
    }
}

@media (max-width: 575px) {
  .breadcrumb.shop-breadcrumb {
    padding: 0rem 0;
    margin: 1.0rem 0 0.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
    .breadcrumb.shop-breadcrumb li {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .shop-table:not(.account-orders-table) tr {
        position: relative;
        padding: 2.2rem 1rem 2rem;
    }
    .shop-table:not(.account-orders-table) .product-thumbnail > div img {
        max-width: 60%;
    }
    .cart .cart-summary {
        padding: 1.3rem 2rem 2rem 2rem;
        border: 1px solid #eee;
        border-radius: 4px;
        line-height: 1;
    }
    
    .shop-table:not(.account-orders-table) tr {
        position: relative;
        padding: 1.2rem 1rem 1rem;
    }
    
    .cart .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    }
}