.custom-nav {
  background-color: #555;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;  
}

.header-icon {
  width: 50px;
  max-width: 80px;
}

#header-cart span {
  left: -20px;
}

#wrapper-header {
  padding: 20px 0;
}

.custom-nav a:active {
  background-color: white;
}

.custom-nav a:visited {
  background-color: #ccc;
}

#supplier-block {
  background-color: #F3776B;
  /*padding: 50px;  */
}

.supplier-caption {
    margin-top: 7%;
    padding-left: 5%;

  }

.wrapper-supplier h1 {
  color: #fff;
}

.home-btn {
  margin-top: 20px;
}

.testimonial p {
  padding: 0px 30px;
  font-size: 16px;
  line-height: 26px;
}

blockquote {
  quotes: "\201C""\201D""\2018""\2019";
  border: none !important;
}

blockquote p.firstp:before {
  content: open-quote;
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 70%;
  color: #fff;
}

blockquote p.firstp:after {
  content: close-quote;
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  bottom: 70px;
  opacity: 70%;
  color: #fff;
}

.btngray {
  background-color: #58595b;
  color: white !important;
}


a#supplier_banner, a#supplier_banner:hover , a#supplier_banner:focus {
  color: transparent !important;
  background-color: transparent !important;
  opacity: 1 !important;
}