.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-369256e:#030304;--e-global-color-ae425b9:#DE1E1E;--e-global-color-500ebf2:#E5E5E5;--e-global-color-651ca48:#FFFFFF;--e-global-color-9a3e9fb:#000000;--e-global-color-713a584:#DE1E1E;--e-global-color-66bc849:#545454;--e-global-color-1055d5a:#8F8F8F;--e-global-color-6abd4ed:#D4D4D4;--e-global-color-3b9e31e:#A11818;--e-global-color-30944db:#F3F1EA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-e4aff41-font-family:"Poppins";--e-global-typography-e4aff41-font-size:49px;--e-global-typography-e4aff41-font-weight:400;--e-global-typography-e4aff41-letter-spacing:2.45px;--e-global-typography-6d5b227-font-family:"Poppins";--e-global-typography-6d5b227-font-size:24px;--e-global-typography-6d5b227-font-weight:300;--e-global-typography-6d5b227-letter-spacing:1.2px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.list-products .products{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.products:before{
    display: none !important;
}

.orderby{
    font-family: Poppins;
    color: #242424;
    border: 2px solid #d4d4d4;
    padding: 10px;
    font-size: 13px;
}

.button.product_type_simple{
    display: none !important;
}

a.product_type_simple{
   display: none; 
}

.orderby:focus{
    border-color: #545454;
}

.list-products .product, .other-list .product{
    width: 100% !important;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px 5px 0px 5px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 18px !important;
    border-bottom: 3px solid ;
   border-color: #DE1E1E;
}

.woocommerce-loop-product__title{
    font-size: 14.5px !important;
    color: #242424;
    font-weight: 400;
}


.list-products .product .price{
    font-weight: bold !important;
}

li.product .add_to_cart_button{
    display: none !important;
}

@media (width >= 768px){
    .list-products .products{
        gap: 20px;
    }
    
    .list-products .product{
        margin: 0 !important;
        padding: 20px !important;
    }

    .woocommerce-loop-product__title{
        font-size: 16px !important;
    }

    .list-products .product .price{
        font-size: 16px !important;
    }
}


@media (width >= 1024px){
    .products{
        gap: 30px;
    }
    
    .list-products .products{
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .woocommerce-loop-product__title{
        font-size: 18px !important;
    }

    .list-products .product .price{
        font-size: 18px !important;
    }
}


#product-filter-field-0{
    background-color: #E5E5E5 !important;
    border-radius: 5px;
    border: none;
}

.page-header{
    margin-top: 50px;
}/* End custom CSS */