.cart-products {
	display: flex;
	flex-direction: column;
}
.cart-product {
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 35px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
	border-top: 1px solid var(--color-gray-05);
	position: relative;
}
.cart-product:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.cart-product__img {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart-product__img img {
	display: block;
	width: auto;
	height: 100%;
}
.cart-product__info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	width: 410px;
	flex-shrink: 0;
	flex-grow: 0;
}
.cart-product__info-title,
.cart-product__info-title a {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-black) !important;
	text-decoration: none !important;
}
.cart-product__info-title a:hover, 
.cart-product__info-title a:active {
	color: var(--color-red) !important;
	text-decoration: none !important;
}
.cart-product__rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: calc(10px - 3px);
}
.cart-product__rating-icon {
	flex: 0 0 12px;
	line-height: 12px;
}
.cart-product__rating-total {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	font-size: 14px;
	line-height: 22px;
}
.cart-product__rating-total-average {
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
}
.cart-product__rating-total-count {
	font-size: inherit;
	line-height: inherit;
	color: var(--color-gray-11);
}
.cart-product__price {
	display: flex;
	flex-direction: column;
}
.cart-product__price-main {
	display: flex;
	align-items: center;
	gap: 15px;
}
.cart-product__price-item {
	white-space: nowrap;
}
.cart-product__price-item.--new {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: var(--color-red);
}
.cart-product__price-item.--old {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: var(--color-gray-11);
	text-decoration: line-through;
	margin-top: 5px;
}
.cart-product__price-discount {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: var(--color-red);
}
.cart-product__quantity {
	border: 1px solid var(--color-gray-06);
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 11px 16px;
	margin-left: auto;
}
.cart-product__quantity-input {
	font-family: var(--font-main);
	font-size: 15px;
	line-height: 15px;
	color: var(--color-black);
	-moz-appearance: textfield;
	appearance: textfield;
	flex: 0 0 45px;
	width: 45px;
	text-align: center;
	border: none;
	outline: 0;
}
.cart-product__quantity-input::-webkit-outer-spin-button,
.cart-product__quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-product__quantity-btn {
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
}
.cart-product__quantity-btn::before, 
.cart-product__quantity-btn::after {
	transition: background var(--transition-duration) var(--transition-easing);
}
.cart-product__quantity-btn:hover::before, 
.cart-product__quantity-btn:active::before, 
.cart-product__quantity-btn:hover::after, 
.cart-product__quantity-btn:active::after {
	background: var(--color-black) !important;
}
.cart-product__quantity-btn.--minus::before,
.cart-product__quantity-btn.--plus::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: var(--color-gray-18);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cart-product__quantity-btn.--plus::after {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background: var(--color-gray-18);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cart-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}
.cart-actions__item.--favorites {
	flex: 0 0 22px;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_178_40)'%3E%3Cpath d='M11.0003 18.2019V17.3018M11.0003 18.2019C8.93783 18.2019 5.26199 15.3075 3.66699 13.7019C1.98164 12.0125 1.00073 9.76527 0.916992 7.4019C0.967607 5.98555 1.56336 4.64072 2.58405 3.6386C3.60473 2.63647 4.97441 2.05159 6.41699 2.0019C7.36367 1.97597 8.29818 2.21637 9.11026 2.69476C9.92234 3.17315 10.5781 3.86958 11.0003 4.7019M11.0003 18.2019C13.0628 18.2019 16.7387 15.3075 18.3337 13.7019C20.019 12.0125 20.9999 9.76527 21.0837 7.4019C21.033 5.98555 20.4373 4.64072 19.4166 3.6386C18.3959 2.63647 17.0262 2.05159 15.5837 2.0019C14.637 1.97597 13.7025 2.21637 12.8904 2.69476C12.0783 3.17315 11.4225 3.86958 11.0003 4.7019M11.0003 5.60176V4.7019' stroke='%23bfbfbf' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_40'%3E%3Crect width='22' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: var(--transition);
}
.cart-actions__item.--favorites.--active {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='%23df0000' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_178_40)'%3E%3Cpath d='M11.0003 18.2019V17.3018M11.0003 18.2019C8.93783 18.2019 5.26199 15.3075 3.66699 13.7019C1.98164 12.0125 1.00073 9.76527 0.916992 7.4019C0.967607 5.98555 1.56336 4.64072 2.58405 3.6386C3.60473 2.63647 4.97441 2.05159 6.41699 2.0019C7.36367 1.97597 8.29818 2.21637 9.11026 2.69476C9.92234 3.17315 10.5781 3.86958 11.0003 4.7019M11.0003 18.2019C13.0628 18.2019 16.7387 15.3075 18.3337 13.7019C20.019 12.0125 20.9999 9.76527 21.0837 7.4019C21.033 5.98555 20.4373 4.64072 19.4166 3.6386C18.3959 2.63647 17.0262 2.05159 15.5837 2.0019C14.637 1.97597 13.7025 2.21637 12.8904 2.69476C12.0783 3.17315 11.4225 3.86958 11.0003 4.7019M11.0003 5.60176V4.7019' stroke='%23df0000' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_40'%3E%3Crect width='22' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.cart-actions__item.--favorites:hover:not(.--active) {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_178_40)'%3E%3Cpath d='M11.0003 18.2019V17.3018M11.0003 18.2019C8.93783 18.2019 5.26199 15.3075 3.66699 13.7019C1.98164 12.0125 1.00073 9.76527 0.916992 7.4019C0.967607 5.98555 1.56336 4.64072 2.58405 3.6386C3.60473 2.63647 4.97441 2.05159 6.41699 2.0019C7.36367 1.97597 8.29818 2.21637 9.11026 2.69476C9.92234 3.17315 10.5781 3.86958 11.0003 4.7019M11.0003 18.2019C13.0628 18.2019 16.7387 15.3075 18.3337 13.7019C20.019 12.0125 20.9999 9.76527 21.0837 7.4019C21.033 5.98555 20.4373 4.64072 19.4166 3.6386C18.3959 2.63647 17.0262 2.05159 15.5837 2.0019C14.637 1.97597 13.7025 2.21637 12.8904 2.69476C12.0783 3.17315 11.4225 3.86958 11.0003 4.7019M11.0003 5.60176V4.7019' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_40'%3E%3Crect width='22' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.cart-actions__item.--delete {
	flex: 0 0 17px;
	width: 17px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_320_25)'%3E%3Cpath d='M0 6H2.4H17' stroke='%23bfbfbf' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M14 6L13 17H8H9H4L3 6' stroke='%23bfbfbf' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M4 5.5C4 3 6 1 8.5 1C11 1 13 3 13 5.5' stroke='%23bfbfbf' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_320_25'%3E%3Crect width='17' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: var(--transition);
}
.cart-actions__item.--delete:hover, 
.cart-actions__item.--delete:active {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_320_25)'%3E%3Cpath d='M0 6H2.4H17' stroke='%23000' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M14 6L13 17H8H9H4L3 6' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M4 5.5C4 3 6 1 8.5 1C11 1 13 3 13 5.5' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_320_25'%3E%3Crect width='17' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.cart-product__undo {
	display: none;
	width: 100%;
}
.cart-product.--delay > * {
	display: none;
}
.cart-product.--delay .cart-product__undo {
	display: block !important;
}
.cart-product__undo-notification {
	background: var(--color-gray-01);
	border: 1px solid var(--color-gray-05);
	border-radius: 16px;
	padding: 30px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-family: inherit;
}
.cart-product__undo-notification-message {
	color: #333;
	font-size: 15px;
	line-height: 22px;
}
.cart-product__undo-notification-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}
.cart-product__undo-btn {
	background: transparent;
	color: var(--color-red);
	border: 1px solid var(--color-red);
	padding: 11px 16px 12px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	transition: var(--transition);
	font-weight: 500;
}
.cart-product__undo-btn:hover, 
.cart-product__undo-btn:active {
	background: rgba(223, 0, 0, 0.05);
}
.cart-product__undo-timer {
	position: relative;
	width: 32px;
	height: 32px;
}
.cart-product__undo-timer-svg {
	width: 32px;
	height: 32px;
	transform: rotate(-90deg);
}
.cart-product__undo-timer-circle {
	transition: stroke-dashoffset 1s linear;
}
.cart-product__undo-timer-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	font-weight: 600;
	color: var(--color-red);
}

