.carousel_prodotto .owl-carousel .owl-item {
    float: left;
    padding: 0px;
}

.carousel_prodotto .owl-carousel .item img {
    max-height: 400px;
    height: inherit;
    margin-bottom: 0px;
}

.carousel_prodotto .owl-carousel {
    margin-bottom: 0px;
}

    .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;
    background: #eaebef;
}

.owl-carousel#sync1 {
    margin-bottom: 0px;
    padding-top: 0px;
}

.owl-carousel#sync2 {
    display: none !important;
}

#sync1 .item {
}

    #sync1 .item img {
        width: auto;
    }

#sync2 .item {
    padding: 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    height: 120px;
    background-color: white;
}

#sync2 .synced .item {
    opacity: 1;
}

#sync1 .item {
    height: 400px;
    width: 100%;
    display: table;
    padding: 0px;
    color: #FFF;
    text-align: center;
}

    #sync1 .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

#sync1.owl-carousel .owl-item .item {
    background: #eaebef;
    overflow: hidden;
    border: none;
}

#sync1 .item div img {
    max-width: 100%;
    /*max-width: 700px;*/
    max-width: 100%;
    max-height: 400px;
}

#sync2 .owl-item .item {
    border: none;
    height: 90px;
    width: 100%;
    display: table;
    /* padding: 5px; */
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: inherit;
    padding: 10px
}

#sync2 .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0.6;
}

    #sync2 .item div img {
        max-height: 90px;
        max-width: 100%;
        /* max-width: 100px; */
        width: auto;
    }

#sync1.owl-theme .owl-controls .owl-buttons div {
    /* display: none; */
    color: #fbb900;
    /*display: inline-block;*/
    zoom: 1;
    font-size: 110PX;
    -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: 0PX;
    top: 37%;
}

#sync1.owl-theme .owl-prev {
    position: absolute;
    left: 20px;
    /* top: 0px; */
}

#sync1.owl-theme .owl-next {
    position: absolute;
    right: 20px;
    top: 1em;
}

@media screen and (max-width:1370px) {
}

@media screen and (max-width:875px) {
    #sync1 .item {
    }

        #sync1 .item div img {
        }

    #sync2 .owl-item .item {
    }

    #sync2 .item div img {
    }
}

@media screen and (max-width:778px) {
    #sync1 .item {
        height: 400px;
        min-height: 400px;
    }

        #sync1 .item div img {
            max-height: 400px;
            max-width: 610px;
        }

    #sync2 .owl-item .item {
        height: 150px;
    }

    #sync2 .item div img {
        max-height: 150px;
        max-width: 150px;
    }

    .carousel_prodotto {
        position: relative;
        float: left;
        width: 100%;
        margin-right: 20px;
    }

    .carousel_prodotto, .valuta, .commento_fb {
        width: 100%;
        padding-right: 0em;
        padding-bottom: 2em;
    }
}

@media (max-width:500px) {
    .owl-carousel#catalogo {
        padding: 20px;
        background: #f1f1f1;
        margin-bottom: 20px;
    }

    .carousel_prodotto, .valuta, .commento_fb {
        margin: 0px;
        padding: 0px
    }

    #sync1 .item {
        width: 100%;
        height: 330px;
        min-height: initial;
    }

        #sync1 .item div img {
            width: 100%;
            height: auto;
            max-height: 330px;
        }

    #sync2 .owl-item .item {
        height: 100px;
    }

    #sync2 .item div img {
        max-height: 100px;
        max-width: 90px;
    }
}
