.carousel_prodotto .owl-carousel .owl-item {
    float: left;
}

.carousel_prodotto .owl-carousel .item .img_selezioni {
    /*max-height: 400px; 
  height:inherit;*/
}

.carousel_prodotto .owl-carousel {
    margin: 20px 0px;
    padding-top: 0px;
}

    .carousel_prodotto .owl-carousel .item {
        margin: 0px;
    }

.carousel_prodotto {
    width: 100%;
}

#sync1 .item {
}

    #sync1 .item .img_zoom {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.5);
    }

    #sync1 .item .description {
        padding: 0px 20px;
    }

        #sync1 .item .description p strong {
            font-weight: 400;
            color: black;
        }

        #sync1 .item .description p {
            color: #666;
            margin-bottom: 5px;
            /* padding-bottom: 10px; */
            /* border-bottom: 1px dashed #ccc; */
            font-size: 13px;
        }

            #sync1 .item .description p.old_price {
                color: #666;
                font-size: 16px;
                text-decoration: line-through;
                position: relative;
                display: block;
                border-bottom: none;
                width: 100%;
                margin: 10px 0px;
                margin-bottom: 5px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #ccc;
            }

            #sync1 .item .description p.prezzo {
                color: #393939;
                font-size: 20px;
                font-weight: 500;
                border-bottom: none;
                width: 100%;
                margin: 10px 0px; /* color: #666; 
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
        */
                /* font-size: 15px; */
            }

            #sync1 .item .description p.codice {
                color: #393939;
                font-weight: 500;
                border-bottom: none;
                width: 100%;
                margin: 10px 0px;
                font-size: 14px;
            }

    #sync1 .item .btn2 {
        display: block;
    }

    #sync1 .item .img_selezioni {
        width: auto;
    }

#sync2 .item {
    padding: 10px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    /* height: 90px; */
    background-color: white;
}

#sync2 .synced .item div {
    opacity: 1;
}

#sync1 .item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}

    #sync1 .item div {
        /*display: table-cell;
    vertical-align: middle;
    text-align: center;*/
    }

        #sync1 .item div.img, #sync1 .item div.description {
            width: 50%;
            position: relative;
            float: left;
        }

        #sync1 .item div.img {
        }

        #sync1 .item div .img_selezioni {
            max-width: 100%;
            max-height: 400px;
        }

#sync2 .item {
    width: 100%;
}

    #sync2 .item div {
        /*
border: 5px solid transparent;

     */
    }

        #sync2 .item div .img_selezioni {
            max-width: 100%;
            max-height: 90px;
        }

#sync2 .synced .item div .img_selezioni {
    border: 2px solid #333;
    max-width: 100%;
}

.item_selected {
    border: 5px solid #2ebc00 !important;
}

#sync2 .item.selected div .img_selezioni {
    border: 2px solid #35CE04;
    max-width: 100%;
}
/*#sync2  .itemdiv img {
    border: 5px solid #35CE04;
	
}*/





#sync2 .item.selected div {
    opacity: 1;
}

#sync1.owl-theme .owl-controls .owl-buttons div {
    display: none;
    color: #bf3f2d;
    /*display: inline-block;*/
    zoom: 1;
    font-size: 1em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    font-weight: 700;
    width: 4em;
    height: 4em;
    padding-top: 1.3em;
}

#sync1.owl-theme .owl-prev {
    position: absolute;
    left: 1em;
    top: 1em;
}

#sync1.owl-theme .owl-next {
    position: absolute;
    right: 1em;
    top: 1em;
}

@media screen and (max-width:1100px) and (orientation:portrait) {
    .carousel_prodotto {
        position: relative;
        float: left;
        width: 100%;
        margin-right: 20px;
    }
}

@media (max-width:990px) {
    #sync1 .item div.img, #sync1 .item div.description {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    #sync1 .item div {
        display: inline;
    }

    #sync2 .item {
        height: auto;
    }

        #sync2 .item div .img_selezioni {
        }
}

@media (max-width:600px) {
    #sync2 .item div .img_selezioni {
        max-height: 150px;
    }

    #sync2 {
        display: none !important;
    }
}
