.bx-header-cart {
	flex-shrink: 0;
}

.bx-hdr-profile {
	display: flex;
	align-items: center;
}

.bx-basket-block {
	position: relative;
}

.bordered-btn-red {
	border-color: #e20613 !important;
}

.bx-basket-block.cart-block{
	margin-right: 28px;
}
.bx-basket-block.cart-block > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	border: 1px solid var(--text-1a1a1a);

}
.bx-basket-block.cart-block > a:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;

	mask-image: url("images/cart.svg");
	mask-repeat: no-repeat;
	mask-size: auto;
	background-color: var(--text-1a1a1a);
	mask-position: 50%;
	position: relative;
}
@media (hover: hover) {
	.bx-basket-block.cart-block > a:hover{
		border-color: var(--text-e20613);
	}
	.bx-basket-block.cart-block > a:hover:before{
		background-color: var(--text-e20613);
	}
}



.bx-basket-block a:hover {
	text-decoration: none;
}

span.num-products {
	position: absolute;
	bottom: 20px;
	right: -10px;
	background: var(--text-e20613);
	width: 20px;
	height: 20px;
	border-radius: 50%;

	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	color: var(--text-ffffff);
}


.bx-basket-block.personal-block a{
	border: 1px solid var(--text-1a1a1a);
	border-radius: 6px;
	padding: 0;
	width: 96px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-basket-block.personal-block a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	mask-image: url("images/user.svg");
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: var(--text-1a1a1a);
}
.bx-basket-block.personal-block span {
	display: block;
	padding: 0;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 44px;
}





.bx-basket-block.personal-block a:hover, .bx-basket-block.personal-block a:hover span {
	color: var(--text-e20613);
	border-color: var(--text-e20613);
}
.bx-basket-block.personal-block a:hover:before {
	background-color: var(--text-e20613);
}

.login-name {
	font-size: 16px;
	color: #4a4a4a;
	font-family: 'GothamProBold', sans-serif;
	height: 45px;
	vertical-align: middle;
	display: table-cell;
}

.logout {
	display: block;
	font-size: 14px;
	color: #e20613;
}

@media (max-width: 991px) {
	.bx-basket-block.cart-block {
		margin-right: 16px;
	}

	.bx-basket-block.personal-block .bordered-btn {
		font-size: 12px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.bx-basket-block.personal-block {
		width: auto;
	}

	.bx-basket-block.cart-block {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}

	.cart-block__icon:not(.cart-block__icon--mobile) {
		display: none;
	}

	.cart-block__icon--mobile {
		display: block;
	}

	.bx-basket-block.cart-block svg {
		width: 100%;
		height: 100%;
	}

	.login-name {
		display: block;
		width: 24px;
		height: 24px;
		background: url('images/user.svg') 50% 50% no-repeat;
		text-indent: -99999px;
		overflow: hidden;
	}

	span.num-products {
		width: 16px;
		height: 16px;
		right: -6px;
		bottom: 13px;
		line-height: 16px;
	}
}



/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #ffffff;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}

	.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;
	}
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #ffffff;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}

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

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block {
	margin-left: 10px;
}

.basket-item-list-wrapp {
	position: absolute;
	top: 30px;
	right: -198px;
	padding-top: 25px;
	display: none;
	opacity: 0;
}

.bx-basket-item-list {
	position: relative;
	width: 626px;
	padding: 14px 10px 14px 20px;
	background: #ffffff;
	/*overflow: hidden;*/
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);

}

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

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

}

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

.bx-basket-item-list-action {
	cursor: pointer;
	background: #f7f7f7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}

.bx-basket-item-list-button-container {
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #f7f7f7;
	padding: 10px 0;
	background: #ffffff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn {
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active {
	color: #ffffff;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 309px;
	padding-right: 24px;
}

.bx-basket-item-list-item-wrapp {
	position: relative;
}

.bx-basket-item-list-item {
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	display: table;
	width: 100%;
	color: #2b2b2b;
}

.bx-basket-item-list-item-wrapp:last-child .bx-basket-item-list-item {
	border-bottom: none;
}

.bx-basket-item-list-item:hover {
	color: #e20613;
}

.bx-basket-item-list .round {
	position: absolute;
	top: -10px;
	right: 198px;
	width: 30px;
	height: 45px;
}

.bx-basket-item-list .round:after {
	content: '';
	position: absolute;
	left: -8px;
	bottom: 0;
	height: 34px;
	width: 48px;
	background: #ffffff;

}

.bx-basket-item-list .round:before {
	content: '';
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
	transform: rotate(45deg);
	background: #ffffff;
}

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

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

.bx-basket-item-list-item-img {
	text-align: center;
	position: relative;
	padding-bottom: 5px;
	display: none;
}

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

.bx-basket-item-list-item-name {
	display: table-cell;
	padding-right: 20px;
	width: calc(100% - 110px);
}

.bx-basket-item-list-item-name a {
	text-decoration: none;
	white-space: normal;
	line-height: 120%;
	color: #2b2b2b;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}

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

.bx-basket-item-list-item-price-block {
	display: table-cell;
	width: 110px;
}

.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;
	text-decoration: line-through;
	color: #b0b0b0
}

.bx-basket-item-list-item-price-summ {
	display: table;
	width: 100%;
}

.bx-basket-item-list-item-price-summ .quan {
	display: table-cell;
	width: calc(100% - 75px);
}

.bx-basket-item-list-item-price-summ .sum {
	display: table-cell;
	width: 75px;
	text-align: right;
}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}

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

.bx-basket-item-list-item-remove-block {
	display: table-cell;
	width: 27px;
	height: 17px;
	position: relative;
	vertical-align: middle;
}

.showMeSearch {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	cursor: pointer;
}

.bx-basket-item-list-summ {
	font-size: 16px;
	padding-top: 15px;
	color: #e20613;
}

.bx-basket-item-list-container-scroll .bx-basket-item-list-item-wrapp:last-child .bx-basket-item-list-item {
	border-width: 3px;
}

@media (max-width: 991px) {
	.basket-item-list-wrapp {
		right: -180px;
	}

	.bx-basket-item-list .round {
		right: 180px;
	}

	.bx-basket-item-list-item-name {
		width: 330px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}

	.bx-basket-item-list {
		width: 500px;
	}
}

.small-basket__free-delivery {
	text-align: right;
	font-weight: bold;
}