footer ~ hr {
  display: none;
}
footer ~ #footer {
  display: none;
}
#coming-soon-footer-banner {
  display: none;
}
li.wc-block-product-categories-list-item:first-of-type {
  display: none;
}
.wrap-search .search .searchButton {
  position: absolute;
  right: 24px;
  top: 0;
}

/* .sticky-fixed{
    background-color: #1f97d3;
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}*/
section.general-sec {
  margin-top: 5rem;
}
section.general-sec h1 {
  margin-bottom: 2.5rem;
}
section.general-sec p {
  color: #939598;
  margin-top: 0.5rem;
}
section.general-sec ul li {
  color: #939598;
  margin: 0 0 0.7rem 0;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
section.general-sec ul li:before {
  content: "• ";
  color: black;
  font-size: 1.5rem;
}

section.general-sec ul {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .wrap-search .search .searchButton {
    right: 0px;
  }
}
