.product-box .fa.fa-heart::before {
    color:red;
}

#main-menu li a {
    font-size: 14px;
}
.search-results {
    max-height: 500px; 
    overflow-y: auto;
}

.all-products-listing {
    position: relative;
    min-height: 1000px; 
    overflow: hidden; 
}

/* Loader Spinner */
.loader-spinner {
    position: absolute; /* Position relative to .all-products-listing */
    top: 50px; /* Adjust spinner to be near the top of the content */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for centering horizontally */
    display: none; /* Hidden by default */
    z-index: 999;
}
/* Spinner Animation */
.spinner-center {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3; /* Light grey border */
    border-top: 6px solid #78982F; /* Primary color */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Rotating animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.home-slider.slick-initialized .slick-slide > div {height: 100%;}
.home-slider .slider-contain { padding: 20px 10px;}
    .home-slider .home{position: relative;}
    .home-slider .home::before {content: ""; background-color: rgba(0,0,0,0.3); position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
    .slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.slick-slider img, .section-b-space img {width: auto!important; height: auto!important; max-width: 100%;}
#search-form .form-group {width: 100%; margin-bottom: 0;}
#search-form .form-group .form-control {max-height: 40px;}
.search-sidebar-wrap {background: #f9f9f9; padding: 10px 20px;}
.product-box .img-wrapper .back img, .product-wrap .img-wrapper .back img {width: 100%; height: 100%; object-fit: cover;}
.collection-product-wrapper .product-pagination .theme-paggination-block nav {border: none !important; display: flex; flex-wrap: wrap; justify-content: center;}
.collection-product-wrapper .product-pagination .theme-paggination-block .pagination-info.mb-3 {order: 2; margin-bottom: 0 !important; margin-top: 12px !important; border: none;}
.collection-product-wrapper .product-pagination  {padding: 15px 0;}
.theme-paggination-block .col-xl-6.col-md-6.col-sm-12 ul.pagination {text-align: center; border: none;}
.collection-product-wrapper .product-pagination .theme-paggination-block nav {}
@media screen and (min-width: 1200px) {
    #search-form {max-width: 400px; margin-left: auto;}
}
@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 575px) {
    .product-right #quoteForm {max-width: 100%; width: 100%;}
    .product-right .product-buttons #quoteEffect {margin-bottom: 10px;}
    .filter-main-btn span {margin-bottom: 0;}
    .filter-main-btn {margin-bottom: 10px;}
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {border-top: 1px solid #ddd;}
    
}

@media screen and (max-width: 480px) {
    .home-slider .slider-contain {height: 55vh !important;}
}