﻿@media screen and (max-width:1280px) {

}

@media screen and (max-width:1024px) {


    .boxListProdotti {
        padding: 0px;
    }


    /* PRODOTTI  DETTAGLIO*/
    .leftCol {
        width: calc(100% - 300px);
        padding: 30px 0px 30px 0px;
        float:none;
    }
    .centerColAlign {
        margin-left:10px;
        margin-right: 10px;
        z-index:1;
    }
    .rightCol {
        z-index:3;
        width: 280px;
            margin-left: 0;
        padding: 30px 10px 0 0;
    }

    /* PRODOTTI */
    .single-product {
        width: 50%;
        min-height: 280px;
    }
    .boxVetrina .single-product {
        width: 25%;
    }


    

    .insideDivListProd {
        padding: 0;
    border-left: none;
    }

    .colDX {
        display:none;
    }
}

@media screen and (max-width:980px) {
    .box_tariffe .header h3 {
            font-size: 18px;
    }

    .price label {
        font-size: 12px;
        line-height: 40px;
    }

    .boxPrice .fourCol {
        width:calc(50% - 10px);
    }

    label {
        line-height:24px;
    }

    .boxListCartSpeseSpedizione .elem {
        line-height:18px;
        
    }

    .maxFullWidth {
        padding:0 10px;
    }

    .boxRiepilogoCarrello {
        position:relative;
        width: 100%;
    }
    .insideRiepilogo {
        margin: 0;
    }
    .textRiepilogo {
        margin: 0;
    }
    .boxListCarrello {
        padding-right:0;
        min-height:unset;
    }

    .accordionStepCarrello .third {
        width: 100%;
        padding-left: 34px;
        padding-top:10px;
    }

    .accordionStepCarrello .second {
        width: calc(90% - 30px);
    }
    .accordionStepCarrello .first {
        width: 30px;
    }
    .accordionStepCarrello .four {
        padding-left: 33px;
        padding-top:20px;
    }
    .endBoxCartProduct {
        display:none;
    }
	.tableListCarrello .prezzo {
        display: block;
    text-align: left !important;
    font-size: 11px;
    width: 100%;
    }
	
	.paddingPageMobile {
        width: 100%;
		padding:0 10px;
    }
}


@media screen and (max-width:940px) {
    

    .contentThreeBox {
        width: 100%;
    }


    .distBoxHome .threeCol {
        width: 33.33%;
        margin-right: 0px;
        overflow: hidden;
        position:relative;
    }

    .boxProdotti {
        width:100%;
    }
}

