.scegli{
    /*transition: width 0.3s;*/
    padding: 30px;
    height: 100vh;
    overflow: scroll;
    float: left;
    position: relative;
}

.scegli h4{
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.scegli-la-doccia{
    float: left;
    display: inline-block;
    width: 20%;
    color: #fff;
    background-color: #575757;
    /*transition: width 0.3s;*/
}

.scegli-la-doccia.close{
    width: 100px;
    overflow-y: hidden;
    /*transition: width 0.3s;*/
}

.scegli-la-doccia ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.scegli-la-doccia ul li{
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}

.scegli ul li:before{
    text-align: center;
    content: '\f00c';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #8ec049;
    font-family: 'fontawesome';
    transform: scale(0);
    transition: transform 0.3s;
    z-index: 99999;
    color: #fff;
}

.images-verso{
    color: #fff;
    position: relative;
    display: inline-block;
    float: left;
}

.images-verso:before{
    text-align: center;
    content: '\f00c';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #8ec049;
    font-family: 'fontawesome';
    transform: scale(0);
    transition: transform 0.3s;
    z-index: 99;
}

.images-verso.active:before{
    transform: scale(1);
}

.scegli ul li.active:before{
    transform: scale(1);
}

.scegli-la-doccia ul li label{
    display: inline-block;
    width: 100%;
    color: #fff;
}

.scegli-l-apertura{
    display: inline-block;
    float: left;
    width: 30%;
    color: #fff;
    background-color: #fff;
    display: none;
    /*transition: width 0.3s;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.scegli-l-apertura.close{
    width: 100px;
    background-color: #efefef;
    overflow-y: hidden;
    /*transition: width 0.3s;*/
}

.scegli-l-apertura .single-row-select{
    display: inline-block;
    width: 100%;
}

.scegli-l-apertura .single-row-select ul{
    display: inline-block;
    margin: 0 !important;
    text-align: left;
}

.title-ap{
    display: inline-block;
    width: 100% !important;
    color: #999;
}

.scegli-l-apertura li{
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 32%;
}

.scegli-l-apertura.close li{
    width: 100% !important;
}

.scegli-l-apertura li:hover img:first-child{
    opacity: 0;
}

.scegli-l-apertura li img:last-child{
    opacity: 0;
}

.scegli-l-apertura li img:last-child{
    position: absolute;
    left: 0;
    right: 0;
}

.scegli-l-apertura li:hover img:last-child{
    opacity: 1;
}

.scegli-l-apertura h4,
.dettaglio h4{
    text-align: left;
    color: #575757;
}

.scegli-l-apertura label{
    color: #575757;
    margin-top: 10px;
}

.scegli-la-serie{
    width: 50%;
    display: inline-block;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: none;
    background: #f9f9f9;
}

.scegli-la-serie.big{
    width: calc(100% - 450px);
}

.scegli-la-serie.woocommerce .products{
    margin: 0 -10px;
}

.scegli-la-serie.woocommerce ul.products li.product {
    padding: 15px 10px !important;
    width: 220px !important;
    position: relative;
    display: inline-block;
}

.scegli-la-serie.big.woocommerce ul.products li.product {
    width: 220px !important;
}

.scegli-la-serie.woocommerce .products ul.product .shop_cat_desc{
    position: absolute;
    bottom: 70px !important;
    width: calc( 100% - 20px );
}

.scegli-la-serie h4{
    text-align: left;
    color: #575757;
}

.fa-color-black{
    color: #000;
}

.scegli.close > h4{
    display: none;
}

.scegli-l-apertura.close {
    width: 100px;
}

.scegli-la-serie.close {
    width: 100px;
}

.scegli-la-serie.close .products{
    display: none;
}

.scegli.filter{
    width: 250px;
    display: inline-block;
    color: #fff;
    background-color: #e6e6e6;
    display: none;
    position: absolute;
    right: 0;
}

.filter > h4{
    color: #555;
}

.scegli.close ul{
    display: none;
}

.scegli .vertical{
    display: none;
}

.scegli.close .vertical{
    display: inline-block;
}

.vertical {
    transform: rotate(-90deg);
    transform-origin: center center 0;
    width: 600px;
    text-align: center !important;
    position: absolute !important;
    margin-left: -285px !important;
    margin-top: 185px !important;
}

.modal{
    border-radius: 0 !important;
    margin: 50px auto;
    padding: 30px !important;
    max-width: 1000px !important;
}

.modal .w-btn{
    margin-top: 30px;
    margin-bottom: 30px;
}

.blocker{
    z-index: 999 !important;
}

.filter p,
.filter li{
    color: #555;
}

.filter p{
    margin: 0 0 5px 0 !important;
}

.filter ul{
    margin-bottom: 20px;
    margin-left: 0;
}

.filter li{
    list-style-type: none;
}

.filter h4{
    text-align: left;
    width: 100%;
}

.filter ul input{
    margin-top: 4px;
}

.scegli.dettaglio{
    display: none;
    width: calc( 100% - 300px );
}

.col-2 p{
    margin: 0 0 5px 0 !important;
}

.dettaglio-cont hr{
    margin: 30px 0;
    border-top: 1px solid #930000;
}

.dettaglio-cont img,
.dettaglio-cont img{
    width: 100px;
    display: inline-block;
    width: 100px;
    margin: 10px 0 10px 0;
}

.dettaglio-cont .seleziona-finitura strong,
.dettaglio-cont .seleziona-vetro strong,
.seleziona-verso > strong{
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px 0;
}

.select-variante{
    display: inline-block;
    float: left;
    position: relative;
    max-width: 115px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    margin-right: 15px;
}

.select-variante img{
    max-width: 100%;
}

.select-variante:before{
    text-align: center;
    content: '\f00c';
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #8ec049;
    font-family: 'fontawesome';
    transform: scale(0);
    transition: transform 0.3s;
    z-index: 99999;
    color: #fff;
    font-size: 15px;
    line-height: 25px !important;
}

.select-variante.active:before{
    transform: scale(1);
}

.seleziona-vetro, .seleziona-finitura{
    display: inline-block;
    width: 100%;
}

.col-2{
    width: 50%;
    float: left;
    display: inline-block;
}

.image-prodotto{
    width: 100% !important;
    margin: 0 !important;
    transition: opacity 1s;
}

.seleziona-verso{
    display: inline-block;
    width: 45%;
    padding-right: 3%;
}

.seleziona-verso strong{
    display: inline-block;
    width: 100%;
}

.seleziona-verso label{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.image-prodotto-cont .fa{
    display: none;
    position: absolute;
    top: 40%;
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.image-prodotto-cont{
    position: relative;
}

.image-prodotto.hide{
    opacity: 0.3;
}

.info-prodotto{
    padding-left: 5%;
}

.dettaglio-cont p{
    margin-left: 0;
}

.dettaglio-cont .w-btn{
    margin-right: 20px;
}

.select-image-current{
    display: none;
}

.close .select-image-current{
    display: inline-block;
}

.scegli-l-apertura .select-image-current img{
    transform: scale(2.3);
}

.scegli-la-serie .vertical{
    padding: 0 100px 0 0px;
}

.call-to-action{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-left: 0 !important;
}

.call-to-action a{
    margin-bottom: 20px;
}

.col-2-verso{
    width: 100%;
    display: inline-block;
}

.col-2-verso > div{
    float: left;
}

.code-prodotto-cont{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.code-prodotto{
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 45px;
}

h3.letter{
    font-weight: bold;
    left: 38px;
    position: absolute;
    top: auto;
}

p.protective{
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 20px 0 !important;
    padding: 15px;
    background-color: #eee;
}

.gif{
    position: absolute;
    top: 0;
    left: 0;
}

.price{
    float: none !important;
}

.jquery-modal.blocker.current .modal{
    display: inline-block !important;
}

button[disabled], html input[disabled] {
    opacity: 1 !important;
}

@media screen and (max-width: 1220px){
    .scegli-la-serie.big.woocommerce ul.products li.product {
        width: 140px !important;
    }
    .us-woo-shop_standard .products .product-category h3 {
        font-size: 1.05em;
        line-height: 1em;
    }
}

@media screen and (max-width: 780px){
    .scegli{
        height: auto !important;
        width: 100% !important;
    }

    .select-image-current img{
        height: 50px !important;
        width: auto !important;
    }

    .vertical {
        float: right !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
        text-align: center !important;
        transform: none !important;
        transform-origin: center center 0 !important;
        width: auto !important;
    }
    .scegli-la-serie .vertical{
        padding: 0 !important;
    }
    .scegli.filter{
        position: relative !important;
    }
}

.seleziona-vetro .select-variante.select-variante-vetro{
    min-height: 185px;
}
