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

/* 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);
}
.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;
}
.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);
}

/* botoes prev and next*/
#banners_home .owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
}

#banners_home .owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#product_carousel .owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
}

#product_carousel .owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.arrow-{
	display: none;
	background: url('../img/arrow_w.png') center center no-repeat;
	background-color: rgba(0,0,0,0.5);
	border:1px solid rgba(0,0,0,0.5);
	padding: 22px;
}

#product_carousel{width:100%; position: relative;}
#product_carousel .arrow_prev, #product_carousel .arrow_next {
	/*visibility: hidden;*/
	/*opacity: 0;*/
	border: 1px solid transparent;
	width: 35px;
	height: 35px;
	padding: 12px;
	background-color: #dadee6;
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	display: block;
	margin: -17px 0px;
}

#product_carousel .arrow_next i{ margin-top: -2px; margin-left: -2px; display: block; font-size: 0.875em}
#product_carousel .arrow_prev i{ margin-top: -2px; margin-left: -3px; display: block; }
#product_carousel .owl-buttons .owl-prev .arrow_prev:hover, #product_carousel .owl-buttons .owl-next .arrow_next:hover{ opacity: 1 !important; border: 1px solid #333541 !important; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
#product_carousel .owl-buttons .owl-prev .arrow_prev, #product_carousel .owl-buttons .owl-next .arrow_next{ opacity: 0.7; border: 1px solid #dadee6;}
