/* Fonts Used 


red = #660000

*/



#ShoppingCartHeader {
	background: none;
    color: #f1e5d0;
	text-align: left;
	font-size: 12px; 
	line-height: 20px;
    padding: 8px 6px 8px 6px;

}

@media (max-width: 1380px) {
    
#ShoppingCartHeader {
	font-size: 12px; 

}
    
}


#ShoppingCartHeader a {
  color: #C5C5C5;
}

#ShoppingCartHeader a:hover {
  color: #888888;
    text-decoration: none;
}

#ShoppingCartHeader a:active {
  color: #191919;
    text-decoration: none;
}

#ShoppingCartHeaderMobile {
	background: #660000;
    color: #f1e5d0;
	text-align: left;
	font-size: 10px; 
	line-height: 14px;
    padding: 8px 6px 12px 6px;

}


#ShoppingCart {
	background: #fff;
	text-align: left;
	font-size: 14px; 
	line-height: 24px;
    margin: 0px;
    padding: 0px;
    color: #191919;
    

}

#ShoppingCart .card {
    border: #000 solid 1px;
	border-radius: 8px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.03) ;
	
}

#ShoppingCart .card-body {
	padding: 8px;
	background: #FFFFFF;

}

#ShoppingCart .category {
	font-size: 30px;
	line-height: 60px;
	font-weight: 300;
	color: #00a5b5;
	margin: 30px 10px 40px 10px;
	padding-bottom: 10px;
	border-bottom: #00a5b5 solid 1px;
}


#ShoppingCart .productTitle {	
    font-size: 16px;
    font-weight: bold;
	line-height: 22px;
	color: #000;
	text-align: left;		

}

#ShoppingCart .productDesciption {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 8px;
    
}

#ShoppingCart .productDesciption p {
	margin: 0px ;

}

#ShoppingCart .productPrice {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #505050;
	text-align: center;		
	margin: 6px 0px 10px 0px;

}

#ShoppingCart .price {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #660000;
	text-align: right;		

}

#ShoppingCart .priceSm {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #660000;
	text-align: right;		

}

.btn-shop {
	font-size: 16px;
	font-weight: 700;    
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;    
    color: #FFFFFF;
	background: #660000;
	border: none;
    padding: 12px;
    margin-bottom: 0px;
    border-radius: 30px;
}


.btn-shop:hover, .btn-shop:active {
	color: #FFFFFF;
	background: #343434;
}

.btn-shop2 {
	font-size: 16px;
	font-weight: 700;    
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;    
    color: #FFFFFF;
	background: #717171;
	border: none;
    padding: 12px;
    margin-top: 20px;
    border-radius: 30px;
}


.btn-shop2:hover, .btn-shop2:active {
	color: #FFFFFF;
	background: #5A5A5A;
}

.btn-shop3 {
	font-size: 16px;
	font-weight: 700;    
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;    
    color: #676767;
	background: #D2D2D2;
	border: none;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 30px;
}


.btn-shop3:hover, .btn-shop3:active {
	color: #FFFFFF;
	background: #5A5A5A;
}

#ShoppingCart .btn-primary {
	font-size: 18px;
    color: #FFFFFF;
	background: #660000;
	border: none;
    margin-bottom: 20px;
    border-radius: 30px;
}

#ShoppingCart .btn-primary:hover, .btn-primary:active {
	color: #FFFFFF;
	background: #5A5A5A;
}

#ShoppingCart .btn-primarySm {
	font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
	background: #700000;
	border: none;
	margin-bottom: 0px;
}


#ShoppingCart .btn-primarySm:hover, .btn-primarySm:active {
	color: #FFFFFF;
	background: #5A5A5A;
}


#ShoppingCart .btn-cartnav {
	font-size: 90%;
	width: 90%;
    color: #191919;
	background: #FFFFFF;
	border: solid #ACACAC 1px;
}


#ShoppingCart .btn-cartnav:hover, .btn-cartnav:active {
	color: #FFFFFF;
	background: #000;
}


