:root {
  --menu_height: 80px;
  --menu_position: fixed; }

:root {
  --primary: #00587c;
  --secondary: #f2f2e7;
  --xm: 70px;
  --ym: 8%;
  --h1_size: 4rem;
  --h2_size: 3rem;
  --h3_size: 2.5rem;
  --h4_size: 2.25rem;
  --h5_size: 1.5rem;
  --h6_size: 1.25rem;
  --content_size: 1.25rem;
  --nav_size: 1.25rem;
  --button_size: 1.5rem;
  --font_128: 8rem;
  --font_64: 4rem;
  --font_48: 3rem;
  --font_40: 2.5rem;
  --font_36: 2.25rem;
  --font_32: 2rem;
  --font_24: 1.5rem;
  --font_20: 1.25rem;
  --font_16: 1rem;
  --bs-body-font-family: 'Onest', sans-serif;
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 130%;
  --bs-body-color: #00587c;
  --bs-body-bg: #00587c;
  --bs-primary: #00587c;
  --bs-secondary: #f2f2e7;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-background-color: transparent;
  --wpforms-button-text-color: #00587c; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 130%;
  color: #00587c;
  font-family: 'Onest', sans-serif;
  background: #f2f2e7;
  font-weight: 400;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

#wrap {
  position: relative;
  margin-top: var(--menu_height); }

body.admin-bar #primary-nav {
  top: 32px; }

#header-wrap #primary-nav {
  background: transparent; }

#header-wrap.active #primary-nav {
  background: #f2f2e7; }

body.admin-bar #primary-nav.mega-menu #mega-menu-wrap-primary-menu li.mega-menu-item.mega-menu-megamenu > ul, body.admin-bar #primary-nav.mega-menu #mega-menu-wrap-primary-menu li.mega-menu-item.mega-menu-megamenu.menu-toggle-on > ul {
  top: calc(var(--menu_height) + 30px) !important; }

#primary-nav.show_mobile {
  display: none !important; }

#primary-nav.mega-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 40px !important;
  position: var(--menu_position);
  height: var(--menu_height) !important;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease; }
  #primary-nav.mega-menu .nav-logo {
    width: 80px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: var(--menu_height) !important; }
  #primary-nav.mega-menu .nav-actions {
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    #primary-nav.mega-menu .nav-actions a {
      height: 100%;
      display: inline-flex;
      flex-direction: column;
      justify-content: center; }
  #primary-nav.mega-menu .widget_custom_html {
    width: 100%;
    max-width: 320px; }
  #primary-nav.mega-menu .nav-category {
    position: relative;
    color: #3b3734 !important;
    font-size: var(--font_24); }
    #primary-nav.mega-menu .nav-category a {
      color: #3b3734 !important; }
    #primary-nav.mega-menu .nav-category .nav-image {
      max-width: 320px; }
      #primary-nav.mega-menu .nav-category .nav-image img {
        width: 100%; }
    #primary-nav.mega-menu .nav-category .nav-name {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  #primary-nav.mega-menu .nav-searchbar {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    padding: 20px;
    transition: all 0.5s ease; }
    #primary-nav.mega-menu .nav-searchbar .aws-search-field {
      font-size: var(--nav_size) !important; }
  #primary-nav.mega-menu #mega-menu-wrap-primary-menu {
    width: 80%; }
    #primary-nav.mega-menu #mega-menu-wrap-primary-menu li.mega-menu-item.mega-menu-megamenu > ul, #primary-nav.mega-menu #mega-menu-wrap-primary-menu li.mega-menu-item.mega-menu-megamenu.menu-toggle-on > ul {
      width: 100vw !important;
      position: fixed !important;
      top: calc(var(--menu_height) + 0px) !important;
      left: 0px !important;
      background: #3b3734;
      transition: opacity 0.5s ease-in, visibility 0.5sease-in !important; }
    #primary-nav.mega-menu #mega-menu-wrap-primary-menu .mega-menu-link, #primary-nav.mega-menu #mega-menu-wrap-primary-menu .nav-actions a {
      color: #00587c !important;
      font-size: var(--nav_size) !important;
      padding: 0px 20px !important;
      text-transform: uppercase !important; }
    #primary-nav.mega-menu #mega-menu-wrap-primary-menu .mega-menu-item {
      position: unset !important; }
    #primary-nav.mega-menu #mega-menu-wrap-primary-menu ul.product-categories {
      columns: 2; }
      #primary-nav.mega-menu #mega-menu-wrap-primary-menu ul.product-categories a {
        color: #f2f2e7;
        font-size: var(--font_20); }
        #primary-nav.mega-menu #mega-menu-wrap-primary-menu ul.product-categories a:hover {
          color: #529cbf;
          text-decoration: underline;
          text-underline-offset: 8px; }
  #primary-nav.mega-menu .mega-menu-link, #primary-nav.mega-menu .nav-actions a {
    color: #00587c !important;
    font-size: var(--nav_size) !important;
    padding: 0px 20px !important;
    text-transform: uppercase !important; }
  #primary-nav.mega-menu .mega-indicator::after {
    content: "\f107" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: var(--nav_size); }
  #primary-nav.mega-menu #mega-menu-item-745 ul.product-categories {
    padding-left: 17%;
    width: 80%; }

#header-wrap.menu-active #primary-nav.mega-menu {
  background: #3b3734; }
  #header-wrap.menu-active #primary-nav.mega-menu .mega-menu-link, #header-wrap.menu-active #primary-nav.mega-menu .nav-actions a {
    color: #f2f2e7 !important; }
    #header-wrap.menu-active #primary-nav.mega-menu .mega-menu-link:hover, #header-wrap.menu-active #primary-nav.mega-menu .nav-actions a:hover {
      color: #529cbf !important;
      text-decoration: underline;
      text-underline-offset: 8px; }
  #header-wrap.menu-active #primary-nav.mega-menu .nav-searchbar {
    background: #3b3734; }

#header-wrap.active #primary-nav.mega-menu .nav-searchbar {
  background: #f2f2e7; }

.aws-search-result .aws_result_link {
  padding: 15px 20px !important; }
  .aws-search-result .aws_result_title {
    color: #00587c !important;
    font-size: var(--font_20) !important;
    margin-bottom: 8px !important; }
  .aws-search-result .aws_result_excerpt {
    margin-bottom: 8px !important; }
  .aws-search-result .aws_result_excerpt, .aws-search-result .aws_result_price {
    font-size: var(--font_16) !important; }
  .aws-search-result .aws_result_image {
    padding-right: 20px !important; }
  .aws-search-result .aws_result_tax_product_cat .aws_result_title {
    margin-bottom: 0px !important; }

#mega-menu-item-20604 {
  display: none !important; }

#primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #00587c !important; }

#page-wrap {
  padding: 0px 40px; }

#home-page #header {
  position: relative;
  margin-top: calc(var(--menu_height) * -1); }
  #home-page #header video {
    width: 100%; }
  #home-page #header .header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
    padding: var(--ym) var(--xm); }
    #home-page #header .header__line {
      width: 240px;
      background: #3b3734;
      height: 1px;
      transform: rotate(90deg) translate(0px, -50%);
      display: block;
      position: absolute;
      left: 44%; }
    #home-page #header .header__button {
      position: relative;
      z-index: 9; }
  #home-page #specials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #00587c 0%, #00a0e2 100%);
    padding: 40px;
    margin-top: -7px; }
  #home-page #specials .specials__text {
    color: #fff;
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 120%;
    padding-left: 60px; }
    #home-page #specials .specials__button {
      position: relative;
      z-index: 9; }
      #home-page #specials .specials__button .btn-primary {
        color: #fff;
        font-size: var(--font_24) !important;
        font-weight: 300;
        line-height: 120% !important; }
        #home-page #specials .specials__button .btn-primary::after {
          background: #fff !important;
          bottom: 0px !important; }
  #home-page .reveal-line {
    top: -300px;
    margin-bottom: -300px; }
  #home-page .reveal-line__line {
    height: 600px; }
  #home-page #intro {
    padding: 0px 0px var(--ym) 0px; }
  #home-page #intro .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  #home-page #intro .container-fluid {
    padding-right: var(--xm); }
  #home-page #intro .fill-100 {
    height: -webkit-fill-available; }
  #home-page #intro .intro__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    padding-bottom: var(--ym); }
    #home-page #intro .intro__wrap {
      padding: 40px 14%; }
    #home-page #intro .intro__subheading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      text-align: left; }
    #home-page #intro .intro__content {
      padding: 40px 0px 40px 0px;
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20); }
    #home-page #intro .intro__image {
      width: 100%;
      height: 100%; }
      #home-page #intro .intro__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #home-page #featured {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #home-page #featured .featured__item {
    position: relative; }
    #home-page #featured .featured__image img {
      width: 100%; }
    #home-page #featured .featured__name {
      color: #3b3734;
      font-size: var(--font_36);
      position: absolute;
      bottom: 36px;
      left: 36px; }
    #home-page #featured .featured__button {
      padding-top: var(--ym);
      text-align: center; }
  #home-page #featured .row {
    column-gap: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #home-page #featured .col-xl-4 {
    width: 31.5%; }
  #home-page #about {
    border-top: 1px solid #3b3734;
    border-bottom: 1px solid #3b3734; }
  #home-page #about .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  #home-page #about .fill-100 {
    height: -webkit-fill-available; }
  #home-page #about .about__wrap {
    padding: 40px 14%; }
    #home-page #about .about__heading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      text-align: left;
      font-size: var(--font_48); }
    #home-page #about .about__content {
      padding: 150px 0px 40px 0px;
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20); }
    #home-page #about .about__image {
      width: 100%;
      height: 100%; }
      #home-page #about .about__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #home-page #banner {
    position: relative; }
  #home-page #banner video {
    width: 100%; }
  #home-page #banner .banner__line {
    width: 240px;
    background: #3b3734;
    height: 1px;
    transform: rotate(90deg) translate(0px, -50%);
    display: block;
    position: absolute;
    left: 44%; }
  #home-page #work {
    padding-bottom: var(--ym); }
  #home-page #work .pad {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #home-page #work .work__button {
    text-align: center; }

#about-page #header {
  position: relative;
  margin-top: calc(var(--menu_height) * -1); }
  #about-page #header img {
    width: 100%; }
  #about-page #header .header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2.5vw;
    left: 10vw;
    display: flex;
    align-items: center;
    padding: var(--ym) var(--xm); }
    #about-page #header .header__heading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_64);
      font-style: normal;
      font-weight: 300;
      line-height: 120%; }
  #about-page #intro {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #about-page #intro .intro__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-size: var(--font_48);
    text-align: center;
    padding-bottom: var(--ym);
    max-width: 1040px;
    margin: 0 auto; }
    #about-page #intro .intro__content {
      padding: 40px 0px 40px 0px;
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20); }
    #about-page #intro .intro__image img {
      width: 100%; }
    #about-page #intro .intro__video video {
      width: 100%; }
    #about-page #intro .intro__button {
      text-align: center; }
    #about-page #intro .intro__offerings {
      padding: var(--ym) 0px;
      display: flex;
      column-gap: 140px; }
  #about-page #intro .offering__item {
    width: 33%; }
    #about-page #intro .offering__heading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      text-align: left;
      padding-bottom: 60px; }
    #about-page #intro .offering__content {
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20); }
  #about-page .banner {
    position: relative; }
  #about-page .banner img {
    width: 100%; }
  #about-page #team {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #about-page #team .container-fluid {
    padding: 0px 0px var(--ym) 0px; }
  #about-page #team .team__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%; }
    #about-page #team .team__content {
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20); }
  #about-page #team .people__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 125px;
    align-items: center; }
    #about-page #team .people__image {
      width: 100%;
      height: 100%;
      grid-area: 1 / 1 / 2 / 2; }
      #about-page #team .people__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #about-page #team .people__details {
      padding-left: 75px;
      grid-area: 1 / 2 / 2 / 4; }
    #about-page #team .people__name {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      color: #3b3734;
      padding-bottom: 50px; }
    #about-page #team .people__bio {
      color: #000;
      font-weight: 500;
      line-height: 130%;
      font-size: var(--font_20);
      padding-bottom: 65px;
      max-width: 1135px; }
    #about-page #team .people__contact {
      display: flex; }
    #about-page #team .people__phone {
      margin-right: 75px; }

