/*
 * Migrated from the legacy assets/css pipeline.
 * This file keeps the active theme-specific styles in a theme-native location.
 */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hidden {
  display: none;
}

button:focus,
button:focus-visible,
[type="button"]:focus,
[type="button"]:focus-visible,
[type="submit"]:focus,
[type="submit"]:focus-visible,
[type="reset"]:focus,
[type="reset"]:focus-visible,
a:focus,
a:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
[role="button"]:focus,
[role="button"]:focus-visible,
.btn:focus,
.btn:focus-visible,
.button:focus,
.button:focus-visible {
  outline: 1px dotted #444 !important;
  outline-offset: 2px;
  box-shadow: none !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.tabs-list li:focus,
ul.tabs-list li:focus-visible,
ul.tabs-list li a:focus,
ul.tabs-list li a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-Tabs-panel.panel {
  border: 0 !important;
  box-shadow: none !important;
}

.cart-summary-simple {
  text-align: right;
  padding: 20px 15px;
}

.cart-summary-simple .includes_tax {
  display: none;
}

.hc-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  color: #323232;
  background-color: #fecc01;
  border-radius: 5px !important;
  box-shadow: 2px 3px 5px 0 #aaa;
  transition: all 0.2s;
  text-transform: none !important;
}

.hc-button.hc-button-black {
  background-color: #444;
}

.hc-button.hc-button-black a,
a.hc-button-black {
  color: #fcfcfc;
}

.hc-button + .hc-button-black {
  margin-left: 40px;
  transform: translateY(1px);
}

.hc-button:hover {
  transform: scale(1.05);
  color: #323232 !important;
  background-color: rgba(254, 203, 1, 0.87);
  text-transform: none;
}

.hc-button:hover a {
  color: #323232;
  text-transform: none;
}

.hc-button.hc-button-black:hover {
  color: #fcfcfc !important;
  background-color: #444;
}

.hc-button.hc-button-black:hover a,
.hc-button + .hc-button-black:hover a {
  color: #fcfcfc;
}

.hc-button::before {
  content: none !important;
}

.hc-button.tel-button {
  max-height: 40px;
}

.hc-button.tel-button .tel-button-icon {
  padding-right: 3px;
  font-size: 19px;
  transform: translateY(-1px);
}

.hc-button.tel-button a {
  display: block;
  padding: 4px 10px;
  font-weight: 400;
}

.hc-button.tel-button a:hover,
.hc-button a:hover,
a.hc-button:hover,
a.hc-button-black:hover {
  text-decoration: none;
}

a.hc-button {
  font-size: 18px;
}

a.hc-button,
a.hc-button-black,
.hc-button a {
  display: block;
  padding: 5px 20px;
  font-weight: 400;
}

.header-icons {
  width: 26px;
  padding: 4px;
  align-self: center;
}

.header-icon {
  font-size: 18px !important;
}

.header-icon button {
  padding: 0;
  background: none;
}

.header-icon button i {
  font-size: 18px !important;
}

.header-setting {
  margin-left: 20px;
  align-items: center;
}

#bodyFooter {
  display: flex;
  height: 2em;
  background: #5a0202;
}

.logo-heading {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.header-center-inner-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-center-inner-flex .flex {
  display: flex;
}

.header-center-inner-flex .logged-in {
  display: flex;
  align-items: baseline;
  align-self: flex-end;
}

.logged-in-info-text {
  color: #f55b47;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

#hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  height: calc(100vh - 100px);
  max-height: 550px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff9e1;
}

#hero-image .hero-content {
  display: flex;
  transform: translateY(-20px);
}

#hero-image .hero-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}

#hero-image .hero-text__title {
  margin: 0 0 0.6em;
  color: #000;
  font-size: 49px;
  font-weight: 300;
  line-height: 1.15em;
}

#hero-image .hero-text__subtitle {
  padding: 0 0.3em;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

#hero-image .hero-text__subtitle h2,
#hero-image .hero-text__subtitle h3,
#hero-image .hero-text__subtitle h4 {
  margin: 0;
  color: #444;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
}

#hero-image .hero-text__buttons-group {
  display: flex;
  transform: translateY(40px);
}

#hero-image .hero-text__buttons-group .hc-button a {
  display: block;
  padding: 5px 20px;
}

#hero-image .hero-text__button {
  font-size: 18px;
  font-weight: 400;
}

#hero-image .hero-image {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}

#hero-image .hero-image img {
  position: absolute;
  top: 0;
  transform: translate(-50px, 14%) scale(1.4);
}

.hero-text__button-mobile {
  display: none;
}

#info-bar .info-bar__list {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  list-style: none;
}

#info-bar .info-bar__single {
  display: flex;
  align-items: center;
}

#info-bar .info-bar__icon:hover {
  filter: invert(52%) sepia(65%) saturate(2185%) hue-rotate(326deg) brightness(103%) contrast(85%);
}

#info-bar .info-bar__text {
  font-size: 14px;
  font-weight: 600;
}

#info-bar .info-bar__icon {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  padding: 8px 10px 10px;
  border: 2px solid #000;
  border-radius: 50%;
}

html,
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {
  .header-center-inner-flex {
    justify-content: center;
  }

  .header-center-inner-flex .logged-in {
    justify-content: center;
    align-self: center;
  }

  .logged-in-info-text {
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
  }

  #info-bar .info-bar__list {
    flex-direction: column;
    justify-content: center;
  }

  #info-bar .info-bar__single {
    margin: 10px 0;
  }

  #info-bar .info-bar__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  #hero-image {
    justify-content: flex-start;
    height: auto;
    max-height: 100vh;
    margin-top: 75px;
    margin-bottom: 100px;
  }

  #hero-image .hero-content {
    position: relative;
    flex-direction: column;
    margin-top: 90px;
  }

  #hero-image.mobile-hidden {
    display: none;
  }

  #hero-image .hero-image__title {
    margin: 1em 0 0.5em;
    font-size: 36px;
  }

  #hero-image .hero-image__buttons-group {
    margin-top: 30px;
  }

  #hero-image .hero-text__buttons-group {
    display: none;
  }

  #hero-image .hero-image img {
    position: relative;
    max-height: 50vh;
    object-fit: contain;
    transform: translate(0, -10%) scale(1);
  }

  #hero-image .hero-text {
    text-align: center;
  }

  #hero-image .hero-text__button-mobile {
    display: flex !important;
    gap: 20px;
    margin: 50px auto;
  }

  #hero-image .hero-text__button-mobile .hc-button {
    width: 120px;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #hero-image {
    min-height: calc(100vh - 95px) !important;
  }

  #hero-image .hero-text__title {
    font-size: 36px;
  }

  #hero-image .hero-image {
    min-height: 350px;
  }

  #hero-image .hero-image__text-wrapper {
    padding-top: 1.5em;
  }

  #hero-image .hero-text__subtitle {
    margin-top: 20px;
  }

  #hero-image .hero-text__subtitle h2 {
    font-size: 16px;
  }

  #info-bar .info-bar__icon {
    width: 35px;
    height: 35px;
    padding: 2px 5px;
    border-width: 1px;
  }
}

@media screen and (max-width: 480px) {
  #hero-image .hero-image__title {
    font-size: 24px;
  }

  #hero-image .hero-image__subtitle h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