#ShoppingCart .btn-cartnavGreen {
	font-size: 90%;
	width: 100%;	
    color: #FFFFFF;
	background: #00CB4B;
	border: none;
}


#ShoppingCart .btn-cartnavGreen:hover, .btn-cartnavGreen:active {
	color: #FFFFFF;
	background: #6E6E6E;
}

#ShoppingCart .btn-cartnavGreenSm {
	font-size: 18px;
    color: #FFFFFF;
	background: #00CB4B;
	border: none;
	margin: 2px 0px 2px 0px;
}


#ShoppingCart .btn-cartnavGreenSm:hover, .btn-cartnavGreenSm:active {
	color: #FFFFFF;
	background: #6E6E6E;
}



a.btnshopcheckout:link, a.btnshopcheckout:visited {
	border-radius: 30px;
	color: #FFFAED;
	cursor: pointer;
	text-align: center;
	width: 220px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 18px;
	background-color: #660000;
	display: block;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
}

a.btnshopcheckout:hover, a.btnshopcheckout:active {
	color: #FFF;
	background-color: #000;
}

a.btnshop2:link, a.btnshop2:visited {
	border: none;
	color: #fff;
	cursor: pointer;
	text-align: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 12px;
	background-color: #2F3235;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 175px;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: 18px;
}

a.btnshop2:hover, a.btnshop2:active {
	color: #FFF;
	background-color: #bcd853;
}

a.btnshop3:link, a.btnshop3:visited {
	border-radius: 30px;
	color: #636363;
	cursor: pointer;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 16px;
	background-color: #d7d7d7;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	width: 240px;
}

a.btnshop3:hover, a.btnshop3:active {
	color: #FFF;
	background-color: #636363;
}


.buttonCart {
	border: 1px solid #660000;
	border-radius: 30px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	width: 200px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #660000;
	display: block;
	text-indent: 44px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 14px;
	padding-bottom: 12px;
	background-image: url(../images/bg-icon-add-to-cart-ov.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}
	.buttonCart:hover {
	color: #FFF;
	background-color: #999999;
	border: 1px solid #999999;
	background-image: url(../images/bg-icon-add-to-cart-ov.png);
	}
	
.buttonSubmit {
	border: 0;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	width: 220px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #660000;
	display: block;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 9px;
	}
	.buttonSubmit:hover {
	color: #FFF;
	background-color: #999999;
	}
	
.buttonSend {
	border: 1px solid #660000;
	border-radius: 30px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	width: 200px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #660000;
	display: block;
	text-indent: 44px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 9px;
	background-image: url(../images/bg-icon-enquiry-ov.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}
	.buttonSend:hover {
	color: #FFF;
	background-color: #999999;
	border: 1px solid #999999;
	}	
	
.buttonFilter {
	border:1px solid #bcd853;
	border-radius: 30px;
	color:#406618;
	cursor:pointer;
	text-align:center;
	width: 120px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;	font-weight: 700;
	font-size: 12px;
	background-color: #bcd853;
	display: block;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	}
	.buttonFilter:hover {
	border:1px solid #FFF;
	color: #406618;
	background-color: #FFF;
	}	

.btnsearch {
	height:24px;
	border:none;
	cursor:pointer;
	text-align:center;
	width: 24px;
	background-image: url(../images/mag-glass.png);
	background-repeat: no-repeat;
	}
.btnsearch:hover {
	background-repeat: no-repeat;
	}


.price1 {
	font-size: 36px;
	line-height: 38px;
	text-align: left;
	display: block;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
}
.price1Red {
	font-size: 36px;
	line-height: 38px;
	text-align: left;
	display: block;
	color: #C00;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
}


a.lkcart:link, a.lkcart:visited {
	text-decoration: none;
	color: #F4E5CE;
	padding-right: 10px;
	padding-left: 0px;
}

a.lkcart:hover, a.lkcart:active {
	text-decoration: none;
	color: #FFFFFF;
}

