body{
	background: #fff;   
    color: #000;
}

.header_section {
	background: url(../../images/body-bg.png);
	min-height: 290px;
}

.goog-te-combo {
    transition: all .7s ease-out;
    display: block;
    width: 100%;
    background: #f3f3f3;
    height: 52px;
    border: 0;
    font-size: 16px;
    outline: 0;
    border-radius: 0.25rem;
    box-shadow: none;
    border: 2px solid #000;
    margin-bottom: 15px;
}

.header_section::after {
    position: absolute;
	content: '';
    width: 100%;
    height: 78px;
    bottom: 0;
    background-image: url(../../images/header-bottom-bg.png);
    background-repeat: no-repeat;
}

.bg-image {
	background-image: url(../../images/body-bg.png);
    color: #fff;
	font-size: 1.3rem;
    font-family: 'Comfortaa', cursive;
	text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #3c6b07;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #000;
  background-color: #fab22a;
  border-color: #007bff;
}

.promoBar {
    border-bottom: 3px solid #000;
}

.menu-heading {
    color: #000;
}

.text-color {
	color: #000 !important; 
}


.bg-custom {
    background-color: #3c6b07 !important;
    color: #fff !important;
    border-color: #808080 !important;
}

.bg-5, .bg-red {
  background-color: #3c6b07;
  color: #fff;
  transition: all .5s;
}

.newsletter_section {
    position: relative;
    background: #3c6b07;
}

.newsletter-text {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
}

@media (max-width: 1298px) {
	.newsletter-text {
		font-size: 1.5rem;
	}
}

.newsletter_section::before {
    position: absolute;
	content: '';
    width: 100%;
    height: 78px;
    top: -75px;
    background-image: url(../../images/grass-bg.png);
    background-repeat: repeat-x;
}

.widget_section {
	background: #214413;
    border-top: 3px solid #000;
}

.cart-summary .cart-summary-wrap,
.cart-table .cart-header{	
	background:#e13b3f;
	color:#ffffff;
}

.footer-text {
	color:#ffffff;
}

.bg-1, .bg-blue {
  background-color: #550c03 !important;
  color: #fff;
  transition: all .5s;
}

.bg-1:hover, .bg-blue:hover {
  background-color: #214413 !important;
  color: #fff;
  transition: all .5s;
}

.bg-2, .bg-indigo {
  background-color: #550c03 !important;
  color: #fff;
  transition: all .5s;
}

.bg-2:hover, .bg-indigo:hover {
  background-color: #214413 !important;
  color: #fff;
  transition: all .5s;
}

.bg-3, .bg-purple {
  background-color: #550c03 !important;
  color: #fff;
  transition: all .5s;
}

.bg-3:hover, .bg-purple:hover {
  background-color: #214413 !important;
  color: #fff;
  transition: all .5s;
}

.bg-4, .bg-pink {
  background-color: #550c03 !important;
  color: #fff;
  transition: all .5s;
}

.bg-4:hover, .bg-pink:hover {
  background-color: #214413 !important;
  color: #fff;
  transition: all .5s;
}


.bg-9, .bg-teal {
  background-color: #941903 !important;
  color: #fff;
  transition: all .5s;
}

.bg-9:hover, .bg-teal:hover {
  background-color: #540e04 !important;
  color: #fff;
  transition: all .5s;
}


.card-title {
    font-size: 1rem;
    font-family: 'Comfortaa', cursive;
	margin-bottom: 15px;
}

.widget_section h4 {
    font-size: 1.5rem;
    font-family: 'Comfortaa', cursive;
	margin-bottom: 15px;
}

.footer_section{
    background-color: #000;
    border-top: 3px solid #000;
}

.header_section {
    padding-top: 20px;
    padding-bottom: 80px;
	min-height: unset;
}

.header_section::after {
    height: 96px;
}

header .container-fluid {
    max-width: 1560px;
    margin: auto;
}

#categories a.btn-custom {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

@media (max-width: 768px) {
	.header_section {
		min-height: unset;
	}
}
