

/* Start:/local/templates/universe/components/bitrix/sale.basket.basket/basket/style.css?178732896143144*/
.basket-switch {
	display: block;
}

.basket-switch>.container {
	display: block;
}

.basket-switch>.container>.orders {
	display: block;
}

.bx_ordercart {
	color: #363532;
}

/*Кнопки - переключатели*/
.bx_ordercart .bx_sort_container {
	vertical-align: middle;
	min-height: 32px;
	color: #919191;
	font-size: 0;
}

.bx_ordercart .bx_ordercart-unit-tabs-wrapper {
	margin-bottom: 15px;
}

.bx_ordercart .bx_sort_container a {
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #979797;
	text-decoration: none;
	cursor: pointer;
}

.bx_ordercart .bx_sort_container a:hover,
.bx_ordercart .bx_sort_container a.current {
	color: #2d2c2c;
	/*border-bottom:1px solid #3a58d2;*/
}

.bx_ordercart .bx_sort_container a.current {
	font-size: 16px;
	border-bottom: 2px solid #116afc;
}

.bx_ordercart .bx_sort_container a:focus {
	outline: none;
}

/*-Кнопки - переключатели-*/


.bx_ordercart .bx_ordercart_order_table_container {
	display: block;
	margin: 0;
	padding: 0;
	overflow-x: auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_ordercart .bx_ordercart_order_table_container table {
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-collapse: collapse;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter {
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bx_ordercart .bx_ordercart_order_table_container table td {
	white-space: nowrap;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
	width: 2%;
	padding: 0;
	border-bottom: none !important;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
	padding: 10px 20px;
	color: #2d2c2c;
	font-size: 12px;
	border-bottom: 1px solid #E8E8E8;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
	padding: 30px 20px;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
	color: #363532;
}

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


.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
	max-width: 120px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
	width: 30%;
}

.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;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 116.667%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
	width: 110px;
	text-align: right;
}

.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: #000 !important;
	font-size: 14px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
	color: #c93332;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
	color: #7f7f7f;
	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 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: color 0.4s, font-size 0.1s;
	-moz-transition: color 0.4s, font-size 0.1s;
	-ms-transition: color 0.4s, font-size 0.1s;
	-o-transition: color 0.4s, font-size 0.1s;
	transition: color 0.4s, font-size 0.1s;
}

.bx_ordercart .bx_ordercart_photo_container {
	position: relative;
	padding-top: 100%;
	min-width: 50px;
	max-width: 100%;
	height: 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	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: 100% auto;
	background-size: 100% auto;
	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 #c0cfda;
	line-height: 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.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;
	color: #1F1F1F;
	font-size: 14px;
	font-weight: 400;
	line-height: 114.286%;
	margin-bottom: 7px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
	text-decoration: none;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #363532;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
	color: #b4b4b4;
	font-size: 13px;
}

.bx_ordercart .bx_ordercart_order_pay {
	margin: 30px auto 0;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_ordercart .bx_ordercart_order_pay_left {
	margin-top: 45px;
	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-top: 10px;
}

.bx_ordercart .bx_ordercart_coupon span {
	display: block;
	margin-bottom: 13px;
	color: #7f7f7f;
	font-size: 13px;
}

.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 #59a62a;
	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 #e16565;
	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: #9a9a9a;
}

.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 #ddd;
	position: absolute;
	top: 100%;
	left: 0;
	max-width: 270px;
	padding: 10px;
	background: #fff;
	z-index: 1010;
	font-size: 13px;
	line-height: 17px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .05);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.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;
	margin-top: 45px;
}

.bx_ordercart .bx_ordercart_order_sum .sum {
	font-weight: bold;
	text-align: right;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
	padding: 1px;
	text-align: right;
	font-size: 14px;
}

.bx_ordercart .bx_ordercart_order_pay_center {
	margin-top: 40px;
	text-align: right;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 794px;
	margin: 0px auto;
}

.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center a {
	vertical-align: top;
	padding: 12px 40px;
	margin-bottom: 15px;
}

.bx_ordercart .bx_ordercart_order_pay_center a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	border-radius: 0 !important;
	height: 38px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.bx_ordercart_order_button {
	width: 100%;
}

