.recent{

margin: 0 -15px;
}
.rs-17 .recent .recent__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1140px;
	margin: 0 auto;
}

.rs-17 .recent .recent__title {
	width: 100%;
	margin-bottom: 40px;
}

.rs-17 .recent .recent__item {
	width: calc((100% - 90px) / 3);
	border: 1px solid #e0e0e0;
	padding: 0 20px 20px;
	text-align: center;
	margin: 0 15px 30px 15px;
}

.rs-17 .recent .recent__img {
	position: relative;
	width: 100%;
	padding: 50%;
	margin-bottom: 40px;
cursor:pointer;
}

.rs-17 .recent .recent__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.rs-17 .recent .recent__sale {
	position: absolute;
	left: -20px;
	bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 25px;
	border-radius: 0 5px 5px 0;
	background-color: #e64c3c;
	font-family: OpenSans-Bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.rs-17 .recent .recent__name {
	font-family: OpenSans-Bold;
	font-size: 18px;
	color: #424242;
	margin-bottom: 20px;
cursor:pointer;
}

.rs-17 .recent .recent__desc {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #616161;
	line-height: 18px;
	margin-bottom: 15px;
}

.rs-17 .recent .recent__cost {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 7px;
}

.rs-17 .recent .recent__cost .new {
	font-family: OpenSans-Bold;
	color: #424242;
	font-weight: 600;
}

.rs-17 .recent .recent__cost .old {
	font-family: OpenSans-Regular;
	color: #696969;
	text-decoration: line-through;
	margin-right: 5px;
}

.rs-17 .recent .recent__more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 35px;
	margin: 0 auto;
	border-radius: 3px;
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background-color: #24347a;
	transition: ease-in-out 0.3s;
}

.rs-17 .recent .recent__more:hover {
	color: rgb(224, 64, 85);
	text-shadow: rgb(224 64 85) 1px 0 10px;
}

@media screen and (max-width: 991px) {
	.rs-17 .recent .recent__item {
		width: calc((100% - 60px) / 2);
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 475px) {
	.rs-17 .recent .recent__item {
		width: 100%;
	}
}