body.home header, body.product header {
	background: linear-gradient(180deg,transparent 3%,transparent);
}
.main-hero-section {
    box-shadow: none;
}

header,
.parallax-image,
.button-primary,
.primary-background {
	background-color: #b48766;
}
a:hover,
.text-color-primary,
.widget-title,
.btn-link {
	color: #b48766;
}
.text-color-secondary,
.rating-stars span, .rating-stars span.icon-stack {
	color:#b48766;
}
#totop.top-visible {
	background-color: #b48766;
}
.product-hero-section {
    box-shadow: inset 1px -91px 88px 18px #b48766;
    -webkit-box-shadow: inset 1px -91px 88px 18px #b48766;
}
.primary-background .product-card {
    border-color: #b48766!important;
}
header .logo-section img {
    max-height: 70px;
    height: 70px;
}
.hero-content > .h1, 
.hero-content > h1 {
  padding: 5px 10px 10px 10px;
    color: #000 !important;
    margin-top: -3rem;
}
.hero-content > p, 
.hero-content > p {
  padding: 5px 10px 10px 10px;
    color: #000 !important;
}