.viewed .owl-carousel .owl-item .product-layout {
	margin: 0 15px;
}
#column-left .viewed .owl-carousel .owl-item .product-layout, #column-right .viewed .owl-carousel .owl-item .product-layout {
	margin: 0px;
	padding: 15px;
} 
.viewed .owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
button {
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 0;
	border-radius: 0;
    background: transparent;
    color: #1b1e25;
}
.owl-carousel .owl-buttons .owl-next {
    right: 45px;
}
.owl-theme .owl-controls .owl-buttons div {
	height: 0;
    width: 0;
}
.viewed .owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
	top: 35%;
}
@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;
	}
}