﻿@charset "utf-8";
/* CSS Document */


aside .check ul li .check {
    /* visibility: hidden */
}

aside .check ul li label {
    /* padding: 0px 0px 5px 0px; */ display: inline-block;
    width: auto;
}

aside .check ul li {
    padding: 20px 20px 15px 10px;
}

.filtri h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    clear: both;
    margin: 0px;
    padding: 10px;
    text-transform: uppercase;
}

.filtri p.filtra {
    text-align: right;
    padding: 10px 0px 30px 0px;
    text-decoration: underline;
}

.check h2 {
    color: #999;
}

.check {
    margin-bottom: 0px;
    width: 100%;
    /*  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
}

.modal-body .check ul li .acquistati {
    padding-left: 253px;
    margin-top: 0px;
}

.modal-body .intro {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #f1f1f1;
}

.check ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
}

    .check ul li {
        color: #999;
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 10px;
        margin-top: 0px;
        border-bottom: 2px solid white;
        min-height: 105px;
    }

.modal-body .check ul li, .riservata .check ul li {
    margin: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 30px 20px 20px 10px;
}


.modal-body .check .quantita,
.modal-body .check .quantita div {
    width: auto;
    padding: 0px;
    margin: 0px;
}

.modal-body .check .prezzo span {
}

.modal-body .check .quantita div {
    margin: 13px;
    /* font-weight: normal; */
    color: #333;
}

.modal-body .check .quantita input[type="number"].field_module {
    width: 80px;
    background: white;
}

.modal-body .check .prezzo span small {
    font-size: 13px;
}

.modal-body .check ul li {
    width: 50%;
    border: 5px solid white;
    min-height: 178px;
}

    .modal-body .check ul li .img {
        position: absolute;
        float: left;
        width: 192px;
        /* height: 47px; */
        /* margin-left: 55px; */
        margin-right: 0px;
        top: -18px;
        height: 144px;
        left: 5px;
        overflow: hidden;
    }

.check ul li .old {
    text-align: right;
    display: inline-block;
}

aside .check ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.check ul li input[type=radio],
.check ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.check ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 10px 10px 56px;
    margin: 0px;
   z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #333;
}

.modal-body .check ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    /*padding: 0px 0px 3px 60px;*/
    margin: 0px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #666;
    padding: 10px 10px 10px 254px;
}


.modal-body .check ul li .titolo.no_image  label {
    padding-left:  60px;
}
.modal-body .check ul li .titolo.no_image .check {
    left: 8px;
}
.modal-body .check ul li .titolo label {
    display: inline-block;
    width: auto;
}



.check ul li:hover label {
    color: #c3126f;
}

.modal-body .check ul li .check {
    top: 3px;
    left: 208px;
}

.check ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #999;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    top: 11px;
    left: 9px;
    /*z-index: 1;*/
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.modal-body .check .titolo {
    width: 70%;
}

.check .titolo {
    width: 55%;
    position: relative;
    float: left;
    margin-bottom: 0px;
    padding-right: 20px;
}

.check .quantita {
    width: 25%;
    position: relative;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 17px;
    border-left: 1px dotted #d6d6d6;
}

    .check .quantita div {
        width: 100%;
        font-weight: 500;
        color: #666;
        position: relative;
        float: left;
        margin: 0px 0px 8px 0px;
        font-size: 13px;
        /* top: -5px; */
    }

    .check .quantita input[type="number"].field_module {
        padding: 12px;
        float: left;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #c3126f;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: auto;
        margin-bottom: 0px;
        text-align: center;
    }

.check ul li:hover .check {
    border: 5px solid #5d6a72;
}

.check ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 19px;
    width: 19px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background-color: transparent
}

.check input[type=radio]:checked ~ .check,
.check input[type=checkbox]:checked ~ .check {
    border: 5px solid #12c3be;
}

    .check input[type=radio]:checked ~ .check::before,
    .check input[type=checkbox]:checked ~ .check::before {
        background: #12c3be;
    }

.check input[type=radio]:checked ~ label,
.check input[type=checkbox]:checked ~ label {
    color: #666;
}


@media (max-width:1370px) {
    .modal-body .check ul li {
        width: 100%;
    }
}

@media (max-width:1290px) {

    .modal-body .check .prezzo span, .modal-body .check .quantita, .modal-body .check .quantita div {
        max-width: 170px;
    }
}


