

/* Start:/local/templates/sun/components/bitrix/sale.basket.basket/custom-cart/style.css?17796228868423*/
.symbol_ruble {
	font-family: "rubleBitrix", Arial, sans-serif;
}

#basket-root .cart-page {
	padding: 0;
}

.basket-cart-page {
	position: relative;
}

.basket-cart-page__right [data-entity="basket-total-block"] {
	position: relative;
}

.basket-cart-warning {
	margin: 0 0 24px;
	padding: 18px 56px 18px 20px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff7f7;
	color: #313131;
}

.basket-cart-warning__close {
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 18px;
	right: 18px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.basket-cart-warning__close:before,
.basket-cart-warning__close:after {
	content: "";
	width: 14px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
}

.basket-cart-warning__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.basket-cart-warning__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.basket-cart-warning__content a {
	text-decoration: underline;
}

.basket-cart-warning__content > *:not(:last-child) {
	margin-bottom: 8px;
}

.basket-items-list-container {
	position: relative;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	background: rgba(255, 255, 255, 0.7);
}

.basket-cart__items {
	display: block;
}

.basket-cart-item {
	position: relative;
}

.basket-cart-item .wishlist__right {
	position: relative;
}

.basket-cart-item .wishlist__image-link {
	position: relative;
}

.basket-cart-item .basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: rgba(255, 255, 255, 0.7);
}

.basket-cart-item__discount-badge {
	padding: 4px 8px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	background: #cf2e2e;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}

.basket-cart-item .wishlist__top_cart {
	min-height: 0;
	padding-right: 44px;
}

.basket-cart-item .wishlist__bottom_cart {
	align-items: flex-start;
}

.basket-cart-item .wishlist__cart-col:nth-child(1),
.basket-cart-item .wishlist__cart-col:nth-child(3) {
	display: flex;
	flex-direction: column;
}

.basket-cart-item .wishlist__cart-col:nth-child(3) {
	align-items: flex-end;
}

.basket-cart-item .wishlist__old-price,
.basket-cart-item__sum-old {
	padding: 0 0 10px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #999;
	text-decoration: line-through;
}

.basket-cart-item .wishlist__price,
.basket-cart-item .wishlist__price_total {
	padding: 0;
	display: block;
}

.basket-cart-item .wishlist__price_total {
	font-size: 20px;
	line-height: 24px;
}

.basket-cart-item .wishlist__remove {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
}

.basket-cart-item__meta {
	padding: 4px 0 10px;
}

.basket-cart-item__meta-row {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.basket-cart-item__meta-name {
	font-weight: 500;
	color: #313131;
}

.basket-cart-item__meta-color {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.basket-cart-item__meta-swatch {
	width: 12px;
	height: 12px;
	display: inline-block;
	flex-shrink: 0;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.basket-cart-item__sku {
	padding: 0 0 12px;
}

.basket-cart-item__sku-values {
	padding-top: 6px;
}

.basket-item-scu-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}

.basket-item-scu-item {
	min-width: 34px;
	height: 34px;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.basket-item-scu-item.selected {
	border-color: #000;
}
.basket-item-scu-item::before {display: none;}

.basket-item-scu-item.not-available {
	opacity: 0.35;
	pointer-events: none;
}

.basket-item-scu-item-inner {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #313131;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.basket-item-scu-item-inner_color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.basket-cart-item__notice,
.basket-cart-item__status {
	margin: 0 0 12px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 20px;
	background: #f8f8fb;
}

.basket-cart-item__status_warning {
	background: #fff7f7;
}

.basket-cart-item__notice-link,
.basket-cart-item__status a {
	text-decoration: underline;
}

.basket-cart-item__status {
	position: relative;
}

.basket-cart-item__status-close {
	width: 16px;
	height: 16px;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 12px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.basket-cart-item__status-close:before,
.basket-cart-item__status-close:after {
	content: "";
	width: 12px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
}

.basket-cart-item__status-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.basket-cart-item__status-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.basket-cart-item__measure {
	display: none;
}

.basket-cart-item__sum-discount {
	display: none;
}

.basket-item-block-amount.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.basket-updated {
	animation: basket-quantity-updated 0.35s ease;
}

@keyframes basket-quantity-updated {
	0% {
		background: rgba(0, 0, 0, 0.08);
	}
	100% {
		background: transparent;
	}
}

.basket-item-highlighted {
	background: rgba(255, 204, 0, 0.25);
}

.basket-cart-item__restore {
	padding: 22px 0 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.basket-cart-item__restore-title {
	font-size: 16px;
	line-height: 24px;
}

.basket-cart-item__restore-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.basket-cart-item__restore-button,
.basket-cart-item__restore-close {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.basket-cart__promo {
	max-width: 430px;
}

.basket-cart__coupon-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.basket-cart__coupon-item {
	padding: 12px 14px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	background: #f8f8fb;
}

.basket-cart__coupon-item_muted {
	background: #eef7ef;
}

.basket-cart__coupon-text {
	font-size: 14px;
	line-height: 20px;
	color: #313131;
}

.basket-cart__coupon-note {
	color: #666;
}

.basket-cart__coupon-remove {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.basket-cart-total__coupon-code {
	white-space: normal;
	word-break: break-word;
}

.basket-cart-total .button.disabled {
	opacity: 0.45;
	pointer-events: none;
}

.basket-cart-total.basket-checkout-container-fixed {
	position: fixed;
	top: 20px;
	z-index: 20;
}

.basket-cart-total.basket-checkout-container-fixed-hide {
	opacity: 0;
}

.basket-cart__empty-result {
	padding: 24px 0 0;
}

.basket-cart-empty {
	max-width: 540px;
	margin: 0 auto;
	padding: 80px 20px 40px;
	text-align: center;
}

.basket-cart-empty__title {
	padding: 0 0 16px;
	font-size: 38px;
	line-height: 1.1;
	color: #000;
}

.basket-cart-empty__text {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

.basket-cart-empty__text a {
	text-decoration: underline;
}

@media screen and (max-width: 1279px) {
	.basket-cart-item__restore {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 991px) {
	.basket-cart-page__right {
		width: 100%;
		padding-top: 30px;
	}

	.basket-cart-total.basket-checkout-container-fixed {
		position: static;
	}

	.basket-cart__promo {
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.basket-cart-warning {
		padding: 16px 44px 16px 16px;
	}

	.basket-cart-item .wishlist__top_cart {
		padding-right: 36px;
	}

	.basket-cart-item__meta {
		padding-bottom: 8px;
	}

	.basket-cart-item__notice,
	.basket-cart-item__status {
		padding: 10px 12px;
	}

	.basket-cart__coupon-item {
		flex-direction: column;
	}

	.basket-cart-empty {
		padding-top: 40px;
	}

	.basket-cart-empty__title {
		font-size: 28px;
	}

	.basket-cart-empty__text {
		font-size: 16px;
		line-height: 24px;
	}
}

/* End */
/* /local/templates/sun/components/bitrix/sale.basket.basket/custom-cart/style.css?17796228868423 */
