

/* Start:/local/templates/leokid/components/bitrix/sale.basket.basket/bootstrap_v4/style.css?175499939028416*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.basket-item-image {
	flex: 0 0 237px;
}

@media (max-width: 991px) {
	.basket-item-image {
		flex: 0 0 170px;
	}
}
@media (max-width: 350px) {
	.basket-item-image {
		flex: 0 0 100px;
	}
}

/*region Coupon*/
.basket-coupon-alert-section { width: 100%; }

.basket-coupon-alert {
	display: flex;
	justify-content: space-between;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.basket-coupon-text {
	color: #1d1d1d;
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	word-break: break-word;
}

@media (max-width: 991px) {
	.basket-coupon-text {
		font-size: 12px;
	}
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.2;
	border-bottom: 1px dotted;
	color: #dbdbdb;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}
@media (max-width: 991px) {
	.basket-coupon-alert .close-link,
	.basket-coupon-text {
		font-size: 12px;
	}
}

.basket-coupon-alert .close-link:hover { border-color: transparent; }
/*endregion*/

/*region Checkout*/
/**/
.basket-checkout-block-total-inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}


.basket-checkout-block-total-description {
	color: #5d5d5d;
}

/**/
.basket-checkout-block-total-price {
	padding-left: 10px;
	text-align: right;
}

.basket-coupon-block-total-price-old {
	position: absolute;
	top: 3px;
	right: 0;
	color: #a1a1a1;
	text-align: right;
}

.basket-coupon-block-total-price-old:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-coupon-block-total-price-difference {
	display: inline-block;
	padding: 2px 4px;
	background: #1d1d1d;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

/**/
.basket-notification-section { width: 100%; }

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
/*endregion*/

/*region Basket item list wrapper*/
/*header*/
.basket-items-list-header {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 13px 25px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms padding ease;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 300ms all ease;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: var(--primary);
	text-decoration: none;
	cursor: pointer;
	transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
	color: var(--theme-color-second);
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-search-clear-btn:hover { color: #c04e4e; }

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		flex-direction: column
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	animation-name: ShowOverlay;
	animation-duration: 200ms;
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

.basket-items-list-item-container {
	position: relative;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td { border-top: none !important; }

@media (max-width: 767px) {
	.basket-items-list-item-container.basket-items-list-item-container-gift,
	.basket-items-list-item-container.basket-items-list-item-container-gift > td,
	.basket-items-list .basket-items-list-item-container:first-child > td {
		margin: 0;
		padding-top: 0;
		border-top: none !important;
	}
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-descriptions {
	width: 100%;
	vertical-align: top;
}
/*region lable*/
/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
	position: absolute;
	z-index: 90;
	opacity: 1;
	transition: opacity 450ms ease;
}

.basket-item-label-text span,
.basket-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #d1d1d1;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring { background-color: #fba90c; }

.basket-item-label-text > div,
.basket-item-label-ring > div { line-height: 0; }

/* TEXT */
.basket-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: 500;
}

.basket-item-label-text.basket-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.basket-item-label-text > div { line-height: 0; }

	.basket-item-label-text.basket-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 11px;
		line-height: 14px;
	}

	.basket-item-label-text.basket-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 13px;
		line-height: 16px;
	}
}

/*RING*/
.basket-item-label-ring {
	box-sizing: border-box;
	border-radius: 0;
	font-weight: 500;
}

.basket-item-label-ring.basket-item-label-small {
	display: inline-block;
	padding: 5px 7px;
	background: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

.basket-item-label-ring.basket-item-label-big {
	padding: 4px 6px;
	font-size: 18px;
}

.basket-item-label-top { top: 0; }

.basket-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.basket-item-label-center > div { text-align: center; }

.basket-item-label-left { left: 0; }

.basket-item-label-left > div { text-align: left; }

.basket-item-label-bottom { bottom: 0; }

.basket-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.basket-item-label-right { right: 0; }

.basket-item-label-right > div { text-align: right; }

.basket-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
	padding: 0;
	flex: 3;
}

@media (max-width: 580px) {
	.basket-item-block-info {
		flex: 6;
	}
}

/*region Name*/
.basket-item-highlighted { background: #ff0; }

/*endregion*/

.basket-item-block-common {
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex: 2;
	-ms-flex-wrap: nowrap;
	-ms-flex-line-pack: baseline;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-box-align: start;
	justify-content: flex-end;
	align-content: baseline;
	align-items: flex-start;
	flex: 2;
}

@media (max-width: 991px) {
	.basket-item-block-common {
		padding: 5px 0;
		min-width: 100%;
	}

	.basket-items-list-wrapper .basket-item-block-common {
		justify-content: flex-end;
	}

	.basket-items-list-wrapper .basket-item-block-common > div {
		flex: none;
	}
}

@media (max-width: 460px) {
	.basket-items-list-wrapper .basket-item-block-common {
		flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
	}

}

/*region Properties*/
.basket-item-block-properties { flex: 5; }

.basket-item-property,
.basket-item-property-custom {
	display: flex;
	-ms-flex-align: center;
	padding-bottom: 4px;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
/*region Custom Column*/

.basket-item-property-custom { padding-right: 15px; }

.basket-item-property-custom-content { padding: 3px 0; }

.basket-item-property-custom.basket-item-property-custom-photo { display: block; }

.basket-item-property-custom-photo .basket-item-property-custom-value {
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: stretch;
	min-height: 64px;
	word-spacing: 0;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span { display: inline-block; }

.basket-item-custom-block-photo-link {
	display: block;
	margin-right: 5px;
}

.basket-item-custom-block-photo-item {
	margin-right: 3px;
	width: auto;
	height: 64px;
	border: 1px solid #e4e4e4;
	transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover { border-color: #ee9200; }

@media (max-width: 580px) {
	.basket-item-property-custom { padding-right: 0; }
}

/*endregion*/

/*scu*/
.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color {
	display: block;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.basket-item-property.basket-item-property-scu-text,
	.basket-item-property.basket-item-property-scu-image,
	.basket-item-property.basket-item-scu-color {
		display: block;
		margin-bottom: 15px;
	}
}

.basket-item-scu-list {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	gap: 14px;
}
@media (max-width: 580px) {
	.basket-item-scu-list {
		gap: 8px;
	}
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	padding: .25rem .75rem;
	border: 1px solid #bdbdbd;
	font-size: .75rem;
	text-transform: uppercase;
	line-height: 1.25;
	transition: .15s;
	cursor: pointer;
	-webkit-touch-callout: none;
	user-select: none;
}

.basket-item-scu-item.selected
{
	border-color: #1d1d1d;
	transition: .15s;
}

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available {
	color: #bdbdbd;
	text-decoration: line-through;
	cursor: default;
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-property-scu-color .basket-item-scu-item,
.basket-item-property-scu-image .basket-item-scu-item{
	padding: 0;
}
.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	vertical-align: top;
}

.basket-item-block-amount {
	display: flex;
	width: 6.25rem;
	height: 2.625rem;
	border: 1px solid #1d1d1d;
}

.basket-item-amount-filed-block {
	flex: 1;
	height: 100%;
	width: 100%;
	text-align: center;
	border: 0;
	outline: 0;
}
.basket-item-amount-filed{
	height: 100%;
	width: 100%;
	text-align: center;
	border: 0;
	outline: 0;
}
.basket-item-amount-filed:disabled{
	background: #FFFFFF;
	color: #1d1d1d;
}


.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	height: 100%;
	flex: 0 0 2.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

.basket-item-amount-btn-plus{

}

.basket-item-amount-btn-minus {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='1' viewBox='0 0 9 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0292969 1V0H8.0293V1H0.0292969Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
}

.basket-item-amount-btn-plus {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00195 3.99951V0.499512H5.00195V3.99951H8.50195V4.99951H5.00195V8.49951H4.00195V4.99951H0.501953V3.99951H4.00195Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
}

.basket-item-block-amount.disabled{
	opacity: 0.4;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-minus ,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus {
	cursor: default;
}

@media (max-width: 991px) {
	.basket-item-block-amount {
		width: 4rem;
		height: 1.7rem;
	}

	.basket-item-amount-btn-plus,
	.basket-item-amount-btn-minus  {
		flex: 0 0 1.25rem
	}
	.basket-item-amount-btn-plus {
		background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00391 3.00537V0.505371H4.00391V3.00537H6.50391V4.00537H4.00391V6.50537H3.00391V4.00537H0.503906V3.00537H3.00391Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
	}
	.basket-item-amount-btn-minus {
		background-image: url("data:image/svg+xml,%3Csvg width='7' height='2' viewBox='0 0 7 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0390625 1.0166V0.0166016H6.03906V1.0166H0.0390625Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
	}
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	padding-top: 0;
	vertical-align: top;
	flex: 1;
	text-align: right;
}

@media (max-width: 1199px) {
	.basket-items-list-item-price {
		flex: 0 0 auto;
	}
}
.basket-items-list-item-price.basket-items-list-item-price-for-one{
	text-align: left;
}

.basket-item-block-price {
	position: relative;
	white-space: nowrap;
}

.basket-item-price-current {
	display: inline-flex;
	align-items: center;
}
.basket-item-price-current>span{
	min-width: 100px;
}
/*endregion*/


/*endregion*/
.basket-items-list-item-notification-inner {
	position: relative;
	transition: 220ms all ease;
}

/**/

.basket-items-list-item-double,
.basket-items-list-item-warning-container{
	margin-top: 10px;
	margin-bottom: 10px;
}

.basket-items-list-item-container.basket-items-list-item-container-expend { display: table-row; }

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	position: relative;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	background-color: #e6f8fe;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	align-items: center;
	justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}

@keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@media (max-width: 768px) {
	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
		flex-direction: column;
	}

	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div { text-align: center; }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common { opacity: 0; }

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
	overflow: hidden;
	height: 80px;
	opacity: 0;
}

.basket-items-list-item-removed-anchor {
	border-bottom: 1px dashed;
	color: #333;
	font-weight: 500;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
	border-bottom: 1px dashed;
	text-decoration: none;
}

/*region Gifts*/
.basket-item-gifts-list-container {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fceb9f;
	background: #fffef8;
}

.basket-item-gifts-list-container:after {
	position: absolute;
	top: -10px;
	left: 90px;
	display: block;
	width: 17px;
	height: 17px;
	background-color: #fceb9f;
	content: '';
	transform: rotate(45deg);
}

.basket-item-gifts-list-title {
	padding: 12px 17px;
	background-color: #fceb9f;
	color: #5b5848;
}

.basket-item-gifts-list { padding: 15px; }

.basket-items-list-gift-item {
	display: flex;
	-ms-flex-align: center;
	border-bottom: 1px solid #f3f2ed;
	align-items: center;
	flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child { border-bottom: none; }

/*region Gift image*/
.basket-item-gift-image-container {
	padding: 10px 0;
	min-width: 48px;
	max-width: 100%;
	width: 168px;
	text-align: center;
	flex: 1;
}

.basket-item-gift-image-link { display: inline-block; }

.basket-item-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 69px;
	width: auto;
	height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
	padding: 5px 15px;
	width: 100%;
	flex: 9;
}

.basket-item-gift-title-link {
	color: #333;
	transition: 300ms all ease;
}

@media (max-width: 580px) {
	.basket-item-gift-title-link { font-size: 13px; }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
	text-align: right;
	flex: 2;
}

.basket-item-gift-price-difference {
	display: flex;
	-ms-flex-align: center;
	padding: 5px 6px 6px;
	background: #e2f0cb;
	color: #525c69;
	text-align: center;
	text-transform: uppercase;
	align-items: center;
}

@media (max-width: 580px) {
	.basket-items-list-gift-item {
		flex-wrap: wrap;
	}

	.basket-item-gift-price-container { min-width: 100%; }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
	padding: 18px 25px 20px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms all ease;
}

.basket-clear {
	cursor: pointer;
	pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #a1a1a1;
	content: '';
	transition: 300ms background-color ease;
}

.basket-clear:after {
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before { background-color: #333; }

@media (max-width: 991px) {
	.basket-gifts-list-header {
		padding: 10px 9px 11px;
		font-size: 12px;
		line-height: 15px;
	}
}

.basket-gifts-list { padding: 0 25px; }

.basket-gifts-description-container {
	padding: 11px;
	color: #868d96;
	text-align: center;
}

.basket-gifts-list-item-container { position: relative;
	display: flex;
	-ms-flex-align: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	transition: 300ms all ease;
	flex-wrap: wrap;
	align-items: center;
}

.basket-gifts-list-item-container:first-child { border-top: none; }

.basket-gift-block-image {
	padding: 5px 15px 5px 0;
	min-width: 50px;
	max-width: 50px;
}

.basket-gift-image-link { display: inline-block; }

.basket-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 168px;
	width: auto;
	height: auto;
	transition: 300ms all ease;
}

.basket-gift-block-info { flex: 1 }

.basket-gift-info-name,
.basket-gift-info-name-link {
	margin: 0;
	padding: 0;
	color: #2f3435;
	text-decoration: none;
	transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.basket-gift-block-common {
	display: flex;
	-ms-flex-align: center;
	flex-wrap: wrap;
	align-content: center;
}

.basket-gift-item-select-btn-container {
	display: flex;
	-ms-flex-align: center;
	flex-wrap: nowrap;
	align-items: center;
}

.basket-gift-item-selected {
	padding: 0 10px;
	color: #b6bbbf;
}

.basket-gift-item-select-btn-label {
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0;
	align-items: center;
}

.basket-gift-item-select-input { display: none; }

.basket-gift-item-select-btn-radio {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 0 0 1px #828b95;
	cursor: pointer;
	transition: 190ms all ease;
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio { border-width: 5px; }

.basket-gift-item-select-btn-text {
	text-transform: lowercase;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid #828b95;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
	position: absolute;
	background-color: #fff;
	content: '';
	opacity: 0;
	transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
	top: 5px;
	left: 5px;
	z-index: 15;
	width: 3px;
	height: 9px;
	border-radius: 1px;
	transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
	top: -1px;
	left: 11px;
	z-index: 10;
	width: 5px;
	height: 17px;
	border: 1px solid #fff;
	border-radius: 2px;
	transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
	background-color: var(--primary);
	opacity: 1;
}

@media (max-width: 797px) {
	.basket-gift-item-select-btn-container {
		flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.basket-gift-item-selected {
		padding-right: 0;
		text-align: right;
	}

	.basket-gift-item-select-btn-label {
		text-align: right;
	}
}

.bx-step-opacity { transition: 500ms opacity ease; }

/*endregion*/

/*region not found*/
.basket-search-not-found {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 0;
	transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
	margin: 0 auto 80px;
	width: 180px;
	height: 180px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: cover;
}

.basket-search-not-found-text {
	color: #c0c5ca;
	text-align: center;
}

/*endregion*/

.bx-sbb-empty-cart-image {
	margin: 50px auto 42px;
	width: 131px;
	height: 116px;
	background: url(/local/templates/leokid/components/bitrix/sale.basket.basket/bootstrap_v4/images/empty_cart.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
	margin-bottom: 42px;
	color: #bababa;
	text-align: center;
	font-size: 36px;
}

.bx-sbb-empty-cart-desc {
	margin-bottom: 42px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

.catalog-block-header{
	font-size:14px;
	font-weight: 500;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.basket-items-list-item-container .btn-close,
.basket-items-list-item-container .alert-dismissible .btn-close {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	padding: 0.5rem;
}

.maxma-basket-bonus,
.maxma-basket-promocode {
	display: flex;
	justify-content: flex-end;
}

.basket-item-maxma-bonuses span {
	background: #000;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	font-size: .6rem !important;
}
/* End */


/* Start:/local/templates/leokid/components/bitrix/news.list/sc-messages/style.css?1754999390676*/
.sc-info-messages{display:flex;flex-direction:column;gap:15px;margin-top:15px}.sc-info-messages .sc-info-messages-item{padding:10px;position:relative}.sc-info-messages .sc-info-messages-item .sc-info-messages-item-close{position:absolute;top:0;right:0;width:40px;height:40px;line-height:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:20px;padding-left:20px}.sc-info-messages .sc-info-messages-item--simple{border:1px solid #000}.sc-info-messages .sc-info-messages-item--warning{background:#fffbca}.sc-info-messages .sc-info-messages-item--error{background:#ffcaca}.sc-info-messages .sc-info-messages-item--success{background:#cdffca}

/* End */
/* /local/templates/leokid/components/bitrix/sale.basket.basket/bootstrap_v4/style.css?175499939028416 */
/* /local/templates/leokid/components/bitrix/news.list/sc-messages/style.css?1754999390676 */
