
.cartHeader,.cartTitle{text-align:center;}
.cartHeader {
	margin:30px 0;
}
.cartTitle{background:#fff;}
.cartTitle .row > *{padding-top:0;padding-bottom:0;}

#cartSteps {
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
}

#cartSteps li{display:inline-block;width:33.3333%;color:#555;}

#cartSteps li a span.step{
		background: url(/images/checkmark.png) #daead3 no-repeat scroll center center;background-size:40px;
		text-decoration:none;
		color:#fff;
		text-indent:-4000px;
}

#cartSteps li span.stepNum{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	position:relative;
	text-align:center;
	margin-bottom:0;
	font-size: 24px;
	font-weight:bold; 
	background-color: #333;
	color: #777;
	border-radius:50%;
	box-shadow: inset 1px 1px 2px #000;
}

#cartSteps li.active span.stepNum{
	background-color:#31a945;
	color:#fff;
	box-shadow: none;
}
.cart form label.payment_method img {
	  filter: grayscale(100%);
	  margin-bottom: 12px;
	  opacity: 0.6;
}
	
.cart form label.payment_method.selected img, .cart form label.payment_method:hover img {
	  filter: grayscale(0);
	  opacity: 1;
}

.stepTitle {
	  display: block;
	  font-size: 12px;
	  margin-top: 12px;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: 400;
}

#cartSteps li.active span.step{background:#31A945;color:#000;}
#cartSteps li.active {color:#000;}

.cart .box  thead td{
	font-weight:bold;
	color:#000;
}

.cart .box td {
	  padding: 5px;
	  border-top: 1px dotted #eaeaea;
}

#cartForm{
	margin-left: 15px;
	margin-right: 15px;
}
.cart form select.form-qty{
	width:60px;
	margin:0 auto;
	position:relative;
}

.cart h2{
	font-size:18px;
	color: #000;
	padding-bottom:3px;
}

.cart fieldset legend{
	display:none;
}

.cart fieldset .form-control{
	margin-bottom:10px;
}

.paymentBox label {
	width: 120px;
	text-align: center;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
	font-size: 12px;
}

.paymentBox label img {
	display: block;
	margin: 0 auto 10px;
	width: 60px;
}

.paymentBox label input{
	display:none;	
}

.cart h2 .fa {
	margin-right: 5px;
	font-size: 14px;
}

.cart .box{
	background-color:#fff;
	margin-bottom:0;
}

.cart td.total {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	padding-top: 15px;
}

#addressForm{
	padding:0;
}

#cartTable thead td:first-child,
#cartTable thead td:nth-child(2){
  width: 100px;
}

.cartOverlay{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 900;
	display: none;
}

.cartMessage {
	  position: fixed;
	  width: 100%;
	  height: auto;
	  padding: 20px 10px;
	  background: #2cbf03;
	  color: #fff;
	  z-index: 1000;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: bold;
	  font-size: 18px;
}

.container.cart{
	padding-bottom:120px;
}

.cartCount .dynamic_text {
	  background: #000;
	  border: 1px solid #FD6D00;
	  display: block;
	  width: 16px;
	  font-size: 10px;
	  height: 16px;
	  line-height: 13px;
	  border-radius: 50%;
	  font-weight: bold;
	  color: #FD6D00;
	  position: absolute;
	  top: 0px;
	  right: -8px;
	  z-index: 11;
	  text-align: center;
}

.cart_options {
	padding-left: 15px;
}

#minicart {
	display: none;
	position: absolute;
	width: 450px;
	top: 0;
	right: 0;
	padding: 44px 0 0;
	z-index: 1;
	background:#fff;
	box-shadow:0 2px 2px #000;
}

#minicart .cart-content{
	padding: 10px;
}

#minicart .productTitle{
	text-align:left;
}

#minicart td{
	font-size:12px;
}
	
.topItems li.navCart {
	position: relative;
	display: inline-block;  
}

.topItems li.navCart a.top-link{
	position:relative;
	z-index:10;
}

.cart .rowterms{
	float: left;
	padding: 4px 0 0;
}
.rowterms label {
	  color: #000;
}
.terms-box{
	margin-top:15px;
}

