.item-unit3 {
	display: flex;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	padding: 11px 0;
}

.item-unit3:nth-last-child(-n + 1) {
	border-bottom: 1px solid transparent;
}

.item-unit3 .presence {
	margin-bottom: 13px;
}

.item-unit3__image {
	width: 240px;
	height: 152px;
	margin-right: 23px;
	border: 1px solid #d9d9d9;
}

.item-unit3__image a {
	display: block;
	border: none;
	height: 100%;
}

.item-unit3__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-unit3__info {
	display: flex;
	flex: 1;
}

.item-unit3__cont {
	flex: 1;
}

.item-unit3__name {
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 10px;
}

.item-unit3__fav-cmp > div {
	margin-bottom: 8px;
}

.item-unit3__body {
	margin-bottom: 18px;
}

.item-unit3__body p {
	margin: 0;
}

.item-unit3__commerce {
	width: 120px;
	margin-left: 30px;
	padding-top: 8px;
}

.item-unit3__prices .price {
	margin-bottom: 9px;
}

.item-unit3__btns {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	width: 146px;
}

.item-unit3__btns a {
	margin-bottom: 11px;
}

@media only screen and (min-width: 992px) {
	.item-unit3__btns a {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.item-unit3__fav-cmp {
		display: none;
	}

	.item-unit3__commerce {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.item-unit3__btns {
		margin-left: 0;
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
	}

	.item-unit3__btns a:first-child {
		margin-right: 11px;
	}
}

@media only screen and (max-width: 767px) {
	.item-unit3 {
		padding: 11px;
	}

	.item-unit3__cont {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 639px) {
	.item-unit3__info {
		flex-direction: column;
	}
}

@media only screen and (max-width: 479px) {
	.item-unit3 {
		flex-direction: column;
		padding: 0;
		border-top: none;
	}

	.item-unit3__image {
		width: 100%;
		height: 61vw;
		margin: 0;
	}

	.item-unit3__info {
		padding: 15px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 991px) {
	.item-unit3__image {
		width: 200px;
		height: 122px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	.item-unit3__image {
		width: 170px;
		height: 103px;
	}
}
/*# sourceMappingURL=maps/item-unit3_1.css.map */
