/**
 * Theme Name:     Emedecare
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   emedecare
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
#em-category-page .col-md-4 {
    width: 24%;
    margin: 0px 20px 0px 30px;
}
#em-category-page #em-category-list ul.products {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#em-category-page .col-md-8 {
    width: 76%;
    margin: 0px 20px 0px 30px !important;
}

#em-category-page .row.d-flex {
    display: flex;
    width: 100%;
    height: auto;
}
#em-category-page .product-item.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 18px 20px;
    list-style: none;
    margin: 10px 0px;
    text-align: center;
    width: 32%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

#em-category-page .product-info {
    margin-top: 10px;
}

#em-category-page .product-title {
    font-size: 16px;
    font-weight: bold;
}

#em-category-page .product-description {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

#em-category-page .product-link {
    text-decoration: none;
    color: #333;
}

#em-category-page .category-list, .subcategory-list {
    list-style: none;
    padding: 0;
}

#em-category-page .category-item {
    margin-bottom: 10px;
}

#em-category-page .subcategory-list {
    margin-left: 20px;
}

#em-category-page .category-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#em-category-page .category-box a{
    color: #fff !important;
}
#em-category-page .category-color-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
 #em-category-page .container{
    width: 80% !important;
    height: auto;
    margin: auto;
}
#em-category-page .banner-section {
    background-color: transparent;
    background-image: linear-gradient(101deg, #A3DB27 18%, #0171C3 97%);
    padding: 61px 0px;
}
#em-category-page .banner-header h2{
    margin: 0px !important;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
#em-category-page.product-section{
    padding: 40px 0px ;
}
#em-category-page h2.product-heading {
    margin: 0px 0px 10px 0px;
    background: #034F86;
    color: #fff;
    padding: 14px 12px 14px 12px;
    font-size: 26px;
}
#em-category-page .section-product {
    background: #1470b0;
    padding: 0px 0px 10px 0px;
}

#em-category-page a.button.product_type_simple {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400;
    padding: 16px 20px;
    background: #0171C3;
    border-radius: 0px;
    margin: 9px 0px 9px 62px;
}
#em-category-page .sidebar {
    padding: 6px 18px;
}
#em-category-page ul {
    padding: 0px;
}
#em-category-page li.subcategory-item a {
    color: #034f86;
    font-size: 17px !important;
    font-weight: 400;
    padding: 18px 0px;
    margin: 13px 0px;
}
#em-category-page button {
    padding: 0px !important;
    font-size: 16px;
    background: #0171c3;
    border: none;
    padding: 10px 10px !important;
}
#em-category-page button:hover {
    /* color: #fff !important; */
    background: #a2db2a;
}

.woocommerce ul.products li.cat-product {
    width: 31% !important;    border: 2px solid #ECEAEA;
    padding: 10px 11px;
    margin: 0px 10px;
}
h2.woocommerce-loop-product__title {
    text-align: center;
    color: #000000;
    font-size: 17px !important;
    line-height: 24px;
}
/*  */

.banner-section {
    background-color: transparent;
    background-image: linear-gradient(101deg, #A3DB27 18%, #0171C3 97%);
    padding: 61px 0px;
}
.banner-header h2{
    margin: 0px !important;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
#em-category-page a.button.product_type_simple:hover {
    background: #a3db27;
}
/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ */
    /* width: 30.05% !important; */
/* } */




@media screen and (min-width: 320px) and (max-width: 580px) {
    #em-category-page .col-md-8 {
        width: auto !important;
        margin: 0px 20px 0px 30px !important;
    }
    .woocommerce ul.products li.cat-product{
        width: 100% !important;
    }
    #em-category-page a.button.product_type_simple {
        margin: 9px 0px 9px 77px !important;
    }
    #em-category-page .col-md-4 {
        width: auto;
        margin: 0px 20px 0px 30px;
        /* height: auto; */
    }
    #em-category-page .row.d-flex {
        flex-direction: column;
    }
    
}
/*  */

@media screen and (min-width: 580px) and (max-width: 768px) {
    #em-category-page .col-md-8 {
        width: auto !important;
        margin: 0px 20px 0px 30px !important;
    }
    .woocommerce ul.products li.cat-product{
        width: 47% !important;
    }
    #em-category-page a.button.product_type_simple {
        margin: 9px 0px 9px 77px !important;
    }
    #em-category-page .col-md-4 {
        width: auto;
        margin: 0px 20px 0px 30px;
        /* height: auto; */
    }
    #em-category-page .row.d-flex {
               flex-direction: column;		
    }
    
}