.bx_ordercart.uni-tabs {
	margin-bottom: 50px;
}

.bx_ordercart .intec-button-cl-default,
.bx_ordercart a.intec-button-cl-default {
	padding: 12px 15px;
}

.bx_ordercart .jsClearBasket {
	border-color: transparent !important;
	height: 37px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
}

.bx_ordercart .jsClearBasket:hover {
	color: #000 !important;
}

.bx_ordercart .jsClearBasket:hover::after {
	opacity: 1;
}


.bx_ordercart .jsClearBasket::after {
	content: "";
	display: inline-block;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cg%3E%3Cpath d='M1 0.5L13 12.5' stroke='black'/%3E%3Cpath d='M13 0.5L1 12.5' stroke='black'/%3E%3C/g%3E%3C/svg%3E");
	width: 14px;
	height: 13px;
	opacity: 0.4;
	background: #000;
	transition: all 0.3s ease 0s;
}

#basket_form_container .bx_sort_container.tabs {
	float: left;
}

.bx_ordercart .intec-button-cl-default .glyph-icon-cancel {
	font-size: 9px;
}

.bx_ordercart .bx_ordercart-unit-tabs-wrapper .intec-button * {
	line-height: 10px;
}

.bx_ordercart .bx_ordercart_order_pay_center .sale_back_wrapper {
	text-align: left;
}

.bx_ordercart .bx_ordercart_order_pay_center a.sale_back {}

.bx_ordercart .bx_ordercart_order_pay_center a.sale_order {}