#finishes {
  padding: 0px var(--xm); }
  #finishes .finish__heading {
    text-align: center;
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding-bottom: var(--ym); }
  #finishes .finish__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 65px; }
  #finishes .finish__item {
    position: relative; }
    #finishes .finish__item button {
      position: absolute;
      top: 10px;
      right: 16px; }
      #finishes .finish__item button::after {
        display: none; }
      #finishes .finish__item button::before {
        display: none; }
  #finishes .finish__image img {
    width: 100%; }
  #finishes .finish__name {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: #3b3734;
    padding-top: 40px; }
  #finishes .popup__wrap {
    max-width: 560px;
    padding-right: 40px; }
  #finishes .popup__name {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: #3b3734;
    margin-bottom: 60px; }
  #finishes .popup__desc {
    color: #000;
    font-weight: 500;
    line-height: 130%;
    font-size: var(--font_20); }
  #finishes .popup__button {
    padding-top: 40px; }
  #finishes .popup__swatches {
    max-width: 500px;
    width: 100%; }
  #finishes .popup__downloads {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #finishes .popup__select {
    width: 100%;
    margin-right: 20px; }
    #finishes .popup__select select {
      padding: 10px 20px !important;
      border: 1px solid #000 !important;
      font-size: var(--font_24) !important;
      font-weight: 300;
      line-height: 120%;
      word-break: normal;
      white-space: normal;
      position: relative !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8061 0.723697C25.1101 0.425434 25.5661 0.425434 25.8701 0.723697C26.1741 1.02196 26.1741 1.46935 25.8701 1.76761L13.8311 13.5788C13.5271 13.8771 13.0711 13.8771 12.767 13.5788L0.72801 1.76761C0.423994 1.46935 0.423994 1.02196 0.72801 0.723696C1.03203 0.425433 1.48805 0.425433 1.79207 0.723696L13.3143 12.0278L24.8061 0.723697Z' fill='%2300587C' stroke='%2300587C'/%3E%3C/svg%3E") !important;
      background-repeat: no-repeat !important;
      background-position: right 10px center !important;
      background-size: 25px !important;
      padding-right: 30px !important; }
      #finishes .popup__select select option {
        overflow-wrap: break-word;
        word-break: normal;
        white-space: normal; }
  #finishes .swatch__grid {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-height: 504px;
    overflow: scroll;
    column-gap: 8%;
    row-gap: 20px;
    padding-right: 30px; }
  #finishes .swatch__item {
    width: 28%; }
  #finishes .swatch__image img {
    width: 100%; }
  #finishes .swatch__name {
    color: #000;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding-top: 10px; }
  #finishes .swatch__grid::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  #finishes .swatch__grid::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5); }
  #finishes .modal-body {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 56px; }

body.blog #header {
  position: relative;
  margin-top: calc(var(--menu_height) * -1); }
  body.blog #header img {
    width: 100%; }
  body.blog #header .header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2.5vw;
    left: 10vw;
    display: flex;
    align-items: center;
    padding: var(--ym) var(--xm); }
    body.blog #header .header__heading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_64);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      color: #f2f2e7; }
  body.blog #intro .intro__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    padding-bottom: var(--ym);
    max-width: 790px;
    margin: 0 auto; }

#contact-page #header {
  position: relative;
  margin-top: calc(var(--menu_height) * -1); }
  #contact-page #header img {
    width: 100%; }
  #contact-page #header .header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2.5vw;
    left: 13vw;
    display: flex;
    align-items: center;
    padding: var(--ym) var(--xm); }
    #contact-page #header .header__heading {
      color: #00587c;
      font-family: 'Onest', serif;
      font-size: var(--font_64);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      color: #f2f2e7; }
  #contact-page #intro {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #contact-page #intro .intro__content {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    max-width: 1320px;
    margin: 0 auto; }
  #contact-page #details {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #contact-page #details .details__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 60px; }
    #contact-page #details .details__content {
      font-size: var(--font_24);
      color: #000;
      line-height: 130%; }
      #contact-page #details .details__content a {
        color: #000;
        text-decoration: underline; }
      #contact-page #details .details__content p {
        margin: 0 0 40px; }
    #contact-page #details .details__map {
      height: 400px;
      width: 100%;
      display: inline-block;
      overflow: hidden; }
      #contact-page #details .details__map iframe {
        position: relative;
        top: -50px;
        border: none; }
  #contact-page #details .row {
    column-gap: 10%;
    justify-content: space-between; }
    #contact-page #details .row .col-xl-6 {
      width: 40%; }
  #contact-page #contact {
    padding: var(--ym) var(--xm) var(--ym) var(--xm);
    border-top: 1px solid #3b3734; }
  #contact-page #contact .contact__heading {
    text-align: center;
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-size: var(--font_48);
    padding-bottom: 5%; }
  #contact-page #contact .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 200px;
    grid-row-gap: 0px; }
    #contact-page #contact .wpforms-field-container #wpforms-627-field_1-container {
      grid-area: 1 / 1 / 2 / 2; }
    #contact-page #contact .wpforms-field-container #wpforms-627-field_5-container {
      grid-area: 2 / 1 / 3 / 2; }
    #contact-page #contact .wpforms-field-container #wpforms-627-field_3-container {
      grid-area: 3 / 1 / 4 / 2; }
    #contact-page #contact .wpforms-field-container #wpforms-627-field_4-container {
      grid-area: 1 / 2 / 4 / 3; }
  #contact-page #contact .wpforms-container-full .wpforms-form .wpforms-field-label {
    padding-bottom: 5px; }
  #contact-page input {
    height: 60px; }

#testimonials {
  padding: 8% 0px;
  border-top: 1px solid #3b3734; }
  #testimonials .testimonial__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #testimonials .testimonial__content, #testimonials .testimonial__name {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
    text-align: center; }
  #testimonials .testimonial__content {
    color: #000;
    font-weight: 500;
    line-height: 130%;
    font-size: var(--font_20); }
  #testimonials .testimonial__name {
    font-size: var(--font_32);
    color: #000;
    padding-top: 40px; }
  #testimonials .testimonial-wrapper {
    max-width: 1530px;
    margin: 0 auto; }

#google-reviews {
  padding: 8% var(--xm);
  max-width: 1530px;
  margin: 0 auto; }
  #google-reviews .testimonial__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    padding: 0px var(--xm) 60px var(--xm); }
  #google-reviews .grw-header {
    display: none !important; }
  #google-reviews .wp-gr .grw-header-inner, #google-reviews .wp-gr .grw-review-inner {
    width: 70% !important; }
  #google-reviews .wp-gr .grw-review-inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
  #google-reviews .wp-gr .grw-review-inner svg {
    display: none !important; }
  #google-reviews .wp-gr .grw-review-inner .wp-google-stars svg {
    display: inline-block !important; }
  #google-reviews .wp-google-text {
    text-align: center !important;
    font-size: var(--font_20) !important;
    line-height: 130% !important; }
  #google-reviews .wp-gr .grw-review .wp-google-feedback {
    height: 100% !important;
    text-align: center !important; }
  #google-reviews .grw-btns {
    height: 60px !important;
    width: 60px !important; }
  #google-reviews .grw-btns svg path {
    fill: #000 !important;
    transform: scale(1.2); }
  #google-reviews .wp-google-time {
    display: none !important; }
  #google-reviews .wp-gr .grw-review .wp-google-left {
    display: flex !important;
    flex-direction: row;
    align-items: center; }
  #google-reviews .rpi-dots-wrap {
    display: none !important; }

#cta {
  padding: var(--ym) var(--xm); }
  #cta .cta__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-size: var(--font_40);
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px; }
  #cta .cta__button {
    text-align: center; }

.shop-categories {
  clear: both; }
  .shop-categories .dropdown-arrow {
    display: block !important; }
  .shop-categories .dropdown-arrow i {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    padding-left: 10px; }
  .shop-categories .category-link {
    display: flex;
    flex-direction: row !important;
    align-items: center !important; }

.shop-categories, .shop-categories-mobile {
  padding: 0px var(--xm) 0px var(--xm);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .shop-categories a, .shop-categories-mobile a {
    padding: 0px 20px;
    margin: 0px;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: var(--font_16);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 50px; }
  .shop-categories a:first-child, .shop-categories-mobile a:first-child {
    margin-left: 0px;
    padding-left: 0px; }
  .shop-categories a:last-child, .shop-categories-mobile a:last-child {
    margin-right: 0px;
    padding-right: 0px; }
  .shop-categories a.active, .shop-categories-mobile a.active, .shop-categories a.clearance, .shop-categories-mobile a.clearance {
    color: #00587c; }
  .shop-categories select, .shop-categories-mobile select {
    background-color: transparent !important;
    border: none !important;
    padding: 0px 0px 0px 15px !important;
    margin: 0px;
    text-align: center !important;
    color: #000 !important;
    text-align: center !important;
    font-family: 'Onest', sans-serif !important;
    font-size: var(--font_16) !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 120% !important;
    height: 100%;
    min-height: 50px !important;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    position: relative !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%2300587C' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 10px !important;
    padding-right: 30px !important; }
  .shop-categories select option, .shop-categories-mobile select option {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal; }
  .shop-categories select.active, .shop-categories-mobile select.active {
    color: #00587c !important; }
  .shop-categories span, .shop-categories-mobile span {
    width: 1px !important;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 50px; }
  .shop-categories span:last-child, .shop-categories-mobile span:last-child {
    display: none; }
  .shop-categories .category-dropdown, .shop-categories-mobile .category-dropdown {
    width: fit-content;
    max-width: 140px; }

.child-categories-wrapper {
  padding: 0px var(--xm) 100px var(--xm); }
  .child-categories-wrapper .child-categories-filter {
    padding-top: 20px;
    font-size: var(--font_16) !important;
    color: #000;
    justify-content: center; }
  .child-categories-wrapper .child-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .child-categories-wrapper .child-categories a {
    padding: 0px 20px;
    color: #000;
    font-size: var(--font_16) !important;
    border-right: 1px solid #c7c7c7;
    margin-bottom: 10px; }
    .child-categories-wrapper .child-categories a:last-child {
      border-right: none; }
    .child-categories-wrapper .child-categories a:hover {
      color: #00587c;
      text-decoration: underline; }
  .child-categories-wrapper .child-categories a.active {
    color: #00587c;
    text-decoration: underline; }

.shop-categories-mobile {
  display: none; }

.child-categories-wrapper-mobile {
  display: none; }
  .child-categories-wrapper-mobile select {
    background-color:  !important;
    border: none !important;
    padding: 0px 0px 0px 15px !important;
    margin: 0px;
    text-align: left !important;
    color: #000 !important;
    font-family: 'Onest', sans-serif !important;
    font-size: var(--font_16) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important;
    height: 100%;
    min-height: 40px !important;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    position: relative !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%2300587C' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 10px !important;
    padding-right: 30px !important; }
  .child-categories-wrapper-mobile select option {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal; }

#product-form {
  border-top: 1px solid #000;
  margin-left: calc(var(--xm) * -1);
  margin-right: calc(var(--xm) * -1);
  margin-top: var(--ym); }
  #product-form .form-wrap {
    padding: 100px var(--xm) 0px var(--xm); }
  #product-form .form_product_name, #product-form .form_product_link {
    display: none; }
  #product-form .hidden {
    display: none; }
  #product-form h2 {
    color: #3b3734;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 120%; }
  #product-form p {
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: var(--font_20);
    font-weight: 300;
    line-height: 120%; }
  #product-form input {
    height: 60px; }
  #product-form .wpforms-one-half {
    padding-left: 40px; }
  #product-form .wpforms-one-half.wpforms-first {
    padding-left: 0px; }
  #product-form .wpforms-submit-container {
    text-align: right; }
  #product-form .wpforms-submit-container .wpforms-submit {
    text-decoration: underline;
    text-underline-offset: 10px; }

#footer-wrap {
  background: #3b3734;
  color: #f2f2e7;
  font-size: var(--font_24);
  font-weight: 300 !important;
  padding-top: 80px; }
  #footer-wrap #footer {
    padding: 20px;
    font-size: var(--content_size); }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block; }
    #footer-wrap #footer li a {
      color: #f2f2e7 !important;
      text-transform: uppercase;
      padding: 0px 0px 8px 0px;
      display: block;
      font-weight: 300 !important; }
  #footer-wrap #footer a {
    color: #f2f2e7 !important; }
  #footer-wrap #footer .footer__logo {
    padding-bottom: 40px; }
    #footer-wrap #footer .footer__heading {
      text-transform: uppercase;
      margin-bottom: 40px;
      font-weight: 300 !important; }
    #footer-wrap #footer .footer__social {
      padding-bottom: 5px;
      font-weight: 300 !important; }
    #footer-wrap #footer .footer__sales, #footer-wrap #footer .footer__hours {
      font-weight: 300 !important;
      line-height: 150%; }
  #footer-wrap #copyright {
    padding: 15px 20px;
    background: linear-gradient(270deg, #00587c 0%, #529cbf 100%);
    font-size: var(--font_16);
    font-weight: 300 !important; }
  #footer-wrap #copyright a {
    color: #f2f2e7 !important; }
  #footer-wrap #marquee {
    padding-top: 80px; }
  #footer-wrap #marquee .marquee .marquee__inner {
    animation: marquee 60s linear infinite;
    -webkit-animation: marquee 60s linear infinite; }
    #footer-wrap #marquee .marquee .marquee__inner span {
      padding: 0 20px;
      font-family: 'Onest', serif;
      font-style: normal;
      font-weight: 300;
      font-size: var(--font_128);
      line-height: 87%;
      text-transform: uppercase;
      color: #f2f2e7; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

