.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
}

.row::before {
	display: initial;
}

.product-detail-viewed-slider {
	margin-top: 30px;
}
.slider-viewed .product_item_title {
	font-size: 12px;
}

.slider-viewed .product_item__cart .basket_icon .img_basket {
	display: block;
	margin: 0;
	margin-left: -1px;
}
.slider-viewed .product-item-image-wrapper {
	padding-top: 180px;
}
.slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next {
	top: calc(50% - 15px);
}
@media (min-width: 1024px){
	.slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next {
		top: -60px;
	}
	.slider-viewed .owl-carousel .owl-nav button.owl-prev{
		left: auto;
		right: 45px;
	}
}
.slider-viewed .owl-carousel .owl-nav button span:before {
	font-size: 20px;
}

@media (max-width: 767.98px) {

	.product-item-amount-field-btn-minus:after {
		content: '\f068';
		display: flex;
		justify-content: center;
		align-items: center;
		color: #474747;
		font-size: 12px;
		line-height: 1;
	}
	.product-item-amount-field-btn-plus:after {
		content: '\f067';
		display: flex;
		justify-content: center;
		align-items: center;
		color: #474747;
		font-size: 12px;
		line-height: 1;
	}
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 30px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 30px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
	.slider-viewed .product_item__cart .basket_icon .img_basket, .slider-viewed .product_item__cart .basket_icon span {
		display: inline-block;
	}
}
