/*

Theme Name: Ccity Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by CyberCity 

Author: CyberCity

Author URI: https://cybercity.co.il/

Template: hello-elementor

Version: 1.0.1

Text Domain: cybercity-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

.product-categories-grid{
    display: flex;
    justify-content: space-evenly;
}

.product-category-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-category-item a:hover{
    img{
        filter: drop-shadow(0px 1000px 0 #D69E67);
        transform: translateY(-1000px); 
    }
    span{
        color: #D69E67; 
    }
}

.imageCatActive{
    filter: drop-shadow(0px 1000px 0 #D69E67);
    transform: translateY(-1000px);   
}
.spanCatActive{
    color: #D69E67 !important;   
}

.catTitle{
    text-align: center;
    font-size: 15px;
    color: white;
    padding-top:10px;
}

@media only screen and (max-width: 768px) {
    .product-categories-grid {
        flex-wrap: wrap;
    }
    .product-category-item {
        width: 30%;
        margin-bottom: 20px;
    }
}