.page-title {
  color: #00587c !important; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  color: #00587c; }
  a:hover {
    color: #00587c; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

.vi-wpvs-option-tooltip {
  line-height: 110%; }

.vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
  width: fit-content !important;
  background: #f2f2e7 !important;
  color: #3b3734 !important;
  border: 1px solid #b9b9b9 !important;
  box-shadow: none !important;
  padding: 10px 15px !important;
  height: 42px !important; }
  .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap, .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap-hover {
    background: #3b3734 !important;
    border: 1px solid #b9b9b9 !important;
    box-shadow: none !important;
    color: #f2f2e7 !important;
    font-weight: 400 !important;
    width: fit-content !important;
    padding: 10px 15px !important;
    height: 42px !important; }
  .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip, .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap-hover:hover .vi-wpvs-option-tooltip {
    display: none !important; }
  .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap .vi-wpvs-option, .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap-hover .vi-wpvs-option {
    font-weight: 400 !important; }
  .vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap-selected {
    background: #3b3734 !important;
    border: 1px solid #b9b9b9 !important;
    box-shadow: none !important;
    color: #f2f2e7 !important;
    font-weight: 400 !important;
    padding: 10px 15px !important; }

.vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #3b3734 !important;
  font-weight: 400 !important;
  width: fit-content !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip {
    display: none !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap .vi-wpvs-option {
    font-weight: 400 !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap-hover {
    color: #00587c !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap-hover .vi-wpvs-option {
    color: #00587c !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap-selected {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #00587c !important;
    font-weight: 400 !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap-selected .vi-wpvs-option {
    color: #00587c !important; }
  .vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap-hover {
    color: #00587c !important; }

.vi-wpvs-variation-wrap-select .vi-wpvs-variation-button-select {
  width: fit-content !important;
  background: #f2f2e7 !important;
  box-shadow: none !important;
  padding: 0px 15px !important; }
  .vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
    width: 100% !important;
    background: #f2f2e7 !important;
    color: #3b3734 !important;
    text-align: left !important;
    box-shadow: none !important;
    padding: 0px !important; }
  .vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    background: #3b3734;
    border: none !important;
    color: #f2f2e7 !important;
    width: 100% !important;
    box-shadow: none !important; }
  .vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap .vi-wpvs-option {
    justify-content: flex-start !important;
    padding: 10px 15px !important; }
  .vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap .vi-wpvs-option:hover {
    background: #3b3734;
    color: #f2f2e7 !important; }

.error404 .wrapper {
  padding: 10% 0px 5% 0px; }
  .error404 h1 {
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1320px;
  padding: 40px;
  margin: 0px auto; }
  body.page-template-default .entry-content a {
    text-decoration: underline; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 100%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #f2f2e7; }
  .slick-dots li.slick-active button {
    background: #f2f2e7 !important; }

.underlined {
  display: inline-block;
  position: relative;
  color: #00587c; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #00587c;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.reveal-line {
  top: -120px;
  margin-bottom: -100px;
  position: relative; }
  .reveal-line__wrapper {
    height: 100%;
    min-height: 300px; }
  .reveal-line__line {
    position: relative;
    left: 50%;
    top: 0;
    width: 1px;
    height: 300px;
    background-color: #000; }

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-top {
  animation: fadein 2s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

.marquee__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    font-family: 'Onest', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #00587c;
  line-height: 120%;
  font-weight: 400;
  font-family: 'Onest', serif; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #00587c;
  line-height: 120%;
  font-weight: 400;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size); }

h2, .h2 {
  font-size: var(--h2_size); }

h3, .h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-primary, .link, .woocommerce-Button, .single_add_to_cart_button {
  position: relative;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }
  .btn-primary::before, .link::before, .woocommerce-Button::before, .single_add_to_cart_button::before, .btn-primary::after, .link::after, .woocommerce-Button::after, .single_add_to_cart_button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 2px;
    background: #00587c;
    transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-primary::before, .link::before, .woocommerce-Button::before, .single_add_to_cart_button::before {
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0); }
  .btn-primary::after, .link::after, .woocommerce-Button::after, .single_add_to_cart_button::after {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right; }
  .btn-primary:hover::before, .link:hover::before, .woocommerce-Button:hover::before, .single_add_to_cart_button:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; }
  .btn-primary:hover::after, .link:hover::after, .woocommerce-Button:hover::after, .single_add_to_cart_button:hover::after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.btn-secondary {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #00587c; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.accordion-header {
  font-size: var(--content_size) !important; }

.accordion-body {
  background-color: transparent;
  color: #00587c;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: transparent;
  color: #00587c;
  font-size: var(--content_size);
  border-top: 2px solid #00587c;
  font-family: 'Onest', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #00587c;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #00587c;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f106";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #3b3734 !important;
  font-size: var(--font_32) !important;
  border: 1px solid #3b3734;
  padding: 10px 20px !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #3b3734 !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #f2f2e7 !important;
  border-color: #00587c !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #00587c !important;
    border-color: #00587c !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #00587c;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #f2f2e7; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #f2f2e7 !important;
  border-color: #00587c !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #f2f2e7 !important;
    border-color: #00587c !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #00587c;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  button[type=submit]:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

select {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #3b3734 !important;
  font-size: var(--font_32) !important;
  border: 1px solid #3b3734;
  padding: 10px 20px !important;
  border-bottom: 1px solid #f2f2e7 !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #3b3734 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #3b3734 !important;
  font-size: var(--font_32) !important;
  border: 1px solid #3b3734;
  padding: 10px 20px !important;
  border-bottom: 1px solid #f2f2e7 !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #3b3734 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #00587c; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #3b3734 !important;
  font-size: var(--font_32) !important;
  border: 1px solid #3b3734;
  padding: 10px 20px !important; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #3b3734 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: #fff !important;
    border-radius: 0px !important;
    color: #3b3734 !important;
    font-size: var(--font_32) !important;
    border: 1px solid #3b3734;
    padding: 10px 20px !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #3b3734 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 20px; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--font_32) !important;
    font-weight: 300;
    color: #3b3734; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--font_32) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #00587c !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #00587c !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #f2f2e7 !important;
  color: #00587c !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #00587c !important;
    color: #f2f2e7 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

.wpforms-confirmation-container-full {
  padding-left: 0px !important; }

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.button {
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: transparent !important;
  color: #00587c !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: transparent !important;
  color: #00587c !important; }

#blog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }

.blog-item {
  border-bottom: 1px solid #3b3734;
  margin-bottom: 12%; }
  .blog-item__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
  .blog-item__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 40px; }
  .blog-item__img {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .blog-item__img img {
    width: 100%;
    transition: all 0.5s ease; }
  .blog-item__img:hover img {
    transform: scale(1.1); }
  .blog-item__title {
    color: #3b3734;
    font-size: var(--font_40);
    font-weight: 300 !important;
    line-height: 120%;
    margin: 0px; }
  .blog-item__title a {
    color: #3b3734;
    font-weight: 300 !important; }
  .blog-item__link {
    color: #00587c;
    text-align: left;
    font-size: var(--font_24);
    font-weight: 300;
    line-height: 120%;
    padding-top: 10px; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

body.blog #page-wrap {
  padding-top: 5%;
  padding-bottom: 5%; }

body.single-post #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 5% 40px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.pagination .page-link {
  color: #00587c !important;
  background-color: #f2f2e7 !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #00587c !important;
    background-color: #f2f2e7 !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #00587c !important;
    background-color: #f2f2e7 !important;
    border: none !important; }

.card {
  background-color: #f2f2e7 !important;
  border: 1px solid #00587c !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #00587c !important;
  --bs-table-striped-bg: #f2f2e7 !important;
  --bs-table-active-color: #f2f2e7 !important;
  --bs-table-active-bg: #00587c !important;
  --bs-table-hover-color: #f2f2e7 !important;
  --bs-table-hover-bg: #00587c !important;
  --bs-table-bg-type: #f2f2e7 !important;
  color: #00587c;
  border-color: #00587c; }

.table > :not(caption) > * > * {
  color: #00587c; }

.modal {
  --bs-modal-bg: #f2f2e7;
  --bs-modal-width: 1420px;
  --bs-modal-border-radius: 0px;
  --bs-modal-padding: 85px;
  --bs-modal-header-border-color: #f2f2e7; }

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3e%3cline x1='10.3427' y1='30.4423' x2='30.218' y2='10.5671' stroke='%233B3734'/%3e%3cline x1='11.0542' y1='10.5664' x2='30.9295' y2='30.4417' stroke='%233B3734'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  background: transparent var(--bs-btn-close-bg) center/2em auto no-repeat; }

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1, #custom-page #header.brand1, #custom-page #banner.brand1 {
  background-color: #f2f2e7 !important;
  color: #00587c; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #testimonials.brand1 h1, #custom-page #html.brand1 h1, #custom-page #wysiwyg.brand1 h1, #custom-page #spacer.brand1 h1, #custom-page #specialties.brand1 h1, #custom-page #header.brand1 h1, #custom-page #banner.brand1 h1, #custom-page #cta.brand1 h2, #custom-page #accordion_split.brand1 h2, #custom-page #split-column.brand1 h2, #custom-page #marquee.brand1 h2, #custom-page #testimonials.brand1 h2, #custom-page #html.brand1 h2, #custom-page #wysiwyg.brand1 h2, #custom-page #spacer.brand1 h2, #custom-page #specialties.brand1 h2, #custom-page #header.brand1 h2, #custom-page #banner.brand1 h2, #custom-page #cta.brand1 h3, #custom-page #accordion_split.brand1 h3, #custom-page #split-column.brand1 h3, #custom-page #marquee.brand1 h3, #custom-page #testimonials.brand1 h3, #custom-page #html.brand1 h3, #custom-page #wysiwyg.brand1 h3, #custom-page #spacer.brand1 h3, #custom-page #specialties.brand1 h3, #custom-page #header.brand1 h3, #custom-page #banner.brand1 h3, #custom-page #cta.brand1 h4, #custom-page #accordion_split.brand1 h4, #custom-page #split-column.brand1 h4, #custom-page #marquee.brand1 h4, #custom-page #testimonials.brand1 h4, #custom-page #html.brand1 h4, #custom-page #wysiwyg.brand1 h4, #custom-page #spacer.brand1 h4, #custom-page #specialties.brand1 h4, #custom-page #header.brand1 h4, #custom-page #banner.brand1 h4, #custom-page #cta.brand1 h5, #custom-page #accordion_split.brand1 h5, #custom-page #split-column.brand1 h5, #custom-page #marquee.brand1 h5, #custom-page #testimonials.brand1 h5, #custom-page #html.brand1 h5, #custom-page #wysiwyg.brand1 h5, #custom-page #spacer.brand1 h5, #custom-page #specialties.brand1 h5, #custom-page #header.brand1 h5, #custom-page #banner.brand1 h5, #custom-page #cta.brand1 h6, #custom-page #accordion_split.brand1 h6, #custom-page #split-column.brand1 h6, #custom-page #marquee.brand1 h6, #custom-page #testimonials.brand1 h6, #custom-page #html.brand1 h6, #custom-page #wysiwyg.brand1 h6, #custom-page #spacer.brand1 h6, #custom-page #specialties.brand1 h6, #custom-page #header.brand1 h6, #custom-page #banner.brand1 h6, #custom-page #cta.brand1 p, #custom-page #accordion_split.brand1 p, #custom-page #split-column.brand1 p, #custom-page #marquee.brand1 p, #custom-page #testimonials.brand1 p, #custom-page #html.brand1 p, #custom-page #wysiwyg.brand1 p, #custom-page #spacer.brand1 p, #custom-page #specialties.brand1 p, #custom-page #header.brand1 p, #custom-page #banner.brand1 p {
    color: #00587c !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary, #custom-page #header.brand1 .btn-primary, #custom-page #banner.brand1 .btn-primary {
    background-color: #00587c;
    border: 2px solid #00587c;
    color: #f2f2e7; }
  #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover, #custom-page #header.brand1 .btn-primary:hover, #custom-page #banner.brand1 .btn-primary:hover {
    background-color: #f2f2e7;
    border: 2px solid #00587c;
    color: #00587c; }
  #custom-page #cta.brand1 .service__link a, #custom-page #accordion_split.brand1 .service__link a, #custom-page #split-column.brand1 .service__link a, #custom-page #marquee.brand1 .service__link a, #custom-page #testimonials.brand1 .service__link a, #custom-page #html.brand1 .service__link a, #custom-page #wysiwyg.brand1 .service__link a, #custom-page #spacer.brand1 .service__link a, #custom-page #specialties.brand1 .service__link a, #custom-page #header.brand1 .service__link a, #custom-page #banner.brand1 .service__link a {
    color: #00587c; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #testimonials.brand1 .accordion, #custom-page #html.brand1 .accordion, #custom-page #wysiwyg.brand1 .accordion, #custom-page #spacer.brand1 .accordion, #custom-page #specialties.brand1 .accordion, #custom-page #header.brand1 .accordion, #custom-page #banner.brand1 .accordion {
    border-bottom: 2px solid #00587c; }
  #custom-page #cta.brand1 .accordion-body, #custom-page #accordion_split.brand1 .accordion-body, #custom-page #split-column.brand1 .accordion-body, #custom-page #marquee.brand1 .accordion-body, #custom-page #testimonials.brand1 .accordion-body, #custom-page #html.brand1 .accordion-body, #custom-page #wysiwyg.brand1 .accordion-body, #custom-page #spacer.brand1 .accordion-body, #custom-page #specialties.brand1 .accordion-body, #custom-page #header.brand1 .accordion-body, #custom-page #banner.brand1 .accordion-body {
    color: #00587c; }
  #custom-page #cta.brand1 .accordion-button, #custom-page #accordion_split.brand1 .accordion-button, #custom-page #split-column.brand1 .accordion-button, #custom-page #marquee.brand1 .accordion-button, #custom-page #testimonials.brand1 .accordion-button, #custom-page #html.brand1 .accordion-button, #custom-page #wysiwyg.brand1 .accordion-button, #custom-page #spacer.brand1 .accordion-button, #custom-page #specialties.brand1 .accordion-button, #custom-page #header.brand1 .accordion-button, #custom-page #banner.brand1 .accordion-button {
    color: #00587c;
    border-top: 2px solid #00587c; }
  #custom-page #cta.brand1 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand1 .accordion-button:not(.collapsed), #custom-page #split-column.brand1 .accordion-button:not(.collapsed), #custom-page #marquee.brand1 .accordion-button:not(.collapsed), #custom-page #testimonials.brand1 .accordion-button:not(.collapsed), #custom-page #html.brand1 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand1 .accordion-button:not(.collapsed), #custom-page #spacer.brand1 .accordion-button:not(.collapsed), #custom-page #specialties.brand1 .accordion-button:not(.collapsed), #custom-page #header.brand1 .accordion-button:not(.collapsed), #custom-page #banner.brand1 .accordion-button:not(.collapsed) {
    color: #00587c; }
  #custom-page #cta.brand1 .accordion-button:focus, #custom-page #accordion_split.brand1 .accordion-button:focus, #custom-page #split-column.brand1 .accordion-button:focus, #custom-page #marquee.brand1 .accordion-button:focus, #custom-page #testimonials.brand1 .accordion-button:focus, #custom-page #html.brand1 .accordion-button:focus, #custom-page #wysiwyg.brand1 .accordion-button:focus, #custom-page #spacer.brand1 .accordion-button:focus, #custom-page #specialties.brand1 .accordion-button:focus, #custom-page #header.brand1 .accordion-button:focus, #custom-page #banner.brand1 .accordion-button:focus {
    border-top: 2px solid #00587c; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2, #custom-page #header.brand2, #custom-page #banner.brand2 {
    background-color: #00587c !important;
    color: #f2f2e7; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #testimonials.brand2 h1, #custom-page #html.brand2 h1, #custom-page #wysiwyg.brand2 h1, #custom-page #spacer.brand2 h1, #custom-page #specialties.brand2 h1, #custom-page #header.brand2 h1, #custom-page #banner.brand2 h1, #custom-page #cta.brand2 h2, #custom-page #accordion_split.brand2 h2, #custom-page #split-column.brand2 h2, #custom-page #marquee.brand2 h2, #custom-page #testimonials.brand2 h2, #custom-page #html.brand2 h2, #custom-page #wysiwyg.brand2 h2, #custom-page #spacer.brand2 h2, #custom-page #specialties.brand2 h2, #custom-page #header.brand2 h2, #custom-page #banner.brand2 h2, #custom-page #cta.brand2 h3, #custom-page #accordion_split.brand2 h3, #custom-page #split-column.brand2 h3, #custom-page #marquee.brand2 h3, #custom-page #testimonials.brand2 h3, #custom-page #html.brand2 h3, #custom-page #wysiwyg.brand2 h3, #custom-page #spacer.brand2 h3, #custom-page #specialties.brand2 h3, #custom-page #header.brand2 h3, #custom-page #banner.brand2 h3, #custom-page #cta.brand2 h4, #custom-page #accordion_split.brand2 h4, #custom-page #split-column.brand2 h4, #custom-page #marquee.brand2 h4, #custom-page #testimonials.brand2 h4, #custom-page #html.brand2 h4, #custom-page #wysiwyg.brand2 h4, #custom-page #spacer.brand2 h4, #custom-page #specialties.brand2 h4, #custom-page #header.brand2 h4, #custom-page #banner.brand2 h4, #custom-page #cta.brand2 h5, #custom-page #accordion_split.brand2 h5, #custom-page #split-column.brand2 h5, #custom-page #marquee.brand2 h5, #custom-page #testimonials.brand2 h5, #custom-page #html.brand2 h5, #custom-page #wysiwyg.brand2 h5, #custom-page #spacer.brand2 h5, #custom-page #specialties.brand2 h5, #custom-page #header.brand2 h5, #custom-page #banner.brand2 h5, #custom-page #cta.brand2 h6, #custom-page #accordion_split.brand2 h6, #custom-page #split-column.brand2 h6, #custom-page #marquee.brand2 h6, #custom-page #testimonials.brand2 h6, #custom-page #html.brand2 h6, #custom-page #wysiwyg.brand2 h6, #custom-page #spacer.brand2 h6, #custom-page #specialties.brand2 h6, #custom-page #header.brand2 h6, #custom-page #banner.brand2 h6, #custom-page #cta.brand2 p, #custom-page #accordion_split.brand2 p, #custom-page #split-column.brand2 p, #custom-page #marquee.brand2 p, #custom-page #testimonials.brand2 p, #custom-page #html.brand2 p, #custom-page #wysiwyg.brand2 p, #custom-page #spacer.brand2 p, #custom-page #specialties.brand2 p, #custom-page #header.brand2 p, #custom-page #banner.brand2 p {
    color: #f2f2e7 !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary, #custom-page #header.brand2 .btn-primary, #custom-page #banner.brand2 .btn-primary {
    background-color: transparent;
    border: 2px solid #f2f2e7;
    color: #f2f2e7; }
  #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover, #custom-page #header.brand2 .btn-primary:hover, #custom-page #banner.brand2 .btn-primary:hover {
    background-color: #f2f2e7;
    border: 2px solid #f2f2e7;
    color: #00587c; }
  #custom-page #cta.brand2 .service__link a, #custom-page #accordion_split.brand2 .service__link a, #custom-page #split-column.brand2 .service__link a, #custom-page #marquee.brand2 .service__link a, #custom-page #testimonials.brand2 .service__link a, #custom-page #html.brand2 .service__link a, #custom-page #wysiwyg.brand2 .service__link a, #custom-page #spacer.brand2 .service__link a, #custom-page #specialties.brand2 .service__link a, #custom-page #header.brand2 .service__link a, #custom-page #banner.brand2 .service__link a {
    color: #f2f2e7; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #testimonials.brand2 .accordion, #custom-page #html.brand2 .accordion, #custom-page #wysiwyg.brand2 .accordion, #custom-page #spacer.brand2 .accordion, #custom-page #specialties.brand2 .accordion, #custom-page #header.brand2 .accordion, #custom-page #banner.brand2 .accordion {
    border-bottom: 2px solid #f2f2e7; }
  #custom-page #cta.brand2 .accordion-body, #custom-page #accordion_split.brand2 .accordion-body, #custom-page #split-column.brand2 .accordion-body, #custom-page #marquee.brand2 .accordion-body, #custom-page #testimonials.brand2 .accordion-body, #custom-page #html.brand2 .accordion-body, #custom-page #wysiwyg.brand2 .accordion-body, #custom-page #spacer.brand2 .accordion-body, #custom-page #specialties.brand2 .accordion-body, #custom-page #header.brand2 .accordion-body, #custom-page #banner.brand2 .accordion-body {
    color: #f2f2e7; }
  #custom-page #cta.brand2 .accordion-button, #custom-page #accordion_split.brand2 .accordion-button, #custom-page #split-column.brand2 .accordion-button, #custom-page #marquee.brand2 .accordion-button, #custom-page #testimonials.brand2 .accordion-button, #custom-page #html.brand2 .accordion-button, #custom-page #wysiwyg.brand2 .accordion-button, #custom-page #spacer.brand2 .accordion-button, #custom-page #specialties.brand2 .accordion-button, #custom-page #header.brand2 .accordion-button, #custom-page #banner.brand2 .accordion-button {
    color: #f2f2e7;
    border-top: 2px solid #f2f2e7; }
  #custom-page #cta.brand2 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand2 .accordion-button:not(.collapsed), #custom-page #split-column.brand2 .accordion-button:not(.collapsed), #custom-page #marquee.brand2 .accordion-button:not(.collapsed), #custom-page #testimonials.brand2 .accordion-button:not(.collapsed), #custom-page #html.brand2 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand2 .accordion-button:not(.collapsed), #custom-page #spacer.brand2 .accordion-button:not(.collapsed), #custom-page #specialties.brand2 .accordion-button:not(.collapsed), #custom-page #header.brand2 .accordion-button:not(.collapsed), #custom-page #banner.brand2 .accordion-button:not(.collapsed) {
    color: #f2f2e7; }
  #custom-page #cta.brand2 .accordion-button:focus, #custom-page #accordion_split.brand2 .accordion-button:focus, #custom-page #split-column.brand2 .accordion-button:focus, #custom-page #marquee.brand2 .accordion-button:focus, #custom-page #testimonials.brand2 .accordion-button:focus, #custom-page #html.brand2 .accordion-button:focus, #custom-page #wysiwyg.brand2 .accordion-button:focus, #custom-page #spacer.brand2 .accordion-button:focus, #custom-page #specialties.brand2 .accordion-button:focus, #custom-page #header.brand2 .accordion-button:focus, #custom-page #banner.brand2 .accordion-button:focus {
    border-top: 2px solid #f2f2e7; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #testimonials.brand3, #custom-page #html.brand3, #custom-page #wysiwyg.brand3, #custom-page #spacer.brand3, #custom-page #specialties.brand3, #custom-page #header.brand3, #custom-page #banner.brand3 {
    background-color: #f2f2e7 !important;
    color: #f2f2e7; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #testimonials.brand3 h1, #custom-page #html.brand3 h1, #custom-page #wysiwyg.brand3 h1, #custom-page #spacer.brand3 h1, #custom-page #specialties.brand3 h1, #custom-page #header.brand3 h1, #custom-page #banner.brand3 h1, #custom-page #cta.brand3 h2, #custom-page #accordion_split.brand3 h2, #custom-page #split-column.brand3 h2, #custom-page #marquee.brand3 h2, #custom-page #testimonials.brand3 h2, #custom-page #html.brand3 h2, #custom-page #wysiwyg.brand3 h2, #custom-page #spacer.brand3 h2, #custom-page #specialties.brand3 h2, #custom-page #header.brand3 h2, #custom-page #banner.brand3 h2, #custom-page #cta.brand3 h3, #custom-page #accordion_split.brand3 h3, #custom-page #split-column.brand3 h3, #custom-page #marquee.brand3 h3, #custom-page #testimonials.brand3 h3, #custom-page #html.brand3 h3, #custom-page #wysiwyg.brand3 h3, #custom-page #spacer.brand3 h3, #custom-page #specialties.brand3 h3, #custom-page #header.brand3 h3, #custom-page #banner.brand3 h3, #custom-page #cta.brand3 h4, #custom-page #accordion_split.brand3 h4, #custom-page #split-column.brand3 h4, #custom-page #marquee.brand3 h4, #custom-page #testimonials.brand3 h4, #custom-page #html.brand3 h4, #custom-page #wysiwyg.brand3 h4, #custom-page #spacer.brand3 h4, #custom-page #specialties.brand3 h4, #custom-page #header.brand3 h4, #custom-page #banner.brand3 h4, #custom-page #cta.brand3 h5, #custom-page #accordion_split.brand3 h5, #custom-page #split-column.brand3 h5, #custom-page #marquee.brand3 h5, #custom-page #testimonials.brand3 h5, #custom-page #html.brand3 h5, #custom-page #wysiwyg.brand3 h5, #custom-page #spacer.brand3 h5, #custom-page #specialties.brand3 h5, #custom-page #header.brand3 h5, #custom-page #banner.brand3 h5, #custom-page #cta.brand3 h6, #custom-page #accordion_split.brand3 h6, #custom-page #split-column.brand3 h6, #custom-page #marquee.brand3 h6, #custom-page #testimonials.brand3 h6, #custom-page #html.brand3 h6, #custom-page #wysiwyg.brand3 h6, #custom-page #spacer.brand3 h6, #custom-page #specialties.brand3 h6, #custom-page #header.brand3 h6, #custom-page #banner.brand3 h6, #custom-page #cta.brand3 p, #custom-page #accordion_split.brand3 p, #custom-page #split-column.brand3 p, #custom-page #marquee.brand3 p, #custom-page #testimonials.brand3 p, #custom-page #html.brand3 p, #custom-page #wysiwyg.brand3 p, #custom-page #spacer.brand3 p, #custom-page #specialties.brand3 p, #custom-page #header.brand3 p, #custom-page #banner.brand3 p {
    color: #f2f2e7 !important; }
  #custom-page #cta.brand3 .btn-primary, #custom-page #accordion_split.brand3 .btn-primary, #custom-page #split-column.brand3 .btn-primary, #custom-page #marquee.brand3 .btn-primary, #custom-page #testimonials.brand3 .btn-primary, #custom-page #html.brand3 .btn-primary, #custom-page #wysiwyg.brand3 .btn-primary, #custom-page #spacer.brand3 .btn-primary, #custom-page #specialties.brand3 .btn-primary, #custom-page #header.brand3 .btn-primary, #custom-page #banner.brand3 .btn-primary {
    background-color: transparent;
    border: 2px solid #f2f2e7;
    color: #f2f2e7; }
  #custom-page #cta.brand3 .btn-primary:hover, #custom-page #accordion_split.brand3 .btn-primary:hover, #custom-page #split-column.brand3 .btn-primary:hover, #custom-page #marquee.brand3 .btn-primary:hover, #custom-page #testimonials.brand3 .btn-primary:hover, #custom-page #html.brand3 .btn-primary:hover, #custom-page #wysiwyg.brand3 .btn-primary:hover, #custom-page #spacer.brand3 .btn-primary:hover, #custom-page #specialties.brand3 .btn-primary:hover, #custom-page #header.brand3 .btn-primary:hover, #custom-page #banner.brand3 .btn-primary:hover {
    background-color: #f2f2e7;
    border: 2px solid #f2f2e7;
    color: #f2f2e7; }
  #custom-page #cta.brand3 .service__link a, #custom-page #accordion_split.brand3 .service__link a, #custom-page #split-column.brand3 .service__link a, #custom-page #marquee.brand3 .service__link a, #custom-page #testimonials.brand3 .service__link a, #custom-page #html.brand3 .service__link a, #custom-page #wysiwyg.brand3 .service__link a, #custom-page #spacer.brand3 .service__link a, #custom-page #specialties.brand3 .service__link a, #custom-page #header.brand3 .service__link a, #custom-page #banner.brand3 .service__link a {
    color: #f2f2e7; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #testimonials.brand3 .accordion, #custom-page #html.brand3 .accordion, #custom-page #wysiwyg.brand3 .accordion, #custom-page #spacer.brand3 .accordion, #custom-page #specialties.brand3 .accordion, #custom-page #header.brand3 .accordion, #custom-page #banner.brand3 .accordion {
    border-bottom: 2px solid #f2f2e7; }
  #custom-page #cta.brand3 .accordion-body, #custom-page #accordion_split.brand3 .accordion-body, #custom-page #split-column.brand3 .accordion-body, #custom-page #marquee.brand3 .accordion-body, #custom-page #testimonials.brand3 .accordion-body, #custom-page #html.brand3 .accordion-body, #custom-page #wysiwyg.brand3 .accordion-body, #custom-page #spacer.brand3 .accordion-body, #custom-page #specialties.brand3 .accordion-body, #custom-page #header.brand3 .accordion-body, #custom-page #banner.brand3 .accordion-body {
    color: #f2f2e7; }
  #custom-page #cta.brand3 .accordion-button, #custom-page #accordion_split.brand3 .accordion-button, #custom-page #split-column.brand3 .accordion-button, #custom-page #marquee.brand3 .accordion-button, #custom-page #testimonials.brand3 .accordion-button, #custom-page #html.brand3 .accordion-button, #custom-page #wysiwyg.brand3 .accordion-button, #custom-page #spacer.brand3 .accordion-button, #custom-page #specialties.brand3 .accordion-button, #custom-page #header.brand3 .accordion-button, #custom-page #banner.brand3 .accordion-button {
    color: #f2f2e7;
    border-top: 2px solid #f2f2e7; }
  #custom-page #cta.brand3 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand3 .accordion-button:not(.collapsed), #custom-page #split-column.brand3 .accordion-button:not(.collapsed), #custom-page #marquee.brand3 .accordion-button:not(.collapsed), #custom-page #testimonials.brand3 .accordion-button:not(.collapsed), #custom-page #html.brand3 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand3 .accordion-button:not(.collapsed), #custom-page #spacer.brand3 .accordion-button:not(.collapsed), #custom-page #specialties.brand3 .accordion-button:not(.collapsed), #custom-page #header.brand3 .accordion-button:not(.collapsed), #custom-page #banner.brand3 .accordion-button:not(.collapsed) {
    color: #f2f2e7; }
  #custom-page #cta.brand3 .accordion-button:focus, #custom-page #accordion_split.brand3 .accordion-button:focus, #custom-page #split-column.brand3 .accordion-button:focus, #custom-page #marquee.brand3 .accordion-button:focus, #custom-page #testimonials.brand3 .accordion-button:focus, #custom-page #html.brand3 .accordion-button:focus, #custom-page #wysiwyg.brand3 .accordion-button:focus, #custom-page #spacer.brand3 .accordion-button:focus, #custom-page #specialties.brand3 .accordion-button:focus, #custom-page #header.brand3 .accordion-button:focus, #custom-page #banner.brand3 .accordion-button:focus {
    border-top: 2px solid #f2f2e7; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .header__heading {
    font-size: var(--h1_size);
    font-family: 'Onest', serif;
    line-height: 120%;
    padding: 0px;
    margin: 0px; }
  #custom-page #header .header__content {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #header .header__image {
    padding-top: 40px; }
  #custom-page #header .header__image img {
    width: 100%; }
  #custom-page #header .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #banner-wrap {
    width: 100vw;
    position: relative; }
  #custom-page #banner-wrap .banner-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; }
  #custom-page #banner-wrap .banner-video-bg {
    width: 100vw;
    overflow: hidden; }
  #custom-page #banner-wrap .banner-video-bg video {
    object-fit: cover;
    width: 100vw; }
  #custom-page #banner-wrap .banner-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%; }
  #custom-page #banner-wrap .banner-text {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #banner-wrap .banner-btn {
    margin-top: 40px; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
  #custom-page #split-column .split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #custom-page #split-column .split__wrap {
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--h2_size);
    font-family: 'Onest', serif;
    line-height: 120%; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
  #custom-page #marquee .marquee__inner span {
    font-family: 'Onest', serif !important;
    font-size: var(--h3_size);
    line-height: 100%;
    text-transform: none !important;
    padding: 0 10px !important;
    min-height: 60px; }
  #custom-page #cta {
    padding: var(--ym) var(--xm); }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-family: 'Onest', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center; }
  #custom-page #cta .cta__content {
    text-align: center;
    padding: 40px 0px; }
  #custom-page #cta .cta__button {
    text-align: center; }
  #custom-page #html {
    padding: var(--ym) var(--xm); }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-family: 'Onest', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-1 .accordion_split__heading {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__content {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__button {
    padding-top: 60px;
    text-align: center; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Onest', serif;
    font-size: var(--h2_size);
    line-height: 120%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #testimonials {
    padding: var(--ym) 20px; }
  #custom-page #testimonials .excimg .testimonial-slider__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    padding-left: 0px; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 60%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h2_size);
    font-family: 'Onest', serif;
    padding-bottom: 40px;
    line-height: 120%; }
  #custom-page #testimonials .testimonial-section__content {
    text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 0px; }
  #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #custom-page #testimonials .testimonial-slider__wrap {
    padding: 0px 0px 0px 5%; }
  #custom-page #testimonials .testimonial-slider__img {
    text-align: center;
    margin: 0 auto 0px auto;
    width: 100%; }
  #custom-page #testimonials .testimonial-slider__content {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 60px 40px 60px; }
  #custom-page #testimonials .testimonial-slider__heading {
    text-align: center;
    font-family: 'Onest', serif;
    font-size: var(--h4_size);
    padding-bottom: 40px;
    line-height: 110%; }
  #custom-page #testimonials .testimonial-slider__name {
    text-transform: uppercase;
    font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
  #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
    font-size: 40px; }
  #custom-page #testimonials .slider-buttons .previous {
    padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
  #custom-page #testimonials .slick-dots li {
    list-style-type: none;
    margin: 0 25px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #00587c !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  #custom-page #testimonials .slick-dots li:first-child {
    margin-left: 0; }
  #custom-page #testimonials .slick-dots li:last-child {
    margin-right: 0; }
  #custom-page #testimonials .slick-dots li.slick-active {
    background-color: #00587c; }
  #custom-page #testimonials .slick-dots button {
    display: none !important; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #custom-page #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #custom-page #finishes {
    padding: 5% var(--xm); }

