/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
*/
.color-accent {
  background-color: #487cc6;
}

.color-text-dark {
  background-color: #3b3b3b;
}

.color-bg {
  background-color: #f4f4f4;
}

.color-error {
  background-color: #FF6A6A;
}

html, body {
  font-family: "Inter", sans-serif;
}
html, body {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  html, body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  html, body {
    font-size: 20px;
  }
}

* {
  transition: all 0.3s ease-in-out;
}

body, button, input, textarea, optgroup, select, .wpcf7-form input, .wpcf7-form textarea {
  font-family: "Inter", sans-serif;
}

h1 {
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(30px + 5 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}
h2 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(30px + 5 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  letter-spacing: -0.2px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}
h3 {
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(24px + 12 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  letter-spacing: -0.2px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}
h4 {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(16px + 8 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  letter-spacing: -0.2px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}
h5 {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: calc(12px + 8 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  h5 {
    font-size: 20px;
  }
}

p {
  letter-spacing: -0.18px;
  line-height: 1.5;
  margin: 8px 0;
}
p {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  p {
    font-size: calc(16px + 4 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  p {
    font-size: 20px;
  }
}

.text-lg {
  letter-spacing: -0.18px;
  line-height: 1.5;
}
.text-lg {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .text-lg {
    font-size: calc(16px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-md {
  letter-spacing: -0.16px;
  line-height: 1.5;
}
.text-md {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .text-md {
    font-size: calc(14px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  .text-md {
    font-size: 16px;
  }
}

.text-sm {
  letter-spacing: -0.14px;
  line-height: 1.4;
}
.text-sm {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .text-sm {
    font-size: calc(12px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  .text-sm {
    font-size: 14px;
  }
}

.text-xs {
  letter-spacing: -0.12px;
  line-height: 1.3;
}
.text-xs {
  font-size: 10px;
}
@media screen and (min-width: 375px) {
  .text-xs {
    font-size: calc(10px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  .text-xs {
    font-size: 12px;
  }
}

a {
  color: #3b3b3b;
  text-decoration: none;
  font-feature-settings: "calt" off;
  letter-spacing: -0.14px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
a {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  a {
    font-size: calc(12px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  a {
    font-size: 14px;
  }
}

a:hover {
  color: #77A9EC;
  transition: all 0.3s ease-in-out;
}

.title {
  position: relative;
  right: 0;
  width: 500px;
  background: #ebebeb;
  padding: 25px 20px 25px 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 40px;
  margin-left: auto;
  max-width: 50vw;
}

@media (max-width: 1000px) {
  .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.title:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 63.5px 0 63.5px;
  border-color: #ebebeb transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: -63px;
  top: 0;
}

@media (max-width: 600px) {
  .title {
    font-size: 30px;
  }
  .title:before {
    border-width: 86px 63.5px 0 63.5px;
  }
}
a.btn-like-link, .btn-like-link, .btn-like-link_wrapper a, .cd-upload-btn {
  position: relative;
  padding: 8px 23px;
  border: 2px solid;
  text-align: center;
  color: #4B9CD3;
  border-color: #4B9CD3;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  margin: 8px 0;
  font-weight: bolder;
  text-transform: uppercase;
  overflow: hidden;
}
a.btn-like-link, .btn-like-link, .btn-like-link_wrapper a, .cd-upload-btn {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  a.btn-like-link, .btn-like-link, .btn-like-link_wrapper a, .cd-upload-btn {
    font-size: calc(20px + 4 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  a.btn-like-link, .btn-like-link, .btn-like-link_wrapper a, .cd-upload-btn {
    font-size: 24px;
  }
}

.cd-upload-btn {
  font-size: 16px;
}

.btn-like-link_wrapper {
  z-index: 1;
  position: relative;
}

a.btn-like-link:before, .btn-like-link:before, .btn-like-link_wrapper a:before, .cd-upload-btn:before {
  display: none;
}

a.btn-like-link:after, .btn-like-link:after, .btn-like-link_wrapper a:after, .cd-upload-btn:after {
  position: absolute;
  transition: 0.4s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #7ACAF1;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}

.cd-upload-btn:after {
  background-color: #4B9CD3;
}

a.btn-like-link:hover:after, .btn-like-link:hover:after, .btn-like-link_wrapper a:hover:after, .cd-upload-btn:hover:after {
  left: -10%;
  width: 120%;
}

.cd-upload-btn {
  z-index: 10;
}

a.btn-like-link:hover, .btn-like-link:hover, .btn-like-link_wrapper a:hover, .cd-upload-btn:hover {
  color: white;
  border-color: #7ACAF1;
}

.cd-upload-btn:hover {
  border-color: #4B9CD3;
}

button {
  background: unset;
  box-shadow: none;
  outline: none;
  padding: 14px 32px;
  border: 1px solid;
  cursor: pointer;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8);
  border-color: #3b3b3b;
  background: #3b3b3b;
  text-transform: uppercase;
  line-height: 1;
  font-feature-settings: "calt" off;
  font-family: "Inter", sans-serif;
  margin: 8px 0;
  min-width: 200px;
}
button {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  button {
    font-size: calc(12px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  button {
    font-size: 14px;
  }
}

.btn-like-link:hover, .btn-like-link:active, .btn-like-link.active {
  color: white;
  border-color: #7ACAF1;
  background-color: #7ACAF1;
}

button:hover, button:active, button.active {
  color: white;
  border-color: #7ACAF1;
  background-color: #7ACAF1;
}

button:before, button:after {
  display: none;
}

.disabled {
  border: 0.5px solid rgba(55, 55, 55, 0.5);
  background: rgba(55, 55, 55, 0.4);
  pointer-events: none;
  cursor: default;
}

.btn-secondary {
  background-color: transparent;
  border-color: white;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
  border: 0.5px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
}

.btn-secondary.disabled {
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 8px;
}

.menu {
  list-style: none;
  display: flex;
  gap: 66px;
  align-items: center;
}

.menu a {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .menu a {
    font-size: calc(16px + 2 * (100vw - 375px) / 1185);
  }
}
@media screen and (min-width: 1560px) {
  .menu a {
    font-size: 18px;
  }
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1560px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
}

#menu-header {
  background-color: #2b2a2a;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 20px 0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.storefront-primary-navigation {
  background-color: #2b2a2a;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

.entry-header {
  display: none;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main, .page-template-template-homepage .type-page {
  padding-top: 0;
}

.site-header {
  border-bottom: none;
}

.main-navigation ul ul, .secondary-navigation ul ul, .site-header-cart .widget_shopping_cart {
  left: 0 !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart, .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
  opacity: 1;
}

body {
  margin: 0;
  color: #3b3b3b;
}

.site {
  max-width: 100vw;
  overflow: hidden;
}

.homepage-hero {
  height: 100vh;
  max-height: 900px;
}

.eedee-gutenslider-nav {
  display: none;
}

* {
  transition: all 0.3s ease-in-out;
}

.container {
  max-width: 1560px !important;
  margin: 0 auto !important;
}

.about .wp-block-themeisle-blocks-advanced-column {
  align-self: flex-end;
  max-width: 440px;
  margin-right: auto;
}

.about .wp-block-themeisle-blocks-advanced-column h2 {
  color: #77a9ec;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
}

.wpcf7-form label b {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.wpcf7-form input, .wpcf7-form textarea {
  border: 1px solid #3b3b3b !important;
  max-width: 100%;
  width: 100%;
  padding: 15px 24px;
}

.wpcf7-form input:active, .wpcf7-form textarea:active, .wpcf7-form textarea:focus-visible, .wpcf7-form input:focus-visible {
  border-bottom: 1px solid #707070;
  box-shadow: none;
  outline: none;
}

.wpcf7-form label span {
  flex-basis: calc(45% - 10px);
  max-width: calc(45% - 10px);
}

.wpcf7-form p:nth-of-type(2) label span, .wpcf7-form p:nth-of-type(2) label b {
  flex-basis: 100%;
  max-width: 100%;
}

.wpcf7-form input, .wpcf7-form textarea {
  font-size: 17px;
  color: #707070;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-size: 17px;
  color: #707070;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  font-size: 17px;
  color: #707070;
}

.wpcf7-form label span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
  display: block;
  max-width: 100%;
}

.wpcf7-spinner {
  margin-top: -30px;
  margin-left: 0;
  display: block;
}

.footer-top, .footer-bottom-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 50px 20px;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  max-width: 1560px;
  margin: 0 auto;
}

.footer-bottom {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: right;
}

@media (max-width: 1000px) {
  .footer-bottom {
    text-align: center;
    padding: 0;
  }
  .wpcf7-form label b, .wpcf7-form label span {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.footer-top .menu-item a {
  color: #0261db;
}

.footer-bottom-text p {
  color: black;
  font-size: 20px;
}

.footer-bottom-text a {
  color: #0261db;
  font-size: 20px;
}

.footer-bottom-text p {
  width: 100%;
}

.footer-bottom-text {
  padding: 30px;
}

@media (max-width: 1000px) {
  .footer-top {
    justify-content: center;
    padding: 30px 20px;
  }
  .footer-top .site-branding {
    margin-bottom: 20px;
  }
  .wpcf7-form label b {
    font-size: 20px;
  }
  .wpcf7-form input, .wpcf7-form textarea {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  #about {
    margin-bottom: -100px;
  }
}
.menu {
  gap: 20px;
}

@media (max-width: 900px) {
  #about {
    margin-bottom: -100px;
  }
  .menu {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  #about {
    margin-bottom: -20px;
  }
}
.site {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.uagb-slick-carousel button.slick-arrow:hover svg {
  fill: #77a9ec;
}

.spectra-image-gallery__media-thumbnail--carousel, .uagb-slick-carousel .slick-slide img {
  min-height: 1px;
}

.wpcf7-form input.wpcf7-submit {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input.wpcf7-submit {
  color: white;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de form p {
  display: flex;
}

.wpcf7-form input.wpcf7-submit:hover {
  background-color: #77a9ec;
  color: white;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form label {
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input, #wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form textarea {
  background-color: transparent;
  color: white;
  border-color: #77a9ec;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input::-moz-placeholder {
  color: white;
}

#wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input::placeholder {
  color: white;
}

@media (max-width: 600px) {
  #wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input::-moz-placeholder {
    display: none;
    color: #0e1937;
  }
  #wp-block-themeisle-blocks-advanced-columns-e60789de .wpcf7-form input::placeholder {
    display: none;
    color: #0e1937;
  }
  footer .menu {
    flex-wrap: wrap;
    padding: 0;
  }
  .custom-logo {
    max-width: 100%;
    height: auto;
  }
}
.woocommerce-loop-product__link .onsale {
  display: none;
}

.slick-prev:before, .slick-next:before {
  color: black !important;
}

.slick-slide .product {
  background-color: white;
}

.site-info {
  display: none;
}

#menu-header {
  display: flex;
  width: 100%;
}

.site-header > .col-full {
  display: flex;
  justify-content: space-between;
}

.site-header > .col-full:before {
  display: none;
}

.site-branding {
  flex-basis: 416px;
}

.site-header .site-branding img {
  max-width: 100%;
}

.woocommerce-active .site-header .main-navigation {
  width: 100%;
  margin-right: 0;
  float: none;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  background-color: white;
  color: #909090;
  font-size: 18px;
  border: solid 1px #3b3b3b;
}

input:placeholder {
  color: #909090 !important;
  font-size: 18px !important;
}

.homepage-hero-text h1 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.homepage-hero-text {
  color: white;
}

.homepage-hero > .uagb-container-inner-blocks-wrap {
  background-color: rgba(0, 0, 0, 0.56);
}

.wp-block-search__label {
  display: none;
}

.site-search .widget_product_search form::before {
  top: 1.15em;
  right: 1.15em;
  left: auto;
  height: 23px;
  width: 23px;
  content: "";
  background-image: url("/wp-content/uploads/2024/01/search-icon.svg");
}

.widget_search form:not(.wp-block-search) input[type=text], .widget_search form:not(.wp-block-search) input[type=search], .widget_product_search form:not(.wp-block-search) input[type=text], .widget_product_search form:not(.wp-block-search) input[type=search] {
  padding-left: 1.4em;
  padding-right: 2.6em;
}

.site-search .widget_product_search form::before {
  position: absolute;
}

.widget_product_search {
  margin-bottom: 0;
}

.text-undersearch {
  max-width: 414px;
}

.text-abovesearch {
  margin-bottom: 63px;
  font-weight: 500;
}

.homepage-brands:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(123deg, #2b2a2a 23%, #434343 77%);
  width: 50vw;
  left: calc(-50vw + 682px);
  top: 0;
  height: 100%;
}

.homepage-brands-background {
  position: relative;
}

.homepage-brands-background:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2024/01/Honeywell-hq.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  right: calc(-50vw + 682px);
  top: 0;
  height: 100%;
}

.homepage-brands .wp-block-image {
  flex-basis: calc(16.6% - 16.6px);
  margin-bottom: 0 !important;
}

.homepage-brands-title, .homepage-categories-title {
  margin-left: 10px;
  text-align: left;
}

img {
  border-radius: 0;
}

.homepage-brands-background .wp-block-uagb-buttons-child {
  width: 100%;
  margin-bottom: 0;
}

.homepage-brands-background .wp-block-uagb-buttons-child a {
  width: 100%;
}

.homepage-brands-background .uagb-buttons__wrap {
  -moz-column-gap: 0;
       column-gap: 0;
}

.homepage-categories .wp-block-column {
  margin-right: 0 !important;
}

.homepage-categories h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #3b3b3b;
}

.slick-slide {
  padding: 0 14px;
}

.qib-button-wrapper button.qib-button {
  min-width: unset;
}

.site-main ul.products.columns-4 li.product {
  padding: 30px;
  margin-bottom: 0;
}

ul.products li.product img {
  margin: 0 auto 28px;
  width: 100%;
}

ul.products li.product h2.woocommerce-loop-product__title {
  font-weight: bold;
  font-size: 20px;
  color: #3b3b3b;
  margin-bottom: 24px;
  text-align: left;
  padding: 0 43px;
}

.product-info p {
  text-transform: uppercase;
  color: #909090;
  font-size: 16px;
}

.product-info {
  text-align: left;
  padding: 0 43px;
}

.product-info strong {
  font-weight: 400;
  color: #909090;
  font-size: 16px;
}

ul.products li.product .price {
  text-align: left;
  padding: 0 43px;
  margin: 25px 0;
  font-size: 24px;
  font-weight: 600;
  color: #3b3b3b;
}

ul.products li.product .price ins {
  font-size: 24px;
  font-weight: 600;
  color: #3b3b3b;
  margin: 0;
}

ul.products .slick-slide del {
  display: none;
}

ul.products .slick-slide form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.qib-button-wrapper button.qib-button {
  height: 51px !important;
  background-color: white !important;
  border-color: #e5e5e5 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 25px !important;
}

.quantity .qty {
  height: 51px !important;
  background-color: white !important;
  border-color: #e5e5e5 !important;
  width: 40px !important;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 51px !important;
}

.qib-button-wrapper button.qib-button {
  color: #3b3b3b !important;
  font-size: 16px !important;
}

.slick-slide .cart .button {
  width: 100%;
  margin-left: 20px;
  height: 51px;
  background-color: #487cc6;
  font-size: 18px;
  line-height: 20px;
  padding: 17px;
  font-weight: 500;
}

body .qib-button-wrapper {
  margin: 0;
}

.home .storefront-recent-products {
  display: none;
}

.homepage-form-title {
  text-align: left;
  margin-bottom: 0;
}

.homepage-form-text {
  font-weight: 500;
}

form p {
  text-align: left;
}

.form-container {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 38px;
}

.form-text-small {
  font-size: 15px;
  color: #3b3b3b;
  margin: 0;
  text-align: left;
}

.page-template-template-homepage .type-page, .site-main, .content-area {
  margin: 0;
  padding: 0;
}

.wpcf7-form input.wpcf7-submit {
  margin-left: 0;
  color: white;
  background-color: #487cc6;
  border: none !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 17px;
  border-radius: 0;
  width: 300px;
}

.menu-footer-container .menu, .menu-footer-info-container .menu {
  display: block;
}

.footer-widgets {
  display: flex;
  justify-content: space-between;
}

.footer-widgets > * {
  flex-basis: calc(20% - 80px);
}

.footer-widget-1 {
  flex-basis: 300px;
}

.widget .widget-title, .widget .widgettitle, .widget h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  margin-bottom: 16px;
  padding-bottom: 0;
}

footer .widget {
  margin: 0;
}

.site-footer {
  background-image: linear-gradient(126deg, #2b2a2a 21%, #3b3b3b 79%);
  color: #ffffff !important;
}

.site-footer a {
  color: white !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-widgets::before, .footer-widgets::after {
  display: none;
}

.widget_nav_menu ul li::before {
  display: none;
}

.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
  padding: 0;
}

.footer-widget-1 .widget_text {
  margin-bottom: 26px;
  margin-top: 0;
}

.footer-widget-1 .widget_media_image figure {
  margin-bottom: 26px;
}

.footer-widget-3 a, .footer-widget-4 a, .footer-widget-5 a {
  text-transform: uppercase;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
  content: "";
  height: 12px;
  width: 10px;
  background-image: url("/wp-content/uploads/2024/01/down-arrow-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-navigation ul.menu > .menu-item-487 > a, .main-navigation ul.menu > .menu-item-472 > a, .main-navigation ul.menu > .menu-item-521 > a, .main-navigation ul.menu > .menu-item-618 > a, .main-navigation ul.menu > .menu-item-505 > a, #menu-footer > .menu-item-13254 > a , #menu-footer > .menu-item-13255 > a, #menu-footer > .menu-item-13256 > a, #menu-footer > .menu-item-13257 > a, #menu-footer > .menu-item-13271 > a{
	font-size: 0!important;
}
.main-navigation ul.menu > li.menu-item-487 > a::before, #menu-footer > .menu-item-13254 > a::before{
	font-size: 14px!important;
	content: "Hydronic Heating"!important;
	display: inline-block!important;
	margin-right: 20px;
}
.post-type-archive-product .product-category a{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.main-navigation ul.menu > li.menu-item-472> a::before, #menu-footer > .menu-item-13256 > a::before{
	font-size: 14px!important;
	content: "Oil Burners"!important;
	display: inline-block!important;
	margin-right: 20px;
}
.main-navigation ul.menu > li.menu-item-521> a::before, #menu-footer > .menu-item-13255 > a::before{
	font-size: 14px!important;
	content: "Thermostats"!important;
	display: inline-block!important;
	margin-right: 20px;
}
.main-navigation ul.menu > li.menu-item-618> a::before, #menu-footer > .menu-item-13257 > a::before{
	font-size: 14px!important;
	content: "Warm Air Zoning"!important;
	display: inline-block!important;
	margin-right: 20px;
}
.main-navigation ul.menu > li.menu-item-505> a::before, #menu-footer > .menu-item-13271 > a::before{
	font-size: 14px!important;
	content: "Gas Controls"!important;
	display: inline-block!important;
	margin-right: 20px;
}

.button-wrapper {
  position: relative;
}

.submit-button {
  text-align: center;
  position: absolute;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0px;
  height: 44px;
}

.submit-button::after {
  display: block !important;
  position: absolute;
  transition: 0.5s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #4B9CD3;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}

.submit-button:hover::after, .submit-button.active::after {
  left: -10%;
  width: 120%;
}

button .text {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  left: 0;
  right: 0;
  pointer-events: none;
}

.progress-bar {
  position: absolute;
  height: 10px;
  width: 0;
  right: 0;
  top: 50%;
  left: 50%;
  border-radius: 200px;
  transform: translateY(-50%) translateX(-50%);
  background: #4B9CD3;
  pointer-events: none;
}

svg {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  right: 0;
  pointer-events: none;
}

.check {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */


.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

.slick-prev, .slick-next {
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 20px;
    /* display: none; */
    content: "";
    font-size: 0;
    background-color: transparent;
    position: absolute;
	top: calc(50% - 20px);}