.catalog-price {
	color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}

.catalog-popular-items {
	overflow-x: hidden;
	padding: 10px;
}

.catalog-popular-items .owl-stage {
	display: flex;
	flex-wrap: nowrap;
}

.catalog-popular-items .popular-item {
	height: 100% !important;
	justify-content: space-between !important;
}

.catalog-popular-items .popular-item .dt-product-btns {
	margin-right: 0 !important;
	justify-content: space-between !important;
	max-height: 45px;
}

.catalog-popular-items .popular-item .dt-product-btns .dt-product-link-next {
	margin: 0 !important;
}

.catalog-popular-items .owl-nav {
	display: none;
}

.catalog-popular-items .owl-dots {
	display: flex;
	width: fit-content;
	text-align: center;
	margin: 20px auto 0;
}

.catalog-popular-items .owl-dots button.owl-dot {
	cursor: pointer;
	width: 10px !important;
	height: 12px !important;
	margin: 5px 7px;
	background: #98b1d6 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	border: none;
}

.catalog-popular-items .owl-dots button.owl-dot.active {
	background: #3263ad !important;
}

/* CUSTOM */
.popular-item .dt-product-link-next { padding: 10px 30px !important;}