

/* Start:/local/templates/2026_master/components/bitrix/sale.basket.basket/v_basket/style.css?178550597211149*/

.vi-basket-page * {
	color: var(--black-color);
}
.vi-basket-title {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 28px;
}
.vi-basket-title h1 {
	margin-bottom: 12px;
}
.vi-basket-title .sub {
	color: rgba(14, 18, 20, 0.70);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
}
/*.vi-basket-page .page-grid {*/
/*	display: grid;*/
/*	grid-template-columns: 1fr;*/
/*	grid-gap: 56px;*/
/*}*/
/*.vi-basket-page .page-grid > * {*/
/*	min-width: 100%;*/
/*}*/
.basket-items-list-wrapper,
.basket-items-list-header,
.basket-items-list {
	width: 100%;
}
.basket-items-list-header{
	display: grid;
	grid-template-columns: 4fr 1fr 2fr 2fr auto;
	/*display: none;*/
}


.basket-items-list {
	width: 100%;
	border-top: 1px solid var(--black);
	padding: 28px 0;
	border-bottom: 1px solid var(--black);
	margin-bottom: 36px;
}
.basket-items-list:hover {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
}
.basket-items-list-item-descriptions {
	display: grid;
	grid-template-columns: 129px 1fr;
	grid-gap: 16px;
	width: 100%;
	padding-right: 50px;
	align-items: center;
}
.basket-items-list-item-descriptions img {
	width: 100%;
}
.basket-item-info-name-link span {
	color: var(--black-color);
	font-size: 14px;
	text-transform: lowercase;
	display: block;
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
}
.basket-item-info-name-link span:first-letter {
	text-transform: uppercase!important;
}

.basket-coupon-alert-section {
	margin-bottom: 0.667rem  /* 12/18 */
}
.basket-coupon-alert-section * {
	font-size: 0.778rem  /* 16/18 */;
	line-height: normal;
}
.basket-coupon-alert-section .close-link {
	text-decoration: underline;
	cursor: pointer;
}

.basket-item-block-properties {
	padding-top: 0.667rem  /* 12/18 */;
}
.basket-item-property-custom * {
	font-size: 0.681rem  /* 14/18 */;
	color: rgba(14, 18, 20, 0.50);
}
.basket-item-property-custom {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 12px;
}
.basket-item-price-difference,
.basket-item-price-difference *{
	font-size: 0.681rem  /* 14/18 */;
	color: rgba(14, 18, 20, 0.50);
}


.basket-coupon-block-total-price-old {
	text-decoration: line-through;
	font-size: 0.681rem  /* 14/18 */;
	margin-bottom: 0.333rem  /* 6/18 */;
	color: rgba(14, 18, 20, 0.70);
}
.basket-coupon-block-total-price-difference,
.basket-coupon-block-total-price-difference * {
	font-size: 0.681rem  /* 14/18 */;
	color: rgba(14, 18, 20, 0.70);
}

.basket-items-list-item-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.basket-items-list-item-container:last-child {
	margin-bottom: 0;
}
.basket-item-actions-remove {
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	top: 0;
	right: 0;
}
.basket-item-block-amount {
	display: grid;
	grid-template-columns: 32px 50px 32px;
	grid-gap: 8px;
	align-items: center;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
	display: block;
	cursor: pointer;
	transition: .3s ease-out;
}
.basket-item-amount-btn-minus:hover,
.basket-item-amount-btn-plus:hover {
	opacity: .7;
}
.basket-item-amount-filed {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--light-gray-color);
	background: #FFF;
	height: 44px;
	width: 100%;
	text-align: center;
	margin: 0!important;
	padding: 8px!important;
	min-height: initial!important;
}
.basket-item-amount-filed:hover {
	border: 1px solid var(--black-color);
}
.basket-item-price-current,
.basket-items-list-header {
	display: none;
}
.basket-item-price-current-text {
	color: var(--black-color);
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 160%; /* 25.6px */
	font-size: 18px;
	/*margin-bottom: 8px;*/
	display: block;
}


.total-price-grid {
	display: flex;
	justify-content: space-between;
	color: #0E1214;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	margin-bottom: 12px;
}
.total-price-grid > div {
	display: grid;
	text-align: right;
}
.basket-item-property-custom-name,
.basket-item-property-custom-value,
.basket-item-property-name,
.basket-item-property-value{
	font-size: 14px;
	color: var(--gray-color);
}

.basket-item-property-custom-name:after,
.basket-item-property-name:after {
	content: ": ";
}
.basket-item-property-name {
	display: inline-block;
	margin-right: 12px;
}
.basket-item-property {
	display: flex;
	margin-bottom: 8px;
}

.basket-item-block-amount.disabled {
	opacity: 0!important;
	pointer-events: none;
}

.basket-item-property-scu-text {
	display: none;
}
@media (min-width: 993px) {
	.vi-basket-page .page-grid {
		grid-template-columns: 3fr 1.2fr;
	}
	.vi-basket-title {
		flex-direction: row;
		margin-bottom: 36px;
	}

	.vi-basket-title h1 {
		margin: 0 24px 0 0;
	}
	.basket-item-price-current{
		display: block;
	}
	.basket-items-list-header {
		padding-bottom: 16px;
	}
	.basket-items-list-header,
	.basket-items-list-item-container {
		display: grid;
		grid-template-columns: 5fr 1fr 1.5fr 1fr auto;
		grid-gap: 12px;
	}
	.basket-items-list-header * {
		color: rgba(14, 18, 20, 0.50);
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 14px */
	}
	.basket-items-list-item-descriptions {
		margin: 0;
		padding: 0;
	}
	.basket-items-list {
		padding: 36px 0;
	}
	.basket-item-actions-remove {
		position: static;
	}
	.coupon-info-link {
		margin-bottom: 24px;
	}
	.basket-items-list-item-container {
		margin-bottom: 42px;
	}
}





