/* smartphone verticale gestito col default */
@media screen and (min-width: 350px) {

}
/* smartphone orizzontale */
@media screen and (min-width: 480px) {

}

@media screen and (min-width: 550px) {
    .top_cart {
        width: 25%;
    }

}

@media screen and (min-width: 650px) {
    .top_cart {
        width: 25%;
    }
}

/* tablet verticale */
@media screen and (min-width: 768px) {
    .contloghi img {
        display: inline-block;
        padding: 20px;
        max-width: 150px;
    }
    .milestone {
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
    }
    .contslide {
        height: calc(50% - 60px);
    }
    .linkinsta {
        width: 50%;
    }
    .contattileft {
        width: 45%;
    }
    .contattiright {
        width: 48%;
    }
    .titprodscheda {
        margin-top: 0px;
    }
    .top_cart {
        width: 30%;
    }
    .boxvetrina {
        width: 50%;
        height: 400px;
    }
    .boxfooter {
        width: 50%;
    }
    .col_sxprod {
        width: 50%;
    }
    .col_dxprod {
        width: 40%;
    }
    .alertseleziona {
        width: 50%;
        left: 25%;
        height: 20%;
        top: 40%;
    }
    .carrellotop {
        width: 500px;
        right: 50px;
    }
    .boxstep {
        padding: 20px;
        font-size: 1em;
    }
    .imgcart {
        width: calc(20% - 10px);
    }
    .quantitacart {
        width: 15%;
        font-size: 1.2em;
    }
    .prezzoart {
        font-size: 1.2em;
        width: 15%;
    }
    .totaleartcart {
        font-size: 1.2em;
        width: 10%;
    }
    .txtcart {
        width: 30%;
    }
    .cancellacart {
        font-size: 1.2em;
    }
    .width_40 {
        width: 40%;
    }
    .quantitacart {
        width: 15%;
    }
    .formbanda {
        width: 30%;
    }
    .dxbanda {
        width: 10%;
    }
    .nomepagamento img {
        margin-bottom: 0px;
    }
    .imggallcont {
        width: calc(25% - 20px);
    }
    .logtop {
        display: inline-block;
    }
    .logo {
        width: 20%;
    }
    .logo a img {
        height: 100%;
        max-width: unset;
    }
    .top_cart {
        width: 45%;
        float: right;
        margin-right: 100px;
    }
    #menulogin  {
        display: inline-block;
    }
    .boxevidenza {
        width: 500px;
        margin-left: -250px;
        left: 50%;
        line-height: 30px;
        font-size: 1.2em;
    }
    .titcat {
        width: 30%;
    }
    .boxelprodotti {
        width: 50%;
        height: 400px;
    }
    .imgvetrina {
        height: 75%;
    }
    .titoloartcart {
        font-size: 1.8em;
    }
    .boxintestazioneordine {
        width: 16.6666666%;
    }
    .titolocarttop {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 100px) and (max-device-width: 760px)  {
    table, thead, tbody, th, td, tr {
        display: inline !important;
        width: 100% !important;
    }

    .infoaggiuntive img {
        max-width: calc(100% - 50px) !important;
    }
}

/* tablet orizzontale e schermi 1024x768 */
@media screen and (min-width: 1000px) {

}

/* tablet orizzontale e schermi 1024x768 */
@media screen and (min-width: 1024px) {
    .milestonemobile {
        display: none;
    }
    .milestone {
        display: block;
    }
    .contslide {
        height: calc(70% - 60px);
    }
    .boxvetrina {
        width: 20%;
    }
    .boxfooter {
        width: 33.3333333%;
        padding-bottom: 0;
    }
    .col_sx {
        width: 30%;
        border-right: 1px solid #cccccc;
        padding-right: 50px;
        margin-right: 50px;
    }
    .col_dx {
        width: calc(65% - 50px);
    }
    .labelinput {
        height: auto;
    }
    .resptastoacq {
        display: none;
    }
    .boxstep {
        padding: 20px;
        font-size: 1.5em;
    }
    .boxelprodotti {
        width: 33.333333%;
        height: 400px;
    }
    .width_100 {
        width: 100%;
    }
    .contloghi img {
        display: inline-block;
        padding: 20px;
        max-width: 200px;
    }
}
/* schermi moderni grandi */
@media screen and (min-width: 1280px) {
    .top_cart {
        width: 20%;
        margin-right: 0px;
    }
    .contslide {
        height: calc(100% - 60px);
    }
    .contentprod {
        width: 70%;
    }
    .alertseleziona {
        width: 25%;
        height: 20%;
        left: 37.5%;
        top: 40%;
    }
    .linkinsta {
        width: 33.3333%;
    }
    .menu_top {
        display: block;
    }
    .contieniicona {
        display: none;
    }
    .contloghi img {
        max-width: 100%;
    }
}

@media screen and (min-width: 1366px) {

    .top_cart {
        float: right;
    }
    .boxelprodotti {
        width: 25%;
        height: 400px;
    }
    .imagecatelenchi {
        display: block;
    }
    .imagecatelenchileft {
        display: block;
    }

}

/* schermi moderni grandi */
@media screen and (min-width: 1600px) {
    .menu_top li {
        padding: 0px 15px;
    }
    .contloghi img {
        padding: 50px;
    }
}

/* schermi moderni grandi */
@media screen and (min-width: 1900) {

}