/*
 Theme Name:     Child Theme
 Description:    Child theme for Lab51
 Template:       hello-elementor
 Version:        1.0.0
*/


@media screen and (max-width:767px){
.xx2-product-grid .card .title {
    font-size: 4.5vw!important;
}  
.catalogo-sezione-home {
    padding: 0px 20px!important;
}

.xx2-product-grid .card {
    text-align: center;
}

.xx2-product-grid .card .btn {
    font-size: 15px!important;
    padding: 17px 15px!important;
}

.xx2-product{
    flex-direction: column!important
}

.xx2-product .sx {
    width: 100%!important;
    position:static!important;
}

.xx2-product .sx .btns {
    flex-direction: column;
}

/*Pagina negozio modifiche */
.elementor-element.elementor-element-985d7d5.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    width: 100vw;
}
    .xx2-product-archive {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
    
    .xx2-product-archive .sx {
    width: 100%!important;
    position: static!important;
    justify-content:center;
	text-align:center;

    
}
    
    .xx2-product-archive .sx a{
    width:80%;
    margin:0 auto!important;
    }
    
    .xx2-product-archive .dx{
    justify-content:center;
}
    
    .xx2-product-archive .dx .card {
    min-width: 80%!important;
}
    .xx2-product-archive .dx .card .btn{
    padding:10px 30px;
}
    .xx2-product-archive .dx .card a img{
    max-width: 250px!important;
}
    
    .xx2-product-archive .dx .card h3{
        
    font-size:1.3rem;
}

}

/*About*/
.freccia-su a span .elementor-button-icon{
	transform: rotate(270deg);
}