.added_to_cart {
  margin-left: 20px !important; }

.stock {
  color: #f2f2e7 !important; }

.onsale {
  display: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #f2f2e7 !important;
  background: #00587c !important;
  color: #f2f2e7 !important;
  margin-top: 20px; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #f2f2e7 !important; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #f2f2e7 !important; }

.product__badge {
  width: 93px;
  position: absolute;
  right: 60px;
  top: 60px; }

.return-to-shop a.button {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  padding: 10px 40px !important;
  font-size: var(--font_20) !important;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .return-to-shop a.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  padding: 10px 40px !important;
  font-size: var(--font_20) !important;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
  color: #000 !important; }

.woocommerce ul.products.columns-3 li.product {
  width: 33.33%; }
  .woocommerce ul.products {
    margin: 0px var(--xm);
    display: flex;
    flex-wrap: wrap; }
  .woocommerce ul.products li.product {
    border-top: 1px solid #3b3734;
    border-left: 1px solid #3b3734;
    border-right: 1px solid #3b3734;
    border-bottom: 1px solid #3b3734;
    margin: 0px 0px 0px -1px; }
  .woocommerce ul.products li.product .product__image img {
    margin-bottom: 10px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: var(--font_24);
    padding: 70px 0px 0px 0px;
    margin-bottom: 10px;
    color: #3b3734; }
  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    color: #3b3734 !important; }
  .woocommerce ul.products li.product .price bdi {
    color: #3b3734 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
    color: #3b3734 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    color: #3b3734 !important; }
  .woocommerce ul.products li.product a.button a.add_to_cart_button, .woocommerce ul.products li.product a.button .button {
    margin-top: 5px;
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    padding: 10px 40px !important;
    font-size: var(--font_20) !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
    .woocommerce ul.products li.product a.button a.add_to_cart_button:hover, .woocommerce ul.products li.product a.button .button:hover {
      background-color: transparent;
      border: none;
      color: #00587c;
      transition: 0.5s ease; }
  .woocommerce ul.products li.product:nth-child(n + 4) {
    border-top: none !important; }
  .woocommerce ul.products li a:first-child {
    padding: 40px; }
  .woocommerce ul.products li.product-category {
    padding: 40px; }
  .woocommerce ul.products li.product-category a {
    padding: 0px; }
  .woocommerce ul.products li.product-category img {
    width: 100%;
    margin-bottom: 10px; }
  .woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    font-size: var(--font_24);
    padding: 70px 0px 0px 0px;
    margin-bottom: 10px;
    color: #3b3734; }
  .woocommerce ul.products li.product-category h2.woocommerce-loop-category__title mark {
    display: none; }

.upsells {
  border-top: 1px solid #000;
  padding-top: var(--ym);
  margin-left: calc(var(--xm) * -1);
  margin-right: calc(var(--xm) * -1);
  margin-top: var(--ym); }
  .upsells h2 {
    color: #3b3734;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 100%;
    padding: 0px var(--xm) 50px var(--xm); }
  .upsells ul.products {
    margin: 0px var(--xm) !important;
    border: 1px solid #000 !important; }
  .upsells ul.products a.button {
    display: none !important; }
  .upsells ul.products li.first {
    border-left: none !important; }
  .upsells ul.products li.first {
    border-right: none !important; }
  .upsells ul.products li {
    border-bottom: none !important; }

#infinite-handle {
  width: 100%;
  padding: 5% 0px;
  margin: 0px; }
  #infinite-handle .ctis-load-more button {
    text-decoration: underline;
    text-underline-offset: 15px; }

#ctis-loading {
  width: 100%; }

.woocommerce nav.woocommerce-pagination {
  padding: 60px 0px; }
  .woocommerce nav.woocommerce-pagination li {
    border: none !important; }
  .woocommerce nav.woocommerce-pagination a.page-numbers {
    border: none; }
  .woocommerce nav.woocommerce-pagination span.page-numbers.current {
    background: #00587c;
    color: #f2f2e7; }

.woocommerce .quantity {
  margin-right: 20px !important;
  margin-bottom: 50px !important;
  display: flex; }
  .woocommerce .quantity::after {
    content: "Quantity";
    display: block;
    width: 100px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000; }
  .woocommerce .quantity .bootstrap-touchspin {
    border: 1px solid #000; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 10px !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    border: none !important;
    color: #000 !important;
    height: 42px !important; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary::before, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary::before {
    display: none; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary::after, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary::after {
    display: none; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary {
    border-right: none !important; }
  .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    border-left: none !important; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--font_24) !important;
    line-height: var(--font_24) !important;
    padding: 5px 5px !important;
    text-align: center !important;
    width: 80px;
    border-left: none;
    border-right: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    height: 100% !important;
    border: none;
    height: 42px !important; }
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce .quantity .input-group {
    max-width: 160px; }

body.woocommerce-shop #wrap {
  margin-top: var(--menu_height); }

body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
  padding: 40px !important;
  margin-top: var(--menu_height); }
  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0px; }
  body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
    text-align: center;
    padding: 0px 0px 40px 0px; }

body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: var(--ym); }
  body.post-type-archive-product #header, body.tax-product_cat #header, body.tax-product_tag #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1);
    margin-bottom: 100px; }
  body.post-type-archive-product #header img, body.tax-product_cat #header img, body.tax-product_tag #header img {
    width: 100%; }
  body.post-type-archive-product #header .header__overlay, body.tax-product_cat #header .header__overlay, body.tax-product_tag #header .header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2.5vw;
    left: 10vw;
    display: flex;
    align-items: center;
    padding: var(--ym) var(--xm); }
  body.post-type-archive-product #header .header__heading, body.tax-product_cat #header .header__heading, body.tax-product_tag #header .header__heading {
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 120%; }
  body.post-type-archive-product #header .header__image, body.tax-product_cat #header .header__image, body.tax-product_tag #header .header__image {
    max-height: 38vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  body.post-type-archive-product #header .header__image img, body.tax-product_cat #header .header__image img, body.tax-product_tag #header .header__image img {
    width: 100%; }
  body.post-type-archive-product #header .header__video, body.tax-product_cat #header .header__video, body.tax-product_tag #header .header__video {
    max-height: 38vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  body.post-type-archive-product #header .header__video video, body.tax-product_cat #header .header__video video, body.tax-product_tag #header .header__video video {
    width: 100%; }
  body.post-type-archive-product .container, body.tax-product_cat .container, body.tax-product_tag .container {
    max-width: 100%; }
  body.post-type-archive-product .term-description p, body.tax-product_cat .term-description p, body.tax-product_tag .term-description p {
    padding: 0px var(--xm) var(--ym) var(--xm);
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    color: #00587c;
    font-family: 'Onest', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-size: var(--font_32); }
  body.post-type-archive-product select.orderby, body.tax-product_cat select.orderby, body.tax-product_tag select.orderby {
    border: 1px solid #f2f2e7 !important;
    padding: 5px 10px !important; }
  body.post-type-archive-product .page-title, body.tax-product_cat .page-title, body.tax-product_tag .page-title {
    display: none; }
  body.post-type-archive-product .woocommerce-result-count, body.tax-product_cat .woocommerce-result-count, body.tax-product_tag .woocommerce-result-count {
    display: none; }
  body.post-type-archive-product .woocommerce-ordering, body.tax-product_cat .woocommerce-ordering, body.tax-product_tag .woocommerce-ordering {
    padding-right: var(--xm); }
  body.post-type-archive-product .woocommerce-ordering .orderby, body.tax-product_cat .woocommerce-ordering .orderby, body.tax-product_tag .woocommerce-ordering .orderby {
    border: 1px solid #000 !important;
    background: transparent !important;
    font-size: 18px !important;
    position: relative !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6724 0.630435C14.8497 0.456522 15.1156 0.456522 15.2928 0.630435C15.4701 0.804348 15.4701 1.06522 15.2928 1.23913L8.27302 8.12609C8.09575 8.3 7.82985 8.3 7.65258 8.12609L0.632769 1.23913C0.455501 1.06522 0.455501 0.804347 0.632769 0.630434C0.810037 0.456521 1.07594 0.456521 1.25321 0.630434L7.97166 7.22174L14.6724 0.630435Z' fill='black' stroke='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 10px !important;
    padding-right: 30px !important; }
  body.post-type-archive-product .woocommerce-ordering .orderby option, body.tax-product_cat .woocommerce-ordering .orderby option, body.tax-product_tag .woocommerce-ordering .orderby option {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal; }
  body.post-type-archive-product .woocommerce-no-products-found, body.tax-product_cat .woocommerce-no-products-found, body.tax-product_tag .woocommerce-no-products-found {
    margin: 0px var(--xm) var(--ym) var(--xm); }
  body.post-type-archive-product ul.products li.product a.add_to_cart_button, body.tax-product_cat ul.products li.product a.add_to_cart_button, body.tax-product_tag ul.products li.product a.add_to_cart_button, body.post-type-archive-product ul.products li.product .button, body.tax-product_cat ul.products li.product .button, body.tax-product_tag ul.products li.product .button {
    display: none !important; }

