@import url(https://fonts.googleapis.com/css?family=Dorsa);
/**********ITEM**************/
.prodotti .item {
    display: inline-block;
    width: 23.7%;
    position: relative;
    /* padding: 20px; */
    margin: 0.5% 0.5% 1% 0.5%;
    vertical-align: top;
    background-color: white;
}
.tab-panels .item .titolo h3 {
    font-size: 22px;
    text-align: left;
}
.tab-panels .item .titolo h3 a {
    text-decoration:none;
}
    .prodotti .item:hover {
    }

    .prodotti .item .btn {
        background-color: transparent;
        margin: 15px;
    }

    .prodotti .item:hover .btn {
        color: white;
        background-color: #12c3be
    }

#owl-evidenza {
    margin-bottom: 40px;
}

.catalogo .item {
    padding: 10px 20px 20px 20px;
}

.owl-item .item, .owl-item .item:hover {
    border: none;
}

.item .brand, .mgrid-item .brand {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    color: #ca4c4c;
    text-transform: uppercase;
    font-weight: 500;
}

.colonna .item a {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.item a.btn, .unico.carousel .item a.btn {
    position: relative;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px;
    font-size: 14px;
    top: inherit;
    right: inherit
}

section.riepilogo .item .prezzo a.btn,
.riepilogo .item .prezzo a.btn {
    position: relative;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 7px 12px;
    font-size: 15px;
    top: inherit;
    right: inherit;
    background: #c3126f;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    border: none;
}


.item a:hover, .item:hover a {
}

.item .immagine_prodotto {
    overflow: hidden
}

    .item .immagine_prodotto img {
        width: 100%;
        -webkit-transform: scale(1, 1);
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1, 1);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1, 1);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        transform: scale(1, 1);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

    .item .immagine_prodotto:hover img {
        /* Webkit for Chrome and Safari */
        -webkit-transform: scale(1.2, 1.2);
        -webkit-transition-duration: 200ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1.2, 1.2);
        -moz-transition-duration: 200ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1.2, 1.2);
        -ms-transition-duration: 200ms;
        -ms-transition-timing-function: ease-out;
    }


    .item .immagine_prodotto.cat {
        height: 320px;
    }

        .item .immagine_prodotto.cat img {
            max-height: 300px;
        }




.item .immagine_prodotto {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.proposta .item .immagine_prodotto {
    height: 247px
}

.slideshow .item .immagine_prodotto {
    width: 100%;
    height: 385px;
    margin-bottom: 10px;
    overflow: hidden;
}

.slideshow .owl-theme .owl-controls .owl-buttons div {
    top: 20%;
}

.item .cbp-vm-title {
    text-align: center;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    color: #363c3f;
    height: 82px;
}

    .item .cbp-vm-title.usato {
        text-align: center;
        padding: 0px 0px 10px 0px;
        font-size: 18px;
        color: #12c3be;
        height: 87px;
    }

        .item .cbp-vm-title.usato a {
            color: #12c3be;
            font-size: 23px;
        }

    .item .cbp-vm-title span {
        display: block;
        font-size: 13px;
        color: #363c3f;
        font-family: 'Roboto', sans-serif;
    }

aside .item .cbp-vm-title {
    height: auto;
}

    aside .item .cbp-vm-title a {
    }

aside .owl-item .item, aside .item .immagine_prodotto a {
    text-align: center;
    cursor: pointer;
}

aside .item .cbp-vm-price {
    text-align: center;
    padding: 0px;
    width: 100%;
}

aside .old_price {
    text-decoration: line-through;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-top: 0px;
    font-weight: normal;
    color: #666;
    top: -2px;
}

aside .item a.btn {
    position: relative;
    float: inherit;
    margin: 20px 0px 0px 0px;
}

aside .item .immagine_prodotto {
    margin-bottom: 0px;
}

aside #blog .item .immagine_prodotto {
    margin-bottom: 0px;
    height: 230px;
    overflow: hidden
}

.catalogo .item .immagine_prodotto {
    -webkit-transform: scale(0.9, 0.9);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(0.9, 0.9);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(0.9, 0.9);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    transform: scale(0.9, 0.9);
    margin-bottom: 20px;
}

.catalogo .item:hover .immagine_prodotto {
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 250ms;
    -ms-transition-timing-function: ease-out;
    transform: scale(1, 1);
}

#deal-riepilogo .item .immagine_prodotto, #deal-riepilogo .item {
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    #deal-riepilogo .item .immagine_prodotto {
        height: 164px;
        overflow: hidden;
    }

#deal-riepilogo .owl-theme .owl-controls .owl-buttons div {
    font-size: 163px;
    top: 4px;
}

#deal-riepilogo .owl-next {
    right: 10px;
}

