.cart-left {
	width: 100%;
}

.cart-right {
	flex-shrink: 0;
	width: 400px;
	padding: 10px;
	background-color: #eee;
}

.basket_header {
	padding: 15px;
	color: #909090;
	text-transform: uppercase;
	background-color: #eee;
}

.basket-header-item.product {
	width: 470px;
}

.basket-header-item {
	min-width: 100px;
}

.basket-header-item:not(.product) {
	text-align: center;
}

.basket_item-row {
	min-width: 100px;
	text-align: center;
}

.basket-item {
	padding: 15px;
}

.basket-item+.basket-item {
	border-top: 5px solid #eee;
}

.basket-item-image {
	width: 150px;
	height: 92px;
}

.basket-item-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.basket-item-name {
	width: 54%;
	text-align: left !important;
}

.basket-item-options {
	padding-left: 15px;
	color: #187f15;
}

.order-totals {
	padding: 10px;
	background-color: #fff;
}

.cart-panel-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.cart-panel-total {
	line-height: 30px;
}

.cart-panel-title span {
	font-size: 13px;
	color: #909090;
	transform: translateY(2px);
}

.cart-panel-buttons {
	margin-top: 15px;
}

button.btn-checkout {
	background: #008000;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	line-height: 40px;
	border-radius: 2px;
}

button.btn-checkout:hover {
	background: #006500;
}