

/* Start:/local/templates/box/components/bitrix/sale.basket.basket/us/style.css?174498140821068*/
.symbol_ruble {
	font-family: 'rubleBitrix', Arial, sans-serif
}

.basket {
	display: flex;
	justify-content: space-between;
}

.basket-items {
	width: calc(100% - 335px);
	border: 1px solid var(--tmp-coffee-40);
	border-radius: 4px;
}

.basket-total {
	width: 315px;
	margin-left: 20px;
}

.basket__header {
	background: var(--tmp-coffee-10);
	border-bottom: 1px solid var(--tmp-coffee-40);
	box-sizing: border-box;
	/* border-radius: 4px; */
	padding: 10px 20px;
}

.basket__header h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

.basket__item td {
	display: block;
}

.basket__item {
	display: flex;
	padding: 20px;
}

.basket__item-info-block>div {
	display: flex;
}

.basket__item-info {
	margin-left: 20px;
}

.basket__item+.basket__item {
	border-top: 1px solid var(--main-bg-color-2);
}

.basket__item td+td {
	margin-left: 20px;
}

.basket__item-picture {
	--p-width: 120px;
	min-width: var(--p-width);
	width: var(--p-width);
	height: var(--p-width);
}

.basket__item-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.basket__item-info {
	/* width: 290px; */
}

.basket-items-list-table {
	display: block;
}

.basket__item-info-block {
	width: calc(120px + 290px)
}

.basket-items-list-table tbody {
	display: block;
}

.basket__item-prices {
	width: 150px;
}

.basket__item-count {
	width: 150px;
}

.basket__item-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}

.basket__item-price-old {
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	color: var(--main-color-8);
	text-decoration: line-through;
}

.basket__item-title {
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	font-weight: 400;
}

.basket__item-prop {
	margin-top: 10px;
	font-size: 12px;
	line-height: 150%;
	color: var(--main-color-8);
}

.basket__item-prop+.basket__item-prop {
	margin-top: 5px;
}

.basket-total-sticky {
	position: sticky;
	top: 20px;
}

.basket-total__wrapper {
	background: var(--tmp-coffee-10);
	border: 1px solid var(--tmp-coffee-40);
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px;
}

.basket-total__text {
	font-size: 14px;
	line-height: 20px;
	color: var(--main-color-8);
}

.basket-total__text span {
	color: var(--text-color);
	font-weight: 500;
}


.basket-total__sum {
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.basket-total__sum span {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	white-space: nowrap;
}

.basket-total__text+.basket-total__text {
	margin-top: 10px;
}

.basket-total .btn-link {
	width: 100%;
	margin-top: 10px;
}

.basket__item-count-text {
	font-size: 14px;
	line-height: 20px;
	color: var(--main-color-8);
}

.basket-total__cupon .ui-input--text input {
	background: #fff;
}

.basket-total__cupon-btn {
	position: absolute;
	z-index: 1;
	right: 8px;
	top: 13px;
	padding: 0;
	width: 24px;
	height: 24px;
	background: transparent;
	border: 0;
}

button.basket__header-btn-clear {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px 5px 8px;
	font-size: 14px;
	line-height: 20px;
	border-color: #fff;
}

button.basket__header-btn-clear svg {
	margin-left: 8px;
}

.basket__header-count {
	font-size: 14px;
	line-height: 20px;
	color: var(--text-color-4);
}

.basket__header-count span {
	color: var(--text-color);
	font-weight: 500;
}

.basket__header-count span::after {
	content: attr(data-count);
}

.basket__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.basket__item {
	position: relative;
}

.basket .basket__item-delete {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 20px;
	background: #E9E9E9;
	border-radius: 4px;
}

.badges {
	display: flex;
	position: absolute;
}

.badge {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	background: #E20338;
	border-radius: 2px;
	color: #fff;
}
#basket-warning{
	margin: 10px 20px;
    display: flex;
}
.alert{
	margin: 10px 0;
    padding: 5px;
	border: none;
    border-radius: 4px;
    font-size: 11px;
	border: 1px solid var(--main-bg-color-2);
}

.alert-warning{
	color: var(--red);
	background-color: rgba(255, 0, 0, 0.1);
	border-color: rgba(255, 0, 0, 0.3);
}

.basket-item-property-name{
	font-size: 12px;	
	margin: 10px 0 5px;
	color: var(--main-color-8);
}

.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
	display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color { display: block; }

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

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 8px 2px 0;
	padding: 0;
	border: 1px solid var(--tmp-coffee-10);
	cursor: pointer;
	background: var(--tmp-coffee-10);
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover { border-color: var(--btn-bg-color) }

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 8px 10px;
	min-width: 30px;
	text-align: center;
	font-size: 12px;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
}

