.moduletable-wood .owl-container {
	width: 100%;
	margin: 0 0 60px 0;
}

.moduletable-furniture .owl-container {
	width: 100%;
	margin: 155px 0 60px 0;
}

.moduletable-kitchen .owl-container {
	width: 100%;
	margin: 310px 0 60px 0;
}

.moduletable-objects .owl-container {
	width: 100%;
	margin: 465px 0 60px 0;
}

@media (max-width: 767px) { 
	.moduletable-wood .owl-container, .moduletable-furniture .owl-container, .moduletable-kitchen .owl-container, .moduletable-objects .owl-container {
		margin: 0 0 20px 0;
	}
}

ul.owl-carousel {
	margin: 0;
	list-style: none;
}

.owl-carousel .owl-item {
	height: 140px;
	min-width: 140px;
}

.owl-carousel .owl-item img {
	height: 140px;
	width: auto;
}

.owl-carousel .owl-item a {
	color: #fff;
	font-size: 1rem;
}

.owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fc0;
	margin: 10px;
	border-radius: 50%;
}

.owl-carousel .owl-dot.active {
	background: #000;
}

.owl-carousel .owl-dot.active:before {
	content: "";
	height: 10px;
	background: rgba(247, 97, 139, 1);
	background: -moz-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 97, 139, 1)), color-stop(100%, rgba(42, 120, 247, 1)));
	background: -webkit-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
	background: -o-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
	background: -ms-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
	background: linear-gradient(to right, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
	position: absolute;
	z-index: 99;
	left: 0;
}

.owl-scrollbar {
	margin-top: 15px;
	height: 2px;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: relative;
}

.owl-scrollbar .owl-scroll-handle {
	height: 12px;
	width: 15px;
	display: inline-block;
	background: #000;
	position: absolute;
	top: -5px;
	left: 0;
}

.owl-scrollbar .owl-scroll-handle:hover {
	/* transform: scale(2); */
	/* transition: transform .2s ease-in-out; */
}

.owl-scrollbar .owl-scroll-progress {
	background: #333;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}