/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
#order-standard_cart  {
	min-width:1080px;		
	margin: auto;
}

.nav-color {
	color:#000;	
}

.btn-success {
  color:#fff !important;
  background-color:#e61f65 !important;
  border-color:#4cae4c
}

.btn-info {
  color:#fff !important;
  background-color:#e61f65 !important;	
}
.header-text {
	font-family: sans-serif; 
	color:#666666; 
	font-size:18px;
	padding:8px;


}