<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:1024px) {
    .bodyPage {
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width:900px) {
    .miniBtnMenu {
        display:block;
    }
    .topSearch {
        z-index:1;
    }
    .left-menu {
        list-style: none;
        display: none;
        vertical-align: top;
        padding: 10px 0px;
        height:1px;
        width: 100%;
        background-color: #ec008c;
        position: absolute;
        opacity:0;
        top: 33px;
        z-index: 3;
    }

    #boxTopHeader.menuOpen .left-menu {
        display:block;
        height:unset;
        opacity:1;
    }


    .left-menu li {
        display: block;
        vertical-align: top;
        margin-right: 0;
        cursor: pointer;
        width: 100%;
    }
    .subMenu {
        display:none;
        position: relative;
        width: 100%;
        top:unset;
        left:unset;
    }
    .subMenu li a {
        font-family: 'Raleway', sans-serif;
        color: #999 !important;
        padding: 5px 0;
        display: inline-block;
        vertical-align: top;
    }
    .left-menu li .elemMenu {
        padding: 0 16px;
    }


    .colCategorie {
        display:none;
    }

    .contentPage {
        width:100%;
        padding:0 10px;
    }

    .threeBlock {
        width:50%;
    }

    .breadcrumb {
        margin-top: 45px;
        padding: 0 10px;
        display:none;
    }



        /*-- CARRELLO --------------------------------------------------------------*/
    .boxListCarrello, .boxAddress {
        padding-right: 0px;
        min-height:unset;
    }
    .boxRiepilogoCarrello {
        width: 100%;
        position: relative;
        min-height: unset;
    }
    .endBoxCartProduct {
        height: 1px;
    }
    .insideRiepilogo {
        margin:0;
    }
    .tableListCarrello .img {
        position:relative;
    }
    .tableListCarrello .detail {
        padding-left: 0;
        min-height:unset;
    }
    .tableListCarrello .remove {
        display: block;
        width: 100%;
        text-align: right !important;
        padding-right: 0;
    }
    .btnRemoveCart {
        text-align:center;
    }
    .tableListCarrello .quantita {
        vertical-align: top;
        display: block;
        text-align: right !important;
        width: 100%;
        padding-right: 0;
    }
    .tableListCarrello .prezzo {
        display: block;
        width: 100%;
        text-align: right;
        padding-right: 0;
    }
    .tableListCarrello .totale {
        display: block;
        text-align: right;
        width: 100%;
        padding-right: 0;
    }

    .topFooter {
        text-align:center;
    }

    .colLeftProd {
        display:none;
    }

    .leftCol {
        padding: 30px 0px 30px 10px;
    }


    .container-product .colSx {
        display: block;
        width: 100%;
    }
    .container-product .centerColSx {
        display: block;
        width: 100%;
    }

    .subMenuPage {
        height:40px;
    }

}

@media screen and (max-width:800px) {
    .corniceSx {
            left: -120px;
    }
    .corniceDx {
            right: -120px;
    }

    .leftCol {
        width:100%;
        min-height: unset;
        padding: 0px;
    }
    .centerColAlign {
        position:relative;
        width: 100%;
        min-height: unset;
        padding: 30px 10px;
    }

    .sectionHeaderProdMobile {
        display:block;
    }
    .sectionHeaderProd {
        display:none;
    }
}
@media screen and (max-width:700px) {
    .field {
        width:100% !important;
        display:block;
        padding-right:0 !important;
    }
    .fieldDivisorio {
        margin-top:50px;
    }
    .fieldSet {
        margin-bottom:10px;
    }

    .halfBlock {
        display:block;
        width:100%;
    }
}


@media screen and (max-width:600px) {
    .single-product {
        width:50%;
    }
    
    .topSearch {
        position: absolute;
        right: 0;
        width: 100%;
        display: block;
        left: 0;

    }
    .corniceSx {
        display:none;
    }
    .corniceDx {
        display:none;
    }


    .masterScrolled #topMenu {
        display:none;
    }

    .masterScrolled #top_header {
        height: 35px;
    }
    .numItem {
        top: 2px;
    }
    
}


@media screen and (max-width:500px) {
    
}

@media screen and (max-width:480px) {
    .single-product {
        width:100%;
    }
    .threeBlock {
        width:100%;
    }

    #footer .threeBlock {
        text-align:center;
    }
}</pre></body></html>