body {
  background: #f2f2f2;
  color: #424242;
}
a {
  color: #217cc1;
}
nav#top {
  background-color: white;
  padding: 4px 0px 3px 0;
  margin: 0 0 15px 0;
  min-height: 40px;
}
@media (max-width: 991px) {
  nav#top {
    margin: 0;
    padding: 0;
  }
}
nav#top a .fa,
nav#top a .fas,
nav#top a .far {
  color: #25a8e9;
}
nav#top .container {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
nav#top .container .pull-right {
  justify-self: flex-end;
}
nav#top .btn-link,
nav#top li,
nav#top a {
  color: #717171;
}
nav#top .dropdown-menu li .btn-link {
  text-align: left;
}
nav#top .dropdown-menu li .btn-link:hover {
  text-shadow: none;
  color: white;
  background-color: #217cc1;
  background-image: linear-gradient(to bottom, #217cc1, #1f90bb);
  background-repeat: repeat-x;
}
nav#top #form-currency .currency-select,
nav#top #form-language .currency-select,
nav#top #form-currency .language-select,
nav#top #form-language .language-select {
  text-align: left;
}
nav#top #form-currency .currency-select:hover,
nav#top #form-language .currency-select:hover,
nav#top #form-currency .language-select:hover,
nav#top #form-language .language-select:hover {
  text-shadow: none;
  color: white;
  background-color: #217cc1;
  background-image: linear-gradient(to bottom, #217cc1, #1f90bb);
  background-repeat: repeat-x;
}
nav#top .list-inline-item {
  padding: 0.375rem 0.2rem;
}
.container {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1220px;
  }
}
body > header {
  max-width: 100%;
  background-color: white;
  margin: auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  body > header {
    max-width: 748px;
  }
}
@media (min-width: 992px) {
  body > header {
    max-width: 980px;
  }
}
@media (min-width: 1180px) {
  body > header {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  body > header {
    max-width: 1220px;
  }
}
@media (max-width: 991px) {
  body > header {
    padding: 10px 0;
  }
}
body > header #menu-main {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
body > header #menu-main .active {
  color: #007ec3 !important;
}
body > header .img-responsive {
  max-height: 126px;
}
@media (max-width: 991px) {
  body > header .img-responsive {
    max-height: 50px;
  }
}
body > header hr {
  border-bottom-color: #e8e8ea;
  max-width: 880px;
}
body > header .productsearch {
  display: flex;
}
@media (max-width: 540px) {
  body > header .productsearch input {
    width: 120px;
  }
}
body > header .grow {
  flex: 2;
}
body > header .logo {
  margin-right: 15px;
}
main.shop > .container {
  padding: 0;
  padding-bottom: 40px;
  min-height: 500px;
}
main.shop > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
main.shop > .container form.intro {
  width: 70%;
  margin: auto;
}
main.shop > .container form.intro input[type=search] {
  border: 1px solid #217cc1;
}
main.shop > .container form.intro button {
  margin-left: 10px;
}
.container {
  background-color: white;
}
.form-group.required label:after {
  content: " *";
  color: red;
}
a {
  text-decoration: none;
  transition: color 250ms ease;
}
/* THP Footer */
#footer {
  margin: auto;
  color: white;
  line-height: 1.8;
}
#footer a {
  color: white;
}
#footer .span25 {
  width: 25px;
  display: inline-block;
}
#footer .wrap {
  padding-top: 15px;
  background: #0075ba;
  font-size: 15px;
}
#footer h4,
#footer ul {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.8;
}
#footer ul {
  margin-bottom: 10px;
  list-style: none;
}
#footer ul li ul {
  font-weight: 300;
  text-transform: none;
}
#footer h4 {
  margin: 0;
  font-size: 15px;
}
.search-field {
  border-color: #217cc1;
}
.sticky-top {
  z-index: 20;
}
/*# sourceMappingURL=reduced.css.map */