

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/cart/style.css?178995567142055*/
.bx_ordercart .bx_sort_container{
	margin-bottom:15px;
	min-height:32px;
	color:var(--text-muted);
	vertical-align:middle;
	font-size:15px;
	line-height:32px;
}
.bx_ordercart .bx_sort_container a{
	display:inline-block;
	margin-left:20px;
	padding:0 20px;
	border:1px solid var(--border-color-strong);
	border-radius:3px;
	background:var(--surface-section-alt);
	color:var(--text-secondary);
	text-decoration:none;
	line-height:32px;
	transition:background-color .15s ease, border-color .15s ease, color .15s ease;
}
.bx_ordercart .bx_sort_container a:hover,
.bx_ordercart .bx_sort_container a:focus{
	border-color:var(--interactive-hover-color);
	background:var(--surface-accent);
	color:var(--interactive-hover-color);
}
.bx_ordercart .bx_sort_container a:active{
	border-color:var(--brand-primary-active);
	background:var(--surface-accent-strong);
	color:var(--brand-primary-active);
}
.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a.current:hover,
.bx_ordercart .bx_sort_container a.current:focus{
	border-color:var(--brand-primary);
	background:var(--brand-primary);
	color:var(--button-primary-text);
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.16);
}

.bx_ordercart .bx_ordercart_order_table_container{
	overflow-x:auto;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	border:1px solid var(--border-color-strong);
	border-radius:3px;
	font-size:14px;
}
.bx_ordercart .bx_ordercart_order_table_container table{
	margin:0;
	padding:0;
	min-width:100%;
	border-collapse:collapse;
}
.bx_ordercart .bx_ordercart_order_table_container table td{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space:nowrap;
	}
