.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 {
    border: none;
    display: inline-block;
    float: left;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.alltabs .owl-theme .owl-controls .owl-buttons div {
	padding: 0;
	border-radius: 0;
    background: transparent;
    color: #1b1e25;
}

.alltabs .owl-theme .owl-controls .owl-buttons div {
	height: 0;
    width: 0;
    border: 1px solid #a2a0a0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 0px;
}
.alltabs .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-image: url(/image/catalog/design/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.alltabs .owl-theme .owl-controls .owl-buttons div.owl-next {
    /*right: 45px;*/
    background-image: url(/image/catalog/design/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.alltabs .owl-controls .owl-buttons .owl-prev, 
.alltabs .owl-controls .owl-buttons .owl-next {
	top: 35%;
}
.tab-content>.tab-pane {
	display:block;
}
ul + .tab-content>.tab-pane:not(.active) {
	display:none;
}
@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;
	}
}