.home-page .includer-slider-box .banner-col a img {
   width: 100%;
    height: auto;
    max-width: 100%;
}



.home-page .includer-slider-box .main-slider {
    border: none;
}

.home-page .includer-slider-box .main-slider .carousel-item img {
    height: auto;
width: 100%;
max-width: 100%;
transform: unset;
    object-fit: unset;
}


.home-page .includer-slider-box .carousel-item {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.03);
}

.product-page .ribbon-list li span.ribbon {
color: #49C325 !important;
background: #F3FBE2 !important;
}

@media (max-width: 767.98px) {
    .cart-body input,
.cart-body textarea {
        font-size: 16px !important;

    }

.cart-body {
padding-bottom: 100px;
}
    
    .cart-modal .modal-footer .btn {
    font-size: 13px;
}

.cart-modal .current-product .img-box img {
    height: 190px;
}

.cart-modal .current-product .title {
    font-weight: 600;
    font-size: 13px;
}

.cart-modal .modal-footer {
    justify-content: space-between !important;
}

.heading-box .heading {
 
    font-size: 20px;

}


.home-page .text-box .container .content {
    padding: 50px 20px !important;

}

section.top-products .slider-box .container {
    padding-left: 0;
    padding-right: 0;
}
}

.home-page .includer-slider-box .carousel-inner {
    border-radius: var(--border-box-radius);
overflow: hidden;
}