.basket-items-list-item-double > div{
	margin: 10px 0;
    padding: 10px 15px;
	border: none;
    border-radius: 4px;
    font-size: 12px;
	background: #F3F8FE;
}

.text-center {
    text-align: center;
}

.basket-items-list-item-double-anchor, .basket-items-list-item-double-anchor:visited {
    border-bottom: 1px dashed;
    text-decoration: none;
}

[data-entity="basket-item-sku-notification"]{
	padding-top: 60px;
	position: relative;
}

[data-entity="basket-item-sku-notification"]> div{
	position: absolute;
	top: 0;
	width: 400px;

}

.basket-items-list-item-notification{
	width: 100%;
}



@media (max-width: 1200px) {
	.basket__item-title {
		font-size: 14px;
	}

	.basket__item-price {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.basket__item-title {
		font-size: 14px;
	}

	.basket__item-price {
		font-size: 14px;
	}

	.basket {
		flex-wrap: wrap;
	}

	.basket-items {
		width: 100%;
	}

	.basket-total {
		width: 100%;
		margin: 20px 0 0;
	}

	.basket-total--mobile-top {
		order: -1;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.basket__item-picture {
		--p-width: 90px;
	}

	.order-detail-top {
		flex-wrap: wrap;
	}

	.order-detail-top__item {
		width: 100%;
	}

	.order-detail-top__item+.order-detail-top__item {
		border-left: 0;
		border-top: 1px solid var(--main-bg-color-2);
	}

	.basket__item-price-old {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	[data-entity="basket-item-sku-notification"]{
		padding-top: 0;
	}
	[data-entity="basket-item-sku-notification"]> div{
		position: static;
	}
	.basket__item-info {
		margin: 10px 0 0 0;
	}

	.basket__item-info-block>div {
		flex-wrap: wrap;
	}

	.basket__item-info-block {
		width: 100%;
	}

	.basket__item {
		flex-wrap: wrap;
		padding: 15px;
	}

	.basket__item-info {
		width: 100%;
	}

	.basket__item td+td {
		margin-left: 0;
		margin-top: 10px;
	}

	.basket__item-prices {
		width: 100%;
	}

	.order-detail__text {
		font-size: 14px;
	}

	.basket__item-picture {
		--p-width: 140px;
	}

	.basket-total__wrapper {
		padding: 20px 15px;
	}
}



/* OTHER */



.basket-items-list-item-container.basket__item--expend {
	display: table-row;
}

.basket__item--expend .basket-items-list-item-removed-container {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	border-radius: 2px;
	background-color: #e6f8fe;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.basket__item--expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}


/*region Coupon*/

.basket-coupon-section {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}



.basket-coupon-block-field .form-control {
	/*	width: 100%;
	height: 47px;
	border: 1px solid #777777;
	padding: 0 23px;
	font-size: 16px;
	border-radius: 0;*/
}


.basket-coupon-alert {
	display: flex;
	align-items: center;
	margin: 10px 7.5px;
}

.basket-coupon-alert-inner{
	margin: 0 -7.5px;
	display: flex;
	flex-wrap: wrap;
}

.basket-coupon-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	word-break: break-all;
	word-break: break-word;
}

.basket .basket-coupon-delete{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    background: #E9E9E9;
    border-radius: 4px;
	margin-left: 5px;
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover {
	border-color: transparent;
}

.text-danger{
	color: var(--red);
}

.text-muted{
	color: var(--main-color-11);
}


@media (max-width: 991px) {
	.basket-checkout-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-coupon-section {
		-ms-flex-order: 1;
		max-width: 100%;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.basket-coupon-alert-section {
		-ms-flex-order: 2;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-coupon-block-field {
		padding-right: 0;
		min-width: 100%;
	}

	.basket-coupon-block-field .form-group {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}

	.basket-coupon-block-field .form-control {
		display: block;
		width: 100%;
	}
}

/*endregion*/


body .basket-btn-checkout:focus {
	outline: 1px solid #B0D5BC !important;
}

.basket-coupon-block-field .form-group {
	display: flex;
	margin-bottom: 8px;
}

.basket-notification-section {
	width: 100%;
}

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
	.basket-checkout-block-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.basket-checkout-section {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	.basket-notification-section {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}
}

@media (max-width: 580px) {
	.basket-checkout-block-btn {
		padding-left: 0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.basket-checkout-section-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-checkout-block-total {
		min-width: 150px;
	}

	.basket-checkout-block-total-price {
		text-align: right;
	}

	.basket-btn-checkout {
		margin: 10px 0;
		width: 100%
	}

	.basket-block-notification:after {
		top: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
}

@media (max-width: 460px) {
	.basket-checkout-block {
		display: block;
		min-width: 100%;
		width: 100%;
	}

	.basket-checkout-block-total {
		text-align: left;
	}
}

/*endregion*/

/*region Basket item list wrapper*/

.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
	margin-bottom: 15px;
	/* border: 1px solid #e2dfdf; */
}

/*header*/

.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 13px 25px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header {
	display: none !important;
}

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 300ms all ease;
	-o-text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field+.basket-items-list-header-title {
	padding-left: 10px;
}

.basket-items-search-field+.basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control {
	z-index: 1;
}

.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	cursor: pointer;
	transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
	color: #2462de;
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
	position: relative;
	bottom: -1px;
	display: inline-block;
	float: none;
	line-height: 11px;
}

.basket-items-list-container {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% {
		opacity: 0;
	}

	100% {
		opacity: .7;
	}
}

@keyframes ShowOverlay {
	0% {
		opacity: 0;
	}

	100% {
		opacity: .7;
	}
}



.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

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

.basket-items-list-item-container>td {
	border-bottom: 1px solid #DEDEDE;
	vertical-align: middle;
}

.basket-items-list-item-container:first-child>td {
	border-top: 0;
}

.basket-items-list-item-container.hide+.basket-items-list-item-container>td {
	border-top: 0;
}

.basket-items-list-item-container>td {
	padding-bottom: 20px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container>td {
	padding-bottom: 12px;
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

td.basket-items-list-item-delay {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	border: 0;
	align-items: center;
	height: 44px;
	cursor: pointer;
}

.basket-items-list-item-container {
	position: relative;
	transform: scale(1);
}

.basket-items-list-item-container.basket-items-list-item-container-gift, .basket-items-list-item-container.basket-items-list-item-container-gift>td, .basket-items-list .basket-items-list-item-container:first-child>td {
	border-top: none !important;
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

/*region Amount*/

.basket__item-count {
	vertical-align: top;
}

.basket-item-block-amount {
	position: relative;
	display: flex;

}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block {
	position: relative;
}

.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 36px;
	height: 36px;
	outline: none;
	border: 0;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	transition: 300ms all ease;

	background: var(--tmp-coffee-10);
	border: 1px solid var(--tmp-coffee-10);
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 0;
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
	background-color: #f3f3f3;
}

.basket-item-amount-filed:hover, .basket-item-amount-filed:focus {
	border-color: var(--tmp-coffee-10);
}

.basket-item-amount-filed::-webkit-outer-spin-button, .basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none;
	/* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% {
		border-color: #e4e4e4;
	}

	50% {
		border-color: #ee9200;
	}
}

@keyframes basketAmountFiledUpdated {
	0%, 100% {
		border-color: #e4e4e4;
	}

	50% {
		border-color: #ee9200;
	}
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	position: relative;
	width: 30px;
	height: 36px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;

	background: var(--tmp-coffee-10);
	border: 1px solid var(--tmp-coffee-10);
}

.basket-item-amount-btn-plus {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.basket-item-amount-btn-minus {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}


.basket-item-amount-btn-plus:hover, .basket-item-amount-btn-minus:hover {
	background-color: var(--tmp-coffee-40);
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus, .basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #ccc;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before, .basket-item-amount-btn-plus:hover:after, .basket-item-amount-btn-minus:hover:after {
	background-color: #535353;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before, .basket-item-block-amount.disabled .basket-item-amount-btn-plus:after, .basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
	background-color: #f3f3f3;
}

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	display: none;
}

/*endregion*/
/* End */


/* Start:/local/templates/box/components/bitrix/sale.basket.basket/us/themes/blue/style.min.css?1716920152592*/
.bx-blue .basket-item-scu-item:hover,.bx-blue .basket-item-scu-item.selected,.bx-blue .basket-item-scu-item.not-available:hover{border-color:#006cc0}.bx-blue .basket-item-amount-filed:hover,.bx-blue .basket-item-amount-filed:focus{border-color:#006cc0}div.bx-blue .btn.btn-default{outline:0;border-color:#1485ce;background-color:#1485ce;color:#fff}div.bx-blue .btn.btn-default:hover{outline:0;border-color:#53a4d8;background-color:#53a4d8;color:#fff}div.bx-blue .btn.btn-default:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171692014851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/box/components/bitrix/sale.basket.basket/us/style.css?174498140821068 */
/* /local/templates/box/components/bitrix/sale.basket.basket/us/themes/blue/style.min.css?1716920152592 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171692014851 */
