/**
* Cart overview styles
*/

.overviewoptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overviewoptions li {
	padding: 5px;
}

.overviewoptions a {
	text-decoration: none;
	color: #3a297d;
}

.carttext {
	margin: 20px;
}

#cartoverview table {
	margin: 35px 0 35px 0;
	background: #fff;
	border:1px solid #e1e3e4;
}

#cartoverview .btn-group {
	margin:20px 0 20px 0;
}

#cartoverview tbody td {
	padding: 5px;
	vertical-align: middle;
	border:0;
	color: #7b7b7b;
}

#cartoverview tfoot td {
	padding: 5px;
	border:0;
	color: #7b7b7b;
}

#cartoverview tfoot .first td {
	border-top: #d6d6d6 1px solid;
}

#cartoverview tfoot .last td {
	border-top: #d6d6d6 1px solid;
}

#cartoverview th {
	padding: 5px 5px 8px 5px;
	border-bottom: #d6d6d6 1px solid;
	color: #7b7b7b;
	border-top:0;
	font-weight:normal;
	font-size:14px;
}

#cartoverview td a {
	color: #000;
	font-weight: bold;
}

.thnumber {
	text-align: center;
}

.overviewdelete {
	text-align: center;
}

.overviewdelete img {
	border: 0;
}

.overviewproducts a {
	text-decoration: none;
}

.overviewnumber {
	text-align: center;
}

.overviewprice, .overviewtotal, .overviewnumber, .overviewproducts {
	font-size: 13px;
	color: #000;
}

.overviewchangenumber {
	text-align: center;
	font-size: 10px;
	color: #000;
}

.overviewprice {
	white-space: nowrap;
}

.overviewsumtotal {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.overviewfulltotal, .overviewchangenumbertotal {
	color: #000 !important;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

.overviewchangenumbertotal {
	text-align:center;
}

.overviewdelete input {
	border:1px solid #e9ecef;
}

.cartboxsmall {
	width:70px;
	padding:3px;
	height:auto !important;
	margin:auto;
	border: 1px solid #e9ecef;
}

.continueorder {
	margin: 29px 0 0;
	float: right;
}

.orderbutton, .buttonshop, .submitbutton {
	cursor: pointer;
	background: #4fb847;
	margin: 4px 0 0 0;
	padding: 10px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	border:0;
	color: #FFF;
}

.orderbutton a, .buttonshop a, .submitbutton a, #orderbutton a {
	color: #fff;
	text-decoration: none;
}

#cartoverview a.smallbutton {
	line-height: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #b0b0b0;
	padding: 5px 5px;
	margin: 5px;
	border: 1px solid #737373;
	border-radius: 4px;
	display: inline-block;
}

.changeamount {
	border: 0;
	background: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#personal {
	margin: 20px 0 20px 0;
	font-size:12px;
}

#personal .form-control {
	font-size:12px;
}

.delivercheckbox input {
	float: left;
	height: 55px;
	margin-right: 10px;
	display: inline;
	margin-top: -15px;
}

.delivercheckbox label {
	display: inline;
}

.payment-cart .form-check-label {
	padding-left: 0;
	font-size:12px;
}

#personal label {
	cursor: pointer;	
}

#personal a {
	color: #431936;
}

#personal table {
	font-size: 13px;
}

#personal td {
	padding: 5px;
}

.textfield {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: #525151 1px solid;
	color: #525151;	
}

.textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: #525151 1px solid;
	color: #525151;		
}

.textfield[disabled]
{
	background-color: #dcdcdc;
	border: #808080 1px solid;
	color: #525151;
	cursor: default;
	padding: 3px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

.disabled {
	background-color: #dcdcdc;
	border: #808080 1px solid;
	color: #525151;
	cursor: default;
	padding: 3px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}


.paymentwrapper, .profwrapper {margin:auto;text-align:center;padding:30px 0 30px 0;background: #FFF;}

.paybutton {
	color: #000;
	text-decoration: none;
	font-style: italic;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 12px;
}

#personal select {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

#personal .required {
	color: #ff0000;
}

.placeorder {
	float: right;
	margin: 10px;
}

.cart-image {
	max-width: 50px;
}

@media (min-width: 768px) {
	.cart-image {
		max-width: 80px;
	}
}