/*
 Theme Name:   Child Theme
 Template:     inland
 Version:      1.0
*/

/* Your custom CSS styles will go here */
/* .category-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.products-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* Category styling */
/* .category-list li {
    display: inline-block;
    margin: 5px;
}

.category-list a {
    padding: 10px 15px;
    background: #f0f0f0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
} */

/* Active category style (RED) 
.category-list a.active {
    background: #ff4444; /* Red background 
    color: white !important;
    font-weight: bold;
} */








/* Category dropdown styling */
/* Horizontal category navigation */

/* banner */
.page-id-1597  .banner-wrapper {
    background-image: url("https://waspl.in/wp-content/themes/inland/assets/images/page-title.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 64px 0 55px;
    position: relative;
    z-index: 9;
}
/* banner */
.category-list {
    background: #f5f4f4;
    padding: 20px;
    border: 1px solid #2e30944a;
    margin: 10px 40px;
}

.category-list-services { 
    background: #f5f4f4;
    padding: 20px !important;
    border: 1px solid #2e30944a;
    margin: 10px 40px;
}

.main-categories {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.category-item {
    position: relative;
    margin: 0 15px 10px 0;
    width: 23%;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-category {
    color: #2e3094  !important;
    font-weight: bold;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    height: 100%;
}

.main-category:hover {
    background: #ced4da;
    color: white !important;
}

/* Dropdown styling */
.subcategory-dropdown {
    display: none;
    list-style: none;
    padding: 10px;
    background: white;
    border: 1px solid #eee;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.subcategory-dropdown li a {
    padding: 8px 15px;
    white-space: nowrap;
}

.subcategory {
    color: #333 !important;
    text-decoration: none;
    display: block;
}

/* Show dropdown on hover */
.category-item:hover .subcategory-dropdown {
    display: block;
}

/* Active state */
.category-list li a.active {
    /* background: #c9002c;
    color: white !important; */
    font-weight: 800;
    background-color: #ced4da;
}

.category-list .subcategory-dropdown li:hover{
    background-color: #ced4da;
}

.products-container{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 40px;
    min-height: 300px;
}

.products-container li.product.type-product {
    width: 25%;
    list-style: none;
    padding: 20px;
}

.products-container .product-inner {
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    text-align: center;
    border-radius: 10px;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 0em;
    margin-top: 20px !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
 
}

.category-list .arrow_new{
    float: inline-end;
}
.category-list .subcategory-dropdown {
    width: 100%;
    margin-left: 0 !important;
}

/* .category-list .subcategory-dropdown li:hover {
    background: #f3f3f3;
} */

.product-inner>a:first-child{
    height: 235px;
    width: 100%;
    display: block;
}

.loader{
    text-align: center;
    color: red;
    width: 100%;
    display: block !important;
}
.no_product_found{
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 125px 20px;
}

.product-inner .star-rating ,.product-inner  .yith-wcqv-button{
   display: none;
}
@media (max-width: 768px) {
    .main-categories {
        flex-direction: column;
    }
    
    .subcategory-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
    }
    
    .category-item {
        margin: 5px 0;
        width: 100%;
    }
    
    .products-container li.product.type-product {
        width: 100%;
    }
}
.breadcrumb-container .breadcrumb {
    margin: 0 40px 0 40px !important;
}


.breadcrumb-container .breadcrumb-item.active {
    font-weight: 600 !important;
    font-size: 16px !important;
}



/* new */
.product-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.product-breadcrumb a {
    color: #333;
    text-decoration: none;
}

.product-breadcrumb a:hover {
    text-decoration: underline;
}

.product.type-product .reviews_tab{
    display: none !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0px 0 !important;
    margin: 0;
    margin-top: 20px !important;
}

.product.type-product .inland-product-infoBar .star-rating{
    display: none !important;
}