/*
https://colorhunt.co/palette/226607
#e6e6e6	gray
#c5a880 light brown
#532e1c dark brown
#0f0f0f dark gray

*/

html {
	height: 100% !important;
}

body {
	font-family: 'Open Sans';
	height: 100% !important;
	background: #fff;	
}

*:focus {
    outline: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
	background-color: none !important;
}

p {
	font-size: 18px;
	color: #555;
}

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

.png-shadow {
	-webkit-filter: drop-shadow(0px -1px 5px #222);
  	filter: drop-shadow(0px -2px 4px #222);
}

.bg-dark-brown {
	background: #532e1c;
}

.btn {
	font-weight: 600 !important;
	font-size: 1px !important;
}

.text {
	font-size: 18px;
	font-weight: 400;
}

.text-dark {
	color: #532e1c !important;
}

header {
	
	background: #fff !important; 
	background: -webkit-linear-gradient(to right, #fff, #e9e3e0) !important;  
	background: linear-gradient(to right, #fff, #e9e3e0) !important; 
}

.navbar {
	transition: 0.4s;
}

.nav-logo {
	height: 100px;
	transition: 0.4s;
}

.nav-link {
	font-weight: 600;
	font-size: 18px;
	color: #333;
}

.table td {
	font-size: 14px !important;
}

.btn {
	font-size: 16px !important;
	font-weight: 200 !important;
	text-transform: uppercase;
}


.btn-primary {
	background: #532e1c !important;
	border-color: #532e1c !important;
}

.btn-secondary {
	background: #c5a880 !important;
	border-color: #c5a880 !important;
	color: #000;
}

.btn-deliver-order {
	background: #007bff !important;
	color: #fff;
	font-weight: bold !important;
	text-transform: none;
	font-size: 12px !important;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}

.btn-round {
	border-radius: 16px !important;
}

.btn:not(a):hover, .btn-primary:not(a):hover {
	background-color: #c5a880 !important;
	border-color: #c5a880 !important;
	color: #fff;
}

.text-200 {
	font-weight: 200;
}

.text-600 {
	font-weight: 600;
}

.text-800 {
	font-weight: 800;
}

.banner {
	background: #ffd89b !important;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #b4996d, #ffd89b) !important;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #b69053, #ffd89b) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.content-container {
	flex: 1 0 auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

.page-header {
	font-weight: 600;
	font-size: 38px;
	/* border-bottom: 1px solid #eee; */
	color: #111;
	letter-spacing: -1px;
	
}

.nav-cart-total {
	position: absolute;
	margin-left: -5px;
	margin-top: 8px;
	background: #aaa;
	color: #fff;
	font-weight: 800;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	font-size: 13px;
}

.cart .product-image {
	max-width: 200px;
}




  footer, footer a {
	  color: #fff;
  }

  

  footer li {
	line-height: 28px;
	font-size: 16px;
	
  }

  footer li i {
	  font-size: 20px;
	  color: #aaa;
  }

  /* Progress Bar */
  
.progressbar {
	counter-reset: step;
	width: 500px !important;
	display: block;
	padding-top: 20px;
}
.progressbar li {
	list-style-type: none;
	/* width: 25%; */
	float: left;
	font-size: 13px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #532e1c;
	z-index: 2;
	font-weight: 600;
	width: 100px !important;
	display: inline-block;
}
.progressbar li:before {
	width: 36px;
	height: 36px;
	content: counter(step);
	counter-increment: step;
	line-height: 32px;
	border: 3px solid #532e1c !important ;
	display: block;
	text-align: center;
	margin: 0 auto 8px auto;
	border-radius: 50%;
	background-color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	z-index: 1000 !important;
	
}
.progressbar li:after {
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #532e1c !important;
	top: 17px;
	left: -35px;
	/* left: -38%; */
	z-index: -10000 !important;
}
.progressbar li:first-child:after {
	content: none;
}

.progressbar li.current:before {
	background: #ccc !important;
	color: #000 !important;
	
}

.progressbar li.active {
	/* color:  blue; */
	
}
.progressbar li.active:before {
	color: #fff !important;
	background: #532e1c !important;
}
.progressbar li.active + li:after {
	/* background-color: #000 !important; */
}
