.owl-carousel {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}
.owl-has-dots {
	padding-bottom: 20px;
}
.owl-carousel .item {
	float: none;
	display: inline-block;
	white-space: normal;
}
.owl-products {
	/*padding-left: 5px;
	padding-right: 5px;*/
	/*background-color: #f2f2f7;*/
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}
.owl-products .item {
    padding: 10px 5px;
}
.owl-sync .item {
    width: 100%;
}
.owl-gal .item {
	padding: 0 3px;
	width: 20%;
}
.owl-gal .thumbnail {
	cursor: pointer;
}
.owl-carousel.owl-loaded .item {
	width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .item img[src] { /* IE - setting width: 100% on images w/o src will cause unpredictably large height */
	width: 100%;
}