#deal-riepilogo .owl-prev {
    left: 10px;
}

.owl-theme#deal-riepilogo .owl-controls .owl-buttons div {
    font-size: 100px;
    top: 36px;
}

#deal-riepilogo .owl-buttons {
    display: inherit
}

.item .immagine_prodotto div {
    /*  display: table-cell;
    vertical-align: middle;
    text-align: center;*/
}
/**************FINE ITEM*************/
.owl-buttons {
    display: none
}

#prodotti .owl-buttons {
    display: inherit
}

.iva {
    color: rgba(255, 40, 0, 0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    width: 100%;
    margin-top: 0px;
    text-transform: uppercase;
}

span.iva {
    position: relative;
    width: 100px;
    margin-left: 7px;
}

#owl-news .item {
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

#owl-evidenza .item {
    padding: 15px;
}

.old {
    font-size: 17px;
    color: #696a6f;
    text-decoration: line-through
}

.prezzo .old {
    font-size: 13px;
    color: #696a6f;
    text-decoration: line-through;
    position: absolute;
    right: 3px;
    top: -14px;
    font-weight: 400;
}

#owl-demo-home a {
    text-decoration: none;
}

#owl-demo-home .caption {
    position: absolute;
    text-align: center;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #owl-demo-home .caption h1 {
        color: #696a6f666;
        font-size: 35px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

        #owl-demo-home .caption h1 a {
            color: #696a6f666;
        }

    #owl-demo-home .caption h2 {
        color: #5a4a42;
        font-size: 24px;
        margin-bottom: 0em;
    }

#owl-demo-home .item img {
    height: 430px;
    margin-bottom: 0em;
}

#owl-demo-home .item {
    border: 1px solid white;
}

.sx .item .immagine_prodotto {
    width: 100%;
    height: 300px;
}

    .sx .item .immagine_prodotto img {
        max-height: 300px;
    }

.dx.catalogo #owl-demo .item img {
    margin-bottom: 0em;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
}

aside .owl-theme .owl-controls {
    display: none !important
}

.owl-theme .img {
    height: 130px;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.owl-theme h2 {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: inherit;
}

.owl-theme h3, .item .titolo h3 {
    text-transform: inherit;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    /*max-height: 46px;
    overflow: hidden;*/
    margin-bottom: 5px;
}

.item .titolo .disclaimer {
    /*max-height: 40px;*/
    overflow: hidden;
}

.riepilogo .owl-theme h3, .riepilogo .item .titolo h3 {
    font-size: 17px;
    text-align: left;

}

aside.riepilogo .owl-theme h3, aside.riepilogo .item .titolo h3 {
    text-align: center;
}

aside.riepilogo .item .disclaimer,
aside .item .titolo .disclaimer {
    height: auto;
    min-height: inherit;
    max-height: inherit;
}

aside.riepilogo .item .luogo {
    width: 50%;
}

.riepilogo .item .luogo {
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    top: 0px;
    margin: 7px 0px 0px 0px;
    font-size: 16px;
}

.riepilogo .item .contenuto .luogo {
    width: auto;
    /*   top: 30px*/
}

.blog article .recensioni {
    width: auto;
}

section .riepilogo .item .contenuto .luogo {
    width: auto;
    top: 0px;
}

.riepilogo .item .contenuto .people {
    top: 0px;
    margin: 6px 8px;
}

.riepilogo .item .clear {
    height: 7px;
}

.riepilogo .item hr {
    margin: 8px 0px 0px 0px;
}

.riepilogo .item ul li div {
    position: relative;
    float: right;
    display: inline-block;
    width: auto;
    margin-left: 9px;
}

.riepilogo .item ul li img {
    margin: 0px;
    left: 0px;
    position: relative;
    float: left;
    top: 4px;
}

.riepilogo .item ul {
    border-left: 1px solid #d9dbde;
    text-align: right;
    width: auto;
    float: right;
    padding: 15px 0px 0px 10px;
}

.recensioni {
    position: relative;
    float: left;
    width: auto;
    padding: 13px 15px 0px 15px;
    color: #ff9c00;
    font-size: 16px;
    text-align: center;
    letter-spacing: -2px;
}


.item .contenuto .recensioni {
    padding: 19px 15px 0px 0px;

}




.recensioni span, header .recensioni span {
    /* display: block; */
    font-size: 15px;
    font-weight: 600;
    line-height: 10px;
    top: 6px;
    margin: 0px;
    color: #ff9c00;
    position: relative;
    margin-right: 6px;
}

.blog article .riepilogo .item {
    border: 1px solid #d9dbde;
}

    .blog article .riepilogo .item .item {
        border: none;
    }

.blog article .riepilogo h2 {
    color: #cc126f;
    font-size: 30px;
    font-weight: 300;
    background: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.blog article .recensioni {
    padding: 10px 5px 0px 0px;
}

.owl-theme .img div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .owl-theme .img div img {
        max-width: 100%;
        max-height: 130px;
    }

.owl-pagination {
    display: none !important;
}

#owl-news .owl-pagination {
    /*	display: inherit !important;
	position: absolute;
	bottom: 10%;*/
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    top: 0px;
    font-family: 'Dorsa', sans-serif;
    color: #ffffff;
    opacity: 0.5;
    display: inline-block;
    zoom: 1;
    font-size: 300px;
    font-weight: normal;
    /* OLD  top: 58px;*/
    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);
}

    .owl-theme .owl-controls .owl-buttons div:hover {
        opacity: 1;
    }

