.related_products {
	margin-bottom: 30px;
}
.related_products ul.list-tovar {
	position: relative;
}
.related_products ul.list-tovar .owl-stage-outer {
	overflow: hidden;
	width: 100%;
}
.related_products ul.list-tovar li {
	padding: 8px 8px !important;
	margin: 14px 4px !important;
	box-sizing: border-box;
	width: calc(720px/3 - 8px);
    text-align: left;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.related_products ul.list-tovar li .stikery,
.related_products ul.list-tovar li .nalich-itm {
	display: none;
}
.related_products .related_products__title {
    font-size: 24px;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 30px;
}
.related_products ul.list-tovar .owl-item {
    display: inline-block;
}
.related_products ul.list-tovar li p {
	display: none;
}
.related_products ul.list-tovar .owl-prev {
	position: absolute;
    top: calc(50% - 16px);
    left: -20px;
    background: url(https://rdshop.ru/images/icon_arrow_black_left.svg) no-repeat center center, #fff;
    background-size: 26px;
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 0.1rem 1rem rgb(4 6 28 / 10%);
    border-radius: 32px;
    z-index: 3;
}
.related_products ul.list-tovar .owl-next {
    position: absolute;
    top: calc(50% - 16px);
    right: -22px;
    background: url(https://rdshop.ru/images/icon_arrow_black_right.svg) no-repeat center center, #fff;
    background-size: 26px;
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 0.1rem 1rem rgb(4 6 28 / 10%);
    border-radius: 32px;
    z-index: 3;
}
.related_products ul.list-tovar .owl-prev:hover,
.related_products ul.list-tovar .owl-next:hover {
	opacity: 1;
}
.related_products ul.list-tovar li .box-img .a-t-prod img {
    height: 223px;
    width: 223px;
    object-fit: contain;
    top: -225px;
}
.related_products ul.list-tovar li .box-img {
    height: 223px;
}
.related_products ul.list-tovar li .title-tv {
    min-height: 52px;
}

@media screen and (max-width: 768px) {
	.related_products ul.list-tovar {
	    padding: 0 !important;
	}
	.related_products ul.list-tovar li {
	    width: calc(100% - 4px) !important;
	}
	.related_products ul.list-tovar li .sbp-sale {
		display: none;
	}
	.related_products {
		margin-top: -24px;
		margin-bottom: 8px;
	}
	.related_products ul.list-tovar li .box-img {
	    height: auto;
	}
	.related_products ul.list-tovar li .title-tv {
	    min-height: 42px;
	}
}