@media (max-width:1034px) {
    .modal-body .check ul li .img {
        top: -8px;
    }

    .modal-dialog .tab-panel .campo_form .calendario {
        max-width: 530px;
    }

    .modal-body .check .prezzo span, .modal-body .check .quantita, .modal-body .check .quantita div {
        max-width: inherit;
    }

    .modal-body .check ul li, .riservata .check ul li {
        padding: 20px 20px 20px 10px;
    }

    .modal-body .check ul li {
        /*width: 100%;
            border: none;
            margin: 0px 0px 10px 0px;
            min-height: inherit;*/
    }

    .check .quantita div {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }

    .content.dettaglio aside .check .titolo {
        width: 70%;
        margin: 0px;
        padding: 0px;
        min-height: 48px;
        padding-bottom: 10px;
    }

    .content.dettaglio aside .check ul li {
        padding: 10px 20px 15px 10px;
    }

    .content.dettaglio aside .check .quantita {
        width: 50%;
        position: relative;
        float: left;
        margin-bottom: 0px;
        text-align: center;
        padding: 0px 0px;
        border-left: none;
    }

        .content.dettaglio aside .check .quantita div {
            width: auto;
            margin: 15px 8px 12px 9px;
        }

        .content.dettaglio aside .check .quantita input[type="number"].field_module {
            width: 100px;
        }

    aside .check ul li .old {
        text-align: right;
        /* width: auto; */
        /* position: absolute; */
        /* float: inherit; */
        margin-right: 0px;
        /* top: -11px; */
        /* left: 0px; */
    }
}

@media screen and (max-width:875px) {

    .content.dettaglio aside .check .quantita div {
        width: auto;
        margin: 0px 8px 12px 9px;
        display: block;
        width: 100%;
        text-align: left;
    }

    .content.dettaglio aside .check .titolo {
        width: auto;
        margin: 13px 0px 0px 20px;
    }

    .content.dettaglio aside .check .quantita {
        width: 30%;
        margin: 13px 0px 0px 0px;
    }

    .check ul li label {
        font-size: 19px;
    }

    aside .check ul li label {
        width: 80%;
    }

    .check .quantita div {
        width: 60px;
        margin: 20px 20px 0px 60px;
    }

    .modal-body .check ul li .old {
        text-align: right;
        width: 100%;
        display: inline-block;
        float: right;
        margin-right: 0px;
        top: -3px;
        /*position: relative;*/
    }

    /*.modal-body .check .titolo {
            width: 100%;
        }*/
}





@media screen and (max-width:670px) {
    aside .check ul li label {
        width: 100%;
    }

    .modal-body .check .quantita {
        left: 0px;
        margin-top: 10px;
    }

    .modal-body .check ul li .acquistati {
        padding-left: 57px;
        margin-top: 0px;
    }

    .modal-body .check ul li .titolo label {
        display: inline-block;
        width: auto;
        font-size: 14px;
        padding-left: 63px;
    }

    .modal-body .check ul li .img {
        top: -8px;
        width: 100%;
        max-height: inherit;
        position: relative;
        height: 260px;
        display: inline-block;
    }

    .modal-body .check ul li input[type=checkbox] {
        position: relative;
        visibility: hidden;
    }

    .modal-body .check ul li .check {
        display: block;
        position: absolute;
        border: 5px solid #999;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        top: 280px;
        left: 8px;
        /*z-index: 1;*/
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .check ul li .old {
        /*text-align: left;
        display: inline-block;
        right: auto;*/
    }

    .modal-body .check .quantita div {
        /* width: 100%; */
        /* text-align: left; */
        /* margin: 0px 0px 5px 0px; */
    }


    .check ul li label {
        font-size: 16px;
    }

    .content.dettaglio aside .check .quantita {
        width: 50%;
        margin: 0px 0px 0px 0px;
    }

    .content.dettaglio aside .check .titolo {
        width: 100%;
        margin: 0px;
    }

    .content.dettaglio aside .check .quantita div {
        width: auto;
        margin: 0px 0px 10px 0px;
        width: 100%;
        text-align: left;
    }

    .check .quantita {
        width: 103px;
    }

        .check .quantita div {
            margin: 0px 0px 5px 0px;
        }
}


@media screen and (max-width:500px) {

    .modal-body .check ul li .check {
        top: 263px;
    }

    .modal-body .check ul li .titolo label {
        padding-left: 33px;
        width: 90%;
    }

    .modal-body .check ul li .titolo.no_image label {
        padding-left: 33px;
    }
    .modal-body .check ul li .titolo.no_image .check {
        top: 8px;
    }
}