@media screen and (max-width:900px) {


    .onlyMobile {
        display:block !important;
    }
    .onlyDesktop {
        display: none !important;
    }

    #menu.menuOpen .darkOverMenu {
        display: block;
        opacity: 1;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .logo {
        height: 90px;
        background-size: 180px;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 3;
        margin: 0 auto;
    }
    .miniBtnMenu {
        display:block;
    }

    .btnExit {
        display:none;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    #top_menu {
        display:none;
    }

    #top_header {
        background-image:none;
        height:70px;
    }
    #boxTopHeader {
        height: 70px;
    }

    #logo {
        left: 65px;
        height: 70px;
        background-size: 220px;
        width: calc(100% - 130px);
    }


    .lineHeaderMenu {
        height: 1px;
        top: 90px;
    }
    .spacerTop {
        height:70px;
    }

    #boxTopHeader .topSearch {
        top: 10px;
        z-index: 100;
        width: 200px;
        left: 8px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        transform: translateX(-500px);
        -o-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -moz-transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    }
    #menu.menuOpen .topSearch {
        display: block;
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }


    .right-menu {
        top: 5px;
        z-index: 10;
    }

        .left-menu {
            display: block;
            background-color: #F7F7F7;
            position: fixed;
            top: 0;
            z-index: 99;
            width: 220px;
            height: 100%;
            padding: 60px 0 0 0;
            left:0;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            transform: translateX(-500px);
            -o-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
            -moz-transform: translateX(-500px);
            -webkit-transform: translateX(-500px);
        }
        .left-menu li:first-child {
            margin-left:0px;
        }

        .left-menu li {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #eae9e9;
        }
            .left-menu li a {
                width: 100%;
                font-size: 14px;
                color: #444;
                font-weight: 400;
                height:unset;
                padding:5px 10px !important;
                z-index:1;
                
            }


                .left-menu li a.cursive {
                    font-size: 25px;
                    display: block;
                }

                #menu.menuOpen .linkMacro:hover a {
                    background-color: transparent !important;
                    color: #000 !important;
                }

    .subMenu {
        position: relative;
        display: none;
        background-color: transparent !important;
        padding: 0 0 20px 15px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;

    }
        .subMenu li {
            column-count: 1;
            padding: 5px 10px;
            border-bottom: none;
        }
            .subMenu li a {
                font-size: 13px;
                line-height: 14px;
                color: #5d5d5d  !important;
            }
        .subMenu .arrow_down {
            display: none !important;
        }
        .subMenu li .arrow_down {
            display: none !important;
        }
    #menu.menuOpen .linkMacro:hover {
        background-color: #EBEBEB !important;
    }
    #menu.menuOpen .linkMacro.open {
        background-color: #EBEBEB !important;
    }

        #menu.menuOpen .linkMacro.open .arrow_down {
            background-image: url(../App_Images/linkUp.svg) !important;
        }


    #menu.menuOpen .linkMacro.open .subMenu {
        position: relative;
        display: block;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }





    .arrow_down {
        position: absolute;
        bottom: unset;
        left: unset;
        right: 0;
        height: 36px !important;
        width: 40px !important;
        top: 0;
        background-size: 14px;
        z-index: 10;
        background-position: 20px 10px;
    }

            #menu.menuOpen .left-menu {
                display: block;
                transform: translateX(0);
                -o-transform: translateX(0);
                -ms-transform: translateX(0);
                -moz-transform: translateX(0);
                -webkit-transform: translateX(0);
            }


    


    .box_login {
        display: none !important;
    }
    .box_login_success {
        display: none !important;
    }



    .breadcrumb {
        padding: 0px 5px;
        text-align: center;
        font-size: 12px;
    }

    .boxLink.btnCart .label, .boxLink.btnCart .link {
        display:none;
    }

    li a.boxLink {
        padding: 5px 10px 0px 10px;
        min-height: 42px;
    }
    .btnCart {
        padding-left: 30px !important;
    }
    .nav_option {
        height:50px;
        width: unset;
    }
    #menu_service {
        width:unset;
        padding:0;
    }
    #menu_service ul li{
        display:none;
    }
    #menu_service ul li:first-child{
        display:block;
        width:unset;
    }


    .distanceTop {
        height:55px;
    }

    .rightCol {
        z-index: 3;
        width: 100%;
        margin-left: 0;
        padding: 30px 10px 30px 10px;
        position: relative;
    }

    
    .box_rect .col:first-of-type {
        width:100% !important;
    }
    .box_rect .col {
        width:48% !important;
    }

    .contentPage {
        width: 100%;
		padding:0 10px;
    }
	
	
	
    .colCategorie {
        display: none;
    }
	.leftCol {
        width: 100%;
        padding: 10px 0px 10px 0px;
		max-height: 360px;
    }
    .blockImageBig img {
        height: inherit !important;
        max-height: 300px;
    }
    .insideListProduct .swiper-container {
        height: 320px;
        min-height: unset;
        margin: 0px auto;
    }

    .insideListProduct .swiper-wrapper {
        height: calc(100% - 30px);
    }
}



@media screen and (max-width:800px) {

input, select, textarea{
	    line-height: 16px;
    height: 42px;
    font-size: 15px;
	
	}

    .content-price p {
        display:none;
    }
    .inlineProduct .single-product {
        width: 100%;
        min-height: 370px;
        text-align: center;
        overflow: hidden;
        border-bottom: 1px dotted rgba(222, 220, 220, 0.85);
        margin-bottom: 0px;
    }
    .inlineProduct .single-product a img {
        position: relative;
        left: 0;
        top:0;
            max-width: 120px;
        max-height: 180px;
        height: auto;
    }
    .inlineProduct .single-product a {
        padding-left:0px;
        padding-right:0px;
        min-height: 130px;
    }

    .inlineProduct .single-product .boxBotton {
        position: absolute;
        bottom: 10px;
        top:unset;
        width: calc( 100% - 20px);
        padding: 0;
        z-index: 2;
    }

    .contentAccount .firstCol {
        width:100% !important;
        padding-right:0;
        margin-bottom:20px;
    }

    .contentAccount .content {
        width:100% !important;
    }
    .slideHome {
        height:400px;
    }

    .ddlPagamento {
        width:100%;
    }
    .field {
        display:block;
        width:100%;
    }
    .field:first-of-type {
        padding-right: 0px;
    }

    .hidden700 {
        display:none !important;
    }
    .show700 {
        display:block;
    }

    
    .col2 {
        width:100%;
    }

    .boxListCartSpeseSpedizione .elem {
        padding-top:0;
    }
    .sectionOption .col3 {
        width:50% !important;

    }
    .col4 {
        width:48%;
    }




    .threeCol {
        width: 100%;
        padding: 30px 10px;
        margin-right: 0px;
        margin-bottom: 3px;
        min-height: unset;
    }

    .fourCol {
        width:calc(50% - 10px);
    }
    


    .dobleCol {
        width:100%;
        margin-right:0px;
        height:unset;
    }

    #footer ul {
        width: 100%;
    }

    .colLeftProd {
        display:none;
    }



    
    

    .centerColAlign {
        min-height:unset;
        padding:0;
    }

    .box_rect header .colHeader {
        width:100% !important;
        margin-bottom:10px;
    }

    .dataSpedizione {
        width:100% !important;
        margin-bottom:10px;
    }
    .optionSpedizione {
        width:50% !important;
    }
}


