/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	height: 300px;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	margin-top: 10px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	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
}



h2.productscategory_h2 {  
	clear: both;
    color: #493D3B;
    font-family: 'Questrial';
    font-size: 20px;
    font-weight: normal;

	margin: 30px 0 0 0;
}

#productscategory {

	height: 303px;
	width: 100%;
} 
#productscategory_noscroll {   

	height: 300px;
	width: 100%;

}

#productscategory_list { 

	overflow: hidden;
	float: left;
	width: 100%;
	padding: 10px 0 20px;
}
#productscategory_list div.owl-item > div{
	background: #FFFFFF;
    border: 9px solid #FFFFFF;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 5px;
	cursor: pointer;
	text-align: center;	

	overflow: hidden;
	line-height: 23px;
} 

#productscategory_list div.owl-item:hover > div {
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
} 

#productscategory_list div.owl-item a { 
    margin: auto; 
    color: #241F1D;
	font-weight: normal;
	font-size: 15px; 
}
#productscategory_list div.owl-item a:hover { 
    margin: auto; 
    color:#d83936;
	 
} 

#productscategory_list img { 
    border: none;	
	margin-top: 3px;

	width: 185px;
	height: 185px	
}

#productscategory_scroll_left {
	background: url('../../../img/carrerouge/prev-horizontal-bi-30.png') #736f6d no-repeat center 0; 
	background-size: 30px 60px;
	text-indent: -3000px;
	display: block;	
	height: 30px;	
	width: 30px;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	
}
#productscategory_scroll_left:hover {
	background: url('../../../img/carrerouge/prev-horizontal-bi-30.png') #d83936  no-repeat center -30px;
	background-size: 30px 60px;
}

#productscategory_scroll_right { 
    background: url('../../../img/carrerouge/next-horizontal-bi-30.png') #736f6d no-repeat center 0;
    background-size: 30px 60px;
	text-indent: -3000px;
	display: block;
    height: 30px;	
	width: 30px;	
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 

}
#productscategory_scroll_right:hover { 
    background: url('../../../img/carrerouge/next-horizontal-bi-30.png') #d83936 no-repeat center -30px;
    background-size: 30px 60px;
}


#productscategory_list div.owl-item a.lnk_img {display:block}
#productscategory_list div.owl-item a img {

   margin-top: 3px; 

}

#productscategory_list div.owl-item p.product_name {
    text-align: left;
	height: 30px;
    line-height: 30px;
    margin: 5px 0;
	padding-left: 2px; 
	font-size: 16px;

}
#productscategory_list div.owl-item p.price_display {
    float:left;
	margin-top: -10px;
}
#productscategory_list div.owl-item p.price_display span.price {
    color: #d83936;
    font-family: 'Questrial',Verdana,Arial;
	font-size: 21px;
	font-weight: normal;
	padding-left: 2px;

}

#productscategory_list .lnk_more {
	display:inline;		  
	background:url(../../../img/cultura/cart_ico_30_bi.png) silver no-repeat center 0;
	margin: -22px 0 0 0;	
	float: right;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	padding: 15px;
	cursor: pointer;
	

}
#productscategory_list .lnk_more:hover { 
	margin: -22px 0 0 0;
	background:url(../../../img/cultura/cart_ico_30_bi.png) #d83936 no-repeat center -30px; 
	
} 

h1.titleborderh1productscategory {
    background: #F8F8F8;
    position: relative;
    z-index: 99;
	display: inline-block;
	padding: 20px 25px 0 0; 
	font-size: 20px !important;
	border-top: 1px solid #000;
	margin-top: 90px;
} 

@media only screen and (min-width: 1200px) {  
	#productscategory_list div.owl-item > div{
		width: 188px;
		margin: 0 13px;
	} 
	h1.titleborderh1productscategory {
		margin-left: 13px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) { 
	#productscategory_list div.owl-item > div{
		width: 188px;
		margin: 0 15px;
	} 
	h1.titleborderh1productscategory {
		margin-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) { 
	#productscategory_list div.owl-item > div{
		width: 183px;
		margin: 0 15px;
	} 
	h1.titleborderh1productscategory {
		margin-left: 15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
	#productscategory_list div.owl-item > div{
		width: 160px;
		margin: 0 15px;
	} 
	#productscategory_list div.owl-item > div a.lnk_img img {
		width: 160px;
	}
	h1.titleborderh1productscategory {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 479px) {
	#productscategory_list div.owl-item > div {
		width: 220px;
		margin: 0 15px;
	} 
	h1.titleborderh1productscategory {
		margin-left: 15px;
	}
}