@media (max-width: 992px) {
    /* .titolo-pagina h1 {
        margin-top: 50px
    } */


    .checkout{
      margin-top: 10px;
    }

    .footer-data li ul:first{
        margin-top: 0;
    }

    .footer-data li ul{
        margin-top: 15px;
    }


    .header .container, .container-footer, .container{
        width: calc(100% - 30px)!important;
        max-width: calc(100% - 30px)!important;
        margin-left: 15px!important;
        margin-right: 15px!important;
        padding-right: 0;
        padding-left: 0;
    }


    .side-mobile{
        width: calc(100% - 75px)!important;
        max-width: calc(100% - 75px)!important;
        overflow-y: scroll;
    }


    .shop-info{
        width: 50px;
    }

    /* header mobile */

    .the-shop-menu li:first-child, .the-shop-submenu li:first-child{
        margin-left: 15px;
    }

    .the-shop-menu li:last-child, .the-shop-submenu li:last-child{
        margin-right: 15px;
    }




    /* font size */
    .size-20{
        font-size: 15px!important;
        line-height: 15px;
    }

    .size-30, .barra-localizzazione button, h3.prezzo-prodotto, div.prezzo-prodotto{
        font-size: 22px!important;
        line-height: 25px;
    }

    .size-60, h2.titolo-prodotto, h1.titolo-prodotto{
        font-size: 35px!important;
        line-height: 38px;
    }

    .mt-15-mob{
        margin-top: 15px;
    }

    .m-15-mob{
        margin: 15px 0 15px 0!important;
    }



    /* cart page */

    .acquista-footer .container{
        width: calc(100% - 30px);
    }

    .text-left-mob{
        text-align: left!important;
    }






    .homepage-slide .description{
        bottom: calc(50% - 100px)!important;
        opacity: 1!important;
    }

    .homepage-slide .shop-now{
        bottom: calc(50% - 80px)!important;
        opacity: 1!important;
    }

    .logo-center-home img{
        max-width: calc(100% - 50px);
    }

    h2.titolo{font-size: 12px; line-height: 11px;}
    h3.prezzo{font-size: 14px; line-height: 13px; margin-bottom: 5px;}
    .prodotti .bg{padding: 15px 10px;}
    .prodotti img{margin-bottom: 0!important;}
    .prodotti .img{margin-left: -10px; margin-right: -10px;}
    .prodotti.mt-50{margin-top: 15px;}
    .prodotti{margin-bottom: 15px;}

    .checkbox-filter-home>input[type=checkbox]+*{
      padding: 7px 4px 3px 4px
    }

    #box_filtri .row.mb-15{
      margin-bottom: 5px;
    }

    #box_products{
      margin-right: -5px;
      margin-left: -5px;
    }
    .prodotti{
      padding-right: 5px!important;
      padding-left: 5px!important;
    }
}

@media (max-width: 768px) {

    .mt-25-mob{
        margin-top: 25px;
    }

    .table-mobile-ts{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .table-mobile-ts tbody{
        width: 100%;
    }

    .table-mobile-ts tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .table-mobile-ts td {
        white-space: nowrap;
        width: 100%;
    }

    .mobile-ordini-row{
        padding-bottom: 5px;
        border-bottom: solid thin #000;
        margin-bottom: 15px
    }

    .hide-block{
        display: none;
    }

    #btn-checkout-registrati, #btn-checkout-guest{
        margin-top: 50px;
    }

    .negozio-checkout-order{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .homepage-new-slider .slide-home-ts img{
        width: 70vw!important;
        height: auto!important;
    }


}
