.add_to_basket {
	width: 78px !important;
}

.itemsBlock .item-price {
	left: 5px !important;
	top: 6px !important;
}
.itemsBlock .item .price_link {
	display: grid;
	min-height: 38px;
}

.eq_slider__title h2.title span {
	padding: 0;

	font-weight: 300;
	font-size: 55px;
	line-height: 75px;
	text-transform: capitalize;
	color: #000000;
}
.eq_slider__title h2.title {
	text-align: left;
}
.eq_slider__title h2.title::before {
	display: none;
}

.eq_slider__item .item {
	display: flex !important;
	flex-direction: column;
	width: auto;
	height: auto !important;
	margin: 0 !important;
	display: block;
	float: none;
	max-width: 100% !important;
}
.eq_slider__item .itemsBlock .item {
	height: auto !important;
}

.eq_slider__item.pecommendHome .itemsBlock {
	max-width: 100% !important;
}
.eq_slider__item .item .img-item a {
	height: 220px !important;
	border: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	mix-blend-mode: normal;
}
.eq_slider__item .item .item-desc {
	padding: 0 !important;
	margin: 15px 0 0 !important;
	height: auto !important;
}
.eq_slider__item .item .item-desc a {
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	text-decoration-line: none !important;
	color: #000000 !important;
	height: auto !important;
	padding: 0 !important;
	height: 50px !important;

	-webkit-line-clamp: 2; /* Число отображаемых строк */
	display: -webkit-box !important; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden !important; /* Обрезаем всё за пределами блока */
}

.eq_slider__item .item .text-item {
	border: none !important;
	margin: 15px 0 0 !important;
	padding: 0 !important;
	height: auto !important;

	white-space: nowrap;
}

.eq_slider__item .item .text-item .price_link {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;

	font-weight: 400 !important;
	font-size: 30px !important;
	line-height: 41px !important;
	color: #000000 !important;
}
.eq_slider__item .item .text-item .price_link .old_price {
	margin: 0 0 0 20px !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #EE6D8B !important;
	transform: translate(0, 3px);
}
.eq_slider__item .item .add_to_basket {
	border: none !important;
	text-transform: uppercase !important;
	font-size: 24px !important;
	line-height: 33px !important;
	color: #FFFFFF !important;
	background: #EE6D8B;
	border-radius: 22.5px;

	text-decoration: none;
	width: auto !important;
	margin: 0 !important;
	padding: 6px 23px !important;
	text-align: center;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}
.eq_slider__item .item a.hide-btn {
	display: none !important;
}
.eq_slider__item .item:hover {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.eq_slider__item-btn {
	margin: auto 0 0;
	padding: 15px 0 0;
}

.eq_slider__item .item {
	padding: 10px 14px !important;
	transition: all .3s ease;
	border: none !important;
	height: auto !important;
}
.eq_slider__item .item:hover {
	background: #EE6D8B !important;
	border-radius: 10px;
}
.eq_slider__item .item:hover .add_to_basket {
	background: #FFFFFF !important;
	color: #EE6D8B !important;
}
.eq_slider__item .item:hover .text-item .price_link {
	color: #FFFFFF !important;
}
.eq_slider__item .item:hover .text-item .price_link .old_price  {
	color: #FFFFFF !important;
}
.eq_slider__item .item:hover .text-item .slider_normal-price  {
	color: #FFFFFF !important;
}
.eq_slider__item .item:hover .item-desc a  {
	color: #FFFFFF !important;
}
.eq_slider__item .item .item-desc a:hover {
	background-color: unset !important;
	color: #FFFFFF !important;
}
.pecommendHome.eq_slider__item .owl-nav .owl-prev,
.pecommendHome.eq_slider__item .owl-nav .owl-next
{
	width: 22px !important;
	font-size: 0 !important;

	background-image: url("../../../../bundle/img/eq-arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}
.pecommendHome.eq_slider__item .owl-nav .owl-next {
	transform: scale(-1,1);
}

.pecommendHome.eq_slider__item .owl-nav owl-prev:hover,
.pecommendHome.eq_slider__item .owl-nav owl-next:hover
{
	opacity: 1 !important;
}

.eq_slider__item .slider_normal-price {
	font-weight: 400 !important;
	font-size: 30px !important;
	line-height: 41px !important;
	color: #000000 !important;
}
