.catalog-basket {
	padding: 15px;
	border-bottom: solid 1px rgba(151, 151, 151, 0.34);
}

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(images/cart.svg); }

.basket-item-list {
	position: relative;
	overflow: hidden;
}

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

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

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

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

.basket-item-list-button-container {
	padding: 10px 10px 0;
	background: #fff;
	text-align: center;
	border-top: solid 1px rgba(151, 151, 151, 0.34);
}
.basket-item-list-button-container .btn {
	width: 100%;
}

.basket-item-list-container {
	overflow: hidden;
	/*overflow-y: auto;*/
	max-height: 100%;
	padding: 5px 0;
}

.basket-item-list-item {
	position: relative;
	padding: 5px 10px;
}

.basket-item-list-container .basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.basket-item-list-wrapper {
	/*overflow-y: auto;*/
	max-height: calc(100vh - 290px);
}

#catalog__cart .icon-item {
	width: 20px;
	height: 24px;
}
#catalog__cart .empty-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #6c8d46;
	font-weight: bold;
}
#catalog__cart .basket-item-list-wrapper.basket-empty, #catalog__cart .basket-item-delivery-container {
	padding: 10px 14px 15px;
	font-size: 13px;
	font-weight: 500;
}
#catalog__cart .basket-item-delivery-container p {
	color: #636363;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
.basket-item-delivery-container {
	border-top: solid 1px rgba(151, 151, 151, 0.34);
	margin-top: 10px;
}

#catalog__cart .basket-item-delivery-container a {
	border-bottom: 1px solid;
}
#catalog__cart .basket-item-delivery-container a:hover {
	border-bottom-color: transparent;
}

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

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

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

.basket-item-list-item-name {
	padding-bottom: 5px;
	line-height: 1;
}

.basket-item-list-item-name a {
	font-size: 12px;
}

.basket-item-remove {
	display: block;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.basket-item-remove:after,
.basket-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%);
}

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

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

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

.basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

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

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

.bx_cart_login_top .basket-line { line-height: 1.44em; }

.amount-for-discount-notice {
	padding: 10px 14px 15px;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.amount-for-discount-notice span {
	font-size: 15px;
}

#catalog__cart {
	flex: 0 0 20%;
	max-width: 20%;
	position: absolute;
	top: 0;
	bottom: -40px;
	right: -6%;
}
#catalog__cart .catalog-cart-wrapper {
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	border: solid 1px #e2e2e2;
	/*max-height: calc(100vh - 80px);*/
	overflow: hidden;
	background-color: #fff;
}
#catalog__cart .catalog-cart-wrapper.fixed {
	position: fixed;
}
#catalog__cart .catalog-cart-wrapper.abs {
	position: absolute;
	bottom: 0;
}

#catalog__cart .nicescroll-cursors {
	width: 3px !important;
}

@media all and (max-width: 1300px) {
	#catalog__cart {right: 0;}
}
@media all and (max-width: 1024px) {
	#catalog__cart {display: none;}
}