body.single-product #wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px var(--xm) var(--ym) var(--xm);
  margin-top: var(--menu_height); }
  body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product div.images.woocommerce-product-gallery {
    float: none !important;
    width: 90% !important; }
  body.single-product .woocommerce-product-gallery__wrapper {
    width: 100%;
    float: none; }
  body.single-product .slider-nav {
    width: 90%;
    float: none; }
  body.single-product .slider-nav img {
    width: 100%; }
  body.single-product .slider-nav .slick-slide img {
    padding: 0px 10px 20px 10px; }
  body.single-product .slider-nav .slick-list {
    height: 100% !important; }
  body.single-product .slider-nav .slick-prev {
    width: 14px; }
  body.single-product .slider-nav .slick-next {
    width: 14px; }
  body.single-product .summary {
    padding: 0px 40px; }
  body.single-product .summary h1.product_title {
    font-size: var(--font_40) !important;
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
    padding-bottom: 25px; }
  body.single-product .summary .product__desc {
    color: #000;
    font-size: var(--font_20);
    font-weight: 300;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
    line-height: 130%; }
  body.single-product .summary .product__desc strong, body.single-product .summary .product__desc b {
    font-weight: 500 !important; }
  body.single-product .summary .product__desc ul {
    margin: 20px 0px 20px 20px;
    padding: 0px; }
  body.single-product .summary .product__desc li {
    margin-bottom: 5px; }
  body.single-product .summary .product__delivery {
    color: #000;
    font-size: var(--font_20);
    font-weight: 300;
    border-bottom: 1px solid #000;
    line-height: 130%;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 20px; }
  body.single-product .summary .product__delivery h3 {
    font-size: var(--font_40) !important;
    color: #3b3734; }
  body.single-product form.cart {
    padding-top: 40px; }
  body.single-product .price {
    color: #3b3734 !important; }
  body.single-product .price bdi {
    color: #3b3734 !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #3b3734 !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #3b3734 !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    padding: 10px 40px !important;
    font-size: var(--font_20) !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }
  body.single-product button.single_add_to_cart_button.disabled {
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    padding: 10px 40px !important;
    font-size: var(--font_20) !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
  body.single-product button.single_add_to_cart_button.disabled:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    border-bottom: 1px solid #000 !important; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .variations select {
    padding: 10px 20px !important;
    border: 1px solid #b9b9b9 !important;
    margin-bottom: 0px;
    font-size: 13px !important;
    background: #f2f2e7 !important;
    height: 42px; }
  body.single-product .variations .label, body.single-product .variations .value {
    margin-bottom: 20px; }
  body.single-product .variations .label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: var(--font_20) !important;
    color: #000 !important;
    font-weight: 300 !important; }
  body.single-product .variations .label label {
    font-weight: 300 !important; }
  body.single-product .variations .reset_variations {
    display: block !important;
    font-size: 11px !important;
    color: #000 !important;
    margin-top: -10px !important; }
  body.single-product .variations .vi-wpvs-variation-style {
    grid-template-columns: repeat(4, 1fr) !important; }
  body.single-product .variations .vi-wpvs-variation-style .label {
    grid-area: 1 / 1 / 2 / 2; }
  body.single-product .variations .vi-wpvs-variation-style .value {
    grid-area: 1 / 2 / 2 / 5; }
  body.single-product .product_meta {
    display: none; }
  body.single-product .quantity {
    width: 100%; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Onest', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: none;
  color: #00587c;
  padding: 10px 40px !important;
  font-size: var(--font_20) !important;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

body.woocommerce-cart .checkout-heading {
  margin-bottom: 60px; }
  body.woocommerce-cart .woocommerce-cart-form {
    position: relative;
    float: left;
    width: 65%; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #00587c !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th, body.woocommerce-cart table.shop_table tbody td {
    color: #00587c; }
  body.woocommerce-cart table.shop_table th {
    text-transform: uppercase; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 10px 0px !important; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 150px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #00587c !important; }
  body.woocommerce-cart .product-quantity .quantity {
    margin: 0px auto !important; }
  body.woocommerce-cart .product-quantity .quantity::after {
    display: none; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 115px;
    margin: 0 auto;
    flex-wrap: nowrap;
    background: #fff; }
  body.woocommerce-cart .product-quantity .quantity .input-group::after {
    display: none !important; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: auto !important;
    margin: 0px;
    border: none !important; }
  body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary {
    background-color: transparent !important;
    border: none !important;
    font-size: calc(var(--content_size) + 20%) !important;
    width: auto !important; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%; }
  body.woocommerce-cart .coupon .input-text {
    width: 55% !important;
    font-size: var(--font_20) !important; }
  body.woocommerce-cart .actions button {
    padding: 17px 40px !important; }
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: var(--h4_size) !important;
    display: none; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th, body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #00587c !important; }
  body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #00587c !important;
    border-top: none !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
  body.woocommerce-cart .cart-collaterals {
    position: relative;
    float: right;
    width: 30%; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #00587c !important;
    color: #f2f2e7 !important;
    padding: 20px 20px; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #f2f2e7 !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals .table.table, body.woocommerce-cart .cart-collaterals .cart_totals table.table-striped {
    --bs-table-bg-type: #00587c !important; }
  body.woocommerce-cart .cart-collaterals .table.table {
    --bs-table-striped-bg: transparent !important; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    padding: 10px 40px !important;
    font-size: var(--font_20) !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #f2f2e7 !important;
    color: #00587c !important;
    padding: 20px; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }

body.woocommerce-checkout .payment_method_gazchap_wc_purchaseordergateway {
  display: none; }
  body.woocommerce-checkout .woocommerce {
    padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout form.checkout .form-control, body.woocommerce-checkout form.checkout select {
    font-size: var(--font_20) !important;
    padding: 10px 15px !important; }
  body.woocommerce-checkout #woocommerce-checkout-form-coupon .input-text {
    font-size: var(--font_20) !important;
    padding: 10px 15px !important; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    float: right;
    background: #00587c !important;
    color: #f2f2e7 !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #f2f2e7 !important;
    padding-left: 20px; }
  body.woocommerce-checkout #add_payment_method #payment, body.woocommerce-checkout .woocommerce-cart #payment, body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #00587c !important; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 20px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    line-height: 36px !important;
    font-size: var(--font_20) !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid #000 !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #fff !important;
    color: #00587c !important; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 16px;
    line-height: 110%; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Onest', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    color: #00587c;
    padding: 10px 40px !important;
    font-size: var(--font_20) !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #f2f2e7 !important;
    color: #00587c !important; }
  body.woocommerce-checkout button#place_order:hover {
    background-color: transparent;
    border: none;
    color: #00587c;
    transition: 0.5s ease; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #f2f2e7 !important; }

body.woocommerce-account p {
  line-height: 130%; }
  body.woocommerce-account h1, body.woocommerce-account h2, body.woocommerce-account h3 {
    font-size: var(--font_32) !important; }
  body.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline; }
  body.woocommerce-account input[type=text], body.woocommerce-account input[type=email], body.woocommerce-account input[type=tel], body.woocommerce-account input[type=number], body.woocommerce-account input[type=password], body.woocommerce-account textarea {
    background-color: #fff !important;
    border-radius: 0px !important;
    color: #3b3734 !important;
    font-size: var(--font_20) !important;
    border: 1px solid #3b3734;
    padding: 10px 15px !important;
    height: 42px !important; }
  body.woocommerce-account input[type=text]::placeholder, body.woocommerce-account input[type=email]::placeholder, body.woocommerce-account input[type=tel]::placeholder, body.woocommerce-account input[type=number]::placeholder, body.woocommerce-account input[type=password]::placeholder, body.woocommerce-account textarea::placeholder {
    font-size: var(--font_20) !important; }
  body.woocommerce-account .edit {
    text-decoration: underline;
    margin-bottom: 15px;
    display: inline-block; }
  body.woocommerce-account legend {
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: var(--font_32); }
  body.woocommerce-account #wrap {
    margin-top: var(--menu_height); }
  body.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: row;
    padding: 5vw 0px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #f2f2e7;
    padding: 3px 10px 10px 0px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    text-decoration: underline; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0px 40px; }
  body.woocommerce-account .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%;
    margin-bottom: 40px; }
  body.woocommerce-account .woocommerce-error, body.woocommerce-account .woocommerce-info, body.woocommerce-account .woocommerce-message {
    padding: 10px 20px;
    background: none;
    color: #00587c; }

body.woocommerce-account:not(.logged-in) #wrap {
  margin-top: var(--menu_height); }
  body.woocommerce-account:not(.logged-in) .woocommerce {
    display: flex;
    flex-direction: column !important; }
  body.woocommerce-account:not(.logged-in) h2 {
    text-align: center; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login {
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login .woocommerce-form-login__submit {
    width: 40%;
    float: right; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #00587c !important;
  background: none !important; }

@media (max-width: 1600px) {
  #home-page #featured .row {
    column-gap: 40px; }
    #home-page #featured .col-xl-4 {
      width: 31%; } }

@media (max-width: 1500px) {
  #home-page #intro .intro__wrap {
    padding: 40px 40px 40px 40px; }

  #about-page #header .header, body.blog #header .header, #contact-page #header .header {
    min-height: 50vw; }
    #about-page #header .header__image, body.blog #header .header__image, #contact-page #header .header__image {
      min-height: 50vw; }
      #about-page #header .header__image img, body.blog #header .header__image img, #contact-page #header .header__image img {
        min-height: 50vw;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #about-page #header .header__overlay, body.blog #header .header__overlay, #contact-page #header .header__overlay {
      left: 0px; }

  #blog .blog-item__wrap {
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px var(--ym);
    flex-direction: column; }
    #blog .blog-item__title {
      font-size: var(--font_32); }
    #blog .blog-item__link {
      text-align: left;
      padding-top: 10px; }

  body.post-type-archive #header .header, body.tax-product_cat #header .header, body.tax-product_tag #header .header {
    min-height: 50vw; }
    body.post-type-archive #header .header__image, body.tax-product_cat #header .header__image, body.tax-product_tag #header .header__image {
      min-height: 50vw; }
      body.post-type-archive #header .header__image img, body.tax-product_cat #header .header__image img, body.tax-product_tag #header .header__image img {
        min-height: 50vw;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    body.post-type-archive #header .header__video, body.tax-product_cat #header .header__video, body.tax-product_tag #header .header__video {
      min-height: 50vw; }
      body.post-type-archive #header .header__video video, body.tax-product_cat #header .header__video video, body.tax-product_tag #header .header__video video {
        min-height: 50vw;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    body.post-type-archive #header .header__overlay, body.tax-product_cat #header .header__overlay, body.tax-product_tag #header .header__overlay {
      left: 0px; } }

