@charset "UTF-8";
@import "/css/webshop/main.css";

.basket {
	width: 100px;
	margin-top: -16px;
}

.our_payment_methods {
	text-align: center;
	margin-bottom: 24px;
}
.our_payment_methods a {
	text-decoration: none !important;
}
.our_payment_methods img {
	width: 75px;
	height: auto;
	margin: 5px;
	border-radius: 16px;
}
.cart-sending-side ul {
	margin: 24px 0;
}

.cart-coupon-side h2, .cart-payment-side h2, .cart-sending-side h2 {
	margin-bottom: 24px;
}

form.coupon {
	margin-bottom: 24px;
}

.cart {
	width: 90%;
	margin: 40px auto;
}
.cart .product-remove {
	width: 5%;
}
.cart .product-name {
	width: 60%;
}
.cart .product-price {
	width: 15%;
	text-align: right;
	white-space: nowrap;
}
.cart th.product-price {
	text-align: center;
}
.cart .product-remove span.remove {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
}
.cart .product-remove span.remove:hover {
	color: #AA0000;
}
tr.cart_item:hover {
	background-color: #9aaf72;
}
.cart_item .image-thumbnail {
	width: 100px;
	height: 75px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	box-shadow: 0px 2px 5px -2px black;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.cart_item a, .cart_item a:hover {
	text-decoration: none;
}
.cart_item .product-name .name {
	display: inline-block;
}
.submit-row {
	padding-top: 40px;
	text-align: right;
}
.submit-row button {
	margin: 0px 10px;
}
.submit-row a {
	text-decoration: none !important;
	color: #000 !important;
}
.filter_currency {
	float: right;
	margin-bottom: 24px;
}
