.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}



.cart-icon {
	position: relative;
}
.cart-icon span {
	position: absolute;
	background: red;
	color: white;
	border-radius: 100%;
	padding: 4px 7px;
	min-width: 23px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: -15px;
}
.cart-icon > .fa {
	/*position: absolute;*/
	/*top: 3px;*/
	/*left: 0;*/
	color: var(--color-green);
}

.btn.btn-default.btn-buy {
	text-transform: uppercase;
	cursor: pointer;
	padding:15px;
	color: var(--color-black);
	background: var(--color-green);
}

.bx-blue .btn.btn-default:hover {
	border:none;
	color: var(--color-black);
	background: var(--color-green);
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
	padding: 0;
	width: 100%;
	text-align: center;
}


.popup-window.popup-window-with-titlebar.bx-blue.--ui-context-content-light.--open {
}
.popup-window.popup-window-with-titlebar {
	padding: 20px;
}

.popup-window {
	border-radius: 15px;
}
.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		width: 100%;
		right: 0;
		position: relative;
		z-index: 100;
		overflow: visible;
		display: flex;
	}

	/*.bx-basket-fixed.top { top: 10px }*/

	/*.bx-basket-fixed.right { right: 10px }*/

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		/*right: 0;*/
		position: relative;
		/*z-index: 100;*/
		/*overflow: visible;*/
		display: flex;
		/*flex-direction: column;*/
		/*border: 1px solid #f0f0f0;*/
		/*border-radius: 1px;*/
		/*background: #fff;*/
		/*width: 100%;*/
	}

	/*.bx-basket-item-list { display: none; }*/

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1000;
	width: 100%;
	min-width: 400px;
	background: #eee;
	box-shadow: 2px 2px 14px rgba(0,0,0,0.2);
	border-radius: 15px;
}

/*.bx-opener .bx-basket-item-list { padding-bottom: 75px; }*/

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 0;
}

.bx-basket-item-list-action {

	z-index: 120;
	/*background: #f7f7f7;*/
	/*color: #4f4f4f;*/
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 20px;*/
	/*left: 0;*/
	padding: 10px 0;
	border-radius: 0 0 15px 15px;
	border-top: 1px solid #f7f7f7;
	background: var(--color-green);
	text-align: center;
}
.bx-basket-item-list-button-container a {
	color: var(--color-black);
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	display: block;
	color: var(--color-black);
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	min-width: 80px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