@media (max-width: 1400px) {
  :root {
    --xl: 100%;
    --lg: 80%;
    --md: 35%;
    --sm: 15%; }

  #finishes .finish__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px; }

  .shop-categories {
    align-items: center;
    flex-wrap: wrap;
    justify-content: unset; }
    .shop-categories span {
      display: none !important; }
    .shop-categories a {
      width: 25%;
      align-items: flex-start;
      padding: 0px 0px !important;
      min-height: 30px; }
    .shop-categories .dropdown-arrow {
      display: block !important; }
    .shop-categories .category-link {
      display: flex;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-start !important; }

  .child-categories-wrapper .child-categories-filter span {
    display: block !important;
    border-top: 1px solid #cbcbcb;
    padding: 20px 0px 10px 0px;
    font-weight: 600; }
    .child-categories-wrapper .child-categories {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
      .child-categories-wrapper .child-categories a {
        width: 25%;
        align-items: flex-start;
        border-right: none;
        padding: 0px; }

  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%; }
    body.woocommerce-cart .cart-collaterals {
      width: 100%; }
    body.woocommerce-cart .cart-collaterals h2 {
      display: none; } }

@media (max-width: 1300px) {
  #primary-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: var(--font_16) !important;
    padding: 0px 10px !important; }

  #primary-nav.mega-menu .mega-menu-link, #primary-nav.mega-menu .nav-actions a {
    font-size: var(--font_16) !important;
    padding: 0px 10px !important; }

  #home-page #featured .col-xl-4 {
    width: 30%; }
    #home-page #about .about__content {
      padding-top: 40px; }

  #about-page #intro .intro__offerings {
    padding: var(--ym) 0px;
    display: flex;
    column-gap: 60px; } }

