.cart-empty-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto 30px;
	background: url(images/empty_cart.svg) no-repeat center;
	background-size: contain;
}

@media (max-width: 767px) {
	.cart-empty-icon {
		width: 90px;
		height: 90px;
	}
}

.basket-item-delete-mobile {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.basket-item-delete-mobile svg {
	width: 18px;
	height: 18px;
}

.cart-table__item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 4;
}

.cart-table__item-overlay._not-available {
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 2;
}

.basket-alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.basket-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.basket-alert-dismissable {
	padding-right: 35px;
}

.basket-alert__close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.basket-alert__close:hover {
	cursor: pointer;
}

.basket-alert-dismissable .basket-alert__close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.basket-alert._item-alert {
	font-size: 0.75rem;
	margin-top: 10px;
}

.basket-item-not-available {
	color: #f43d3d;
	position: relative;
	margin-top: 10px;
	z-index: 3;
}

@media (max-width: 767px) {
	.basket-item-not-available {
		font-size: 0.75rem;
		margin-top: 15px;
	}
}

.basket-coupon-text {
	font-size: 0.75rem;
}

.basket-coupon-text._text-danger {
	color: #f43d3d;
}

.input.coupon-processing {
	color: #D3DCDF;
}