
 /**********ITEM**************/
 .slideshow .item {
   height: 480px;
   background-size: cover;
 }
 .slideshow .item .caption {
   position: absolute;
   left: 0px;
   top: 40%;
   max-width: 60%;
 }
 .riservata .slideshow {
   margin-bottom: 20px
 }
 .riservata .slideshow .item .caption {
   top: 40%;
 }
 aside .owl-next {
   right: 20px;
 }
 aside .owl-prev {
   left: 20px;
 }
 .riservata .slideshow .owl-theme .item .caption h2 {
   font-size: 26px;
   margin-bottom: 10px;
   padding: 16px 20px;
 }
 .riservata .slideshow .owl-theme .item .caption h3 {
   font-size: 13px;
   padding: 11px 20px;
 }
 .slideshow .owl-theme .item .caption h2 {
   font-size: 35px;
   color: #887971;
   font-weight: 300;
   line-height: initial;
   margin-bottom: 15px;
   text-transform: inherit;
   background: white;
   width: auto;
   padding: 10px 20px;
   display: inline-block;
 }
 .slideshow .owl-theme .item .caption h3 {
   margin-bottom: 0px;
   color: #584c45;
   font-weight: 400;
   display: inline-block;
   font-size: 18px;
   text-transform: uppercase;
   padding: 15px 20px;
   background: white;
 }
 .item:hover {}
 #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: 700;
 }
 .colonna .item a {
   color: white;
   font-size: 15px;
   font-weight: 300;
 }
 .item a.btn {
   width: initial;
   overflow: hidden;
   height: auto;
   text-align: left;
   font-size: 18px;
   color: #ffffff;
   text-transform: uppercase;
   font-family: 'Roboto', sans-serif;
   padding: 10px 20px;
   font-weight: 300;
   position: relative;
   float: left;
 }
 .item a:hover {
   text-decoration: none;
   color: #584c45;
 }
 .item:hover a {
   text-decoration: none;
   color: #584c45
 }
 .item .immagine_prodotto a {
   /*	display: inherit*/
 }
 .item .immagine_prodotto img {
   max-width: 100%;
   max-height: 280px;
   border: 1px solid rgba(126, 111, 104, 0.3);
 }
 .item .immagine_prodotto:hover img {}
 .item .immagine_prodotto {
   width: 100%;
   display: table;
   height: 280px;
   margin-bottom: 20px
 }
 .item .cbp-vm-title {
   text-align: center;
   padding: 10px;
   font-size: 25px;
   color: #584c45;
 }
 aside .item .cbp-vm-title {
   font-weight: 700;
   font-size: 19px;
   color: #584c45;
   margin: 0px 0px;
   line-height: 25px;
   padding: 0px;
   overflow: hidden;
   letter-spacing: 0px;
   float: left;
   text-align: left;
   width: 60%;
   position: relative;
   /* margin-bottom: 20px; */
 }
 aside .item .cbp-vm-title a {
   color: #584c45;
 }
 aside .owl-item .item {
   text-align: center;
   padding: 10px;
   display: inline-block;
   width: 100%;
 }
 aside .item .cbp-vm-price {
   padding: 0px;
   font-size: 20px;
   color: #887971;
   width: 40%;
   font-weight: 700;
   letter-spacing: 0px;
   float: right;
   text-align: right;
   position: relative;
   padding-left: 20px;
 }
 aside .item .cbp-vm-price a, .tableresponsive.prodotti .price a, .prodotti .price a {
   color: #c87777;
   font-size: 15px;
   text-decoration: underline;
   font-weight: 700;
   width: 100px;
   display: block;
 }
 aside .item .cbp-vm-price a {
   font-size: 14px;
   text-decoration: underline;
   font-weight: 700;
   color: #c87777;
   line-height: 19px;
   margin: 5px 0px;
   display: inline-block;
 }
 aside .item .cbp-vm-price span {
   text-align: right;
   padding: 0px;
   font-size: 14px;
   color: #887971;
   width: 100%;
   display: block;
   font-weight: 700;
 }
 aside .item .cbp-vm-price .old_price {
   text-align: right;
   padding: 0px;
   font-size: 15px;
   color: #5d514a;
   width: auto;
   /* display: block; */
   font-weight: 700;
   /* top: -4px; */
   /* margin-right: 10px; */
   position: relative;
   right: 0px;
   /* top: -16px; */
 }
 .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);
 }
 .item .immagine_prodotto div {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
 }
 /**************FINE ITEM*************/
 .owl-buttons {
   display: none
 }
 .iva {
   color: rgba(255, 40, 0, 0.5);
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   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: #887971;
   text-decoration: line-through
 }
 #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: #887971666;
   font-size: 35px;
   margin-bottom: 0px;
   text-transform: uppercase;
 }
 #owl-demo-home .caption h1 a {
   color: #887971666;
 }
 #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 {}
 .owl-theme .img {
   height: 130px;
   width: 100%;
   display: table;
   margin-bottom: 10px;
 }
 .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; */
   position: absolute;
   top: 10px;
   right: 20px;
 }
 #owl-news .owl-pagination {
   /*	display: inherit !important;
	position: absolute;
	bottom: 10%;*/
 }
 /* Styling Next and Prev buttons */
 .owl-theme .owl-controls .owl-buttons div {
   font-family: 'Dorsa', sans-serif;
   color: #cec6c2;
   opacity: 0.5;
   display: inline-block;
   zoom: 1;
   font-size: 400px;
   font-weight: normal;
   top: 3%;
   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: -100px;
   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: left;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   cursor: pointer;
   display: inline-block;
   height: 15px;
   margin: 20px 5px;
   text-indent: -9999px;
   width: 15px;
   background: transparent;
   border: 2px solid white;
 }
 .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: #ffffff;
   margin-top: -2px;
   margin-left: -2px;
   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: #584c45;
 }
 @media (max-width:1024px) {
   .slideshow .owl-theme .item .caption h2 {
     font-size: 25px;
     padding: 20px 10px;
   }
   .slideshow .owl-theme .item .caption h3 {
     font-size: 16px;
     padding: 10px 15px;
   }
 }
 @media (max-width: 670px) {
   fieldset .field_note {
     width: 100%;
   }
   .tabelle_carrello fieldset .field_module {
     margin-bottom: 20px;
   }
   .riservata .slideshow .item .caption {
     top: 28%;
   }
   .slideshow .owl-theme .item .caption h2 {
     font-size: 22px;
     padding: 10px 10px;
   }
 }
 @media (max-width:500px) {
   .intro {
     display: block;
     margin: 15px 0px;
   }
   .slideshow .item .caption {
     position: absolute;
     left: 0px;
     top: auto;
     max-width: 60%;
     bottom: 30px;
   }
   .slideshow .owl-theme .item .caption h3 {
     font-size: 9px;
     padding: 10px 15px;
   }
   .slideshow .owl-theme .item .caption h2 {
     font-size: 14px;
     padding: 5px 10px;
     margin-bottom: 5px;
   }
   .slideshow .owl-theme .owl-controls {
     display: none !important
   }
   .slideshow .item {
     height: 200px;
     background-size: 100% auto;
   }
 }