/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid  #D3D8E0;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px  #000065 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::-webkit-search-cancel-button {
  display: none;
}

.form-item-sort-by {
  position: absolute;
  left: 0;
  z-index: 10;
}
#edit-sort-by--3 > ul {
  margin-block-start: unset;
  margin-inline-start: unset;
  margin-left: unset;
}

@media (min-width: 75rem) {
  .form-item-sort-by {
    left: unset;
    right: 0;
  }
  .form-item-sort-by ul {
    margin-left: 0;
  }
}

#edit-sort-by--3 > ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

#edit-sort-by--3 > ul > li:last-of-type::before {
  content: '|';
  display: inline-block;
  width: 20px;
  height: inherit;
  text-align: center;
}
#edit-sort-by--3 ul::before {
  content: "Sort By: ";
  padding-right: 10px;
  font-weight: 400;
}

#drupal-off-canvas-wrapper select {
  appearance: none;
  padding-inline-end: 5rem !important;
  border: solid 1px var(--color--slate-gray) !important;
  border-radius: 3px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#drupal-off-canvas-wrapper select option {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}

#drupal-off-canvas-wrapper input[type="tel"] {
  border-radius: 3px;
  color: var(--color--black);
}

#drupal-off-canvas-wrapper button[data-vht-component="popup-callback-form-button"] {
  color: var(--color--white);
  border-color: var(--color--primary-red);
  background-color: var(--color--primary-red);
  width: auto;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  clear: both;
  padding: 10px 25px;
  text-align: center;
}
