body {
  background-color: rgb(246, 246, 246);
}

.cs_searchBarContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cs_searchBarContainer {
    flex-wrap: initial;
  }
}
.cs_searchBarContainer .cs_searchBar {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cs_searchBarContainer .cs_searchBar {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cs_searchBarContainer .cs_searchBar {
    width: 50%;
  }
}
.cs_searchBarContainer .cs_searchBar .cs_searchBarText {
  width: 90%;
  margin-right: 5px;
}
.cs_searchBarContainer .cs_searchBar .cs_searchBarBtn {
  width: 10%;
}
.cs_searchBarContainer .cs_btnContactUsAnd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}
@media (min-width: 768px) {
  .cs_searchBarContainer .cs_btnContactUsAnd {
    width: 40%;
    flex-wrap: initial;
  }
}
@media (min-width: 992px) {
  .cs_searchBarContainer .cs_btnContactUsAnd {
    width: 50%;
  }
}
.cs_searchBarContainer .cs_btnContactUsAnd .btn {
  /*width: 100%;*/
}
.cs_searchBarContainer .cs_btnContactUsAnd .btn.btnContactUs {
  margin: 5px 5px 0 0;
  background: #ff9900 url(/images/email.png) no-repeat;
  background-size: 25px;
  background-position: 15px;
}
@media (min-width: 768px) {
  .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnContactUs {
    background-position: 5px;
  }
}
@media (min-width: 992px) {
  .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnContactUs {
    background-position: 15px;
  }
}
.cs_searchBarContainer .cs_btnContactUsAnd .btn.btnDistributor {
  margin: 5px 5px 0 0;
  background: #ff9900 url(/images/globe.png) no-repeat;
  background-size: 25px;
  background-position: 15px;
}
@media (min-width: 768px) {
  .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnDistributor {
    background-position: 5px;
  }
}
@media (min-width: 992px) {
  .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnDistributor {
    background-position: 15px;
  }
}
.cs_searchBarContainer .cs_languageSelect {
  padding: 5px 0px 0px 5px;
  width: 30%;
}
@media (min-width: 768px) {
  .cs_searchBarContainer .cs_languageSelect {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .cs_searchBarContainer .cs_languageSelect {
    width: 10%;
  }
}

.btn:hover {
  color: #fff;
  opacity: 0.8;
}

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  z-index: 10000;
  top: 100%;
}
@media (min-width: 768px) {
  .slick-next,
.slick-prev {
    top: 50%;
  }
}

@media (min-width: 488px) {
  .slick-next {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .slick-next {
    right: -25px;
  }
}

@media (min-width: 488px) {
  .slick-prev {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .slick-prev {
    left: -25px;
  }
}

.content-row {
  height: 300px;
}

.currencySelector {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 9;
  font-size: 12px !important;
  background: #ffa500;
  color: #000;
  padding: 20px;
  display: flex;
}
.currencySelector .icon {
  /*flex-direction: column;*/
}
.currencySelector .icon img {
  height: 50px;
}
.currencySelector .options {
  display: flex;
  /*flex-direction: column;*/
}
.currencySelector .options .btn {
  border-radius: 0;
  color: #fff !important;
  font-size: 12px;
  background-color: #bba4c6;
}
@media (max-width: 767px) {
  .currencySelector .options .btn {
    padding: 5px;
  }
}
.currencySelector .options .btn:hover {
  background-color: #622d7b !important;
  border-color: #622d7b !important;
}
.currencySelector .options .btn.selected {
  background-color: #622d7b !important;
  border-color: #622d7b !important;
}

.replacement-hose {
  /*background-color: yellow;*/
  color: #ffa500;
  text-decoration: underline;
}
.replacement-hose :hover {
  color: black;
}

.currencySelector .replacement-hose {
  color: black;
}/*# sourceMappingURL=StyleSheet.css.map */