@media screen and (max-width:600px) {

    h1, h2, h3, h4, h5 {
        zoom:80%;
    }

    .single-product {
        width:100%;
    }


    .topSearch {
        position: absolute;
        right: 0;
        width: 100%;
        display: block;
        left: 0;
        top: 70px;
    }

    #logo {
        left: 65px;
        height: 70px;
        background-size: 170px;
        width: calc(100% - 130px);
    }

}

@media screen and (max-width:500px) {


    

    .box_undercostruction h1 img {
        width: 100%;
        height: auto;
    }



        /* PRODOTTI */

        .boxListProdotti {
            padding: 0;
        }

    .single-product {
        min-height: 200px;
    }

        .boxBotton .btnForHidden {
            display: none;
        }

    .single-product a.linkImage {
        width: 50%;
    }

    .single-product .content-price {
        width: 50%;
    }
        .single-product a img {
            max-width: 120px;
            max-height: 180px;
            height: auto;
        }

        .inlineProduct .single-product {
            min-height: 320px;
        }

        .button-action, .button-action:link, .button-action:visited {
            font-size: 13px;
        }

        .button-action-disable, .button-action-disable:link, .button-action-disable:visited {
            font-size: 12px;
        }

        .fieldCitta {
            width: 100%;
        }

        .fieldProv {
            width: 30%;
            padding-left: 0px;
        }

        .fieldCap {
			    margin-top: 10px;
            padding-left:0;
        }


    .fourCol {
        width: calc(100% - 10px);
        text-align:center;
    }

    #footer ul {
        width: 100%;
        text-align: center;
    }

    .ico_place {
        width: 250px;
        margin: 0 auto;
    }


        .body_rect .detail {
            padding-right: 20px !important;
        }

            .body_rect .detail h5 {
                display: none;
            }

        .body_rect .varianteList {
            display: block !important;
            border-left: none !important;
            padding: 0 !important;
            margin: 0 0 5px 0 !important;
        }

        .centerColAlign .halfBox {
            width: 100% !important;
            margin-bottom: 10px;
        }


        .distBoxHome .threeCol {
            width: 100%;
        }

        .banner img {
            height: 100%;
            width: auto;
        }
    }


@media screen and (max-width:400px) {

    .product-title {
        font-size: 12px;
        padding: 5px 0px 10px 0px;
    }
    .sellNomeMacro {
        padding: 10px 0px 5px 0px;
    }
    .content-price {
        padding: 0;
    }
    .content-brand {
        padding: 30px 0px 10px 0px;
    }


    .logo {
        background-size: 140px;
        width: 150px;
    }


    .slideHome {
        height: 250px;
    }


        .fourCol {
            width: 100%;
            margin-right: 0px;
        }

        .insideListProduct .swiper-container {
            height: 280px;
        }

        .blockImageBig img {
            max-height: 280px;
        }

        .box_rect .col:first-of-type {
            width: 100% !important;
        }

        .box_rect .col {
            width: 100% !important;
        }

        .nav_flyout_categorie {
            left: 0;
            width: 100%;
        }

        .nav_flyout_account {
            right: 0;
            width: 100%;
        }

        .nav_flyout_content {
            width: 100%;
            padding-top: 30px;
        }

        .box_nav_account {
            width: 35px;
            background-image: url(../App_Images/btnAccount.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 25px;
        }

            .box_nav_account span {
                display: none !important;
            }

        .accordionStepCarrello .third {
            padding-left: 0 !important;
        }
    }

@media screen and (max-width:300px) {

    .logo {
        background-size: 120px;
        width: 130px;

    }
}


    @media screen and (max-height:800px) {
        #insertBoxContent {
            padding: 30px 20px;
        }
    }

    @media screen and (max-height:620px) {
        #insertContent {
            max-height: 540px;
            overflow-y: scroll !important;
        }
    }

    @media screen and (max-height:580px) {
        #insertContent {
            max-height: 440px;
            overflow-y: scroll !important;
        }

        .closeLightbox {
            right: 0;
        }
    }

    @media screen and (max-height:500px) {
        #insertBoxContent {
            padding: 30px 10px;
        }

        #insertContent {
            max-height: 340px;
            overflow-y: scroll;
        }
    }

    @media screen and (max-height:400px) {
        #insertContent {
            max-height: 240px;
            overflow-y: scroll;
        }
    }