@media (min-width: 992px) {
  .header-marketing-box {
    background-color: #f8efe7 !important;
    padding: 0 15px;
  }
}

.header-marketing-title {
  color: #969696;
  background-color: #f8efe7 !important;
  font-size: 0.85rem !important;
	}

.header-marketing-section-position {
  background-color: #f8efe7 !important;
  padding: 19px 0 20px 0;
}

.card-body, .card-footer {
  background-color: #f8efe7 !important;
}

.product-card .card-body {
  padding: 15px !important;
}

.h5.product-card-title {
  font-size: .95rem !important;
  line-height: 1.375rem;
  margin-top: 0;
}

.product-card-image {
  margin-bottom: 0rem !important;
  position: relative;
}

select.form-control {
  font-size: .8125rem;
  line-height: 1rem;
  border: 0;
}

select.form-control {
  font-size: .9125rem !important;
  line-height: 1rem;
  background-color: #f8efe7 !important;
}
.header-logo img {
  max-width: 400px !important;
  height: auto;
}
@media (min-width: 1700px) {
  .header-middle-left {
    flex: 1 1 25%;
    max-width: 25%;
  }  }

@media (min-width: 1700px) {
  .header-middle-right {
    flex: 1 1 25%;
    max-width: 25%;
  }
}