/*
Theme Name: Hello Elementor Child
Author: Giulio Blasi
Description: Child theme for Hello Elementor
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-nav-menu--main .sub-menu a{
    border:0px!important;
    padding-left:20px!important;
    padding-right:20px!important;

}
/* SINGLE PRODUCT */
.woocommerce div.product div.images .flex-active-slide img{
	height: 400px;
    object-fit: cover;
    object-position: center;
}
#listing-container .row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-size:14px;
}
#listing-container .col-6{
	flex: 0 0 auto;
    width: 50%;
    padding: 0px 15px;
}
#listing-container .col-6 > div{
    padding:10px 0px;
}
#listing-container .d-flex {
    display: flex !important;
}
#listing-container .justify-content-between {
    justify-content: space-between !important;
}

#listing-container .border-bottom{
    border-bottom: 1px solid #cacaca !important;
}


/*
.category-card:hover .category-card-content{
    bottom: -90px!important;
    transition: all 0.3s ease-in-out;

}*/
.category-card:hover .category-card-content h2{
        transition-duration: 0.3s;
        color:#EF2A24!important;
}
.category-card img{
    transition: all 0.3s ease-in-out;
}
.category-card:hover img{
margin: -90px 0px 0px 0px;
}
/* GENERAL CLASS */
.nowrap{
    text-wrap: nowrap;
}
.single-loop-pr h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
}



.wcloop-details img{
    margin-bottom:0px!important;
}


.sgallery-veicle .swiper-slide-thumb-active{
    border:4px solid #EF2A24;
}

.day-month-pr{
    font-size: 15px;
    color: #022222;
    font-weight: 400;
}