/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2024 | 03:30:47 */
body ul.products li.product.product-category h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #666666
}



body ul.products li.product.product-category {
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    grid-column-gap: 8px;
    grid-row-gap: 7px;
}

body.home ul.products li.product.product-category {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    grid-column-gap: 8px;
    grid-row-gap: 7px;
}



li.product-category.product {
    border: 1px solid;
    border-radius: 16px;
    border-color: #e4e4e4;
}




body.rtl:not(.product-align-center) ul.products li.product {
    text-align: right;
}