
.related-products .rel-cnt {
	border-radius: 100px;
	background: aliceblue;
	width: 90px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}

.related-products .photo {
	width: 100%;
	max-height: 180px;
	padding: 17px;
	display: block;
	text-align: center;
	overflow: hidden;
	border: none;
}

.related-products .photo>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	transition: transform .3s ease-in-out;
}

.related-products .photo:hover>img {
	transform: scale(1.5);
	padding-top: 38px;
}

.related-products .prices {
	min-height: 30px;
	text-align: center;
}

.related-products .price {
	color: #505050;
	font-size: 18px;
	font-weight: bold;
}

.related-products .sprice {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	text-decoration: line-through;
}

.related-products .rate {
	background: #e11a1c;
	border-radius: 100px;
	padding: 1px 0;
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 10px;
	vertical-align: text-top;
	margin-left: 7px;
	width: 36px;
}

.related-products .product-brand {
	margin: 8px 0px 0px 0px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0px;
	border-color: #CBD5E1;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	word-break: break-word;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Titillium Web", sans-serif;
	text-align: left;
}

.related-products .product-name {
	height: 64px;
	padding-top: 17px;
	word-break: break-word;
	white-space: normal;
	margin: 0px;
	width: auto;
	text-align: left;
	font-size: 16px;
	font-family: inherit;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-container-relateds {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container-relateds .wrap {
	width: 300px;
	height: 144px;
	display: flex;
	text-align: center;
	align-items: center;
	margin: 7px 0 17px 21px;
}

.swiper-container-relateds .swiper-slide {
	width: 220px;
	border: 2px solid #b7b7b7;
	border-radius: 15px;
	text-align: center;
	font-size: 0.65rem;
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: bold;
	margin: 0 17px 17px 10px;
	background: white;
	padding: 0px 10px 10px 10px;
}

.swiper-container-relateds .swiper-slide a {
	color: #5c6167;
}

.swiper-container-relateds .swiper-slide img {
	width: 100%;
	max-height: 180px;
}

.swiper-container-relateds .swiper-button-next,
.swiper-container-relateds .swiper-container-rtl .swiper-button-prev, 
.swiper-container-relateds .swiper-button-prev,
.swiper-container-relateds .swiper-container-rtl .swiper-button-next
{
	background-image: none;
}

.swiper-container-relateds .swiper-button-next:after,
.swiper-container-relateds .swiper-container-rtl 
.swiper-container-relateds .swiper-button-prev:after {
	content: 'next';
	font-size: 18px;
	color: black;
	font-weight: 900;
	padding-right: 10px;
}

.swiper-container-relateds .swiper-button-prev:after,
.swiper-container-relateds .swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
	font-size: 18px;
	color: black;
	font-weight: 900;
	padding-right: 10px;
}