.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.coupons_desc {
	display: none;
	padding-top: 30px;
	margin-bottom: 15px;
	width: 100%;
}
.coupons_desc div {
	padding-top: 30px;
	margin-bottom: 15px;
	width: 100%;
	color: var(--black);
	font-size: 0.788rem;
}





.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
	border: none;
}
.v-basket-wrapper .basket-items-list{
	padding: 0;
}
.v-basket-root {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 60px;
}



.v-basket-grid {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 60px;
	padding-bottom: 64px;
}
.basket-total-block-wrapper {

	position: relative;
}
.basket-total-block {
	position: relative;
	padding-top: 64px;
}
.basket-checkout-container {
	position: sticky;
	top: 64px;
	left: 0;
	background: var(--beige-color);
	padding: 32px;
	border: 1px solid var(--black-color);
	border-radius: 8px;
}
.basket-total-block .v-btn {
	width: 100%;
}

.v-basket-header {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--black-color);
	margin-bottom: 32px;
}
.v-basket-header button {
	transition: .3s ease-out;
	border: 1px solid var(--light-gray-color);
	border-radius: 8px;
	padding: 8px 12px;
	margin-left: 12px;
	display: inline-flex;
	align-items: center;
	line-height: 1.6;
	background: white;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.v-basket-header button svg {
	flex-shrink: 0;
	display: block;
	margin-right: 12px;
}
.v-basket-count {
	color: var(--gray-color);
	font-size: 21px;
	line-height: 1.6;
	display: block;
	margin-right: auto;
}
.basket-items-list-item-notification-removed,
.basket-items-list-item-container-expend{
	display: none;
}


.v-sum {
	font-size: 21px;
	color: var(--black-color);
	line-height: 1.6;
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 24px;
}
.v-discount,
.basket-coupon-block-total-price-old{
	font-size: 18px;
	line-height: 1.6;
	color: var(--gray-color);
	text-decoration: none;
	margin-bottom: 24px;
}
.basket-coupon-block-total-price-old {
	margin-bottom: 0;
}

.basket-items-list-item-price,
.basket-item-block-price {
	display: flex;
	flex-direction: column;
}
.basket-item-price-old-text,
.basket-item-price-old {
	order: 2;
	color: var(--gray-color);
	font-size: 14px;
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: line-through;
}
.basket-item-price-difference {
	display: none;
}



@media (max-width: 1200px) {
	body {
		padding-bottom: 340px;
	}
	.v-basket-grid {
		padding-bottom: 32px;
		display: block;
	}
	.basket-total-block {
		position: fixed;
		padding-top: 0;
		bottom: 72px;
		left: 0;
		right: 0;
		width: 100%;
	}
	.basket-checkout-container {
		position: static;
		width: 100%;
		border-radius: 0;
		border: none;
		box-shadow: -1px -1px 16px #ccc;
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media (max-width: 992px) {
	.basket-items-list-item-container .price-for-one {
		display: none;
	}
}

@media (max-width: 580px) {
	.basket-checkout-container {
		padding: 16px 8px;
	}
	.v-sum {
		margin-bottom: 12px;
	}
	.v-sum,
	.basket-coupon-block-total-price-current,
	.basket-total-block .v-btn{
		font-size: 14px;
	}
	.basket-coupon-block-total-price-old, .v-discount {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.basket-total-block .v-btn {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.basket-items-list-item-descriptions {
		grid-template-columns: 100px 1fr;
		grid-gap: 16px;
		align-items: start;
	}
	.basket-item-info-name-link span {
		font-size: 14px;
	}
	.basket-item-property-custom-name, .basket-item-property-custom-value, .basket-item-property-name, .basket-item-property-value {
		font-size: 11px;
	}
	.basket-item-price-current-text {
		font-size: 14px;
	}
	.basket-item-block-amount {
		grid-template-columns: 24px 44px 24px;
	}
	.v-basket-header button {
		padding: 7px 12px;
	}
	.v-basket-header button span {
		display: none;
	}
	.v-basket-header button svg {
		margin: 0;
	}
	.v-basket-count {
		font-size: 14px;
	}
	body {
		padding-bottom: 240px;
	}
}


.basket-items-list-item-descriptions .product-pic {
	height: 100px;
}

.basket-items-list-item-descriptions .product-pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


@media (max-width: 580px) {
	.basket-items-list-item-price {
		margin-right: auto;
		margin-left: 16px;
	}
	.basket-item-block-info {
		margin-left: 8px;
	}
}




@media print {
	header, footer,.v-basket-header,.basket-item-block-amount,.coupon-title, .vi-btn-line, #bx-panel, .v-breadcrumbs,.basket-item-actions-remove, .v-mobile-menu-panel-wrapper, .v-mobile-menu-wrapper {
		display: none!important;
	}
	.v-basket-grid {
		display: block;
	}
	.basket-items-list-item-container {
		border: 1px solid var(--gray-color);
		border-radius: 8px;
		padding: 1rem;
		display: flex;
		align-items: center;
	}
	.basket-items-list-item-descriptions {
		display: flex;
		align-items: center;
		float: left;
		width: 80%;
	}
	.basket-items-list-item-descriptions .product-pic {
		display: inline-block;
		width: 80px;
		height: 80px;
		margin-right: 1rem;
		float: left;
	}

	.basket-items-list-item-price {
		display: flex;
	}

	.basket-items-list-item-descriptions .product-pic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

}

.bx-sbb-empty-cart-desc a {
	text-decoration: underline;
}
/* End */
/* /local/templates/2026_master/components/bitrix/sale.basket.basket/v_basket/style.css?178550597211149 */
