.carousel_prodotto .owl-carousel .owl-item {
    float: left;
    padding: 0px;
    /* border-right: 1px solid #f1f1f1; */
}

.carousel_prodotto .owl-carousel .item img {
    max-height: 400px;
    height: inherit;
    margin-bottom: 0px;
}

.carousel_prodotto .owl-carousel {
    /* margin-top: 20px; */
    /* border-bottom: 1px solid #f1f1f1; */
}

    .carousel_prodotto .owl-carousel .owl-wrapper-outer {
        border: none;
    }

    .carousel_prodotto .owl-carousel .item {
        margin: 0px;
    }

.carousel_prodotto {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    /*border: 1px solid #e5e5e5;*/
}

.owl-carousel#sync1 {
    margin-bottom: 0px;
    padding-top: 0px;
}

#sync1 .item {
    /* padding: 20px; */
    color: #FFF;
    text-align: center;
}

    #sync1 .item img {
        width: auto;
    }

#sync2 .item {
    padding: 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    height: 90px;
    background-color: white;
}

#sync2 .synced .item {
    opacity: 1;
}

#sync1 .item {
    height: 500px;
    min-height: 500px;
    width: 100%;
    display: table;
}

    #sync1 .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        #sync1 .item div img {
            max-height: 500px;
            max-width: 100%;
        }

#sync1.owl-carousel .owl-item .item {
    background: white;
    overflow: hidden;
    border: none;
}

#sync2 .owl-item .item {
    border: none;
    height: 126px;
    width: 100%;
    display: table;
    /* padding: 5px; */
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: inherit;
}

#sync2 .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0.6;
}

    #sync2 .item div img {
        max-height: 150px;
        max-width: 170px;
        max-width: 100%;
        width: auto;
        padding: 0px;
    }

#sync1.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
    font-family: 'Dorsa', sans-serif;
    color: #ffffff;
    opacity: 0.5;
    display: inline-block;
    zoom: 1;
    font-size: 200px;
    font-weight: normal;
    font-stretch: semi-condensed;
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
}


#sync1.owl-theme .owl-buttons {
    display: inherit !important;

}

#sync1.owl-theme .owl-prev {
    position: absolute;
    left: 30px;
    z-index: 9999;
}

#sync1.owl-theme .owl-next {
    position: absolute;
    right: 30px;
    z-index: 9999;
}


@media screen and (max-width:1034px) {
    #sync1 .item {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width:875px) {
    #sync1 .item {
        /*height: 150px;
        min-height: 150px;*/
    }

        #sync1 .item div img {
            max-height: auto;
            max-width: 100%;
        }

    #sync2 .owl-item .item {
        /*height: 100px;*/
    }

    #sync2 .item div img {
    }

    #sync1 .item {
        height: inherit;
        min-height: inherit;
    }
}

@media (max-width:500px) {

    #sync1.owl-theme .owl-controls .owl-buttons div {
        top: 50%;
        font-family: 'Dorsa', sans-serif;
        color: #ffffff;
        opacity: 0.5;
        display: inline-block;
        zoom: 1;
        font-size: 100px;
 
    }
    #sync1.owl-theme .owl-next {
   
        right: 10px;
  
    }
    #sync1.owl-theme .owl-prev {
     
        left: 10px;
       
    }
    #sync1 .item div img {
        max-height: 250px;
        max-width: 100%;
    }
}
