@charset "UTF-8";
/* Sass variables for media queries */
/* Burger nav variant
$menu-max-breakpoint: 999999px;
$menu-breakpoint: 1000000px;
$header-max-breakpoint: 999999px;
$header-breakpoint: 1000000px;
$footer-max-breakpoint: 1279px;
$footer-breakpoint: 1280px;
*/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Header */
#header {
  opacity: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  box-shadow: 0px 2px 20px black;
  top: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.1rem;
  z-index: 500;
}
.font-loaded #header {
  opacity: 1;
}
html[data-theme=light] #header {
  background-color: #fefefe;
}
html[data-theme=dark] #header {
  background-color: #e8e8ea;
}
html[data-theme=light] #header {
  color: #e95a0c;
}
html[data-theme=dark] #header {
  color: #1d1d1d;
}
@media (min-width: 768px) {
  #header .inner {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#header a {
  text-decoration: none;
}
@media (min-width: 1350px) {
  #header {
    max-height: 1000px;
  }
}
#header .row {
  row-gap: 5px;
}
#header .admin-on {
  /* Compensate for the Drupal toolbar */
  top: 80px;
}
#header #mobile-top-header {
  padding: 5px 0;
}
html[data-theme=light] #header #mobile-top-header {
  background-color: #e95a0c;
  color: #fefefe;
}
html[data-theme=dark] #header #mobile-top-header {
  background-color: #e8e8ea;
  color: #1d1d1d;
}
@media (min-width: 1350px) {
  #header #mobile-top-header {
    display: none;
  }
}
#header #mobile-top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  text-align: center;
}
#header #mobile-top-header .container p {
  margin: 0;
  font-size: 17px;
}
html[data-theme=light] #header #mobile-top-header .container p a {
  color: #fefefe;
}
html[data-theme=dark] #header #mobile-top-header .container p a {
  color: #1d1d1d;
}
#header #mobile-top-header .container p a:before {
  display: none;
  font-family: "FontAwesome";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
  position: relative;
  top: 1px;
}
#header .header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header .header-main #logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  background-size: contain;
}
#header .header-main #logo .scrolled-logo {
  display: none;
}
#header .header-main #logo img {
  width: auto;
  max-height: 80px;
  margin: -0.5px auto;
}
@media (min-width: 768px) {
  #header .header-main #logo {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  #header .header-main #logo {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1550px) {
  #header .header-main #logo div:first-of-type,
#header .header-main #logo img {
    height: 100%;
  }
  #header .header-main #logo img {
    width: auto;
    margin: 0 0 -0.5px;
    max-height: 87px;
  }
}
#header .header-main #header-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1550px) {
  #header .header-main #header-right {
    justify-content: space-between;
  }
}
#header .header-main #header-right #tools {
  display: none;
  align-self: flex-end;
  align-items: center;
}
@media (min-width: 1550px) {
  #header .header-main #header-right #tools {
    display: flex;
  }
}
#header .header-main #header-right #tools #cart.cart {
  display: block;
  margin-left: 10px;
}
#header .header-main #header-right nav, #header .header-main #header-right .cart {
  opacity: 1;
  transition: opacity 1s ease;
}
#header .header-main #header-right.closed nav, #header .header-main #header-right.closed .cart {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#header .header-main #header-right-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header .header-main #header-right-inner #commerce-tools {
  display: flex;
  align-items: center;
}
#header.scrolled #mobile-top-header,
#header.scrolled .header-stripe {
  display: none;
}
@media (min-width: 1350px) {
  #header.scrolled #logo {
    padding: 10px;
  }
  #header.scrolled #logo .logo {
    display: none;
  }
  #header.scrolled #logo .scrolled-logo {
    display: block;
  }
  #header.scrolled #logo img {
    max-width: 150px;
  }
}
#header.scrolled #header-right #tools {
  display: none;
}
#header.scrolled #header-right .js-form-type-search {
  height: auto;
}
#header.open, #header.scrolled.open {
  max-height: 1000px;
  overflow: visible;
}

#contact {
  display: flex;
}

#tel,
#email {
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  display: flex;
  text-align: left;
  align-items: center;
}
html[data-theme=light] #tel,
html[data-theme=light] #email {
  color: #2d2e82;
}
html[data-theme=dark] #tel,
html[data-theme=dark] #email {
  color: #1d1d1d;
}
@media (min-width: 1550px) {
  #tel,
#email {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  #tel,
#email {
    display: flex;
  }
}
#tel p,
#email p {
  margin: 0;
}
#tel a,
#email a {
  font-size: 16px;
  font-weight: 400;
}
html[data-theme=light] #tel a,
html[data-theme=light] #email a {
  color: #2d2e82;
}
html[data-theme=dark] #tel a,
html[data-theme=dark] #email a {
  color: #1d1d1d;
}
#tel a:hover,
#email a:hover {
  text-decoration: none;
}
html[data-theme=light] #tel a:hover,
html[data-theme=light] #email a:hover {
  color: #2d2e82;
}
html[data-theme=dark] #tel a:hover,
html[data-theme=dark] #email a:hover {
  color: #fefefe;
}

#tel a:after {
  content: ".";
  display: inline;
  margin-left: 10px;
}

#email {
  margin-left: 10px;
}

/*# sourceMappingURL=header-left.css.map */