.owl-prev {
    position: absolute;
    left: -80px;
    z-index: 9999;
}

.owl-next {
    position: absolute;
    right: -82px;
    z-index: 9999;
}

#owl-slideshow .owl-prev {
    color: rgba(255, 255, 255, 0.5);
    left: 80px;
}

#owl-slideshow .owl-next {
    color: rgba(255, 255, 255, 0.5);
    right: 40px;
}

#owl-slideshow.owl-theme .owl-controls .owl-buttons div {
    top: 30%;
}

#owl-slideshow .owl-pagination {
    display: none;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    position: relative;
    float: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0px 5px;
    text-indent: -9999px;
    width: 15px;
    background: #acaeb7;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 50%;
        background: #12c3be;
        margin-top: 0px;
        margin-left: 0px;
        opacity: 0;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        opacity: 1;
    }
    /* If PaginationNumbers is true */
    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#owl-slideshow .item {
    padding: 0px;
    height: 600px;
    overflow: hidden;
    background-color: #333;
}

.modal-dialog .tab-panel .item .titolo h3,
.modal-dialog .tab-panel .item .titolo .disclaimer {
    height: auto;
    overflow: hidden;
    text-align: left;
}

@media (max-width:1370px) {
    .owl-theme h3, .item .titolo h3,
    .proposta .item .titolo h3, .proposta .item .prezzo h3 {
 
    }

    .item .titolo h3 {
        /*height: 44px;*/
        overflow: hidden;
    }

    .tab-panels .item .titolo h3,
    .tab-panels .item .titolo .disclaimer {
        height: auto;
        overflow: hidden;
    }


    .tab-panels .item .titolo h3 {
   
        text-align: left;
    }


    .tab-panels .item .titolo .disclaimer {
        font-size: 15px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        top: 26px;
    }
}

@media (max-width:1280px) {
    .proposta .item .immagine_prodotto {
        height: 230px;
    }

    .recensioni span {
    }

    header .recensioni span {
        display: inline-block;
        margin-right: 8px;
        top: 12px;
    }

    .slideshow .item .immagine_prodotto {
        height: 320px;
    }
}

@media (max-width:1034px) {

    .item .contenuto .recensioni {
        padding: 20px 0px 0px 0px;
    }
    .recensioni {
        width: 100%;
    }
    .riepilogo .item ul {
        border-left: none;
    }
    #deal-riepilogo .item .immagine_prodotto {
        height: auto;
        overflow: hidden;
        max-height: 430px;
    }

    .proposta .item .immagine_prodotto {
        height: 184px;
    }

    .slideshow .item .immagine_prodotto {
        height: 250px;
    }

    .slideshow .owl-theme .owl-controls .owl-buttons div {
        top: 12%;
    }

    .owl-theme#deal-riepilogo .owl-controls .owl-buttons div {
        font-size: 200px;
        top: 27%;
    }

    .proposta .owl-theme h3, .proposta .item .titolo h3 {
        text-align: center;
    }

    aside #blog .item .immagine_prodotto {
        /*height: 195px;*/
        height:inherit
    }
}