.cart-aside {
	background: var(--color-white);
	border-radius: 16px;
	box-shadow: 0 10px 35px 0 rgba(32, 54, 75, .12);
}
.cart-total {
	padding: 25px 25px 25px 25px;
}
.cart-total__row {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.cart-total__row.--economy {
	margin-top: 10px;
}
.cart-total__row::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: var(--color-gray-16);
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 10;
}
.cart-total__row.--economy::after {
	bottom: 7px;
}
.cart-total__label {
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	padding-right: 8px;
	background: var(--color-white);
	position: relative;
	z-index: 20;
}
.cart-total__price {
	white-space: nowrap;
	padding-left: 8px;
	background: var(--color-white);
	position: relative;
	z-index: 20;
}
.cart-total__price-value, 
.cart-total__price-currency {
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	color: var(--color-red);
}
.cart-total__row.--economy .cart-total__label {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}
.cart-total__row.--economy .cart-total__price-value, 
.cart-total__row.--economy .cart-total__price-currency {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: var(--color-green);
}
.btn.cart-total__button {
	margin-top: 20px;
	width: 100%;
	padding: 15px 15px 16px 15px;
}
body.pCart:not(:has(.cart-product)) .btn.cart-total__button {
	display: none;
}
.cart-contacts {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 25px 25px 25px;
	border-top: 1px solid var(--color-gray-16);
} 
.cart-contacts__img {
	flex: 0 0 66px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	background: url('../../images/img-support.jpg') no-repeat center center / cover;
}
.cart-contacts__content {
	width: 100%;
}
.cart-contacts__content-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.cart-contacts__content-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 3px;
	width: 100%;
}
.cart-contacts__content-links {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}
.cart-contacts__content-links a.phone-link {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-black);
	text-decoration: none;
	white-space: nowrap;
}
.cart-contacts__content-links a.phone-link:hover, 
.cart-contacts__content-links a.phone-link:active {
	color: var(--color-red);
	text-decoration: none;
}
.cart-contacts__content-links a.email-link {
	font-size: 15px;
	line-height: 22px;
	white-space: nowrap;
	text-decoration: underline;
	text-decoration-color: var(--color-red);
}
.cart-contacts__content-links a.email-link:hover, 
.cart-contacts__content-links a.email-link:active {
	text-decoration: underline;
	text-decoration-color: transparent;
}

