﻿@charset "utf-8";
@import url(responsive.css);

/* STILI TELEFONINO */

@media (max-width:990px) {
    .selettori .panel-heading .accordion-toggle {
    width: 100%;
}
    div.content .centro section h4 {
     display: inherit;

}
   .label_vest .info_taglia  img {
    width: 27px;
    top: 0px;
    float: right;
    margin: 0px 0px 0px;
    margin-right: 0px;
}

           
       .label_vest  {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    margin-bottom: 0px;
}
    .misurazione, .distinzioni {
        width: 99%;
        margin: 0.5%;
    }



    .menu_verticale {
        width: 100%;
    }

    h1 {
        font-size: 24px;
    }


    .campo_form,
    .selettori,
    .misurazione,
    .selettori .campo_form,
    .selettori .campo_form .select_module, .selettori .campo_form .field_module,
    .misure .campo_form {
        position: relative;
        float: left;
        width: 49%;
    }

    section.content-current .selettori {
        width: 100%;
    }

    .stuck {
        /*  position:relative !important;  */
    }


    .btn2.small {
        width: 100%;
        padding: 10px;
    }

    div.content .dx {
        position: relative;
        display: inline-block;
        height: auto;
        min-height: 670px;
    }


    .label_module, .select_module {
        width: 100%;
        margin: 0px;
    }


    .selettori {
        padding-bottom: 20px;
        margin-top: 0px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 20px;
    }

    .new {
        position: absolute;
        z-index: 99;
        border: none !important;
        left: 0px;
        top: 49px;
    }


    div.footer {
        height: auto;
        position: relative;
    }

    div.content {
    }

    .footer .btn2 {
        height: auto;
        width: 100%;
        padding: 10px 20px 20px 20px;
        margin-bottom: 20px;
    }

        .footer .btn2 img {
            width: 30px;
            position: relative;
            top: 11px;
            margin-right: 10px;
        }
}



@media (max-width:778px) {





    div.content .dx,
    div.content .centro {
        width: 94%;
        margin: 2% 3%;
    }

    div.content .dx {
      min-height: 500px; 
    }

    .item_misura {
        margin: 1%;
        width: 48%;
    }
}


@media (max-width:600px) {

    .selettori {
    padding-bottom: 0px;
    margin-top: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

   .misure   .label_module,
    .misure .campo_form {

    margin-bottom: 10px;
}

    .misure .label_module {
    height: auto;
}


    .selettori .campo_form span {
        width: 100%;
    }




    div.content .centro {
        margin: 10px;
        padding: 10px;
    }


    .btn_carrello {
        width: 148px;
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 46px;
        background-size: auto 25px;
        background-position: 13px center;
    }
}


@media (max-width:400px)  {


        .campo_form,
    .selettori,
    .misurazione,
    .selettori .campo_form,
    .selettori .campo_form .select_module, .selettori .campo_form .field_module,
    .misure .campo_form {
        position: relative;
        float: left;
        width: 100% !important;
    }

   .item_misura {
    margin: 1%;
    width: 98%;
}

}
 