@media screen and (max-width:875px) {


    .buttons .errore {
        padding: 10px 0px 0px 0px;
    }

    .blog article .riepilogo h2 {
        font-size: 38px;
        padding: 17px 20px;
    }

    .proposta .owl-theme h3, .proposta .item .titolo h3 {
        text-align: left;
        font-size: 29px;
        margin-bottom: 10px;
    }

    .proposta .item .immagine_prodotto {
        height: auto;
        max-height: 500px;
    }

    .slideshow .item .immagine_prodotto {
        height: 285px;
    }

    .blog article .riepilogo .recensioni {
        padding: 10px 5px 0px 0px;
        margin: 0px;
    }

    .riepilogo .item ul.info li div {
        /*font-size: 11px;
        position: relative;
        float: right;
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0px 4px 0px 5px;*/
    }

        .riepilogo .item ul.info li div.preferiti {
            margin: 0px;
        }



    .riepilogo ul.info li {
        /* margin: 0px; */
        /* float: left; */
    }

    .riepilogo .item ul li img { /* margin: auto; */ /* margin-bottom: 10px; */ /* float: inherit; */
        height: 19px;
    }

    .recensioni, .dettaglio .recensioni {
        position: relative;
        float: left;
        padding: 10px 0px;
        text-align: center;
        width: 100%;
        /*  border-bottom: 1px solid #d9dbde;*/
        margin-bottom: 10px;
    }

    .owl-theme h3, .item .titolo h3 {
        text-align: left;
        padding: 0px;
        /* font-size: 20px; */
    }

    section.riepilogo .item ul {
        /*border-left: none;
        text-align: center;
        width: auto;
        float: right;
        padding: 0px;*/
    }

    section.riepilogo .item .luogo {
        width: auto;
        margin-top: 10px;
    }

    section.riepilogo .item .icone {
        width: auto;
        text-align: right;
        margin-top: 0px;
        float: right;
       
    }
  
  
  
    section.riepilogo .item .recensioni span {
          }

    section.riepilogo .item .recensioni {
        width: auto;
        margin: 20px 0px 0px 0px;
        padding: 0px;
    }

    .owl-theme#deal-riepilogo .owl-controls .owl-buttons div {
        top: 1%;
    }

    .owl-theme h3, .item .titolo h3, .proposta .item .titolo h3, .proposta .item .prezzo h3, .riepilogo .owl-theme h3, .riepilogo .item .titolo h3 {
        font-size: 23px;
        height: inherit;
        max-height: inherit;
    }
}

@media screen and (max-width:670px) {

    header .recensioni span {
        top: 7px;
    }

    .tab-panel#riepilogo .item .immagine_prodotto img {
        width: auto;
        height: 260px;
        max-width: inherit;
    }
    .riepilogo .item ul.info li div.preferiti div {
    }

    .riepilogo .item ul li div.preferiti {
        width: auto;
        margin: 0px;
    }

    .blog article .riepilogo .recensioni {
        padding: 0px 0px 10px 0px;
        margin: 0px;
        width: 100%;
    }

    .riepilogo .item ul {
        width: 100%;
        border: none;
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 0px;
    }

    .tab-panels .item .titolo h3 {
        font-size: 20px;
        text-align: left;
    }

    .buttons .errore {
        font-size: 16px;
        /* display: inline-block; */
        /* padding: 0px 0px 10px 0px; */
    }

    .riepilogo .item ul li img {
        height: 11px;
        top: 2px;
    }

    section.riepilogo .item ul {
        width: 100%;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        border: none;
        text-align: center;
    }
    section.riepilogo .item ul.info {
        width: 50%;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        border: none;
        text-align: center;
    }
    section.riepilogo .item .prezzo a.btn {
        padding: 7px 5px;
        font-size: 13px;
    }

    section.riepilogo .item .recensioni {
        width: 100%;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

    .buttons input[type="submit"].btn.acquista, .buttons .btn.acquista {

    }

    .riepilogo .item .contenuto .luogo {
        font-size: 15px;
    }

    .proposta .item .immagine_prodotto {
        height: auto;
        max-height: 250px;
    }

    .proposta .owl-theme h3, .proposta .item .titolo h3 {
        margin-bottom: 5px;
    }

    .owl-buttons {
        display: none !important;
    }

    .owl-theme h3, .item .titolo h3, .proposta .item .titolo h3, .proposta .item .prezzo h3, .riepilogo .owl-theme h3, .riepilogo .item .titolo h3 {
        font-size: 17px;
    }

        .slideshow .item .immagine_prodotto,
        .item .titolo h3
        .owl-theme h3, .item .titolo h3 {
            height: auto;
            font-size: 18px;
        }

    .item .titolo .disclaimer {
        height: auto;
        font-size: 14px;
    }

    .buttons .errore {
        font-size: 13px;
        /* display: inline-block; */
        /* padding: 0px 0px 10px 0px; */
    }
}

@media screen and (max-width:380px) {
    .owl-theme h3, .item .titolo h3, .proposta .item .titolo h3, .proposta .item .prezzo h3, .riepilogo .owl-theme h3, .riepilogo .item .titolo h3 {
        font-size: 15px;
    }
    .buttons .errore {
        padding: 0px 0px 0px 0px;
    }
    .riepilogo .item .contenuto .luogo {
        font-size: 15px;
        width: 50%;
    }

    section.riepilogo .item .icone {
        width: 50%;
        /* text-align: right; */
        margin-top: 10px;
        float: left;
        /* clear: both; */
        text-align: left;
    }
}
