h1, h2 {
  color: #ff5000 !important;
}

h3, h4 {
  color: #ff7b00 !important;
}

h5, h6 {
  color: #ff9720 !important;
}

.star-rating span:before {
  color: #ff9720 !important;
}

.footer-wrapper .dark {
  color: #000000 !important;
}
.footer-wrapper .dark p {
  color: #000000 !important;
}
.footer-wrapper a {
  color: #175d91 !important;
}
.footer-wrapper a:hover {
  color: #173f91 !important;
}
.footer-wrapper h3 {
  color: #ff7b00 !important;
}
.footer-wrapper h4 {
  color: #ff9720 !important;
}
.footer-wrapper h4 .section-title-main {
  text-transform: capitalize !important;
}
.footer-wrapper ul li {
  list-style: inside;
}
.footer-wrapper .absolute-footer .copyright-footer {
  color: #fff;
  font-size: 16px;
}

.contact-wrapper a.button {
  background-color: #ff5000 !important;
  color: #fff !important;
  border-radius: 7px;
  text-transform: none !important;
  margin-top: 7px;
}
.contact-wrapper a.button:hover {
  background-color: #ff7b00 !important;
  color: #fff !important;
}

.wcmenucart {
  display: none !important;
}

.header-wrapper .header-nav a {
  color: #177b91;
}
.header-wrapper .header-nav a:hover {
  color: #0d434f;
  text-decoration: underline;
}

.products .title-wrapper a {
  color: #177b91;
  font-size: 1.1em;
}
.products .title-wrapper a:hover {
  color: #0d434f;
  text-decoration: underline;
}

.product-container a {
  color: #177b91;
}
.product-container a:hover {
  color: #0d434f;
  text-decoration: underline;
}
.product-container ul > li > ul {
  margin-left: 0;
  margin-top: 15px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .contact-wrapper {
    text-align: center;
  }
}