.total .small.euro-amount {
	  color: #FD6D00;
	  font-weight: normal;
	  font-size: 13px;
}

.inner-row {
	  margin: 0 -5px;
}

.btn-cart {
	  text-transform: uppercase;
	  font-weight: bold;
}
.subNav,
.subNav ul {
	padding: 0;
	list-style: none;
}
.subNav .card-title {
	display: block;
	text-transform: uppercase;
}

.subNav .card-title .fa {
	  color: #fff;
	  margin-right: 8px;
	  margin-left: 5px;
	  font-size: 10px;
	  line-height: 1;
}

.subcat h2 {
	  margin: 5px 0;
	  font-size: 17px;
	  text-transform: uppercase;
}

.subcat h2 .white{
	  color:#fff;
}

.subcat .card .image_holder{
	background-size:cover;
}

.subcat .item-card p{
	margin-bottom:0;
}

.subcat .small.euro-amount {
	display: none;
}

#sidebar h3.white {
	  color: #fff;
	  text-transform: uppercase;
	  margin: 0;
	  margin: 5px 0;
	  font-size: 18px;
}


.euro-amount{display:block;}
.product_detail .price .euro-amount,
.product_detail .shippingprice .euro-amount,
.optionTable .euro-amount,
#minicart .euro-amount{display:none;}

.optionTable{
	margin-bottom:10px;
}

.optionTable td:first-child {
	text-transform: capitalize;
}
	
.product_content p strong{
	color:#000;
}

#minicart .btn-small{
	margin-top:10px;
}

#minicart .delete_item{
	margin-left:5px;
}

.product_detail .shippingprice {
	  display: block;
	  font-size: 12px;
}

#product_detail_gallery {
	background-color: #000;
	margin: 0 auto;
	border:1px solid #000;
	overflow:hidden;
}
#product_detail_gallery div{width:100% !important;}
#product_detail_gallery a{padding:0;display:block;}
#product_detail_gallery a img{height:auto;color:#fff;font-size:7pt;}
#product_detail_gallery{position:relative;overflow:hidden;margin-bottom:10px;}
#product_detail_gallery .loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:url(/images/loading_white.gif) center center no-repeat #fff;}

.thumbnails{margin:10px 0 0;}

.thumbnails .imgHolder {
	  width: 100px;
	  height: 100px;
	  display: inline-block;
	  border: 1px solid #000;
	  background: no-repeat center center;
	  background-size: cover;
	  margin-right:10px;
}
	
.cycle-pager-active .thumb{
	filter:grayscale(100%);
}
img.thumbnail{max-width:60px;}

.shippingprice .fa{
	font-size:9px;
}

header.related {
  padding: 10px 0;
}

.form-control.error{
	border:1px solid #ff3126;
	background-color:#631000;
	box-shadow: 0 0 10px red;
}
label.error{
	display:none !important;
}

.btn:focus{
	background:#333;
	border-color:#333;
}

.product_list .card .image_holder{
	background-size:cover;
}


.mobileCart {
	  padding: 0;
	  list-style: none;
	  display: inline-block;
	  margin: 26px 0 0 3px;
}

.mobileCart .cartLink{
	position:relative;
}

.mobileCart .cartLink a{
	color:#000;
	display:block;
	width:26px;
	height: 26px;
	line-height:26px;
	text-align:center;
	color:#000;
	border:1px solid #000;
	border-radius:50%;
	margin-left:5px;
}

#topBar.fixed .mobileCart{
	margin-top:17px;
}

.mobileCart .cartCount .dynamic_text{
	top:-6px;
}

.product_detail .reportButton,
.product_detail .wishlistButton{
	display:none;
}

@media (max-width:992px){
	#cartTable td:first-child,
	#cartTable td:last-child{
		display:none;
	}
	
	.cart #cartForm .box{
		padding:0;
	}


	#cartTable td.total {
	  color: #fff;
	  font-weight: bold;
	  font-size: 13px;
	  line-height: 1;
	  padding-top: 5px;
	  white-space: nowrap;
	}
	
	#addressForm .box.equal{
		height:auto !important;
	}

	.lbl_small {
		  width: 50%;
		}
}