@media (max-width: 1200px) {
  html {
    font-size: 15px; }

  :root {
    --xl: 120%;
    --lg: 100%;
    --md: 60%;
    --sm: 20%; }

  #home-page #featured .featured__name {
    font-size: var(--font_24);
    bottom: 20px;
    left: 20px; }

  #about-page #header .header__heading, body.blog #header .header__heading, #contact-page #header .header__heading {
    font-size: calc(var(--font_64) - 100%); }

  #finishes .finish__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }

  #testimonials .testimonial-wrapper {
    max-width: 95%; }
    #testimonials .testimonial-slider {
      max-width: 80%;
      margin: 0 auto; }

  #blog .blog-item__title {
    font-size: calc(var(--font_32) - 30%); }
    #blog .blog-item__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 60px;
      grid-row-gap: 60px; }

  #footer-wrap #footer .sales, #footer-wrap #footer .hours {
    padding-top: 60px; }
    #footer-wrap #marquee .marquee .marquee__inner span {
      font-size: calc(var(--font_128) - 100%) !important; }

  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    max-width: 100%; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    max-width: 100%; }

  body.single-product #wrap {
    max-width: 100%; }
    body.single-product .summary {
      padding: 0px; }

  .woocommerce ul.products li a:first-child {
    padding: 20px; } }

@media (max-width: 991.98px) {
  html {
    font-size: 14px; }

  html {
    --wp-admin--admin-bar--height: 0px;
    margin-top: 0px !important; }

  #wrap {
    margin-top: var(--menu_height); }

  #wpadminbar {
    display: none; }

  #primary-nav.show_desktop {
    display: none !important; }

  #primary-nav.show_mobile {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    z-index: 9999;
    position: fixed;
    top: 0px !important;
    width: 100%; }
    #primary-nav.show_mobile .nav-logo {
      width: 80px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      height: var(--menu_height) !important; }
    #primary-nav.show_mobile .nav-category {
      display: none !important; }
    #primary-nav.show_mobile .nav-actions {
      color: #3b3734 !important;
      font-size: var(--font_24);
      text-transform: uppercase;
      padding: 0px 10px 0px 10px !important; }
      #primary-nav.show_mobile .nav-actions a {
        display: block;
        padding: 10px 0px !important; }
    #primary-nav.show_mobile #mega-menu-primary-menu {
      padding: 20px;
      color: #3b3734 !important;
      font-size: var(--font_24); }
      #primary-nav.show_mobile #mega-menu-primary-menu a {
        color: #3b3734 !important; }
      #primary-nav.show_mobile #mega-menu-primary-menu > li.mega-menu-item {
        padding: 10px 0px !important; }
      #primary-nav.show_mobile #mega-menu-primary-menu .mega-menu-link {
        color: #3b3734 !important;
        font-size: var(--font_24) !important;
        text-transform: uppercase !important; }
      #primary-nav.show_mobile #mega-menu-primary-menu h4.mega-block-title {
        display: none;
        height: 0px; }
      #primary-nav.show_mobile #mega-menu-primary-menu .product-categories {
        margin: 0px !important;
        padding: 0px !important;
        color: #3b3734 !important;
        font-size: var(--font_20) !important; }
        #primary-nav.show_mobile #mega-menu-primary-menu .product-categories li {
          list-style: none !important; }
      #primary-nav.show_mobile #mega-menu-wrap-primary-menu {
        display: flex;
        justify-content: center; }
      #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle {
        background: transparent !important; }
    #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #primary-nav.show_mobile #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
      background-color: #3b3734; }
    #primary-nav.show_mobile .mega-close {
      display: none !important; }
    #primary-nav.show_mobile #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard, #primary-nav.show_mobile #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
      padding: 0px !important; }
    #primary-nav.show_mobile #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
      font-size: var(--font_20) !important; }
    #primary-nav.show_mobile .mega-menu .mega-menu-link, #primary-nav.show_mobile .mega-menu .nav-actions a {
      font-size: var(--font_20) !important; }

  #home-page #header {
    min-height: 100vh; }
    #home-page #header .header__video {
      min-height: 100vh; }
      #home-page #header .header__video video {
        width: 100%;
        min-height: 100vh;
        object-fit: cover; }
      #home-page #header .header__overlay {
        min-height: 100vh; }
    #home-page #intro .intro__wrap {
      padding: var(--ym) var(--xm); }
    #home-page #intro .container-fluid {
      padding-right: 0px; }
    #home-page #intro .col-xl-6 {
      width: 100% !important; }
    #home-page #about .col-xl-6 {
      width: 100% !important; }
    #home-page #about .row {
      flex-direction: column-reverse; }
    #home-page #about .about__wrap {
      padding: var(--ym) var(--xm); }
      #home-page #about .about__content {
        padding: 0px 0px 40px 0px; }
    #home-page #featured .featured__name {
      font-size: var(--font_20);
      bottom: 10px;
      left: 15px; }
    #home-page #featured .row {
      column-gap: 20px; }
    #home-page #featured .col-xl-4 {
      width: 31%; }
    #home-page .work__button {
      margin-top: 60px; }
    #home-page #work .col-xl-4 {
      width: 100%; }

  #about-page #header .header, body.blog #header .header, #contact-page #header .header {
    min-height: 70vw; }
    #about-page #header .header__image, body.blog #header .header__image, #contact-page #header .header__image {
      min-height: 70vw; }
    #about-page #header .header__image img, body.blog #header .header__image img, #contact-page #header .header__image img {
      min-height: 70vw; }
    #about-page #header .header__heading, body.blog #header .header__heading, #contact-page #header .header__heading {
      font-size: var(--font_64); }
    #about-page #header .header__overlay, body.blog #header .header__overlay, #contact-page #header .header__overlay {
      top: 8vw;
      left: 0vw;
      flex-direction: column;
      justify-content: flex-start;
      align-content: center;
      align-items: center; }

  body.blog .header__overlay {
    justify-content: center !important;
    top: 0px !important; }
    body.blog #intro .intro__heading {
      padding-left: var(--xm);
      padding-right: var(--xm); }

  #contact-page #header .header__overlay {
    justify-content: center !important;
    top: 0px !important; }
    #contact-page #intro .intro__content {
      padding-left: var(--xm);
      padding-right: var(--xm); }
    #contact-page #details .row {
      column-gap: 0%;
      justify-content: space-between; }
    #contact-page #details .row .col-xl-6 {
      width: 100%; }
    #contact-page #details .details__heading {
      padding-top: 40px; }

  #about-page #intro .intro__offerings {
    display: flex;
    column-gap: 0px;
    flex-direction: column; }
    #about-page #intro .offering__item {
      width: 100%;
      margin-bottom: 60px; }
    #about-page #intro .offering__item:last-child {
      margin-bottom: 0px; }
    #about-page #intro .offering__heading {
      padding-bottom: 20px; }
    #about-page #team .col-xl-5, #about-page #team .col-xl-7 {
      width: 100%;
      padding: 0px 10px !important; }
    #about-page #team .people__item {
      display: flex;
      flex-direction: column; }
    #about-page #team .people__details {
      padding-left: 0px;
      padding-top: 40px; }
    #about-page #team .people__name {
      padding-bottom: 20px; }
    #about-page #team .people__bio {
      padding-bottom: 30px; }

  #finishes .modal-dialog {
    top: 60px; }
    #finishes .modal-body {
      flex-direction: column;
      padding: 40px; }
    #finishes .popup__wrap {
      max-width: 100%;
      padding-right: 0px; }
    #finishes .popup__swatches {
      max-width: 100%;
      padding-top: 60px; }

  #blog .col-xl-6:last-child .blog-item {
    border-bottom: none !important; }
    #blog .blog-item {
      margin-bottom: -2px; }
    #blog .blog-item__wrap {
      padding: 15px var(--xm); }
    #blog .blog-item__title {
      font-size: calc(var(--font_32) - 30%); }
    #blog .row {
      column-gap: 0px;
      row-gap: 0px;
      flex-direction: column; }
    #blog .col-xl-6 {
      width: 100%; }

  #google-reviews .wp-gr .grw-header-inner, #google-reviews .wp-gr .grw-review-inner {
    width: 100% !important; }
    #google-reviews .rpi-dots-wrap {
      display: flex !important; }
    #google-reviews .grw-btns {
      display: none !important; }
    #google-reviews .testimonial__heading {
      padding-bottom: 0px; }

  body.post-type-archive #header, body.tax-product_cat #header, body.tax-product_tag #header {
    margin-bottom: 40px; }
    body.post-type-archive #header .header, body.tax-product_cat #header .header, body.tax-product_tag #header .header {
      min-height: 70vw; }
    body.post-type-archive #header .header__image, body.tax-product_cat #header .header__image, body.tax-product_tag #header .header__image {
      min-height: 70vw; }
    body.post-type-archive #header .header__image img, body.tax-product_cat #header .header__image img, body.tax-product_tag #header .header__image img {
      min-height: 70vw; }
    body.post-type-archive #header .header__video, body.tax-product_cat #header .header__video, body.tax-product_tag #header .header__video {
      min-height: 70vw; }
    body.post-type-archive #header .header__video video, body.tax-product_cat #header .header__video video, body.tax-product_tag #header .header__video video {
      min-height: 70vw; }

  body.single-product #wrap {
    padding-top: 40px; }
    body.single-product .product > .row {
      flex-direction: column; }
    body.single-product .product > .row .col-xl-6 {
      width: 100%; }
    body.single-product div.images.woocommerce-product-gallery {
      width: 100% !important; }
    body.single-product .slider-nav {
      width: 100% !important;
      float: none; }
    body.single-product .summary {
      padding-top: 40px; }
    body.single-product .summary .product_title {
      margin-bottom: 30px !important; }
    body.single-product .summary .product-desc {
      margin-bottom: 30px !important; }
    body.single-product .woocommerce-breadcrumb {
      margin-bottom: 30px; }
    body.single-product .slick-track .slick-slide img {
      padding-right: 0px; }
    body.single-product .slick-track .slick-slide:first-child img {
      padding-left: 0px; }
    body.single-product .slick-prev, body.single-product .slick-next {
      top: 42%; }

  .shop-categories {
    display: none; }

  .shop-categories-mobile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: unset; }
    .shop-categories-mobile span {
      display: none !important; }
    .shop-categories-mobile a {
      width: 33%;
      align-items: flex-start;
      padding: 0px 0px !important;
      min-height: 30px; }

  .child-categories-wrapper {
    display: none; }

  .child-categories-wrapper-mobile {
    display: block;
    padding: 20px var(--xm) 40px var(--xm); }

  .woocommerce ul.products.columns-3 li.product {
    width: 50%; }

  .woocommerce ul.products li a:first-child {
    padding: 30px; }

  .woocommerce ul.products li.product:nth-child(3) {
    border-top: none !important; } }

