@charset "UTF-8";
/* CSS Document */

.eShopCart {
	background: url(../../img/BgrGrassCreme.jpg) repeat left top;
	}


.eShopCart table {
	min-width: 80%; 
	max-width: 100%;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
}

.eShopCart table td {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	text-align: left;
	padding: 10px;
	color: #414438;
	font-size: 1.15em;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.5);
}

.eShopCart table td b {
	font-weight: 600;
}

.eShopCart table td.Price {
	text-align: right;
	white-space: nowrap;
	width: 70px;
}

.eShopCart table td.Amount {
	white-space: nowrap;
	text-align: right;
}

.eShopCart table td.Delete {
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	width: 20px;
}

.eShopCart table td.Delete span:hover {
	cursor: pointer;
	color:#C6362E;
}

.eShopCart table td.Amount input[type="text"] {
	border:none;
	vertical-align:middle;
	height: 30px;
	width: 30px;
	background: #FFF;
	margin: 0 0 0 5px;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
	color: #414438;
	border:1px solid #e5e5e5;
	border-radius: 5px;
}

.eShopCart table td.Amount .Adjust {
	display: inline-block;
	vertical-align:middle;
	border:none;
	height: 32px;
	width: 15px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
	color: #414438;
	white-space:normal;
}

.eShopCart table td.Amount button {
	width: 0;
	height: 0;
	min-height: 0;
	border-style: solid;
	border-radius: 0;
	background: none;
	padding: 0;
	margin: 2px 0;
}

.eShopCart table td.Amount .More {
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #414438 transparent;
}

.eShopCart table td.Amount .Less {
	border-width: 8px 6px 0 6px;
	border-color: #414438 transparent transparent transparent;
}

.eShopCart table td.Amount .More:hover {
	border-color: transparent transparent rgba(66, 69, 56, 0.7) transparent;
}

.eShopCart table td.Amount .Less:hover {
	border-color: rgba(66, 69, 56, 0.7) transparent transparent transparent;
}




@media (max-width: 992px)
{
}


@media (max-width: 768px)
{
}

@media (max-width: 480px)
{
}