.bx_ordercart .bx_ordercart_order_table_container table td.margin{
	padding:0;
	width:2%;
	border-bottom:none !important;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td{
	padding:0 5px;
	min-height:39px;
	background:var(--surface-section);
	color:var(--text-primary);
	font-size:14px;
	line-height:39px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td{
	padding:2% 5px;
	border-bottom:1px solid var(--border-color);
	vertical-align:top;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td td{
	padding: 0 1px !important;
}


.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td{border-bottom:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{width:20%;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price{
	text-align:left;
	font-size:14px;
	line-height:22px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{display:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a{
	color: var(--link-color);
	font-size: 11px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item{width:70%;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	color:var(--text-primary);
	font-weight:bold;
	font-size:19px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price     .old_price{
	color:var(--text-disabled);
	text-decoration:line-through;
	font-size:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price    .type_price{
	color:var(--text-muted);
	font-size:11px;
	line-height:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{
	font-size:11px;
	line-height:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a{
	color:var(--link-color);
	font-size:11px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:focus-visible{
	color:var(--interactive-hover-color);
	text-decoration:none;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 3px;
}
.bx_ordercart .bx_ordercart_photo_container{
	position:relative;
	padding-top:100%;
	min-width:50px;
	max-width:100%;
	height:0;
	border:1px solid var(--border-color-active-soft);
	border-radius:2px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo{
	position:absolute;
	top:   4%;
	right: 4%;
	bottom:4%;
	left:  4%;
	background-position:center;
	-webkit-background-size:auto 100%;
			background-size:auto 100%;
	background-repeat:no-repeat;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand{
	position:relative;
	margin-top:3%;
	min-width:50px;
	max-width:100%;
	border:1px solid var(--border-color-active-soft);
	border-radius:2px;
	line-height:0;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle{
	margin:0;
	padding:0;
	white-space:normal;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	color:var(--text-primary);
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart{
	margin-bottom:10px;
	color:var(--text-placeholder);
	font-size:13px;
}

.bx_ordercart .bx_ordercart_order_pay{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin:20px auto 0;
	padding:0 20px;
}
.bx_ordercart .bx_ordercart_order_pay_left{
	float:left;
	width:50%;
}
.bx_ordercart .bx_ordercart_order_pay_right{
	float:left;
	width:50%;
	text-align:right;
}
.bx_ordercart .bx_ordercart_coupon{
	position: relative;
	white-space: nowrap;
	margin-bottom: 4px;
}
.bx_ordercart .bx_ordercart_coupon span{
	display:block;
	margin-bottom:13px;
	color:var(--text-muted);
	font-size:13px;
}
.bx_ordercart .bx_ordercart_coupon input{
	height:34px;
	border:1px solid var(--text-placeholder);
	border-radius:3px;
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.21);
	color:var(--text-primary);
	text-align:left;
	font-weight:bold;
	font-size:16px;
	vertical-align: middle;
	outline: none !important;
}

.bx_ordercart .bx_ordercart_coupon span.good,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled{
	display: inline-block;
	width:22px;
	height:34px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.bx_ordercart .bx_ordercart_coupon span.disabled:hover{cursor:pointer}
.bx_ordercart .bx_ordercart_coupon input.good{
	position: relative;
	border:1px solid var(--state-success);
	background:rgba(89,166,42,.16);
	box-shadow:0 0 2px 0 rgba(89,166,42,.8);
}
.bx_ordercart .bx_ordercart_coupon span.good{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon input.bad{
	border:1px solid var(--state-danger-icon);
	background:rgba(225,101,101,.16);
	box-shadow:0 0 2px 0 rgba(225,101,101,.8);
}
.bx_ordercart .bx_ordercart_coupon span.good:hover,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon span.bad:hover{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAMAAAA4Nk+sAAAA1VBMVEXVLy/VMTHWMjLWMzPWNDTWNjbXODjXOjrXOzvYPT3YPz/ZQUHZQ0PaRkbaR0faSEjbTEzbTU3bTk7bT0/dWFjdWVneW1veXV3fYWHfYmLgY2PgZGTgZWXgZmbibW3ib2/jc3Pjd3flfX3lf3/mgYHojo7oj4/rm5vrnZ3soKDtpKTtpqbuqanura3wsrLxuLjxurr42tr43Nz43t754uL54+P76ur76+v77Oz87u787+/88PD88fH88vL99PT99fX99vb++Pj++fn++vr+/Pz//f3////hD3ITAAAA4klEQVQoU2XR2VrCMBRF4YWCAwIiGg1OYHGsI1qrNalGpef9H8mLNvlKXTfJ/m8P4iusWYRB+bxeH7ShvX+V1Nier1DVmhnP8wG1hs8lzzdZauNFBPnaodEwF+SiqXApfHQAIqMBtIkAOim3AKTiNGgnKQA3nAKgcnFj7cQqAE7YJnhQeqwRPCgt1qvf2Ik4XY1VRkHzPPiAs6BKWe8THgB4F6tAWXkD4B7XBZgmCkAlU4DuJxLzr1iQQtPo8FcQyXaXdZSVZ8iO6nps/NGKu57HrXhRO/HP00z1+3vR43e5/wBykDHWjqbzywAAAABJRU5ErkJggg==") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon input.disabled{
	color: var(--text-muted);
}
.bx_ordercart .bx_ordercart_coupon_notes{
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	display: none;
	opacity: 0;
	white-space: normal;
	border: 1px solid var(--border-color);
	position: absolute;
	top: 100%;
	left: 0;
	max-width: 270px;
	padding: 10px;
	background: var(--surface-card);
	z-index: 1010;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.05)
}
.bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes{
	display: block;
	opacity: 1;
}
.bx-touch .bx_ordercart .bx_ordercart_coupon_notes{
	display: block;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	margin: 10px auto;
	box-shadow: none
}
.bx_ordercart .bx_ordercart_order_sum{float:right;}
.bx_ordercart .bx_ordercart_order_sum tr{ }
.bx_ordercart .bx_ordercart_order_sum tr td{
	padding:1px;
	text-align:right;
	font-size:13px;
}
.bx_ordercart .bx_ordercart_order_sum tr td.custom_t1{width:100%;}
.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2{white-space:nowrap;}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb{font-weight:bold;}
.bx_ordercart .bx_ordercart_order_pay_center{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid var(--border-color);
	text-align:right;
}
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center a{
	vertical-align:top;
	line-height:53px;
}
.bx_ordercart .bx_ordercart_order_pay_center span{
	margin:0 30px;
	font-weight:bold;
	font-size:17px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout{
	position:relative;
	top:-9px;
	display:inline-block;
	padding:0 18px;
	border-radius:3px;
	background:var(--brand-primary);
	color:var(--text-inverse);
	vertical-align:bottom;
	text-decoration:none;
	text-shadow:0 1px 0 var(--brand-primary-hover);
	font-weight:bold;
	line-height:36px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover{
	background:var(--brand-primary);
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:active{
	background:var(--brand-primary-active);
	box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);
}

.bx_ordercart .bx_ordercart_order_pay_center .refresh
{
	margin-right:15px;
}

.bx_ordercart  .bx_bt_button{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	border: none;
	vertical-align: middle;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}

.bx_ordercart  .bx_bt_button  				{
	background:var(--brand-primary);
	color:var(--text-inverse);
	text-shadow:0 1px 0 var(--brand-primary-active);
}
.bx_ordercart .bx_bt_button:hover  		{
	background:var(--brand-secondary);
}
.bx_ordercart .bx_bt_button:active  		{
	background:var(--brand-primary);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}

.bx_ordercart .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_ordercart .bx_medium.bx_bt_button	{
	padding:0 13px;
	font-weight:bold;
	height:27px;
	line-height:27px;
}

.bx_big.bx_bt_button{
	padding:0 13px;
	font-weight:bold;
	height:36px;
	line-height:36px;
}

		@media (max-width:980px){
			.bx-touch .bx_ordercart .bx_sort_container span{display:block;}
			.bx-touch .bx_ordercart .bx_sort_container a{margin:0 20px 10px 0;}
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:13px;}
			.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:14px;}
		}
		@media (max-width:680px){
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:12px;}
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:12px;}
		}
		@media (max-width:600px){

			.bx-touch .bx_ordercart .bx_ordercart_order_pay{width:100%;}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_left,
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_right{
				float:none;
				width:100%;
				text-align:center;
			}

			.bx-touch .bx_ordercart .bx_ordercart_order_sum{
				float:none;
				margin-top:20px;
				width:100%;
			}
		}
		@media (max-width:530px){
			.bx-touch .bx_ordercart .bx_sort_container{
				margin:10px 0;
				text-align:left;
				line-height:13px;
			}
			.bx-touch .bx_ordercart .bx_sort_container a{
				display:inline;
				margin:0 10px 0 0;
				padding:0;
				border:none;
				background:none !important;
				color:var(--link-color);
				text-decoration:underline;
				font-size:13px;
				box-shadow: none;
				text-shadow:none;
			}
			.bx-touch .bx_ordercart .bx_sort_container a:hover{text-decoration:none;background:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{display:block}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{padding:2% 6%}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr{
				margin-bottom:20px;
				border-bottom:3px double var(--border-color-strong);
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child{
				margin-bottom:0;
				border-bottom:none;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table thead{display:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{width:100%;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{padding-bottom:20px;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_size_small_noadaptive,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_scu_small_noadaptive{margin:5px auto !important;}
			.bx-touch .bx_ordercart .bx_ordercart_photo_container{
				margin:0 auto;
				padding-top:50%;
				max-width:250px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
				border:none;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
				max-width:100%;
				width:auto;
				border-radius:2px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td{border:none}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{
				display:inline-block;
				margin-right:10px;
				font-weight:bold;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control{text-align:center;word-spacing:15px;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control a{word-spacing:normal;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control br{display:none}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
				padding-top:20px;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
				margin-top:10px;
				margin-bottom:10px;
				font-size:28px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price{
				margin-left:10px;
				font-size:19px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{display:inline-block;}
		}
		@media (max-width:490px){
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center{
				margin-bottom:40px;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center span{display:block;}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center .checkout{top:0;}
		}



.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price
{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
font-size: 14px;
}

/* quantity control table */

table.counter{
	min-width: 0% !important;
}
table.counter td {
	border: none !important;
    vertical-align: middle;
}

table.counter tbody tr td#quantity_control
{
	text-align: left;
}

.basket_quantity_control {
	display: inline-block;
	left: 0;
	margin: 0;
	padding: 0;
}

.basket_quantity_control a {
    background: url("/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/arrows.png") no-repeat scroll 0 0 transparent;
    border: 1px solid var(--border-color);
    display: block;
    height: 10px;
    text-align: center;
    width: 11px;
}

.basket_quantity_control a.plus {
    background-position: 0px 0px;
    border-radius: 5px 5px 0 0;
}

.basket_quantity_control a.minus {
    background-position: 0px -20px;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.flat {
	display: inline;
}

.centered {
	text-align: center;
}

.bt2{
	color:var(--text-primary);
	font-size:13px;
	text-align:center;
	padding:7px 16px;
	text-decoration:none;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
	border-radius:3px;
	font-weight:bold;
	text-shadow:0 1px 1px var(--surface-card);
	background:var(--surface-card);
}
.bt2:hover{
	color:var(--text-primary);
	background:var(--surface-page-soft);
	text-decoration:none !important
}
.bt2:active{
	color:var(--text-primary);
	text-shadow:none;
	text-shadow:0 2px 1px white;
	background:var(--surface-page-soft);
	background:-webkit-radial-gradient(center,ellipse cover,var(--surface-page-soft) 0%,var(--border-color) 100%);
	background:-o-radial-gradient(center,ellipse cover,var(--surface-page-soft) 0%,var(--border-color) 100%);
	background:-ms-radial-gradient(center,ellipse cover,var(--surface-page-soft) 0%,var(--border-color) 100%);
	background:radial-gradient(ellipse at center,var(--surface-page-soft) 0%,var(--border-color) 100%);
	box-shadow:none;
	padding:6px 15px;
	border:1px solid var(--border-color-strong)
}
input.bt2{border:none}
input.bt2:active{border:1px solid var(--border-color-strong)}

/* size */

.bx_ordercart .bx_item_detail_size_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width:192px;
}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray{
	color: var(--text-muted);
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size_scroller_container{
	position: relative;
	margin-top:5px;
	margin-left:10px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size{overflow-x: auto;}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul{margin-left: 0 !important;}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	height: 25px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid var(--border-color-active-soft);
	background: var(--surface-card);

	color: var(--text-primary);
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
		 -o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
			border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 fill stretch;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:hover a{border: 1px solid var(--brand-primary)}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a{
/*padding: 3px;*/
	border: 2px solid var(--brand-primary);
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
		 -o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
			border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 fill stretch;
}

/*----*/

.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right  	 {opacity:0.8}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right:hover {opacity:1.0}

.bx_ordercart .bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.bx_ordercart .bx_item_detail_size_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/fade_right.png) repeat-y right center;background-size: 100% auto}
/* end of size */

/* sku */

.bx_ordercart .bx_item_detail_scu_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width:193px;
}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray{
	color: var(--text-muted);
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px
}

/*----*/

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container{
	position: relative;
	margin-top:5px;
	margin-left:10px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%
}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu{overflow-x: auto}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul{margin-left: 0 !important}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	padding-top: 10%;
	height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid var(--border-color-active-soft);
	background: var(--surface-card);
}
.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
		 -o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 stretch;
			border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border.png) 2 fill stretch;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a{border: 1px solid var(--brand-primary)}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a{
	padding: 3px;
	border: 2px solid var(--brand-primary);
}
.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
		 -o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 stretch;
			border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/x2border_active.png) 2 fill stretch;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right:hover{opacity:1.0}

.bx_ordercart .bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.bx_ordercart .bx_item_detail_scu_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* end of sku */

#warning_message {
	color: red;
}

.bx-touch .quantity_control{ display: none; }

#basket_items input {line-height: normal;}

@media (min-width: 992px) {
    .valign-flex {
        display: flex;
        align-items: center;
    }
}
.cart-page {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	color: var(--text-primary);
}
.cart-page * {
	box-sizing: border-box;
}
.cart-page .title {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.18;
	font-weight: 700;
	color: var(--brand-primary);
}
.cart-page .title:after {
	display: none;
}
.cart-page #warning_message:not(:empty) {
	margin: 0 0 18px;
}
.cart-page .table-cart {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid var(--border-color);
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--surface-card);
	box-shadow: 0 4px 14px rgba(11, 94, 168, .05);
	overflow: hidden;
}
.cart-page .table-cart thead td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--border-color-subtle);
	background: var(--surface-section);
	font-size: 13px;
	font-weight: 600;
	color: var(--text-subtle);
}
.cart-page .table-cart tbody td {
	padding: 16px;
	border-bottom: 1px solid var(--border-color-muted);
	vertical-align: middle;
}
.cart-page .table-cart tbody tr:last-child td {
	border-bottom: none;
}
.cart-page .table-cart .td-name .name a {
	color: var(--brand-primary);
	font-weight: 600;
	text-decoration: none;
}
.cart-page .table-cart .td-name .name a:hover {
	color: var(--interactive-hover-color);
	text-decoration: underline;
}
.cart-page .table-cart .td-name .name a:focus-visible {
	color: var(--interactive-hover-color);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 3px;
}
.cart-page .table-cart .td-name .item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.cart-page .table-cart .td-name .image {
	flex: 0 0 72px;
	width: 72px;
}
.cart-page .table-cart .td-name .image a {
	display: block;
}
.cart-page .table-cart .td-name .image img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}
.cart-page .table-cart .td-name .info {
	min-width: 0;
	flex: 1 1 auto;
}
.cart-page .table-cart .td-name .sku {
	margin-top: 4px;
	font-size: 13px;
	color: var(--text-disabled);
}
.cart-page .table-cart .td-name .sku a {
	color: var(--brand-primary);
	text-decoration: none;
}
.cart-page .table-cart .td-name .sku a:hover {
	color: var(--interactive-hover-color);
	text-decoration: underline;
}
.cart-page .table-cart .td-name .sku a:focus-visible {
	color: var(--interactive-hover-color);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 3px;
}
.cart-page .table-cart .td-price .price .current {
	font-size: 17px;
	font-weight: 700;
	color: var(--text-primary);
}
.cart-page .table-cart .td-price .price .current.red {
	color: var(--state-danger-strong);
}
.cart-page .table-cart .td-price .price .old {
	font-size: 13px;
	color: var(--text-placeholder);
	text-decoration: line-through;
}
.cart-page .td-count .count {
	display: flex;
	justify-content: center;
}
.cart-page #basket_quantity_control {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
	background: var(--surface-card);
}
.cart-page #basket_quantity_control .minus,
.cart-page #basket_quantity_control .plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 40px;
	color: var(--brand-primary);
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
}
.cart-page #basket_quantity_control .minus:hover,
.cart-page #basket_quantity_control .plus:hover {
	background: var(--button-primary-hover-bg);
	color: var(--button-primary-text);
}
.cart-page #basket_quantity_control .minus:focus-visible,
.cart-page #basket_quantity_control .plus:focus-visible {
	background: var(--button-primary-hover-bg);
	color: var(--button-primary-text);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: -3px;
}
.cart-page #basket_quantity_control .minus:active,
.cart-page #basket_quantity_control .plus:active {
	background: var(--button-primary-active-bg);
	color: var(--button-primary-text);
}
.cart-page #basket_quantity_control .form-count {
	width: 46px;
	height: 40px;
	border: none;
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	text-align: center;
	font-size: 15px;
	color: var(--text-primary);
	outline: none;
}
.cart-page .td-delete {
	text-align: center;
}
.cart-page .td-delete .delete a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	color: var(--text-placeholder);
	text-decoration: none;
	transition: color .15s ease, background-color .15s ease;
}
.cart-page .td-delete .delete a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	-webkit-mask: url("/local/templates/.default/img/trash.svg") center / contain no-repeat;
	mask: url("/local/templates/.default/img/trash.svg") center / contain no-repeat;
}
.cart-page .td-delete .delete a:hover {
	background: var(--state-danger-bg-muted);
	color: var(--state-danger-strong);
}
.cart-page .td-delete .delete a:focus-visible {
	background: var(--state-danger-bg-muted);
	color: var(--state-danger-strong);
	outline: 3px solid rgba(176, 0, 32, .18);
	outline-offset: 2px;
}
.cart-page #coupons_block {
	margin: 0 0 18px;
}
.cart-page #coupons_block .bx_ordercart_coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.cart-page #coupons_block .bx_ordercart_coupon span:not([class]) {
	display: block;
	width: 100%;
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-primary);
}
.cart-page #coupons_block .bx_ordercart_coupon input {
	height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	color: var(--text-primary);
	outline: none;
}
.cart-page #coupons_block .bx_ordercart_coupon input:focus {
	border-color: var(--brand-primary);
	box-shadow: 0 0 0 3px rgba(11, 94, 168, .1);
}
.cart-page #coupons_block .bx_bt_button.bx_big {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background: var(--surface-card);
	color: var(--brand-primary);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	filter: none;
	transition: border-color .15s ease;
}
.cart-page #coupons_block .bx_bt_button.bx_big:hover {
	border-color: var(--border-color-strong);
	background: var(--surface-card);
}
.cart-page .sum-box {
	margin: 0 0 16px;
	padding: 18px 20px;
	border: 1px solid var(--border-color);
	border-radius: 12px;
	background: var(--surface-section);
	font-size: 16px;
	font-weight: 600;
	color: var(--text-primary);
	text-align: right;
}
.cart-page .sum-box .all {
	font-size: 22px;
	font-weight: 700;
	color: var(--brand-primary);
}
.cart-page .sum-box .weight {
	color: var(--text-subtle);
}
.cart-page .order-box {
	text-align: right;
}
.cart-page .order-box .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: var(--button-primary-bg);
	color: var(--text-inverse);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.cart-page .order-box .btn:hover {
	background: var(--button-primary-hover-bg);
	border-color: var(--button-primary-hover-bg);
	color: var(--button-primary-text);
}
.cart-page .order-box .btn:focus-visible {
	background: var(--button-primary-hover-bg);
	border-color: var(--button-primary-hover-bg);
	color: var(--button-primary-text);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
}
.cart-page .order-box .btn:active {
	background: var(--button-primary-active-bg);
	border-color: var(--button-primary-active-bg);
	color: var(--button-primary-text);
}
.cart-page .btn.btn-border {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 22px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background: var(--surface-card);
	color: var(--brand-primary);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.cart-page .btn.btn-border:hover {
	border-color: var(--interactive-hover-color);
	background: var(--surface-accent);
	color: var(--interactive-hover-color);
}
.cart-page .btn.btn-border:focus-visible {
	border-color: var(--interactive-hover-color);
	background: var(--surface-accent);
	color: var(--interactive-hover-color);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
}
@media only screen and (max-width: 767px) {
	.cart-page .table-cart,
	.cart-page table.table-cart {
		display: block;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		overflow: visible;
	}
	.cart-page .table-cart thead {
		display: none;
	}
	.cart-page .table-cart tbody,
	.cart-page table.table-cart tbody {
		display: block;
		width: 100%;
	}
	.cart-page .table-cart tbody tr,
	.cart-page table.table-cart tbody tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 100%;
		margin: 0 0 12px;
		padding: 12px 36px 12px 92px;
		border: 1px solid var(--border-color);
		border-radius: 12px;
		background: var(--surface-card);
		box-shadow: 0 4px 14px rgba(11, 94, 168, .05);
	}
	.cart-page .table-cart tbody td,
	.cart-page table.table-cart tbody tr td {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		text-align: left;
	}
	.cart-page .table-cart tbody tr td.d-none {
		display: none;
	}
	.cart-page .table-cart tbody tr td.td-name,
	.cart-page table.table-cart tbody tr td.td-name {
		order: 1;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.cart-page .table-cart .td-name .item {
		display: block;
		position: static;
		min-height: 0;
		padding-left: 0;
	}
	.cart-page .table-cart .td-name .image {
		position: absolute;
		top: 12px;
		left: 12px;
		width: 72px;
		flex: none;
	}
	.cart-page .table-cart .td-name .info {
		width: 100%;
	}
	.cart-page .table-cart .td-name .name {
		padding-right: 4px;
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 1.3;
	}
	.cart-page .table-cart .td-name .sku {
		margin-top: 1px;
		font-size: 12px;
		line-height: 1.3;
	}
	.cart-page .table-cart tbody tr td.td-weight,
	.cart-page table.table-cart tbody tr td.td-weight {
		order: 2;
		width: 100%;
		margin-top: 2px;
		font-size: 12px;
		line-height: 1.3;
		color: var(--text-disabled);
		text-align: left;
	}
	.cart-page .table-cart tbody tr td.td-price,
	.cart-page table.table-cart tbody tr td.td-price {
		order: 3;
		display: flex;
		align-items: center;
		width: auto;
		flex: 1 1 auto;
		min-width: 0;
		margin-top: 8px;
		text-align: left;
	}
	.cart-page .table-cart tbody tr td.td-count,
	.cart-page table.table-cart tbody tr td.td-count {
		order: 4;
		display: flex;
		align-items: center;
		width: auto;
		flex: 0 0 auto;
		margin-top: 8px;
	}
	.cart-page .table-cart tbody tr td.custom {
		order: 5;
		width: 100%;
		margin-top: 4px;
		font-size: 12px;
		text-align: left;
	}
	.cart-page .table-cart .td-price .price {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 6px;
		text-align: left;
	}
	.cart-page .table-cart .td-price .price .current {
		font-size: 16px;
	}
	.cart-page .table-cart .td-price .price .old {
		font-size: 12px;
	}
	.cart-page .td-count .count {
		justify-content: flex-end;
		margin: 0;
		padding: 0;
	}
	.cart-page .td-count #basket_quantity_control .minus,
	.cart-page .td-count #basket_quantity_control .plus {
		width: 28px;
		height: 32px;
	}
	.cart-page .td-count #basket_quantity_control .form-count {
		width: 38px;
		height: 32px;
		font-size: 14px;
	}
	.cart-page .table-cart tbody tr td.td-delete,
	.cart-page table.table-cart tbody tr td.td-delete {
		order: 0;
		position: absolute;
		top: 6px;
		right: 6px;
		width: auto;
		padding: 0;
		border: none;
	}
	.cart-page .sum-box,
	.cart-page .order-box {
		text-align: center;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/style.css?17842122121676*/
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.bx_ordercart.bx_blue .bx_bt_button {
	background:var(--button-primary-bg);
	color:var(--button-primary-text);
	text-shadow:none;
	transition:background-color .15s ease, border-color .15s ease;
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.bx_ordercart.bx_blue .bx_bt_button:hover {
	background:var(--button-primary-hover-bg);
	color:var(--button-primary-text);
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:focus-visible,
.bx_ordercart.bx_blue .bx_bt_button:focus-visible {
	background:var(--button-primary-hover-bg);
	color:var(--button-primary-text);
	outline:3px solid rgba(61,181,216,.28);
	outline-offset:2px;
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active,
.bx_ordercart.bx_blue .bx_bt_button:active {
	background:var(--button-primary-active-bg);
	color:var(--button-primary-text);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}
.bx-retina .bx_ordercart.bx_blue .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 fill stretch;
}
.bx-retina .bx_ordercart.bx_blue .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/images/x2border_active.png) 2 fill stretch;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/cart/personal.css?1784212212872*/
.cart-page .title {
	border: none;
	background: none;
}
.cart-page .title:before,
.cart-page .title:after {
	display: none;
	content: none;
}
.cart-page .td-count .count {
	display: flex;
	justify-content: center;
	margin: 0;
}
.cart-page .td-count .count .inner {
	display: inline-flex;
	position: static;
	width: auto;
}
.cart-page .td-count #basket_quantity_control {
	display: inline-flex;
	align-items: center;
	gap: 0;
}
.cart-page .td-count #basket_quantity_control .minus,
.cart-page .td-count #basket_quantity_control .plus {
	position: static;
	top: auto;
	right: auto;
	left: auto;
	z-index: auto;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.cart-page .td-count #basket_quantity_control .form-count {
	position: static;
	display: block;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket/cart/style.css?178995567142055 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/style.css?17842122121676 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/cart/personal.css?1784212212872 */