@media (max-width: 767.98px) {
  html {
    font-size: 13px; }

  :root {
    --xl: 120%;
    --lg: 100%;
    --md: 60%;
    --sm: 30%;
    --ym: 40px;
    --xm: 40px;
    --font_64: calc(4rem - 70%); }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #home-page #featured .featured__name {
    font-size: var(--font_36);
    bottom: 40px;
    left: 40px; }
    #home-page #featured .featured__item {
      margin-bottom: 40px; }
    #home-page #featured .row {
      column-gap: 0px;
      flex-direction: column; }
    #home-page #featured .col-xl-4 {
      width: 100%; }

  #finishes .finish__items {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px; }
    #finishes .finish__name {
      padding-top: 20px; }

  #testimonials .slider-buttons {
    display: none !important; }
    #testimonials .slick-dots {
      position: relative;
      padding-top: 20px; }
    #testimonials .slick-dots li button {
      width: 5px;
      height: 5px;
      border: 1px solid #3b3734;
      border-radius: 100%; }
    #testimonials .slick-dots li button:before {
      font-size: 0px; }
    #testimonials .slick-dots li.slick-active button {
      background: #3b3734 !important; }
    #testimonials .slick-dots li:only-child {
      display: none; }
    #testimonials .testimonial-slider {
      max-width: 90%; }

  #footer-wrap {
    padding-top: 40px; }
    #footer-wrap #footer {
      text-align: center; }
    #footer-wrap #footer .connect {
      padding-top: 40px; }
    #footer-wrap #footer .sales, #footer-wrap #footer .hours {
      padding-top: 40px; }
    #footer-wrap #footer .footer__heading {
      margin-bottom: 20px; }
    #footer-wrap #marquee {
      padding-top: 20px; }
    #footer-wrap #marquee .marquee .marquee__inner span {
      font-size: calc(var(--font_128) - 200%) !important; }

  #blog .blog-item {
    border-bottom: none; }
    #blog .blog-item__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px; }

  #socials .text-start, #socials .text-end {
    text-align: center !important; }

  #copyright .text-start, #copyright .text-end {
    text-align: center !important; }

  #page-wrap {
    padding: 20px !important; }

  .shop-categories-mobile a {
    width: 50%;
    min-height: 24px; }

  .child-categories-wrapper .child-categories a {
    width: 50%;
    margin-bottom: 3px; }

  ul.products {
    padding: 20px !important; }

  .woocommerce .products ul, .woocommerce ul.products {
    padding: 20px 0px !important; }

  body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
    padding: 20px !important; }
    body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
      padding: 0px !important; }
    body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
      padding: 0px 0px 20px 0px;
      margin-bottom: 0px; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    padding: 0px !important; }

  body.single-product #wrap {
    padding: 20px !important; }
    body.single-product .slick-prev {
      left: 20px;
      z-index: 1; }
    body.single-product .slick-next {
      right: 20px;
      z-index: 1; }
    body.single-product .quantity .bootstrap-touchspin-down.btn-primary, body.single-product .quantity .bootstrap-touchspin-up.btn-primary {
      height: 36px !important; }
    body.single-product .quantity input[type=number] {
      height: 36px !important;
      width: 40px !important; }
    body.single-product .quantity .input-group {
      max-width: 100px !important; }

  #product-form .wpforms-field-text, #contact .contact__form .wpforms-field-text, #product-form .wpforms-field-email, #contact .contact__form .wpforms-field-email {
    width: 100% !important;
    margin-bottom: 0px !important; }
    #product-form .wpforms-one-half, #contact .contact__form .wpforms-one-half {
      padding-left: 0px;
      margin-left: 0px; }
    #product-form .wpforms-container-full .wpforms-form .wpforms-field-label, #contact .contact__form .wpforms-container-full .wpforms-form .wpforms-field-label {
      font-size: var(--font_24) !important; }
    #product-form input, #contact .contact__form input {
      height: 40px !important; }
    #product-form label, #contact .contact__form label {
      padding-bottom: 0px !important; }

  #contact .contact__form .wpforms-field-container {
    grid-template-columns: unset !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important; }
    #contact .contact__form #wpforms-627-field_1-container, #contact .contact__form #wpforms-627-field_5-container, #contact .contact__form #wpforms-627-field_3-container, #contact .contact__form #wpforms-627-field_4-container {
      grid-area: unset !important; }

  body.woocommerce-cart table.shop_table thead .product-price {
    width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-quantity {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
      width: 50px !important; }
    body.woocommerce-cart table.shop_table tbody .product-price {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-name a {
      display: flex;
      width: 100%;
      text-align: left; }
    body.woocommerce-cart table.shop_table_responsive tr td {
      padding: 5px 0px; }
    body.woocommerce-cart .cart_item {
      border-bottom: 2px solid var(--primary) !important; }
    body.woocommerce-cart .cart_item td {
      border: none !important; }
    body.woocommerce-cart .cart_item td.product-quantity {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important; }
    body.woocommerce-cart .cart_item .quantity {
      width: 100px;
      margin-right: 0px !important; }
    body.woocommerce-cart .cart_item .quantity .input-group {
      width: 100px; }
    body.woocommerce-cart .cart_item .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .cart_item .quantity .bootstrap-touchspin-up.btn-primary {
      height: 36px !important; }
    body.woocommerce-cart .cart_item .quantity input[type=number] {
      height: 36px !important;
      width: 40px !important; }
    body.woocommerce-cart .cart_item .quantity .input-group {
      max-width: 100px !important; }
    body.woocommerce-cart .cart_item .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .cart_item .bootstrap-touchspin-up.btn-primary {
      padding: 0px 5px !important; }
    body.woocommerce-cart .cart_item input[type=number] {
      padding: 0px 5px !important; }
    body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
      background: none !important; }
    body.woocommerce-cart .coupon {
      width: 100%; }
    body.woocommerce-cart .coupon button.button {
      width: 100% !important; }
    body.woocommerce-cart .coupon .input-text {
      width: 100% !important;
      padding: 10px 20px !important;
      margin: 0px 0px 20px 0px !important; }
    body.woocommerce-cart button.button {
      font-size: var(--button_size) !important;
      zoom: 0.8;
      padding: 10px 20px !important;
      border-width: 4px !important; }
    body.woocommerce-cart a.checkout-button {
      zoom: 1;
      padding: 10px 50px !important; }
    body.woocommerce-cart .wc-proceed-to-checkout {
      text-align: center; }

  body.woocommerce-checkout .woocommerce {
    padding-bottom: 40px; }
    body.woocommerce-checkout form.checkout {
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #customer_details {
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #order_review {
      margin-left: 0px;
      margin-top: 40px;
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout button#place_order {
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap; }

  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
    margin-bottom: 0px; }

  .woocommerce ul.products li a:first-child {
    padding: 20px; }

  .woocommerce ul.products li.product:nth-child(odd) {
    border-right: none !important; }

  #blog-gallery {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575.98px) {
  #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
    width: 80% !important; }

  #about-page #header .header, body.blog #header .header, #contact-page #header .header {
    min-height: 100vw; }
    #about-page #header .header__image, body.blog #header .header__image, #contact-page #header .header__image {
      min-height: 100vw; }
      #about-page #header .header__image img, body.blog #header .header__image img, #contact-page #header .header__image img {
        min-height: 100vw; }
    #about-page #header .header__heading, body.blog #header .header__heading, #contact-page #header .header__heading {
      font-size: var(--font_64); }

  body.post-type-archive #header .header, body.tax-product_cat #header .header, body.tax-product_tag #header .header {
    min-height: 100vw; }
    body.post-type-archive #header .header__image, body.tax-product_cat #header .header__image, body.tax-product_tag #header .header__image {
      min-height: 100vw; }
      body.post-type-archive #header .header__image img, body.tax-product_cat #header .header__image img, body.tax-product_tag #header .header__image img {
        min-height: 100vw; }
    body.post-type-archive #header .header__video, body.tax-product_cat #header .header__video, body.tax-product_tag #header .header__video {
      min-height: 100vw; }
      body.post-type-archive #header .header__video video, body.tax-product_cat #header .header__video video, body.tax-product_tag #header .header__video video {
        min-height: 100vw; }
    body.post-type-archive #header .header__overlay, body.tax-product_cat #header .header__overlay, body.tax-product_tag #header .header__overlay {
      justify-content: center; }
    body.post-type-archive #header .header__heading, body.tax-product_cat #header .header__heading, body.tax-product_tag #header .header__heading {
      font-size: var(--font_64);
      top: 10%; }

  body.single-product .variations .vi-wpvs-variation-style {
    grid-template-columns: unset !important; }
    body.single-product .variations .vi-wpvs-variation-style .label {
      grid-area: unset !important; }
    body.single-product .variations .vi-wpvs-variation-style .value {
      grid-area: unset !important; }
    body.single-product .variations .label, body.single-product .variations .value {
      margin-bottom: 0px !important; }

  .woocommerce ul.products li {
    width: 100% !important; }

  .woocommerce ul.products li a:first-child {
    padding: 40px; }

  .woocommerce ul.products li.product:nth-child(odd) {
    border-right: 1px solid #000 !important; }

  .woocommerce ul.products li.product:nth-child(2) {
    border-top: none !important; } }

@media (max-width: 460px) {
  html {
    font-size: 12px; }

  :root {
    --ym: 40px;
    --xm: 20px; }

  #home-page #featured .featured__name {
    font-size: var(--font_24);
    bottom: 20px;
    left: 20px; }
    #home-page #featured .featured__item {
      margin-bottom: 40px; }

  #about-page #header .header, body.blog #header .header, #contact-page #header .header {
    min-height: 120vw; }
    #about-page #header .header__image, body.blog #header .header__image, #contact-page #header .header__image {
      min-height: 120vw; }
      #about-page #header .header__image img, body.blog #header .header__image img, #contact-page #header .header__image img {
        min-height: 120vw; }
    #about-page #header .header__heading, body.blog #header .header__heading, #contact-page #header .header__heading {
      font-size: var(--font_64); }
    #about-page #header .header__overlay, body.blog #header .header__overlay, #contact-page #header .header__overlay {
      top: 15vw; }

  #contact-page #details .details__heading {
    margin-bottom: 30px; }
    #contact-page #details .details__content p {
      margin: 0 0 20px; }

  .woocommerce ul.products li a:first-child {
    padding: 20px; }

  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 20px 0px 0px 0px !important; }

  body.woocommerce-checkout .woocommerce-billing-fields .form-row, body.woocommerce-checkout .woocommerce-shipping-fields .form-row {
    width: 100% !important; }

  #blog-gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px; } }

@media (max-width: 400px) {
  :root {
    --xl: 180%;
    --lg: 125%;
    --md: 75%;
    --sm: 35%; } }

@media (max-width: 380px) {
  body.post-type-archive #header .header__heading, body.tax-product_cat #header .header__heading, body.tax-product_tag #header .header__heading {
    top: 30%; }

  .shop-categories-mobile a {
    width: 100%;
    min-height: 24px; }

  .child-categories-wrapper .child-categories a {
    width: 100%;
    margin-bottom: 3px; } }
