/*
Theme Name: Smart Water
Theme URI: https://smartwater.com.cy/
Template: axetor
Author: SmartWater
Author URI: https://smartwater.com.cy/
Description: Child theme of Axetor
Tags: accessories,workwear,fashion,safety clothing,protective gear,work safety,work clothing,ecommerce,sport,clean,sportswear,PPE,trekking,responsive
Version: 1.0.25
Updated: 2024-08-05 16:08:30

*/

ul.products li.product .product-image {
 
}


/* SmartWater Category Catalog Styles */
.smartwater-category-catalog {
	margin-bottom: 30px;
    width: 100%;
    background: white;
    color: #333;
    padding: 32px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ededed;
}
}

.smartwater-catalog-content {
    flex: 1;
}

.smartwater-catalog-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smartwater-catalog-icon {
    width: 32px;
    height: 32px;
    fill: #007cba;
    margin-right: 15px;
}

.smartwater-catalog-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.smartwater-catalog-description {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.smartwater-catalog-button {
    background: #007cba;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.smartwater-catalog-button:hover {
    background: #005a87;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .smartwater-category-catalog {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }
    
    .smartwater-catalog-button {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .smartwater-catalog-info {
        justify-content: center;
    }
}

/* Single Product */
.single-product div.product .single_add_to_cart_button{
	 color: #fff;
}
.single-product div.product .single_add_to_cart_button:hover {
    background: var(--primary_hover)!important;
    color: #fff;
}