.bx_ordercart .bx_ordercart_order_pay_center .checkout {
	position: relative;
	top: -9px;
	display: inline-block;
	padding: 0 18px;
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
	color: #fff;
	vertical-align: bottom;
	text-decoration: none;
	text-shadow: 0 1px 0 #0075b6;
	font-weight: bold;
	line-height: 36px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover {
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTdkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #0a7ddd));
	background: -webkit-linear-gradient(top, #00a2df 0%, #0a7ddd 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #0a7ddd 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #0a7ddd 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #0a7ddd 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #0a7ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df', endColorstr='#0a7ddd', GradientType=0);
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout:active {
	background: #0a7ddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhN2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a7ddd), color-stop(100%, #00a2df));
	background: -webkit-linear-gradient(top, #0a7ddd 0%, #00a2df 100%);
	background: -moz-linear-gradient(top, #0a7ddd 0%, #00a2df 100%);
	background: -ms-linear-gradient(top, #0a7ddd 0%, #00a2df 100%);
	background: -o-linear-gradient(top, #0a7ddd 0%, #00a2df 100%);
	background: linear-gradient(to bottom, #0a7ddd 0%, #00a2df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7ddd', endColorstr='#00a2df', GradientType=0);
	box-shadow: inset 0 3px 2px 1px rgba(0, 0, 0, .22);
}



@media all and (max-width:980px) {
	.bx-touch .adaptiv .bx_ordercart .bx_sort_container span {
		display: block;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_sort_container a {
		margin: 0 20px 10px 0;
	}

	.adaptiv .bx_ordercart .bx_ordercart_order_table_container table thead td {
		font-size: 13px;
	}

	.adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
	.adaptiv .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
	.adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
		font-size: 14px;
	}
}

@media all and (max-width:680px) {
	.adaptiv .bx_ordercart .bx_ordercart_order_table_container table thead td {
		font-size: 12px;
	}

	.adaptiv .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
	.adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
		font-size: 12px;
	}
}

@media all and (max-width:600px) {

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_pay {
		width: 100%;
	}

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

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_sum {
		float: none;
		margin-top: 20px;
		width: 100%;
	}
}

@media all and (max-width:530px) {
	.bx-touch .adaptiv .bx_ordercart .bx_sort_container {
		margin: 10px 0;
		text-align: left;
		line-height: 13px;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_sort_container a {
		float: none;
		border-bottom: none;
		border-left: 1px solid transparent;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_sort_container a:hover,
	.bx-touch .adaptiv .bx_ordercart .bx_sort_container a.current {
		border-color: #3a58d2;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.price,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.control {
		display: block;
		padding: 2% 6%;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
		margin-bottom: 20px;
		border-bottom: 1px solid #ededed;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table {
		padding: 0
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table thead {
		display: none;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto {
		width: 100%;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
		padding-bottom: 20px;
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom {
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.control {
		text-align: center;
		width: auto;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_size_small_noadaptive,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_scu_small_noadaptive {
		margin: 5px auto !important;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_photo_container {
		margin: 0 auto;
		padding-top: 50%;
		max-width: 250px;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
		border: none;
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
		max-width: 100%;
		width: auto;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container table tbody td {
		border: none
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
		display: inline-block;
		margin-right: 10px;
		font-weight: bold;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
		text-align: center;
		word-spacing: 15px;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
		word-spacing: normal;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
		display: none
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
		padding-top: 20px;
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 28px;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
		margin-left: 10px;
		font-size: 19px;

	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
		display: inline-block;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_sum {
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_sum .sum {
		display: inline;
	}

	.bx-touch .adaptiv .bx_ordercaret table tbody tr td.basket_quantity {
		text-align: center;
	}
}

@media all and (max-width:490px) {
	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_pay_center {
		margin-bottom: 40px;
		text-align: center;
	}

	.bx-touch .adaptiv .bx_ordercart .bx_ordercart_order_pay_center span {
		display: block;
	}

	.bx-touch .adaptiv .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;
}

/* 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 {
	border: 1px solid #f0f0f0 !important;
	border-top: none;
	border-bottom: none;
}

#basket_quantity input[type=text] {
	width: 40px;
	height: 35px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #f7f7f7;
	border-top: none;
	border-bottom: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.basket_quantity_control a {
	display: block;
	height: 35px;
	width: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #848484 !important;
	text-align: center;
	background: transparent;
	text-decoration: none !important;
	outline: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	transition-property: background-color;
	transition: 0.3s;
}

.basket_quantity_control a:hover {
	background: #e8e8e8;
}

.item .property {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.item .property .text,
.item .property .title {
	color: #1F1F1F;
	font-size: 12px;
	font-weight: 400;
	line-height: 133.333%;
}

.item .property img {
	height: 20px;
	border: 1px solid #dedede;
	margin-left: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.min-buttons .min-button {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}

.min-buttons .min-button:first-child {
	margin-left: 0px;
}

.bx_ordercart_order_pay_center .catalog-button {
	font-size: 14px;
	padding: 13px 40px;
}

.flat {
	display: inline;
}

.centered {
	text-align: center;
}

.bt2 {
	color: #3f3f3f;
	font-size: 13px;
	text-align: center;
	padding: 7px 16px;
	text-decoration: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bt2:hover {
	color: #3f3f3f;
	background: #fbfbfb;
	text-decoration: none !important;
}

.bt2:active {
	color: #3f3f3f;
	text-shadow: 0 2px 1px white;
	background: #fbfbfb;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eaeaea));
	background: -webkit-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
	background: -o-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
	background: -ms-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
	background: radial-gradient(ellipse at center, #fbfbfb 0%, #eaeaea 100%);
	box-shadow: none;
	padding: 6px 15px;
	border: 1px solid #d2d2d2;
}

input.bt2 {
	border: none;
}

input.bt2:active {
	border: 1px solid #d2d2d2;
}

/* size */

.bx_item_detail_size_small_noadaptive {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 192px;
}

.bx-no-touch .bx_item_detail_size_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

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

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

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

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size {
	overflow-x: auto;
}

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

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size ul {
	margin-left: 0 !important;
}

.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_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 #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}

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

.bx_item_detail_size_small_noadaptive ul li:hover a {
	border: 1px solid #006cc0
}

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a {
	/*padding: 3px;*/
	border: 2px solid #006cc0;
}

.bx-touch .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/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	-moz-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	-o-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 fill stretch;
}

/*----*/

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

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

.bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.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_item_detail_size_small_noadaptive .bx_slide_left {
	left: -5%;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/arr_left.png) no-repeat left center;
	background-size: 100% auto
}

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
	right: -5%;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/arr_right.png) no-repeat right center;
	background-size: 100% auto
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {
	left: 0;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/fade_left.png) repeat-y left center;
	background-size: 100% auto
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
	right: 0;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/fade_right.png) repeat-y right center;
	background-size: 100% auto
}

/* end of size */

/* sku */

.bx_item_detail_scu_small_noadaptive {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 193px;
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px
}

/*----*/

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

.bx_item_detail_scu_small_noadaptive .bx_scu {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_scu {
	overflow-x: auto
}

.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_item_detail_scu_small_noadaptive .bx_scu ul {
	margin-left: 0 !important
}

.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_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 #c0cfda;
	background: #fff;
}

.bx-retina .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/universe/components/bitrix/sale.basket.basket/basket/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2border.png) 2 fill stretch;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
	border: 1px solid #006cc0
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
	padding: 3px;
	border: 2px solid #006cc0;
}

.bx-retina .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/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	-moz-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	-o-border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 stretch;
	border-image: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/x2borderactive.png) 2 fill stretch;
}

.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_item_detail_scu_small_noadaptive .bx_scu ul li a span img {
	width: auto;
	height: 25px;
}

/*----*/

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

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

.bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.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_item_detail_scu_small_noadaptive .bx_slide_left {
	left: -5%;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/arr_left.png) no-repeat left center;
	background-size: 100% auto
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
	right: -5%;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/arr_right.png) no-repeat right center;
	background-size: 100% auto
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left {
	left: 0;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/fade_left.png) repeat-y left center;
	background-size: 100% auto
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
	right: 0;
	background: url(/local/templates/universe/components/bitrix/sale.basket.basket/basket/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;
}



.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,
.bx_ordercart .bx_ordercart_order_table_container tbody td.sum {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 87.5%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
	color: #f63c3c;
	font-size: 14px;
}

.intec-ordercart-coupon_name {
	display: inline-block;
	margin-right: 10px;
}

.intec-ordercart_coupon_wrap {
	display: inline-block;
	position: relative;
}

/*.intec-ordercart_coupon_wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -9px;
	width: 18px;
	height: 16px;
	background-image: url('/local/templates/universe/components/bitrix/sale.basket.basket/basket/images/discount_cupon.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.intec-ordercart_coupon_wrap > input {
	padding-left: 40px !important;
}*/
.intec-ordercart_sum {
	font-size: 16px;
	text-align: right;
}

.intec-ordercart_sum .intec-ordercart_sum_value {
	display: block;
	padding-left: 37px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.intec-ordercart_sum .intec-ordercart_sum_value.intec-ordercart_discount {
	font-size: 14px;
	color: #f63c3c;
	text-decoration: line-through;
}

.intec-ordercart_sum+.intec-ordercart_sum {
	margin-top: 40px;
}

.intec-order-cart_sum_table {
	display: table;
}

.intec-order-cart_sum_table>.intec-order-cart_sum_row {
	display: table-row;
}

.intec-order-cart_sum_table .intec-order-cart_sum_cell {
	display: table-cell;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}

.intec-order-cart_sum_table .intec-order-cart_sum_cell:first-child {
	text-align: right;
}

.intec-order-cart_sum_table .intec-order-cart_sum_row:last-child .intec-order-cart_sum_cell {
	border-bottom: none;
}

.intec-order-cart_sum_table .intec-order-cart_sum_cell>.intec-ordercart_sum_value {
	margin-bottom: 15px;
}

.intec-order-cart_sum_table .intec-order-cart_sum_cell>.intec-ordercart_sum_value:last-child {
	margin-bottom: 0;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control .to-cart-item {
	font-size: 18px;
	line-height: 0;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control .delay-item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control .to-cart-item {
	color: #d2d8db;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control .delay-item:hover,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control .to-cart-item:hover {
	color: #116afc;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control .delete-item {
	font-size: 18px;
	color: #d2d8db;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control .delete-item:hover {
	color: #E24581;
}

.bx_ordercart_coupon_column {
	margin-bottom: 10px;
	width: 100%;
}

.intec-ordercart_coupon input {
	height: 37px;
	text-align: center;
	border: 1px solid #E8E8E8;
	padding: 5px 20px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 108.333%;
	width: 100%;
	border-radius: 0 !important;
}

.intec-ordercart_coupon input::placeholder {
	opacity: 0.5;
}

div.bx_ordercart_mobile_title {
	display: none;
}

#basket_items .bx_ordercart_mobile_title:after {
	content: ':';
}

.bx_ordercart_order_top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

.bx_ordercart_text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}

h1.intec-header {
	font-size: 24px !important;
}

.control .delay-item.fa-heart {
	width: 16px;
	height: 16px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.control .delay-item.fa-heart::before {
	display: none;
}

.control .delay-item.fa-heart svg {
	max-width: 16px;
	transition: all 0.3s ease 0s !important;
	opacity: 0.4;
}

.control .delay-item.fa-heart svg path {
	transition: all 0.3s ease 0s !important;
}


.control .delay-item.fa-heart:hover svg {
	opacity: 1;
}

.control .delay-item.fa-heart:hover svg path {
	fill: #000;
}

.control .delete-item.fa-times,
.control .delete-item.fa-close {
	width: 16px;
	height: 16px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	opacity: 0.4;
	transition: all 0.3s ease 0s !important;
}

.control .delete-item.fa-times:hover,
.control .delete-item.fa-close:hover {
	opacity: 1;
}


.control .delete-item.fa-times svg,
.control .delete-item.fa-close svg {
	max-width: 16px;
}

.control .delete-item.fa-times::before,
.control .delete-item.fa-close::before {
	display: none;
}

.control .glyph-icon-cart {
	transition: all 0.3s ease 0s !important;
	opacity: 0.4;
}

.control .glyph-icon-cart:hover {
	opacity: 1;
}

.control .glyph-icon-cart svg {
	max-width: 16px;
	display: inline-flex !important;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
}

.control .glyph-icon-cart::before {
	display: none;
}


@media (max-width: 720px) {
	.bx_ordercart .bx_ordercart_order_pay_center>div {
		text-align: center !important;
	}

	.bx_ordercart_order_table_container>table {}

	.bx_ordercart_order_table_container>table .bx_ordercart_mobile_title {
		display: inline-block !important;
		float: left;
		width: 45%;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
	}

	.bx_ordercart_order_table_container>table .bx_ordercart_mobile_title.counter-title {
		padding-top: 7px;
	}

	.bx_ordercart_order_table_container>table .bx_ordercart_cell_content {
		margin-left: 50%;
		text-align: left;
	}

	.bx_ordercart_order_table_container>table thead {
		display: none;
	}

	.bx_ordercart_order_table_container>table>tbody>tr {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #e8e8e8;
	}

	.bx_ordercart_order_table_container>table>tbody>tr:last-child {
		border-bottom: none;
	}

	.bx_ordercart_order_table_container>table>tbody>tr>td {
		display: block;
		padding: 0 !important;
		margin: 0 auto 15px !important;
		text-align: center;
		border: none !important;
	}

	.bx_ordercart_order_table_container>table td.control,
	.bx_ordercart_order_table_container>table td.item {
		width: 100% !important;
		text-align: center !important;
	}

	.bx_ordercart_order_table_container>table td.control a:last-child {
		margin-right: 0;
	}

	.bx_ordercart_order_table_container table.counter {
		margin: 0 auto;
	}

	.bx_ordercart_order_table_container .itemphoto {
		width: 130px !important;
	}

	#basket_form_container .bx_sort_container.tabs {
		float: none;
	}

	#basket_form_container .jsClearBasket {
		float: none;
	}

	.bx_ordercart .bx_sort_container {
		margin-bottom: 10px;
	}

	.bx_ordercart_coupon_column {
		text-align: center;
	}

	.bx_ordercart .bx_ordercart_order_pay_center .fast_order {
		display: none;
	}

	.bx_ordercart_order_top {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.bx_ordercart_text {
		text-align: center;
	}
}

@media (max-width: 500px) {

	.bx_ordercart .bx_ordercart_order_pay_center span,
	.bx_ordercart .bx_ordercart_order_pay_center a {
		display: block;
	}
}

/* //.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {display:none !important}
//.intec-order-cart_sum_cell #PRICE_WITHOUT_DISCOUNT {display:none} */
/* End */
/* /local/templates/universe/components/bitrix/sale.basket.basket/basket/style.css?178732896143144 */
