/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2025 | 03:15:28 */
/*product category*/
.custom-product-category {
    font-size: 13px;
    color: #00205c;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: arial;
}

@media only screen and (max-width: 600px) {
.custom-product-category {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
}

.custom-product-category strong {
    font-weight: 500;
    color: #00205c
;
}

.custom-product-category a {
    color: #00205c; /* Category link color */
    text-decoration: none;
}

.custom-product-category a:hover {
    color: #c50018
; /* Hover color */
}


/*dashed border*/
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
    border: 1px dashed #A7A9AC !important;
    padding: 0px;
    box-sizing: border-box;
}
/*
.woocommerce ul.products li.product:hover,
.elementor-widget-woocommerce-products ul.products li.product:hover {
    border-color: #333; 
}*/

