body {
	color: rgb(240, 229, 209) !important;
	background-color: rgb(54, 52, 47) !important;
}

h1.title, h2.title, h3, h4, .text-muted, .text-dark,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	color: rgb(240, 229, 209) !important;
}

.nav-pills .nav-link {
	color: #847e76 !important;
}

.cart tbody tr:nth-child(2n+1) td,
.cart tbody tr:nth-child(2n) td {
	background-color: rgb(54, 52, 47) !important;
	border-bottom: 5px solid rgb(54, 52, 47) !important;
}

.bg-light,
.newaccount .form-row:nth-child(2n+1) {
	background-color: rgb(54, 52, 47) !important;
}


.newaccount .form-row {
	background-color: rgb(94, 91, 84) !important
}

.btn-warning {
	background-color: rgb(249, 236, 215) !important;
	border-color: rgb(249, 236, 215) !important;
}

.maincontent .mycontent {
	opacity: 1 !important;
}
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	 color: rgb(140, 44, 28) !important;
}

.navbar-dark .navbar-nav .nav-link {
	 color: rgb(240, 229, 209) !important;
}

.logo_small {
	max-height:90px !important;
}

.logo {
	max-height:150px !important;
}

.slideshow_image {
	object-position: top left;
}

input,
.input-group-text,
.custom-select,
.form-control {
	border: 1px solid #f9ecd7 !important;
	background-color: #f9ecd7 !important;
	color: rgb(21, 20, 18) !important;
}