.alltabs .owl-carousel .owl-item .product-layout {
	margin: 0 15px;
}
#column-left .alltabs .owl-carousel .owl-item .product-layout, #column-right .alltabs .owl-carousel .owl-item .product-layout {
	margin: 0px;
	padding: 15px;
} 
.alltabs .owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
/*.alltabs button {
    margin-top:15px;
}*/
.alltabs .owl-theme .owl-controls .owl-buttons div {
	padding: 0;
	border-radius: 0;
    background: transparent;
    color: #1b1e25;
}
.alltabs .owl-carousel .owl-buttons .owl-next {
    right: 45px;
}
.alltabs .owl-theme .owl-controls .owl-buttons div {
	height: 0;
    width: 0;
}
.alltabs .owl-controls .owl-buttons .owl-prev, .alltabs .owl-controls .owl-buttons .owl-next {
	top: 26%;
}
@media screen and (min-width: 1200px) {
	.width100 {
		width: 100%!important;
	}
	.width80 {
		width: 80%!important;
	}
	.width50 {
		width: 50%!important;
	}
}
@media screen and (max-width: 1200px) {
	.width100 {
		width: 100%!important;
	}
	.width80 {
		width: 50%!important;
	}
	.width50 {
		width: 50%!important;
	}
}