/* 
 * 	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{
	position: relative;
	-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%;
}
.product_list.owl-carousel .owl-wrapper-outer{
	padding-top: 0;
}
.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 {
	padding: 30px 0 0 75px;
	-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);
}
.owl-buttons{
	z-index: 0;
	position: relative;
	overflow: hidden;
}
.owl-buttons:before{
	content:'';
	display: block;
	position: absolute;
	left: 90px;
	right: 45px;
	top: 0;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-top-style: solid;
	border-top-width: 1px;
	z-index: -1;
}
.owl-buttons:after{
	content:'';
	display: block;
	position: absolute;
	height: 11px;
	width: 300px;
	border-style: solid;
	border-width: 1px;
	left: 90px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
/* 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);
}
.tab-content>.tab-pane{
	display: none !important;
	position: static;
	margin: 0;
}
.tab-pane .link_more{
	position: relative;
}
.tab-pane .link_more .btn {
	display: table;
	margin: 0 auto;
}
.tab-pane .link_more:before {
	content: '';
	display: table;
	width: 78px;
	margin: 30px auto 40px;
	border-bottom-style: double;
	border-bottom-width: 4px;
}

.owl-buttons>div{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 26px;
}


.owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: 'fontAwesome';
}
.owl-buttons .owl-next:before {
	content: "\f105";
	font-family: 'fontAwesome';
}
.grid_arrows .owl-buttons .owl-prev {
	border-right:none;
}
.owl-buttons>div{
		border-style: solid;
		border-width: 1px;
}
.tab-content .active{
	display: block !important;
}
#index #multiCarousel1_manufacturers div.owl-carousel{

}
#index .product_list.owl-carousel{
	padding:0;
}
#multiCarousel1_manufacturers .owl-carousel .owl-wrapper-outer{
	padding-top: 0;
}
.product_list.owl-carousel .ajax_block_product{
	width: 100%;
}
.owl-prev,.owl-next,.square_arrows .bx-prev:before,.square_arrows .bx-next:before{
	display: inline-block;
	font-family: "fontAwesome";
}
.owl-prev{
	left: 15px;
}
.owl-next{
	right: 15px;
}
.square_arrows .owl-prev:before,.square_arrows .bx-prev:before{
	content: "\f104";
}
.square_arrows .owl-next:before,.square_arrows .bx-next:before{
	content: "\f105";
}
.owl-pagination .owl-page{
	float: left;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	margin-right: 6px;
}
.owl-pagination .owl-page span,.owl-pagination .owl-page{
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.owl-pagination .owl-page span{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.owl-pagination .owl-page:hover span,.owl-pagination .owl-page.active span {
	width: 0;
	height: 0;
}
.owl-pagination{
	display: table;
	margin: auto;
	padding-top: 30px;
}
@media (max-width: 1366px){
	.owl-buttons:before{
		right: 30px;
	}
	.owl-controls{
		padding-left: 60px;
	}
}