.stock-locations {
  margin-top: 60px;
}
.stock-locations .location-listings {
  margin-top: 80px;
}
.stock-locations .location-listings .item {
  width: 25%;
  padding-right: 5%;
  margin-bottom: 40px;
}
.stock-locations .location-listings .item .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #31699d;
  font-weight: 800;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.stock-locations .location-listings .item .email a,
.stock-locations .location-listings .item .phone a {
  color: #7aa4c7;
  font-size: 14px;
  font-weight: 600;
  transition: 0.6s all;
}
.stock-locations .location-listings .item .email a:hover,
.stock-locations .location-listings .item .phone a:hover {
  opacity: 0.8;
}
.stock-locations .location-listings .item .address p {
  margin: 0;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 1040px) {
  .branding-page .video iframe {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  body .home-slider .home-slide {
    background-size: contain !important;
    min-height: 39vw !important;
  }
  .branding-page .site-logo,
  .branding-page .site-logo a {
    justify-content: center;
  }
  .stock-locations .location-listings .item {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 540px) {
  .stock-locations .location-listings .item {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#product_info li {
  margin-bottom: 20px;
}
.branding-page #productmaingallery {
  margin-bottom: 100px;
}
.secondary-logo {
  max-width: none !important;
}
@media (max-width: 768px) {
  #masthead .headsearch #search_type {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #masthead .login_button {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #masthead .site-logo.primary {
    display: none;
  }
}
@media (min-width: 769px) {
  #masthead .headsearch .site-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  #masthead .headsearch {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #masthead .phone-us {
    order: 9999999;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  #masthead .search-form {
    width: 100%;
    order: 9999;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.woocommerce-checkout #ship-to-different-address {
  display: none;
}
.woocommerce-checkout .ship-to-field fieldset {
  border: 0px;
  padding: 0;
}
.woocommerce-checkout label {
  font-weight: bold;
}
.ship-to-container {
  margin-bottom: 20px;
}
.ship-to-container p {
  margin: 0 0 10px 0;
  line-height: 20px;
}
.ship-to-container p:last-of-type {
  margin: 0;
}
.ship-to-container legend {
  margin-bottom: 10px;
}
.ship-to-container label {
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s opacity;
}
.ship-to-container label:hover {
  opacity: 0.8;
}
.ship-to-container .drop-ship-message {
  line-height: 26px;
}
.ship-to-container:not(.drop-ship) .drop-ship-message {
  display: none;
}
.branding-page .link {
  text-decoration: underline;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.branding-page .brand-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
}
.branding-page .brand-title span {
  width: 100%;
}
.branding-page .brand-content {
  max-width: 990px;
}
.branding-page .brand-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.branding-page .brand-content p:last-of-type {
  margin-bottom: 0;
}
.fancy-search-trigger {
  color: #8bca0b;
  cursor: pointer;
  padding: 10px;
  font-size: 27px !important;
}
.fancy-search-form {
  position: relative;
}
.fancy-search-form .text {
  font-family: "Montserrat";
  font-weight: bold;
  color: #000;
}
.fancy-search-form .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fafafa;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all ease-in-out;
  z-index: 99999;
}
.fancy-search-form.open .container {
  visibility: visible;
  opacity: 1;
}
.fancy-search-form form {
  border: 2px solid #8bca0b;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fancy-search-form form {
    width: 100%;
  }
}
.fancy-search-form input {
  padding: 10px;
  border: 0px;
}
.fancy-search-form input:focus {
  border: 0px;
  outline: none;
}
@media (max-width: 768px) {
  .fancy-search-form input {
    flex: 1 0;
  }
}
@media (max-width: 540px) {
  .fancy-search-form input {
    width: 100%;
    flex: initial;
    border-bottom: 2px solid #8bca0b !important;
  }
}
.fancy-search-form select {
  color: #8bca0b;
  border: 2px solid #8bca0b;
  padding: 10px 10px;
  width: 100px;
  height: 100%;
  border-top: 0px;
  border-bottom: 0px;
}
.fancy-search-form select:focus {
  color: #8bca0b;
  border-color: #8bca0b;
  outline: none;
}
@media (max-width: 540px) {
  .fancy-search-form select {
    flex: 1 0;
    border: 0px !important;
  }
}
.fancy-search-form button {
  background-color: transparent;
  color: #8bca0b;
  cursor: pointer;
  border: 0px;
  margin: 0 10px 0 5px;
  padding: 10px;
}
.fancy-search-form button:focus {
  outline: none;
}