@media (max-width: 1500px) {
	.cart-product {
		gap: 35px;
	}
	.cart-product__img {
		flex: 0 0 90px;
		width: 90px;
		height: 90px;
	}
	.cart-product__info {
		width: 360px;
	}
}
@media (max-width: 1240px) {
	.cart-product {
		flex-wrap: wrap;
		margin-top: 30px;
		padding-top: 30px;
	}
	.cart-product__info {
		flex: 1 1 calc(100% - 90px - 35px);
		width: auto;
	}
	.cart-product__quantity-input {
		flex: 0 0 40px;
		width: 40px;
	}
	.cart-actions {
		margin-left: auto;
	}
    .page__content-aside {
        display: flex !important;
    }
}
@media (max-width: 768px) {
	.page__content.--has-sidebar {
		flex-wrap: wrap;
	}
	.cart-product__undo-notification {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media (max-width: 549px) {
	.cart-product {
		gap: 25px;
	}
	.cart-product__img {
		flex: 0 0 70px;
		width: 70px;
		height: 70px;
	}
	.cart-product__price-discount {
		display: none;
	}
	.page__content-aside .sticky-widget {
		width: 100%;
	}
}
@media (max-width: 429px) {
    .cart-contacts {
		gap: 15px;
    }
	.cart-contacts__content-info {
		gap: 15px;
	}
}
@media (max-width: 409px) {
	.cart-contacts .site-contacts__chat-button {
		display: none;
	}
}
@media (max-width: 379px) {
	.cart-actions__item.action-favorites {
		display: none;
	}
}