/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography & Resets
# Navigation
# Front Page
# Secondary Pages
# Product Block
# Woocommerce
# My Account
# Blog
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography & Resets
--------------------------------------------------------------*/
@font-face {
  font-family: "Market";
  src: url("./fonts/Market-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-family);
  font-size: var(--font-size-body);
  background-color: var(--color-background);
  margin: 0;
  color: var(--color-font);
  letter-spacing: 0.05em;
  overflow-x: hidden !important;
}

#page {
  overflow-x: hidden !important;
  position: relative;
}

.post,
.page {
  margin: 0;
}

body > * {
  max-width: 1920px;
  margin: auto;
}

button,
input,
select,
optgroup,
textarea {
  font-family: var(--font-family);
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  letter-spacing: 0.2px;
  outline: 0;
  text-decoration: none;
  color: var(--color-accent-1);
}

h1 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: var(--font-size-primary-heading);
  line-height: 1.1em;
  color: var(--color-font);
}

h2 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: var(--font-size-secondary-heading);
  line-height: 1.1em;
  color: var(--color-font);
}

h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: var(--font-size-tertiary-heading);
  margin: 0 0 10px;
  color: var(--color-font);
}

h4 {
  font-family: var(--font-family);
  font-weight: bold;
  color: var(--color-font);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 10px;
}

h5 {
  font-family: var(--font-family);
  font-weight: bold;
  color: var(--color-font);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}

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

mark,
ins {
  background: transparent;
}

fieldset {
  padding: 0 20px 20px;
}

address {
  color: var(--color-font);
  font-size: 14px;
  font-style: inherit;
}

p {
  color: var(--color-font);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

.max-width {
  max-width: 1280px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.half-width {
  width: 80%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
  display: none !important;
}

.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
  clear: both;
  float: none;
}

.half {
  width: 50%;
}

.third {
  width: calc(100% / 3);
}

.two-thirds {
  width: calc(100% / 1.5);
}

.column-fifth {
  width: 20%;
}

.flex {
  /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
  display: grid;
  justify-content: space-between;
}

.parent-float > * {
  float: left;
}

.parent-float > .clear:after,
.parent-float > .clear::before,
.parent-float > .clear::after,
.parent-float > .clear {
  clear: both;
  float: none;
}

#primary {
  margin-top: 200px;
}
body:not(.home).single.single-product #primary {
  margin-top: 150px;
}
body:not(.home) #primary {
  max-width: 1280px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

body.home #primary {
  margin-top: 100px;
}

body.home #masthead.option-3 + .mobile-cart-total + #primary {
  margin-top: 90px;
}

body:not(.home) #masthead.option-3 + .mobile-cart-total + #primary {
  margin-top: 140px;
}

.button,
a.button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_legacy_markup_wrapper .gform_footer input.button {
  background-color: transparent;
  display: inline-block;
  border: 1.5px solid transparent;
  padding: 6px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--border-radius);
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.45s ease 0s;
}

.button.accent-1,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_legacy_markup_wrapper .gform_footer input.button {
  border-color: var(--color-accent-1);
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
}

.button.accent-1:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_legacy_markup_wrapper .gform_footer input.button:hover {
  background-color: var(--color-accent-2);
  border-color: var(--color-accent-2);
  color: var(--color-button-text-hover);
}

.button.accent-2 {
  border-color: var(--color-accent-2);
  background-color: var(--color-accent-2);
  color: var(--color-button-text);
}

.button.accent-2:hover {
  background-color: var(--color-accent-1);
  border-color: var(--color-accent-1);
  color: var(--color-button-text-hover);
}

.button.medium {
  font-size: 18px;
}

.button.large {
  font-size: 24px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}

::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-font); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid var(--color-font); /* creates padding around scroll thumb */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--color-background);
  z-index: 9999;
  left: 0;
}

#masthead.option-3 {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.logo img {
  max-height: 100px;
  position: relative;
  top: 1px;
  max-width: 250px;
  display: block;
  z-index: 99999;
}

.logo img {
  max-height: 72px;
}

.top-menu {
  /* padding: 18px 0; */
  height: 90px;
  height: 100px;
  display: flex;
}

.top-menu .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-search .site-search-text-field {
  background-color: var(--color-background);
  border: 2px solid var(--color-font);
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  color: var(--color-font);
  padding: 7px 20px;
  outline: none;
  min-width: 415px;
  height: 42px;
}

.site-search {
  position: relative;
}

.site-search::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/08/search.png");
  width: 23px;
  height: 23px;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: 2;
}

.site-search .search-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 42px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

#primary-menu .caffeine_search-menu_button {
  display: none;
}

.option-2 #primary-menu {
  display: flex;
  justify-content: center;
}

.option-2 .menu-sep {
  float: none;
  order: 2;
}

.option-2 #primary-menu a {
  padding: 18px 25px;
}

.option-2 .main-navigation li.left {
  order: 1;
  padding-right: 25px;
}

.option-2 #primary-menu li.accent-button a {
  margin-top: 13px;
}

.header-account-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-account-buttons a {
  display: block;
  margin: 0 6px;
  color: var(--menu-icons-colour);
}

.header-account-buttons a .fa {
  font-size: 30px;
  font-weight: 900;
}

.header-account-buttons a .fa.fa-lg {
  font-weight: normal;
  font-size: 22px;
}

.header-account-buttons .account-icon img {
  max-height: 29px;
  position: relative;
  top: 2px;
}

.bottom-menu {
  background-color: var(--color-accent-1);
}

.bottom-menu::after {
  content: "";
  clear: both;
  display: block;
}

#primary-menu {
  display: block;
}

#primary-menu a {
  color: var(--color-button-text);
  font-size: 14px;
  padding: 15px 22px;
  transition: 0.35s ease all;
}

.option-3 #primary-menu a {
  color: var(--color-font);
  font-weight: 600;
  padding: 15px;
}

.option-3 #primary-menu li.shop-by-category a {
  padding-right: 15px;
}

#menu-item-10551 {
  float: left;
}

#primary-menu li.shop-by-category a {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

#primary-menu li.shop-by-category a:hover {
  background-color: transparent;
}

#primary-menu > li.menu-item-has-children > a::after,
#primary-menu > .menu-sep li.menu-item-has-children > a::after,
#installer-menu > li.menu-item-has-children > a::after,
#installer-menu > .menu-sep li.menu-item-has-children > a::after {
  content: ">";
  display: inline-block;
  margin-left: 7px;
  font-size: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-sep {
  float: right;
  display: flex;
}

#primary-menu li.shop-now a {
  border: 2px solid var(--color-accent-2);
  background-color: var(--color-accent-2);
  color: var(--color-button-text);
  border-radius: var(--border-radius);
  padding: 3px 13px;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 15px;
}

#primary-menu li.shop-now a:hover {
  background-color: transparent;
  color: var(--color-button-text-hover);
  border-color: var(--color-button-text-hover);
}

.option-2 #primary-menu li.shop-now a {
  top: 3px;
  position: relative;
}

.main-navigation li.left {
  display: inline-block;
}

.main-navigation li.left:first-child a {
  padding-left: 0 !important;
}

.sub-menu-wrap {
  width: 100%;
}

.sub-menu-wrap .sub-menu-wrap {
  overflow-y: auto;
  height: calc(100% - 55px);
}

.main-navigation ul ul {
  box-shadow: none;
  background-color: var(--color-foreground);
  width: 230px;
}

.main-navigation #primary-menu ul a,
.main-navigation #installer-menu ul a {
  color: var(--color-font);
  padding: 7px 22px !important;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

.main-navigation #primary-menu li ul a:hover,
.main-navigation #installer-menu li ul a:hover {
  background-color: var(--color-accent-1) !important;
  color: var(--color-background);
}

.main-navigation #primary-menu li > ul li {
  position: inherit;
}

.main-navigation #primary-menu li > ul li:hover > ul {
  left: 100%;
  height: 100%;
  background-color: var(--color-background);
  width: 230px;
}

.main-navigation #primary-menu li > ul li > ul span {
  color: var(--color-font);
  padding: 18px 22px 5px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.main-navigation #primary-menu #primary-menu ul a {
  padding: 4px 22px !important;
}

#primary-menu > li .sub-menu,
#installer-menu > li .sub-menu {
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.1);
}

.main-navigation #primary-menu .brands-dropdown ul a {
  font-size: 13px;
  padding: 3px 22px !important;
}

.main-navigation #primary-menu .brands-dropdown ul .sub-menu-wrap {
  padding: 12px 0;
}

.main-navigation #primary-menu .brands-dropdown .sub-menu-wrap {
  overflow-y: auto;
  max-height: 350px;
}

.cart-icon.cart-full a::after {
  content: attr(data-count);
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-background);
  background-color: var(--color-accent-1);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  top: -3px;
  right: 0;
  padding: 1px;
  letter-spacing: 0;
}

.cart-icon + .cart-total {
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
}

.fourbucks-flyout {
  top: 17px;
  padding: 10px 20px 10px 20px;
  background-color: var(--color-font);
}

.fourbucks-flyout::after {
  display: none;
  bottom: 10px;
  background-image: url(/wp-content/themes/fourways/images/fourbucks.png);
}

.fourbucks-flyout p {
  color: var(--color-background);
}

a.mobile-cart-total {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  background-color: var(--color-font);
  color: var(--color-background);
  font-size: 14px;
  padding: 9px 10px 8px;
}

a.mobile-cart-total .fa-shopping-cart {
  font-size: 16px;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

.landing-blocks {
  display: block;
  position: relative;
  padding: 0px 0 50px;
}
.landing-blocks .max-width {
  padding: 0 0;
}
.landing-blocks .grid-layout {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.landing-blocks .grid-layout .single-block {
  display: grid;
  padding: 30px 70px;
  border-radius: 0px;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.landing-blocks .grid-layout .single-block:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}
.landing-blocks .grid-layout .single-block:nth-child(2) {
  grid-column: 5 / 7;
  grid-row: 1;
}
.landing-blocks .grid-layout .single-block:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 2;
}
.landing-blocks .grid-layout .single-block.media-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-blocks .grid-layout .single-block.media-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.landing-blocks .grid-layout .single-block.media-img .content-area :is(h2, p) {
  color: #fff;
}
.landing-blocks .grid-layout .single-block .content-area {
  text-align: center;
  z-index: 2;
}
.landing-blocks .grid-layout .single-block .content-area a.button {
  background-color: var(--color-accent-1);
  color: #fff;
}
.landing-blocks .grid-layout .single-block .content-area a.button:hover {
  background-color: var(--color-accent-2);
  color: #fff;
}

.advertising-space {
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 1%;
  border-radius: 15px;
}

.advertising-space.block-sidebar {
  /*height: 450px;*/
  height: 530px;
  margin-top: 20px;
}

.advertising-space.block-shop {
  height: 110px;
  margin-bottom: 25px;
}

.advertising-space.product-cat-banner {
  height: 210px;
  margin-bottom: 25px;
}

.advertising-space.wishlist-banner {
  height: 170px;
  margin-top: 30px;
  display: block;
  margin-bottom: 40px;
}

.advertising-space.block-33.brand-block {
  width: 100%;
}

.advertising-space.block-shop,
.advertising-space.product-cat-banner,
.advertising-space.block-sidebar {
  display: block;
}

.block-50 .wrap {
  width: calc(100% - 90px);
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-block h1 {
  color: var(--color-background);
  font-weight: 400;
}

.image-block h2 {
  color: var(--color-background);
  margin: 0 0 15px;
  font-weight: 400;
  max-width: 250px;
  line-height: 1.2;
}

.image-block.block-50 span {
  color: var(--color-background);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.image-block.block-66 .wrap {
  position: absolute;
  bottom: 45px;
  left: 45px;
  max-width: 525px;
  z-index: 2;
}

.product-cat-slider {
  text-align: center;
  margin: 50px 0;
}

.main-cats {
  margin: 0;
}

.category-content {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin: 20px 10px;
  border-radius: 25px;
  padding: 25px 15px;
  min-height: 170px;
  max-height: 170px;
}

.icon-wrap {
  height: 75px;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}

.icon-wrap img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-category .cat-title-wrap {
  min-height: 42px;
  position: relative;
}

.main-category span {
  display: block;
  color: var(--color-font);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inline-products {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  margin-right: 30px;
}

.feat-products.inline-products.col-3.option-1 {
  float: left;
  margin-right: 30px;
}

.feat-products.inline-products.col-3.option-2 {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.feat-products.inline-products.col-3.option-3 {
  width: 72%;
  float: left;
  margin-right: 20px;
}

.feat-products.inline-products.col-3.option-4 {
  width: 72%;
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.head-wrap h2 {
  border-bottom: 1px solid var(--color-foreground);
  padding-bottom: 18px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.top-seller-products {
  display: inline-block;
  vertical-align: top;
  width: calc(26% - 36px);
}

.top-seller-products.option-1,
.top-seller-products.option-3 {
  float: right;
}

.top-seller-products.option-2,
.top-seller-products.option-4 {
  float: left;
}

.top-seller-products.option-3,
.top-seller-products.option-4 {
  background-color: var(--color-foreground);
  padding: 10px 25px 25px;
  border-radius: var(--border-radius);
  width: calc(28% - 26px);
}

.top-seller-products.option-3 .head-wrap h2,
.top-seller-products.option-4 .head-wrap h2 {
  padding-left: 0;
}

.top-seller-product .product-image-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.top-seller-products.option-3 .product-image-left,
.top-seller-products.option-4 .product-image-left {
  background-color: #fff;
  padding: 5px;
  border-radius: calc(var(--border-radius) - 15px);
}

.top-seller-product .product-image-left img {
  height: 120px;
  object-fit: contain;
  margin-top: 2px;
}

.top-seller-product .product-info-right {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 6px);
  padding: 0 0 0 20px;
}

.top-seller-product .product-info-right p {
  margin: 10px 0;
  font-size: 14px;
}

.top-seller-product .product-info-right span {
  font-weight: bold;
  font-size: calc(var(--font-size-body) - 2px);
}

.top-seller-product .product-info-right span > * {
  margin: -4px 0;
  display: block;
  color: var(--color-font);
}

.top-seller-product:not(:last-child) {
  border-bottom: 1px solid var(--color-foreground);
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: block;
}

.top-seller-product .product-image-left a:not(.add-to-wishlist-heart) {
  display: block;
}

body .slick-track {
  display: flex !important;
}

body .slick-slide {
  height: inherit !important;
}

body .slick-arrow.slick-disabled {
  opacity: 0;
}

body .slick-prev,
body .slick-next {
  background-color: rgba(84, 86, 90, 0.4) !important;
  width: 35px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

body .slick-prev img,
body .slick-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body .slick-prev {
  left: 0;
}

body .slick-next {
  right: 0;
}

body .slick-prev::before,
body .slick-next::before {
  display: none;
}

body .main-cats .slick-prev,
body .main-cats .slick-next {
  height: calc(100% - 39px);
  width: 28px;
}

body .slider-products .slick-prev,
body .slider-products .slick-next {
  height: calc(100% + 21px);
  top: -21px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.home-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 55px !important;
}

.home-slider .home-slide {
  min-height: calc(100vh - 140px);
  background-size: cover;
  background-position: center;
}

#masthead.option-3 + .mobile-cart-total + #primary .home-slider .home-slide {
  min-height: calc(100vh - 90px);
}

.home-slider .home-slide .max-width {
  padding: 0 85px;
  max-width: 1390px;
  z-index: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider .home-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

.home-slider h1 {
  color: #fff;
  font-size: 42px;
  margin: 0 0 18px;
  max-width: 550px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.home-slider p {
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.home-slider .button {
  margin-top: 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

body .home-slider .slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

body .home-slider .slick-arrow img {
  max-height: 20px;
}

body .home-slider .slick-prev {
  left: 20px;
}

body .home-slider .slick-next {
  right: 20px;
}

.home-slider.option-2 .max-width {
  text-align: center;
}

.home-slider.option-2 .max-width h1 {
  margin-left: auto;
  margin-right: auto;
}

.brands:not(.main-category) {
  text-align: center;
  margin-top: 80px;
  /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;*/
}

.brands:not(.main-category) .slick-track {
  display: flex !important;
}

.brands:not(.main-category) .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.brands h2 {
  width: 100%;
}

.brand {
  width: 20%;
  margin-top: 15px;
  transition: 0.35s ease all;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.brand:hover {
  -webkit-filter: none;
  filter: none;
}

.newsletter {
  margin: 85px 0 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsletter .image-block {
  padding: 50px 50px 40px;
}

.newsletter .image-block h1 {
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  font-size: 38px;
}

.newsletter .image-block p {
  color: var(--color-background);
  font-weight: 500;
  margin: 8px 0;
  font-size: 21px;
}

.newsletter .left {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  padding-right: 20px;
}

.newsletter .right {
  display: inline-block;
  vertical-align: middle;
  width: calc(42% - 5px);
}

.newsletter .advertising-space {
  min-height: 280px;
  display: block;
  background-color: var(--color-foreground);
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/

.fwo-test {
  background: rgb(83, 169, 218);
  background: -moz-linear-gradient(90deg, rgba(83, 169, 218, 1) 0%, rgba(153, 196, 86, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(83, 169, 218, 1) 0%, rgba(153, 196, 86, 1) 100%);
  background: linear-gradient(90deg, rgba(83, 169, 218, 1) 0%, rgba(153, 196, 86, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53a9da",endColorstr="#99c456",GradientType=1);
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  text-align: center;
  color: var(--color-background) fff;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 21px;
  font-weight: 300;
  margin-top: 70px;
}

.fwo-test .slick-list {
  overflow: visible;
}

.fwo-test p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-style: italic;
  color: var(--color-background);
}

.fwo-test .slick-track {
  display: flex;
}

.fwo-test .slick-track .slick-slide {
  float: none;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fwo-test .fa.fa-star,
.fwo-test .fa.fa-star-o {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 30px;
}

.fwo-test p strong {
  font-weight: 400;
}

.fwo-test .slick-prev {
  left: 20%;
  border: solid white;
  border-width: 0 7px 7px 0;
  padding: 15px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  opacity: 0.7;
  z-index: 998;
  width: 35px;
  height: 35px;
  background-color: transparent !important;
}

.fwo-test .slick-prev::before {
  content: "";
}

.fwo-test .slick-next {
  right: 20%;
  border: solid white;
  border-width: 0 7px 7px 0;
  padding: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0.7;
  z-index: 998;
  width: 35px;
  height: 35px;
  background-color: transparent !important;
}

.fwo-test .slick-next::before {
  content: "";
}

.fwo-test h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 21px;
  color: var(--color-background);
  margin-top: 25px;
}

.post-112 .left-block {
  display: inline-block;
  width: 50%;
  border-right: 1px solid var(--color-font);
  padding-right: 40px;
  vertical-align: top;
}

.post-112 .right-block {
  display: inline-block;
  width: calc(50% - 6px);
  padding-left: 35px;
  vertical-align: top;
}

#accordion {
  padding-bottom: 30px;
}

.accordion-header {
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
  outline: none !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid;
  padding-top: 20px;
  margin-top: 20px;
}

.accordion-header h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  display: inline-block;
  padding-right: 10px;
}
.action-arrow {
  transition: transform 0.3s ease;
}

.action-arrow.rotated {
  transform: rotate(180deg);
}
.accordion-header p {
  margin: 0;
  display: inline-block;
}

.accordion-header a {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  font-weight: bold;
  padding: 6px 20px;
  display: inline-block;
  border-radius: var(--border-radius);
  text-transform: uppercase;
  font-size: 14px;
  margin: 3px 0 12px;
  position: relative;
  transition: all 0.35s ease 0s;
}

.accordion-header a:hover {
  background-color: var(--color-accent-2);
  color: var(--color-button-text-hover);
}

.accordion-content {
  padding-left: 35px;
}

.accordion-content ul {
  padding: 0;
  margin-bottom: 22px;
  list-style: none;
}

body.page .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body.page .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 12px !important;
}

.accordion-content li,
body.page .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body.page .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 2px 0 !important;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.accordion-content li:last-child {
  margin-top: 14px;
}

.accordion-content li::before {
  content: "" !important;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 6px !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.accordion-content li:nth-child(2)::before,
#gform_3 .accordion-content li:nth-child(2)::before {
  background-image: url("images/email.jpg");
  top: 4px;
}

.accordion-content li:nth-child(3)::before {
  background-image: url("images/location.jpg");
  top: 5px;
  height: 20px;
}

.accordion-content li:nth-child(1)::before {
  background-image: url("images/phone.jpg");
  top: 3px;
}

.accordion-content p {
  margin: 0;
  font-size: 13px;
  padding-bottom: 12px;
}

#accordion #ui-id-1,
#accordion #ui-id-3,
#accordion #ui-id-5 {
  border-top: 1px solid var(--color-font);
  padding-top: 30px;
  margin-top: 18px;
}

.post-112 #accordion .accordion-content a {
  color: var(--color-font);
}

.warranty {
  border-top: 1px solid var(--color-font);
  padding: 30px 12px 0;
  position: relative;
  margin: 30px auto 0;
}

.warranty::after {
  content: "";
  display: block;
  background-image: url("https://fourwaysonline.com/wp-content/uploads/2020/02/5-year-warranty-logo.png");
  width: 105px;
  height: 105px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 35px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.warranty h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

.warranty p {
  font-size: 13px;
  max-width: 250px;
  margin: 5px 0 15px;
  width: calc(100% - 120px);
}

.warranty a {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: var(--border-radius);
  transition: all 0.35s ease 0s;
}

.warranty a:hover {
  background-color: var(--color-accent-2);
}

.faq-items {
  margin-bottom: 60px;
}

.faq-hidden {
  display: none;
  padding-left: 45px;
}

.faq-hidden a {
  color: var(--color-accent-1);
}

.faq-hidden ul {
  margin-top: 10px;
}

.faq-hidden ul li {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

.faq-item {
  position: relative;
  margin-bottom: 2px;
}

.faq-head {
  position: relative;
  padding-left: 45px;
}

.faq-content {
  width: 100%;
  margin-left: 0;
  padding: 15px 0;
  transition: all 0.35s ease 0s;
}

.faq-item:not(.open) .faq-content {
  cursor: pointer;
}

.faq-head h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-font);
}

.faq-hidden > h3:first-child {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  margin-bottom: 50px;
}

.faq-hidden > h3:first-child::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 120px;
  background-color: var(--color-background);
  height: 1px;
}

.faq-head i {
  position: absolute;
  top: 50%;
  right: -12px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.faq-item.open .faq-head i {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  top: calc(50% - 6px);
  right: 12px;
}

.faq-hidden p {
  margin-bottom: 0;
  color: var(--color-font);
}

.faq-hidden table {
  margin: 10px 0 0;
}

.faq-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--color-foreground);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  display: block;
  opacity: 1;
  background-color: var(--color-font);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.35s ease all;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
}

.faq-item.open .faq-icon::after {
  opacity: 0;
}

.become-installer.button {
  letter-spacing: 0.2px;
  padding: 7px 16px;
}

.warranty-details .button {
  letter-spacing: 0.2px;
  padding: 8px 21px;
  margin-right: 3px;
  margin-bottom: 3px;
}

#post-841 iframe {
  border: 1px solid var(--color-font);
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Product Block
--------------------------------------------------------------*/

.single-product-block {
  margin: 0 1px;
  padding-bottom: 70px;
  position: relative;
}

.single-product-block:not(:last-child) {
  border-right: 1px solid var(--color-foreground);
}

.product-block-image {
  height: 230px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 22px;
}

.product-info {
  padding: 0 22px;
  text-align: center;
}

.product-info h4 a {
  color: var(--color-font);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 34px;
}

.product-price {
  margin: -5px 0 0;
}

.product-price p {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
}

.product-price p:last-child {
  margin-bottom: 15px;
}

.product-price p.cut-price {
  /*margin-left: 10px;*/
  position: relative;
}

.product-price p.cut-price::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 1.5px;
  background-color: var(--color-accent-1);
  position: absolute;
  top: 50%;
  left: -5px;
}

.product-buttons {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product-buttons .button {
  width: 100%;
  text-align: center;
  padding: 12px 10px 10px;
  margin: 0;
}

body .single-product-block .onsale {
  background-color: var(--color-accent-2);
  padding: 8px 10px 7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  top: 0;
  left: 10px;
  color: var(--color-background);
  border-radius: var(--border-radius);
}

.single-product-block .onsale::after {
  content: "PROMOTION";
}

body .single-product-block .backorder {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  text-transform: uppercase;
  font-weight: 600;
  height: 27px;
  padding: 8px 11px;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 228px;
  line-height: 1.1;
  left: 10px;
  border-radius: var(--border-radius);
}

.add-to-wishlist-heart {
  position: absolute;
  right: 10px;
  top: -5px;
  color: var(--color-accent-2) !important;
  font-size: 21px;
}

.top-seller-product .product-image-left .add-to-wishlist-heart {
  top: 2px;
  right: 10px;
  font-size: 17px;
}

.flex.slick-slider {
  display: block;
}

.feat-products.col-3 .flex {
  grid-template-columns: repeat(auto-fill, 33.33%);
}

.feat-products.col-4 .flex {
  grid-template-columns: repeat(auto-fill, 25%);
}

.feat-products.col-3 .single-product-block {
  margin-bottom: 20px;
  border-right: 1px solid var(--color-foreground);
}

.feat-products.col-3 .single-product-block:nth-child(3n + 3) {
  border-right: none;
}

body ul.products {
  width: 100%;
  /*display: flex;
	flex-wrap: wrap;*/
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 33.33%);
}

body .related.products ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 25%);
}

body ul.products.columns-4 li.product,
body.single-product ul.products.columns-4 li.product,
body ul.products.columns-3 li.product {
  width: 100%;
}

body.woocommerce ul.products li.product .single-product-block {
  width: 100%;
  height: calc(100% - 35px);
  border-right: 1px solid var(--color-foreground);
}

body.woocommerce:not(.single-product)
  ul.products
  li.product:nth-child(3n + 3)
  .single-product-block,
body.woocommerce.single-product ul.products li.product:nth-child(4n + 4) .single-product-block {
  border-right: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large,
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium,
body .gform_wrapper .top_label textarea.medium {
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  color: var(--color-font);
  padding: 10px 18px !important;
  border: 1px solid var(--color-font);
  border-radius: var(--border-radius);
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  max-height: 120px;
  resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_legacy_markup_wrapper .gform_footer {
  margin: 8px 0 0;
  padding: 0;
  display: block;
}

body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_legacy_markup_wrapper .gform_footer input.button {
  font-size: 15px;
  padding: 10px 20px 9px;
  cursor: pointer;
  margin-right: 0;
}

body .gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0;
}

body .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 12px;
}

#gform_submit_button_13 {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  border-color: var(--color-accent-1);
}

#gform_submit_button_13:hover {
  background-color: var(--color-background);
  color: var(--color-font);
  border-color: var(--color-background);
}

#input_13_1 {
  border-color: var(--color-background);
}

#gform_confirmation_message_13 {
  color: var(--color-background);
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

#gform_wrapper_6 {
  margin-top: -10px;
}

#hCaptcha_13_2,
#hCaptcha_2_7,
#hCaptcha_14_7,
#hCaptcha_6_9 {
  text-align: right;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

body .shop-wrap ul.products {
  margin-top: 55px;
}

.shop-main-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-wrap {
  width: calc(97% - 250px);
  /* padding-left: 35px; */
}

.sidebar-wrap {
  width: 250px;
  position: relative;
}

.sidebar-toggle {
  display: none;
  background-color: var(--color-accent-1);
  color: var(--color-background);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 10px;
  position: absolute;
  right: -53px;
  top: 67px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-wrap.open .sidebar-toggle span::after {
  font-family: "FontAwesome";
  content: "\f00d";
  display: block;
  position: absolute;
  top: 0;
  right: -23px;
  background-color: var(--color-font);
  height: 25px;
  width: 25px;
  line-height: 25px;
  opacity: 0;
  transition: 0.35s ease all;
}

.sidebar-wrap.open .sidebar-toggle span::after {
  opacity: 1;
}

#secondary {
  display: inline-block;
  width: 250px;
  background-color: var(--color-foreground);
  padding: 0;
  position: relative;
  vertical-align: top;
}

#secondary #text-2 p {
  margin: 0;
}

#secondary #text-2 p a {
  background-color: transparent;
  display: block;
  margin: 0;
  position: relative;
  font-size: 15px;
  color: var(--color-font);
  font-weight: 400;
  line-height: 1.3;
  padding: 7px 18px;
  transition: 0.35s ease all;
}

#secondary #text-2 p a:hover {
  background-color: var(--color-accent-1);
  color: var(--color-background);
}

body.main-shop #secondary #text-2 p a {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  padding: 10px 18px;
  font-weight: 500;
}

#secondary .product-categories,
#secondary .product-categories ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}

#secondary .product-categories {
  display: flex;
  flex-wrap: wrap;
}

#secondary .product-categories ul {
  display: none;
}

#secondary .product-categories ul ul {
  display: block;
}

#secondary .product-categories li {
  width: 100%;
  text-transform: capitalize;
  transition: 0.35s ease all;
}

#secondary .product-categories li a {
  transition: 0.35s ease all;
}

#secondary .product-categories > li > a {
  background-color: transparent;
  display: block;
  margin: 0;
  position: relative;
  font-size: 15px;
  color: var(--color-font);
  font-weight: 400;
  line-height: 1.3;
  padding: 7px 18px;
  transition: 0.35s ease all;
}

#secondary .product-categories > li.cat-parent > a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 12px;
  color: #c5c6c8;
}

#secondary .product-categories > li.cat-parent.current-cat-parent > a::after,
#secondary .product-categories > li.cat-parent.current-cat > a::after,
#secondary .product-categories > li.open > a::after {
  top: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#secondary .product-categories .children a {
  padding: 5px 10px 5px 18px;
  display: block;
  font-size: 13px;
  position: relative;
  font-weight: 400;
  line-height: 1em;
  color: #4d4d4d;
}

#secondary .product-categories ul.children > li > a {
  padding: 5px 10px 5px 30px;
}

#secondary .product-categories ul.children > li > ul > li > a {
  padding: 5px 10px 5px 45px;
}

/*#secondary .product-categories .children a::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 8px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #c6c6c8;
  transition: all 0.3s ease 0s;
}

#secondary .product-categories .children a:hover::after,
#secondary .product-categories .children .current-cat a::after {
  background-color:var(--color-background);
  border-color: var(--color-background);
}*/

#secondary .product-categories > .current-cat > .children,
#secondary .product-categories > .current-cat-parent > .children {
  display: block;
}

/*#secondary .product-categories > li:last-child {
	margin-bottom: 10px;
}*/

/*.cat-item.cat-item-157 {
	order: -1;
	padding-top: 4px;
}*/

/*.product-categories > .cat-item.current-cat, 
.product-categories > .cat-item:hover,
.product-categories > .cat-item.current-cat-parent {
	background-color: var(--color-accent-1);
}*/

#secondary .product-categories > .cat-item.current-cat > a,
#secondary .product-categories > .cat-item > a:hover,
#secondary .product-categories > .cat-item.current-cat-parent > a {
  background-color: var(--color-accent-1);
}

#secondary .product-categories > .cat-item.current-cat > a {
  color: var(--color-background);
}

body.main-shop .cat-item.cat-item-157 a {
  color: var(--color-background) !important;
  font-weight: 500 !important;
}

.product-categories > .cat-item > a:hover,
.product-categories > .cat-item.current-cat-parent > a {
  color: var(--color-background) !important;
}

.children .cat-item.current-cat > a,
.children .cat-item a:hover {
  color: var(--color-accent-1) !important;
}

.cat-item.current-cat a {
  font-weight: bold !important;
}

#secondary .product-categories > li > .children {
  padding: 5px 0;
}

.woocommerce-products-header__title.page-title {
  font-weight: 400;
  font-size: 35px;
  margin: 0;
  padding: 29px 0;
  color: #55565b;
  text-align: center;
}

.widget-title {
  display: none;
}

.widget {
  margin: 0;
}

.advanced-filter {
  float: right;
  margin-left: 20px;
}

.advanced-filter-wrap {
  position: absolute;
  z-index: 100;
  right: -315px;
  width: 315px;
  margin-top: -41px;
  transition: 0.35s ease all;
}

.advanced-filter-wrap.open {
  right: 0;
}

.filter-heading {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 11px;
  cursor: pointer;
}

.filter-heading .fa.fa-filter {
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.advanced-filter-inner {
  float: right;
  background-color: var(--color-foreground);
  padding: 25px 30px 18px;
  width: 280px;
}

.filter-button {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  text-align: center;
  width: 120px;
  text-transform: capitalize;
  font-weight: bold;
  padding: 9px;
  font-size: 15px;
  cursor: pointer;
  border-radius: var(--border-radius);
}

.filter-button.selected {
  width: auto;
}

.filter-button .brand-selected {
  display: inline-block;
  background-color: #eeeeee;
  color: #54565a;
  padding: 2px 8px;
  font-size: 11px;
  margin-left: 8px;
}

#taxonomy_term_widget-2 .widget-title,
#woocommerce_price_filter-2 .widget-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px;
  background: transparent;
  border: none;
  color: var(--color-font);
  cursor: pointer;
  outline: none;
}

#taxonomy_term_widget-2 .widget-title::after,
#woocommerce_price_filter-2 .widget-title::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  color: #999a9d;
  margin-left: 6px;
  position: relative;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#taxonomy_term_widget-2 .widget-title.ui-state-active::after,
#woocommerce_price_filter-2 .widget-title.ui-state-active::after {
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#taxonomy_term_widget-2 .ui-accordion-content {
  background-color: transparent;
  list-style: none;
  padding: 0;
  padding-bottom: 18px;
  line-height: 1.3;
}

#taxonomy_term_widget-2 .ui-accordion-content li {
  width: calc(50% - 3px);
  display: inline-block;
}

#taxonomy_term_widget-2 .ui-accordion-content a {
  color: var(--color-font);
  font-size: 13px;
  display: block;
  transition: 0.35s ease all;
}

#taxonomy_term_widget-2 .ui-accordion-content a:hover {
  color: var(--color-accent-1) !important;
}

#woocommerce_price_filter-2 > form {
  display: none;
  margin-top: 12px;
  padding: 0;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 3px;
  background-color: #888 !important;
  border-width: 0;
  border-radius: 0;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #56565d;
  border-width: 0;
  border-radius: 0;
  width: 15px;
  height: 10px;
  margin-top: 0;
  top: -3.5px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #56565d;
  height: 5px;
  top: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
  font-size: 13px;
  line-height: 1em;
}

.widget_price_filter .price_slider_amount .button {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  text-transform: uppercase;
  font-size: 12px;
  border-width: 0;
  letter-spacing: 0.2px;
  padding: 7px 15px;
  line-height: 1em;
  cursor: pointer;
  border-radius: var(--border-radius);
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.35s ease 0s;
}

.widget_price_filter .price_slider_amount .button:hover {
  background-color: var(--color-accent-1);
}

.products-per-page .ui-selectmenu-button,
.woocommerce-ordering .ui-selectmenu-button {
  display: block;
  border-radius: 0 !important;
  border-width: 1px !important;
}

.products-per-page .ui-selectmenu-button .ui-icon,
.woocommerce-ordering .ui-selectmenu-button .ui-icon {
  display: none;
}

body .widget_price_filter .price_slider {
  margin-bottom: 15px;
}

body .widget_price_filter .price_slider_amount {
  padding-bottom: 10px;
}

.cat-item.cat-item-15 {
  display: none;
}

body .woof_sid_auto_shortcode {
  display: none;
}

body ul.woof_list {
  padding-left: 15px;
}

body .woof_list li {
  margin: 6px 0 !important;
  padding: 0 !important;
  position: relative;
}

body .woof_list label {
  background-color: transparent;
  color: var(--color-background);
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--color-font);
  font-weight: 5400;
  margin-left: 5px !important;
}

body .woof_childs_list_opener span {
  width: 18px;
  height: 18px;
  background: none !important;
  position: absolute;
  right: 5px;
  top: 11px;
}

body .woof_childs_list_opener span.woof_is_opened::after {
  content: "\f054";
  position: absolute;
  right: 4px;
  top: 0;
  font-family: "FontAwesome";
  font-size: 0.8em;
}

body .woof_childs_list_opener span.woof_is_closed::after {
  content: "\f054";
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  font-size: 11px;
  top: 3px;
  color: var(--color-font);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

body .woof_childs_list {
  margin: 0 0 9px !important;
}

body .woof_list .woof_childs_list label {
  display: block;
  font-size: 13px;
  position: relative;
  font-weight: 400;
  line-height: 1em;
  color: #4d4d4d;
  text-transform: none;
  margin-left: 10px !important;
}

body .woof_term_15 {
  display: none;
}

body .woof_container {
  padding-bottom: 0;
}

body .woof_submit_search_form_container {
  margin: 0 0 15px;
  padding: 0 15px;
}

body .button.woof_reset_search_form,
body .woof_reset_button_2 {
  background-color: var(--color-accent-1);
  border-radius: var(--border-radius);
  color: var(--color-button-text);
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 13px 7px;
  line-height: 1;
  cursor: pointer;
  border: none;
  font-size: 13px;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

body .button.woof_reset_search_form:hover,
.woof_reset_button_2:hover {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
}

body .woof_list_checkbox li div {
  margin-top: 0;
}

body .icheckbox_square-grey {
  width: 13px;
  height: 13px;
}

body .icheckbox_square-grey.checked {
  background-position: -52px -4px;
}

body ul.woof_list {
  padding-left: 10px;
}

body .woof_products_top_panel ul {
  font-size: 14px;
}

body .woof_products_top_panel li span,
body .woof_products_top_panel2 li span {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.bf {
  background-color: #000000;
  padding: 10px;
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  color: var(--color-background) !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.products-per-page {
  float: left;
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0;
}

.woocommerce-ordering {
  float: right;
  position: relative;
  cursor: pointer;
  margin-top: 6px;
  outline: none !important;
}

/*.woocommerce-ordering::before {
  content: "Sort by";
  position: absolute;
  right: 105%;
  width: 70px;
  text-align: right;
  font-size: 14px;
  top: 1px;
}*/

#main div.columns-3 {
  clear: both;
  padding-top: 10px;
}

.products-per-page .woocommerce-products-per-page {
  display: inline-block;
  position: relative;
  text-align: center;
}

.products-per-page .ui-selectmenu-button,
.woocommerce-ordering .ui-selectmenu-button {
  outline: none !important;
  border-radius: 0 !important;
  border-width: 0px !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  cursor: pointer;
  min-width: unset;
  font-weight: 500;
}

.products-per-page .ui-selectmenu-button {
  font-family: var(--font-family);
  width: 27px !important;
  padding-right: 3px;
  margin: 0 -3px 0 1px;
  background-color: transparent;
  color: var(--color-font);
  font-weight: 500;
}

.products-per-page .ui-selectmenu-button .ui-icon,
.woocommerce-ordering .ui-selectmenu-button .ui-icon {
  display: none;
}

.woocommerce-ordering .ui-selectmenu-button {
  font-family: var(--font-family);
  text-align: right !important;
  background-color: transparent;
  color: var(--color-font);
  font-weight: 400;
  font-size: 14px;
}

body.woocommerce.woocommerce-shop .ui-selectmenu-text {
  margin-right: 0;
}

body.woocommerce.woocommerce-shop .ui-widget.ui-widget-content {
  font-family: var(--font-family);
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid var(--color-font);
  border-radius: 0;
}

body.woocommerce.woocommerce-shop .ui-state-focus,
body.woocommerce.woocommerce-shop .ui-widget-content .ui-state-focus {
  font-weight: 500;
}

body.woocommerce.woocommerce-shop .ui-state-active:not(.ui-slider-handle),
body.woocommerce.woocommerce-shop .ui-widget-content .ui-state-active:not(.ui-slider-handle),
body.woocommerce.woocommerce-shop .ui-widget-header .ui-state-active,
body.woocommerce.woocommerce-shop .ui-button.ui-state-active:hover {
  border: none;
  background: var(--color-accent-1);
  font-weight: normal;
  color: var(--color-background);
  border: 1px solid var(--color-accent-1);
  border-radius: 0;
}

body.woocommerce.woocommerce-shop .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

body.woocommerce.woocommerce-shop .ui-selectmenu-open {
  display: block;
}

body.woocommerce.woocommerce-shop .ui-front {
  z-index: 100;
}

body.woocommerce.woocommerce-shop .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

body.woocommerce.woocommerce-shop .ui-widget-content {
  background: var(--color-background);
}

body.woocommerce.woocommerce-shop .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

body.woocommerce.woocommerce-shop .ui-menu .ui-menu-item {
  cursor: pointer;
}

body.woocommerce.woocommerce-shop .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  letter-spacing: 0;
}

body.woocommerce.woocommerce-shop .ui-menu .ui-state-focus,
body.woocommerce.woocommerce-shop .ui-menu .ui-state-active {
  margin: -1px;
}

body.woocommerce.woocommerce-shop .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
  letter-spacing: 0;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-pagination {
  float: right;
  margin-top: 35px;
}

.woocommerce-pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-pagination li {
  float: left;
  width: 50px;
}

.woocommerce-pagination .page-numbers {
  background-color: transparent;
  border-left: 1px solid var(--color-font);
  display: block;
  line-height: 30px;
  text-align: center;
  color: solid var(--color-font);
}

.woocommerce-pagination .page-numbers.current {
  font-weight: bold;
}

.woocommerce-pagination li:first-child .page-numbers {
  border-left: 0;
}

body div .woocommerce-button,
body div .woocommerce-Button,
body div .woocommerce-button.button,
body div .woocommerce-Button.button,
body div .button.product_type_simple,
body div .woocommerce-cart-form .button,
body div .wc-proceed-to-checkout a,
body div .checkout_coupon .button,
body div #payment #place_order,
body div .single_add_to_cart_button.button,
body div .woocommerce-MyAccount-content .button,
body div .woocommerce-message .button,
body div .add_to_cart_button,
body div .woocommerce-tabs input[type="submit"],
body div .button.wc-backward {
  font-family: var(--font-family);
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  font-size: 15px;
  padding: 12px 20px;
  line-height: 1em;
  border: 2px solid var(--color-accent-1);
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.3px;
  border-radius: var(--border-radius);
  transition: 0.35s ease all;
}

body div .woocommerce-button:hover,
body div .woocommerce-Button:hover,
body div .woocommerce-button.button:hover,
body div .woocommerce-Button.button:hover,
body div .button.product_type_simple:hover,
body div .woocommerce-cart-form .button:hover,
body div .wc-proceed-to-checkout a:hover,
body div .checkout_coupon .button:hover,
body div #payment #place_order:hover,
body div .single_add_to_cart_button.button:hover,
body div .woocommerce-MyAccount-content .button:hover,
body div .woocommerce-message .button:hover,
body div .add_to_cart_button:hover,
body div .woocommerce-tabs input[type="submit"]:hover,
body div .button.wc-backward:hover {
  background-color: var(--color-accent-2);
  color: var(--color-button-text-hover);
  border-color: var(--color-accent-2);
}

body #customer_login label[for="username"],
body #customer_login label[for="password"],
body #customer_login label[for="reg_username"],
body #customer_login label[for="reg_email"],
body #customer_login label[for="reg_password"],
body .edit-account label[for="account_first_name"],
body .edit-account label[for="account_last_name"],
body .edit-account label[for="account_display_name"],
body .edit-account label[for="account_email"],
body .edit-account label[for="shipping_company"],
body .edit-account label[for="shipping_wooccm9_field"],
body .edit-account label[for="billing_company"],
body .edit-account label[for="billing_wooccm11_field"],
body .edit-account label[for="password_current"],
body .edit-account label[for="password_1"],
body .edit-account label[for="password_2"],
body form.woocommerce-ResetPassword label[for="user_login"] {
  display: block;
  background-color: var(--color-accent-1);
  color: var(--color-background);
  padding: 5px 15px;
  font-size: 14px;
}

body #customer_login #username,
body #customer_login #password,
body #customer_login #reg_username,
body #customer_login #reg_email,
body #customer_login #reg_password,
body .edit-account #account_first_name,
body .edit-account #account_last_name,
body .edit-account #account_display_name,
body .edit-account #account_email,
body .edit-account #shipping_company,
body .edit-account #shipping_wooccm9_field,
body .edit-account #billing_company,
body .edit-account #billing_wooccm11_field,
body .edit-account #password_current,
body .edit-account #password_1,
body .edit-account #password_2,
body form.woocommerce-ResetPassword #user_login {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--color-font);
  outline: none;
  padding: 5px 15px;
  font-size: 14px;
}

body .woocommerce-input-wrapper input[type="text"],
body .woocommerce-input-wrapper input[type="email"],
body .woocommerce-input-wrapper input[type="tel"],
body .woocommerce-input-wrapper input[type="number"],
body .woocommerce-input-wrapper textarea {
  border: 1px solid var(--color-foreground);
  margin-top: 5px;
  outline: none;
}

body #customer_login label .required,
body .edit-account label .required,
body form.woocommerce-ResetPassword label .required {
  color: var(--color-background);
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error,
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
  width: 100%;
  background-color: var(--color-font);
  border-left: 10px solid var(--color-accent-1);
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: var(--color-background);
  border-top: 2px solid var(--color-font);
  border-bottom: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  list-style: none;
}

body .woocommerce .woocommerce-message .button,
body .woocommerce .woocommerce-info .button,
body .woocommerce .woocommerce-error .button {
  margin-right: 12px;
}

body .woocommerce-notices-wrapper .woocommerce-message {
  border-left-color: var(--color-accent-1);
}

body .woocommerce .woocommerce-message li,
body .woocommerce .woocommerce-info li,
body .woocommerce .woocommerce-error li {
  list-style: none;
  color: var(--color-font);
  font-size: 14px;
  line-height: 1.3;
}

body .woocommerce-form-row > span {
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

#password {
  margin-top: 0;
}

body fieldset .woocommerce-form-row > span {
  margin: 0;
}

.quantity-select,
.single-product .quantity {
  width: 80px;
  border: 1px solid var(--color-font);
  padding: 6.5px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--border-radius);
}

.quantity.hidden {
  display: none !important;
}

/*.single-product .input-text.qty::-webkit-outer-spin-button,
.single-product .input-text.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product .input-text.qty[type=number] {
  -moz-appearance: textfield;
}*/

.quantity-select input,
.single-product #cdw-li-quantity {
  -moz-appearance: textfield;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  color: var(--color-font);
}

.cdw-li-quantity-change {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.single-product .quantity {
  display: block;
  margin-right: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.single-product .quantity .qty {
  border-radius: var(--border-radius);
  font-size: 17px;
  text-align: center;
  color: var(--color-font) !important;
  font-weight: 600;
  outline: none;
  padding: 0 10px;
  border: none;
  width: 75px;
}

body .mobicred-logo {
  margin-bottom: 10px;
}

body.woocommerce.single-product .product .yith-ywraq-add-to-quote {
  vertical-align: top;
}

body #yith-ywrq-table-list {
  border-collapse: collapse;
  border: 1px solid var(--color-font);
  margin-top: 30px;
}

body #yith-ywrq-table-list th,
body #yith-ywrq-table-list td {
  border: 1px solid var(--color-font);
  padding: 8px 15px;
}

body #yith-ywrq-table-list .product-name ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

body .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
  padding: 0;
  margin-top: 30px;
}

body #yith-ywrq-table-list .button,
body .button.raq-send-request {
  background-color: var(--color-accent-1);
  border: none;
  color: var(--color-button-text);
  padding: 8px 18px;
  line-height: 1.6;
  transition: 0.35s ease all;
}

body #yith-ywrq-table-list .button:hover,
body .button.raq-send-request:hover {
  background-color: var(--color-accent-1);
}

body .yith-ywraq-mail-form-wrapper h3 {
  text-transform: capitalize;
  font-size: 20px;
}

body.woocommerce .add-request-quote-button.button,
body.woocommerce .add-request-quote-button-addons.button {
  background-color: var(--color-font) !important;
  color: var(--color-button-text) !important;
  padding: 10px 20px 9px;
  transition: 0.35s ease all;
}

body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button-addons.button:hover {
  background-color: var(--color-accent-1) !important;
  color: var(--color-button-text-hover) !important;
}

body .yith-ywraq-before-table .button {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  line-height: 1.6;
  padding: 6px 20px;
  transition: 0.35s ease all;
}

body .yith-ywraq-before-table .button:hover {
  background-color: var(--color-accent-1);
}

body .stock.in-stock {
  background-color: var(--color-accent-1);
  color: #fff;
  font-weight: bold;
  max-width: 80px;
  text-align: center;
  padding: 5px 10px;
  border-radius: var(--border-radius);
}

body .stock.out-of-stock {
  color: var(--color-background);
  background-color: var(--color-accent-1);
  font-weight: bold;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  max-width: 110px;
  text-align: center;
}

body .stock.available-on-backorder {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 6px 10px 5px;
  border-radius: var(--border-radius);
  max-width: 170px;
  text-align: center;
}

.related.products {
  padding: 25px 0 0;
  position: relative;
}

.related.products h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}

body #SECONDARY-WOOCOMMERCE-TITLES,
body h2.woocommerce-Reviews-title,
body .related.products h2,
body .cart_totals h2 {
  color: var(--color-font);
  text-transform: capitalize;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.woocommerce-breadcrumb a {
  color: var(--color-font);
}

body.single-product div.product .woocommerce-product-gallery {
  width: 40%;
}

body.single-product div.product .woocommerce-product-gallery .wp-post-image {
  width: 100%;
}

body.single-product div.product .summary.entry-summary {
  width: 60%;
  padding-left: 60px;
}

.product_title.entry-title {
  color: var(--color-font) !important;
  text-transform: none;
  font-size: 36px;
  letter-spacing: 0.8px;
  margin: 0 0 20px;
}

.single-product .summary .woocommerce-Price-amount.amount {
  color: var(--color-font);
  font-size: 24px;
  font-weight: 600;
}

.product_meta {
  display: none;
}

.product-info-title {
  color: var(--color-font);
  text-transform: none;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
}

.product-info-title::before {
  content: "";
  display: block;
  width: 115px;
  height: 1.5px;
  background-color: #000;
  margin-bottom: 25px;
  margin-top: 40px;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: inline-block;
  vertical-align: middle;
}
.single-product .quantity {
  float: left;
}

.variations tr:first-child td.value {
  position: relative;
}

#cooling-capacity-room-size,
#pa_cooling-capacity-room-size {
  font-size: 15px;
  font-weight: bold;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 4px;
  border: none;
  border-radius: var(--border-radius);
  background-color: transparent;
  cursor: pointer;
  border: 1.5px solid var(--color-font);
}

#cooling-capacity-room-size::-ms-expand,
#pa_cooling-capacity-room-size::-ms-expand {
  display: none;
}

#cooling-capacity-room-size:hover,
#pa_cooling-capacity-room-size:hover {
  border-color: var(--color-font);
}

#cooling-capacity-room-size:focus,
#pa_cooling-capacity-room-size:focus {
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: var(--color-font);
  outline: none;
}

#cooling-capacity-room-size option,
#pa_cooling-capacity-room-size option {
  font-weight: normal;
}

.variations {
  margin-bottom: 20px;
  text-align: left;
}

.variations .label {
  width: 160px;
}

.variations tr:last-child td {
  padding-top: 15px;
}

.reset_variations {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0.5px;
  display: none;
}

#pa_installation,
#pa_installation_radio .radio-button:first-child {
  display: none;
}

#pa_installation_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#pa_installation_radio label,
#pa_installation_radio input {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#pa_installation_radio input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#pa_installation_radio label:hover,
#pa_installation_radio input[type="radio"]:checked + label,
.Checked + label {
  background: var(--color-accent-1);
  border-color: var(--color-accent-1);
  color: var(--color-background);
}

#pa_installation_radio label {
  padding: 4px 14px 3px;
  cursor: pointer;
  background-color: var(--color-foreground);
  text-transform: capitalize;
  font-weight: bold;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-foreground);
  color: var(--color-font);
  font-size: 14px;
  transition: all 0.35s ease 0s;
}

.variations tr:first-child .value select,
#pa_size {
  border: 1.5px solid var(--color-font);
  background-color: var(--color-background);
  padding: 8px 10px 7px;
  margin-left: 4px;
}

.radio-button {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 33px;
  text-align: center;
  cursor: pointer;
  margin: 0 4px;
  margin-top: -6px;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
  margin: 0 0 20px;
}

.enquire-now {
  display: block;
  clear: both;
  background-color: var(--color-accent-1);
  width: 115px;
  text-align: center;
  color: var(--color-background);
  text-transform: capitalize;
  font-weight: 600;
  padding: 6px 10px 5px;
  cursor: pointer;
  margin-top: 20px;
  letter-spacing: 0;
  transition: all 0.35s ease 0s;
  border-radius: var(--border-radius);
  font-size: 14px;
}

.enquire-now:hover {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  letter-spacing: 0;
}

#wc_bis_send_form {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  border: none;
  padding: 10px 18px;
  margin-bottom: 0;
  transition: 0.35s ease all;
}

#wc_bis_send_form:hover {
  background-color: var(--color-accent-1);
  color: var(--color-background);
}

#play-video {
  float: none;
  clear: both;
  background-color: var(--color-accent-1);
  border-color: var(--color-accent-1);
  color: var(--color-background);
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  border-radius: var(--border-radius);
  padding: 5px 15px;
  width: 125px;
  margin-top: 10px;
  cursor: pointer;
  letter-spacing: 0;
  font-size: 13px;
  transition: all 0.35s ease 0s;
}

#play-video:hover {
  background-color: var(--color-accent-2);
  border-color: var(--color-accent-2);
  color: var(--color-background);
}

.video-wrapper,
.video-wrapper2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.full-video {
  position: relative;
  left: 50%;
  z-index: 1;
  width: 90%;
  top: 50%;
  max-width: 990px;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  transition: left 1s;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.video-wrap {
  padding-bottom: 48.6%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-video {
  display: inherit;
  color: var(--color-background);
  cursor: pointer;
}

.play-video {
  text-decoration: underline;
  display: inline;
}

#close-video,
#close-video2 {
  position: absolute;
  text-align: right;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  padding: 0 30px;
  z-index: 2;
}

#close-video img {
  max-width: 30px;
  cursor: pointer;
}

body .pswp {
  z-index: 9999;
}

body .pswp__bg {
  background: rgba(0, 0, 0, 0.6);
}

body .pswp__caption {
  display: none;
}

body.admin-bar .pswp {
  height: 100%;
  top: 0;
}

body .woocommerce-cart-form th,
body .woocommerce-cart-form td {
  padding: 15px;
}

body table.shop_table_responsive tr th,
body table.shop_table_responsive tr td,
body .yith-ywrq-table-list tr th,
body .yith-ywrq-table-list tr td {
  text-align: center;
}

body #coupon_code {
  border-color: var(--color-font);
  height: 42px;
  margin: 0 5px;
  outline: none;
}

.woocommerce-shipping-totals.shipping {
  background-color: var(--color-foreground);
}

.product-quantity .quantity input {
  text-align: center;
  border: 1px solid var(--color-font);
  color: var(--color-font);
  font-weight: 500;
  padding: 8px;
  outline: none;
  font-size: 15px;
}

body .cart-collaterals .shop_table th,
body .cart-collaterals .shop_table td,
body #order_review table th,
body #order_review table td {
  padding: 8px 15px;
  text-align: left;
}

body .woocommerce-MyAccount-navigation li a {
  color: var(--color-background);
  background-color: var(--color-accent-1);
  font-size: 15px;
  padding: 5px 10px;
  border: 2px solid var(--color-accent-1);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.35s ease 0s;
}

body .woocommerce-MyAccount-navigation li a:hover,
body .woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  border-color: var(--color-accent-1);
}

.woocommerce-account .woocommerce {
  overflow: auto;
}

body #customer_login {
  padding-top: 12px;
}

body #customer_login > div,
body .edit-account fieldset,
body form.woocommerce-ResetPassword {
  border: 1px solid var(--color-font);
}

body #customer_login h2,
body .edit-account legend {
  color: var(--color-font);
}

body .edit-account fieldset {
  margin: 35px 0 0;
}

body .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

#shipping_method {
  list-style: none;
  padding: 0;
}

#ship-to-different-address {
  display: none;
}

body .woocommerce-shipping-fields .shipping_address {
  margin-top: 30px;
}

.select2 .selection,
.select2 .selection .select2-selection {
  padding-top: 3px !important;
}

#shipping_country_field,
#shipping_state_field {
  margin-bottom: 15px !important;
}

#shipping_country_field label,
#shipping_state_field label {
  margin-bottom: 5.5px !important;
}

body #customer_details label,
body .woocommerce-address-fields label {
  clear: both;
}

body .required {
  color: var(--color-burgandy);
  text-decoration: none !important;
}

body h3#order_review_heading,
body .woocommerce-additional-fields h3,
body .woocommerce-shipping-fields h3,
body .woocommerce-billing-fields h3 {
  color: var(--color-font);
  text-transform: capitalize;
  font-size: 22px;
}

body #order_review {
  background-color: transparent;
  padding: 0;
}

.checkout.woocommerce-checkout + .woocommerce-info {
  background-color: transparent;
  padding: 0;
  font-size: 12px;
  color: var(--color-font);
  border: none;
}

.shipping-add {
  margin: 0 0 8px;
}

.shipping-add a {
  font-weight: 600;
}

.form-row.mailchimp-newsletter * {
  display: inline-block !important;
}

body .wc_payment_methods.payment_methods.methods {
  list-style: none;
}

body .wc_payment_method img {
  margin-left: 5px;
  position: relative;
  top: 5px;
}

#customer_details .col-1,
#customer_details .col-2 {
  -webkit-column-count: 1;
  column-count: 1;
}

body .wc_payment_methods.payment_methods.methods > li {
  padding: 0;
  border: 0;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-font);
  margin-bottom: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.shop_table.order_details,
.woocommerce_order_items.shop_table,
.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table {
  border: 1px solid var(--color-font);
  border-collapse: collapse;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-table.shop_table.order_details th,
.woocommerce-table.shop_table.order_details td,
.woocommerce_order_items.shop_table th,
.woocommerce_order_items.shop_table td,
.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table th,
.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table td {
  border: 1px solid var(--color-font);
  padding: 5px 12px;
  text-align: left;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  padding-left: 0;
}

body #customer_login .col-2 {
  -webkit-column-count: 1;
  column-count: 1;
}

.product-desc p {
  font-size: 16px;
}

.view-all-specs,
a.heat-pump-calc {
  margin: 0;
  font-weight: bold;
  color: var(--color-background);
  text-transform: capitalize;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color-accent-1);
  letter-spacing: 0.2px;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  font-size: 13px;
  margin-right: 10px;
  height: 35px;
  transition: 0.35s ease all;
}

.view-all-specs:hover {
  background-color: var(--color-accent-2);
}

.view-all-specs span {
  cursor: pointer;
}

a.heat-pump-calc span {
  line-height: 0.9;
  display: block;
}

.download-brochure {
  margin: 0;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
}

.download-brochure a {
  font-weight: bold;
  border-radius: var(--border-radius);
  color: var(--color-background);
  background-color: var(--color-accent-1);
  padding: 10px 15px 9px;
  display: block;
  font-size: 13px;
  transition: 0.35s ease all;
}

.download-brochure a:hover {
  background-color: var(--color-accent-2);
}

.download-brochure.noborder {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.enquire-now-btn {
  margin-top: 30px;
}
.enquire-now-btn a {
  padding: 6px 20px;
  background-color: #81bae8;
  color: #fff;
  border: 1px solid #81bae8;
}
.enquire-now-btn:hover a {
  background-color: transparent;
  color: #81bae8;
}

.product-specifications {
  display: none;
  font-size: 15px;
  color: var(--color-font);
}

.product-specifications ul {
  font-size: 15px;
  padding-top: 10px;
}

.aircon-btu-calculator,
.pool-heater-calculator {
  cursor: pointer;
  border: none;
  font-weight: bold;
  padding: 10px 15px 9px;
  line-height: 1;
  margin: 20px 0 0 10px;
  font-size: 13px;
}

.aircon-btu-calculator:hover,
.pool-heater-calculator:hover {
  background-color: var(--color-accent-1) !important;
  color: var(--color-background) !important;
}

.calculator-toggle {
  text-align: right;
  color: var(--color-background);
  line-height: 1em;
  padding: 10px 16px;
  background-color: var(--color-accent-1);
  display: block !important;
  cursor: pointer;
  font-size: 30px;
}

.calculator-toggle > i:hover {
  color: #bdbdbd;
}

#aircon-btu-calculator-results,
#aircon-btu-calculator-inputs,
#pool-heater-calculator-results,
#pool-heater-calculator-inputs {
  padding: 0 5% 50px 5%;
}

.aircon-btu-calc-lightbox,
.pool-heater-calc-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.6);
}

.aircon-btu-calc-lightbox-inner,
.pool-heater-calc-lightbox-inner {
  background-color: var(--color-background);
  width: 90%;
  max-width: 940px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.aircon-btu-input-container,
.pool-heater-input-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 49%);
}

.aircon-calculator-input,
.pool-calculator-input {
  color: var(--color-font) !important;
  padding: 15px !important;
  border: 1px solid var(--color-font) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  outline: none;
  width: 100%;
}

.aircon-calculator-input::placeholder,
.pool-calculator-input::placeholder {
  color: var(--color-font) !important;
}

.aircon-calc-body,
.heater-calc-body {
  text-align: center;
  max-width: 675px;
  margin: 0 auto;
}

#aircon-btu-calculator-inputs .flex.flexCenterHorizontal,
#pool-heater-calculator-inputs .flex.flexCenterHorizontal {
  width: 100%;
  display: block;
}

#aircon-btu-calculator-results,
#pool-heater-calculator-results {
  display: none;
}

.aircon-btu-product-options,
.pool-heater-product-options {
  margin-top: 40px;
  margin-bottom: 0;
}

.aircon-btu-product-options > a,
.pool-heater-product-options > a {
  color: var(--color-accent-1) !important;
}

.aircon-btu-calc-see-results,
.pool-heater-calc-see-results {
  margin-top: 60px;
  margin-bottom: 0;
}

#aircon-btu-calc-enter,
#pool-heater-calc-enter {
  cursor: pointer;
}

.poolBlanketLabel {
  font-size: 12px !important;
}

.aircon-btu-container,
.pool-heater-wattage-container {
  text-align: center;
}

.pool-heater-wattage-container > div {
  padding: 0 10px;
  width: 50%;
}

.aircon-btu-container > div {
  padding: 0;
  margin: 0 auto;
}

.aircon-btu,
.pool-heater-wattage {
  font-size: 24px;
  color: var(--color-background);
  background-color: var(--color-accent-1);
  padding: 8px 15px;
  width: 100%;
}

.aircon-btu-container.flex.flexWrap,
.pool-heater-container.flex.flexWrap {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.single-product .summary .cart {
  margin-top: 30px;
}

.single-product .product h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 25px 0 20px;
}

body .star-rating {
  width: 5.5em;
}

body .star-rating span::before {
  color: var(--color-accent-1);
}

body a.woocommerce-review-link {
  color: var(--color-font);
  font-size: 14px;
}

body .woocommerce-Reviews-title {
  text-transform: capitalize;
  margin: 45px 0 25px !important;
  font-size: 23px;
  font-weight: 500;
}

body .commentlist {
  list-style: none;
  padding: 0;
}

body .commentlist > li {
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 10px;
}

body .commentlist > li img {
  display: none;
}

body .commentlist > li .comment-text .meta {
  margin-top: 0;
}

body .commentlist > li .comment-text .description > p:last-child {
  margin-bottom: 0;
}

/* body #tab-title-reviews {
  display: none;
} */

body .woocommerce-noreviews {
  background-color: transparent;
}

body img.emoji {
  display: none !important;
}

body .button.wc-forward {
  border-radius: var(--border-radius);
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
  transition: 0.35s ease all;
}

body .button.wc-forward:hover {
  background-color: var(--color-accent-2);
  color: var(--color-button-text-hover);
}

.single-product .product > .onsale {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 10px;
}

.single-product .product > .onsale.limited_stock {
  left: calc(40% - 147px);
}

.shop_table .product-name a {
  color: var(--color-font);
}

body .woocommerce-product-gallery__wrapper {
  padding-top: 8px;
}

body .woocommerce-cart-form th,
body .woocommerce-cart-form td,
body .cart-collaterals .shop_table,
body .cart-collaterals .shop_table th,
body .cart-collaterals .shop_table td {
  border: 1px solid var(--color-font);
}

body .checkout-button.button.wc-forward {
  padding: 15px 20px;
}

.product_cat-commercial-airconditioning .yith-ywraq-add-to-quote,
.woocommerce-checkout.remove-quote #ywraq_checkout_quote {
  display: none !important;
}

#dlay_checkout_notice {
  display: none !important;
}

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/

body .yith-wcmap .user-profile {
  display: none;
}

body #my-account-menu {
  padding: 0 !important;
  margin-bottom: 50px;
}

body .account-menu-toggle {
  display: none;
  background-color: var(--color-accent-1);
  color: var(--color-background);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 10px;
  position: absolute;
  right: -94px;
  top: 69px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body #my-account-menu .myaccount-menu li a.yith-dashboard {
  background-color: var(--color-accent-2);
  padding: 10px 15px;
  color: var(--color-background);
}

body .myaccount-menu > li:not(.acc-main) {
  padding: 3px 0;
}

body #my-account-menu .myaccount-menu li a span.item-icon img {
  max-height: 15px;
  width: auto;
}

body #my-account-menu .myaccount-menu li a span.item-icon,
body #my-account-menu .myaccount-submenu li a span.item-icon,
body #my-account-menu-tab .myaccount-menu li a span.item-icon,
body #my-account-menu-tab .myaccount-submenu li a span.item-icon {
  width: 13px;
  margin-right: 10px;
}

body .item-opener .fa {
  display: none;
}

body #my-account-menu .myaccount-submenu {
  margin: -10px 0 -5px;
}

body #my-account-menu .myaccount-submenu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0;
}

body .myaccount-menu > li:not(.acc-main) .group-opener {
  padding: 12px 20px !important;
  font-weight: bold !important;
}

body #my-account-menu .myaccount-submenu li,
body #my-account-menu .myaccount-submenu li a {
  transition: 0.35s ease all;
}

body #my-account-menu .myaccount-submenu li:hover,
body #my-account-menu .myaccount-submenu li.active {
  background-color: var(--color-accent-1);
}

body #my-account-menu .myaccount-submenu li:hover a,
body #my-account-menu .myaccount-submenu li.active a {
  color: var(--color-background);
}

body #my-account-menu.position-vertical-left .myaccount-submenu > li {
  padding-left: 50px;
}

body .myaccount-menu > li:not(.acc-main) .group-opener .item-label,
body #my-account-menu .myaccount-menu li.acc-single .item-label,
body #my-account-menu .myaccount-menu li.acc-single .item-icon {
  color: var(--color-font) !important;
}

body #my-account-menu .myaccount-menu li.acc-single {
  padding: 0 20px;
  margin-bottom: -10px;
}

body #my-account-menu .myaccount-menu {
  margin-bottom: 5px;
}

body #my-account-menu {
  width: 265px;
  margin-right: 50px !important;
}

body #my-account-menu ~ .woocommerce-MyAccount-content {
  width: calc(100% - 315px);
}

#wl-wrapper {
  float: right;
  width: calc(100% - 300px);
}

#post-10695 .entry-header,
#post-10696 .entry-header,
#post-10699 .entry-header {
  display: none;
}

#wl-wrapper .feat-products {
  margin-bottom: 30px;
}

body .wl-share-url {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

body .wl-add-to-single.button {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
}

body .wl-add-to-single.button:hover {
  background-color: var(--color-accent-1);
}

body .wl-list-pop dd {
  margin: 0 0 2px 0;
}

body:not(.logged-in) .wl-list-pop {
  display: none !important;
}

body .myaccount-menu > li:not(.acc-main) .group-opener .item-label {
  width: calc(100% - 25px);
}

body #my-account-menu .myaccount-menu li a {
  flex-wrap: wrap;
}

body .group-my-lists {
  margin-bottom: 20px;
}

body .fourwaysrewards-credit-header {
  background-color: var(--color-foreground);
}

body #my-account-menu .myaccount-menu li a.yith-dashboard .item-label {
  color: var(--color-background);
  font-weight: bold;
}

.wishlist-slider {
  margin-top: 40px;
}

#wishlist_title,
#wishlist_description,
#wishlist_first_name,
#wishlist_last_name,
#wishlist_owner_email {
  width: 100%;
  border: 1px solid var(--color-font);
  padding: 8px 12px;
  outline: none;
  margin-top: 10px;
  border-radius: 0;
}

.wl-form .form-row:last-child {
  margin: -15px 0 0 0;
}

#wl-wrapper .button {
  text-decoration: none;
  background-color: var(--color-accent-1);
  padding: 10px 20px 9px;
  color: var(--color-button-text);
  border: none;
  margin-right: 0;
  border-radius: var(--border-radius);
  transition: 0.35s ease all;
}

#wl-wrapper .button:hover {
  background-color: var(--color-accent-2);
}

#wl-wrapper .button.btn-apply {
  padding: 9px 16px 8px;
}

.product-thumbnail a img {
  display: block;
}

body #my-account-menu.layout-no-borders.position-vertical-left::before {
  margin-left: 0;
}

#my-account-menu + #wl-wrapper {
  width: calc(100% - 315px);
  display: inline-block;
  vertical-align: top;
}

body #wl-wrapper .wl-privacy-col,
body #wl-wrapper .wl-date-added,
body .wl-table.wl-manage.manage-lists-table thead {
  display: none;
}

body #wl-wrapper .wl-table.manage-lists-table td:first-child {
  padding: 25px 5px 25px 25px !important;
  width: 100%;
}

body #wl-wrapper .wl-table.manage-lists-table td:first-child strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

body #wl-wrapper .wl-manage.manage-lists-table .row-actions {
  margin-bottom: 0;
  display: inline-block;
  float: right;
  color: var(--color-background);
  margin-top: 6px;
}

body .wl-table.wl-manage.manage-lists-table tr:last-child td:first-child {
  display: none;
}

body #wl-wrapper .wl-manage.manage-lists-table td.actions {
  text-align: right !important;
  padding: 5px;
}

body .wl-table.wl-manage.manage-lists-table {
  border-collapse: collapse;
  border: none;
}

body .wl-table.wl-manage.manage-lists-table .cart_table_item {
  border-top: 1.5px solid var(--color-foreground);
  border-bottom: 1.5px solid var(--color-foreground);
}

body #wl-wrapper .wl-row:first-child {
  text-align: right;
}

body #wl-wrapper .wl-row:first-child .button.wl-create-new {
  background-color: var(--color-font);
}

body #wl-wrapper .wl-row:first-child .button.wl-create-new:hover {
  background-color: var(--color-accent-1);
}

body #wl-wrapper .wl-manage.manage-lists-table .row-actions small a {
  border: 1.5px solid var(--color-font);
  padding: 11px 20px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-font);
  opacity: 1;
  font-weight: bold;
  border-radius: var(--border-radius);
  transition: 0.35s ease all;
}

body #wl-wrapper .wl-manage.manage-lists-table .row-actions small a:hover {
  background-color: var(--color-font);
  color: var(--color-background);
}

body #wl-wrapper .wl-manage td.actions .button.wl-but {
  padding: 14px 18px 13px;
  margin-top: 10px;
}

body .wl-intro-desc {
  float: left;
  width: calc(100% - 200px);
  text-align: left;
}

body .wl-intro > p {
  float: right;
}

body .wl-tab-wrap.woocommerce-tabs {
  clear: both;
}

body .wl-intro .entry-title {
  margin: 15px 0 0;
}

body .wl-intro .wlconfirm {
  color: var(--color-font);
  font-weight: 500;
  letter-spacing: 0.2px;
}

body .wl-intro .wlconfirm::before {
  content: "\f014";
  display: inline;
  font-family: "FontAwesome";
  margin-right: 6px;
}

body #wl-wrapper .wl-table.edit-list-table td {
  text-align: center;
  vertical-align: middle;
}

#wl-wrapper .wl-table.edit-list-table th,
#wl-wrapper .wl-table.edit-list-table tr:not(:last-child) td {
  border-bottom: 1px solid var(--color-foreground);
}

#wl-wrapper .wl-table.edit-list-table tr:last-child .product-purchase {
  padding-top: 15px;
}

#wl-wrapper .wl-table.edit-list-table th {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 2px;
}

.wl-table .product-thumbnail {
  max-width: 100px;
}

.wl-table td.product-name,
.wl-table td.product-price span {
  font-size: 13px;
}

.wl-table td.product-name .stock.available-on-backorder {
  margin: 0;
  font-size: 13px;
}

.wl-table .product-quantity .quantity input {
  width: auto;
  height: auto;
  padding: 4px;
  font-size: 13px;
}

#wl-wrapper .wl-table.edit-list-table .product-purchase .button {
  white-space: nowrap;
  margin: 0;
  padding: 7px 19px 6px;
  background-color: var(--color-font);
}

#wl-wrapper .wl-table.edit-list-table .product-purchase .button:hover {
  background-color: var(--color-accent-1);
}

#wleditaction1-button,
#wleditaction2-button {
  border: 1px solid var(--color-foreground);
  padding: 7px 12px;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}

#wleditaction1-menu,
#wleditaction2-menu {
  list-style: none;
  background-color: var(--color-background);
  max-width: 265px;
  padding: 0;
  border: 1px solid var(--color-foreground);
  font-size: 14px;
}

#wleditaction1-menu .ui-menu-item-wrapper:hover,
#wleditaction2-menu .ui-menu-item-wrapper:hover {
  background-color: var(--color-accent-1);
  color: var(--color-background);
}

#wleditaction1-menu .ui-menu-item-wrapper,
#wleditaction2-menu .ui-menu-item-wrapper {
  padding: 3px 14px;
  cursor: pointer;
}

#wleditaction1-menu .ui-selectmenu-optgroup.ui-menu-divider,
#wleditaction2-menu .ui-selectmenu-optgroup.ui-menu-divider {
  padding: 3px 14px;
}

#wleditaction1-menu .ui-selectmenu-optgroup.ui-menu-divider + .ui-menu-item .ui-menu-item-wrapper,
#wleditaction2-menu .ui-selectmenu-optgroup.ui-menu-divider + .ui-menu-item .ui-menu-item-wrapper {
  padding: 3px 28px;
  cursor: pointer;
}

#wleditaction1,
#wleditaction2,
#wlitemcat,
#sort-dropdown {
  padding: 7px;
  max-width: unset !important;
  background-color: var(--color-background);
  border: 1px solid var(--color-foreground);
}

#wl-wrapper .wl-table.edit-list-table .product-purchase {
  text-align: right !important;
}

.wl-table.edit-list-table tr:last-child td.product-purchase {
  padding-right: 10px !important;
}

.wl-table .stock.in-stock {
  display: none;
}

body #wl-wrapper .wl-tabs > li > a {
  color: var(--color-font);
  cursor: pointer;
  transition: 0.35s ease all;
}

body .woocommerce-orders-table__row .woocommerce-button {
  margin: 2px;
  padding: 8px !important;
  font-size: 13px !important;
}

body .woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table th,
body .woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table td {
  font-size: 14px;
}

#post-9356 .entry-header,
#post-9357 .entry-header,
#post-9360 .entry-header,
#post-9358 .entry-header,
#post-60 .entry-header {
  display: none;
}

#post-9358 #wl-wrapper .wl-actions-table.wl-right {
  float: none;
}

#wl-wrapper .wl-actions-table.wl-right label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
}

.wl-button-already-in .wl-already-in {
  margin: 12px 0 20px;
}

body #wl-wrapper .wl-already-in ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

body .wl-intro .wl-share-links {
  margin-top: 10px !important;
}

body .shop_table .wl-share-links {
  position: absolute;
}

body .fwr-table .th {
  background-color: var(--color-font);
}

body .fourwaysrewards-account-tabs li {
  border: 2px solid var(--color-font);
  background-color: var(--color-background);
  color: var(--color-font);
  letter-spacing: 0;
  font-weight: 500;
  transition: all 0.35s ease 0s;
}

body .fourwaysrewards-account-tabs li:hover,
body .fourwaysrewards-account-tabs li.active,
body .fwr-add-staff-button.blue-button,
body .apply-fourbucks-update-order-button,
body .remove-fourbucks-update-order-button {
  background-color: var(--color-accent-1);
  border-color: var(--color-accent-1);
  letter-spacing: 0;
  transition: 0.35s ease all;
}

body .fwr-add-staff-button.blue-button:hover,
body .apply-fourbucks-update-order-button:hover,
body .remove-fourbucks-update-order-button:hover {
  background-color: var(--color-accent-1);
}

body .fwr-table .tr[data-direction="in"] .td:last-child {
  color: var(--color-accent-1);
}

body .use-fourbucks-radio-custom-input-wrapper input {
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  -moz-appearance: textfield;
  font-size: 14px;
  padding-left: 35px;
  width: 150px;
  outline: none;
}

body .wps-rma-form__wrapper.wps-rma-form__wrapper {
  border: none !important;
  max-width: 1280px;
  margin: 215px auto 0;
  padding: 0 30px;
}

body .wps-rma-form__wrapper .product-quantity input {
  min-width: unset;
}

body .wps-rma-form__wrapper.wps-rma-form__wrapper .wps_rma_product_table_wrapper,
body .wps-rma-form__wrapper .wps-rma-row__pd,
body .wps_rma_customer_detail {
  padding: 0;
}

body .wps-rma-form__wrapper .wps-rma-product__wrap {
  justify-content: start;
  padding: 10px 15px;
}

body .wps_rma_return_request_reason {
  margin-bottom: 15px;
}

body .wps-rma-form__wrapper.wps-rma-form__wrapper {
  border: 1px solid var(--color-foreground);
}

body .wps-rma-form__wrapper .wps-rma-form__header {
  background-color: var(--color-font);
}

body .wps-rma-form__wrapper .product-quantity input {
  text-align: center;
  border: 1px solid var(--color-font) !important;
  border-radius: 0;
  color: var(--color-font);
  font-weight: 500;
  padding: 8px;
  outline: none;
  font-size: 15px;
  width: 80px;
}

body .wps-rma-form__wrapper td,
body .wps-rma-form__wrapper th {
  border: 1px solid var(--color-font);
  padding: 10px;
  font-size: 14px;
}

body .wps-rma-form__wrapper th {
  color: var(--color-font);
}

body .wps-rma-form__wrapper .input-text,
body .wps-rma-form__wrapper input[type="email"],
body .wps-rma-form__wrapper input[type="number"],
body .wps-rma-form__wrapper input[type="password"],
body .wps-rma-form__wrapper input[type="search"],
body .wps-rma-form__wrapper input[type="tel"],
body .wps-rma-form__wrapper input[type="text"],
body .wps-rma-form__wrapper input[type="url"],
body .wps-rma-form__wrapper textarea {
  border: 1px solid var(--color-font) !important;
  border-radius: 0;
  color: var(--color-font);
}

body .wps_rma_refund_form_wrapper .wps-rma-subject__dropdown select {
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  border: 1px solid var(--color-font);
  color: var(--color-font);
}

body #wps_rma_return_request_form .button.btn {
  background-color: var(--color-accent-1);
  border: none;
  color: var(--color-background);
  padding: 10px 20px;
  transition: 0.35s ease all;
}

body #wps_rma_return_request_form .button.btn:hover {
  background-color: var(--color-accent-1);
}

body .wps_rma_product_title.wps-rma__product-title a {
  color: var(--color-font);
}

body .wps_rma_product_title.wps-rma__product-title p {
  margin: 2px 0;
  font-size: 14px;
}

body .wps_rma_return_alert {
  background-color: var(--color-accent-1);
  color: var(--color-background);
  margin: 0 15px 15px;
}

body .woocommerce-orders-table__row--status-cancelled a.return,
body .woocommerce-orders-table__row--status-failed a.return,
body .woocommerce-orders-table__row--status-pending a.return,
body .woocommerce-orders-table__row--status-cancelled a.invoice,
body .woocommerce-orders-table__row--status-failed a.invoice,
body .woocommerce-orders-table__row--status-pending a.invoice {
  display: none;
}

body .wps_rma_attach_files::before {
  content: "Please submit proof of bank details if paid for by EFT";
  display: block;
  font-weight: bold;
}

body .wps_rma_attach_files p {
  margin: 4px 0 12px;
}

body .add_field_input_div {
  margin-top: 10px;
}

body .wps_rma_refund_form_wrapper i {
  margin-top: 5px;
  font-size: 13px;
}

body .wps_rma_return_request_morefiles {
  background-color: var(--color-accent-1);
  border: none;
  color: var(--color-background);
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 14px;
  font-size: 15px;
  transition: 0.35s ease all;
}

body .wps_rma_return_request_morefiles {
  background-color: var(--color-accent-1);
  color: var(--color-background);
}

/*--------------------------------------------------------------
# Promos
--------------------------------------------------------------*/

.promotional-img {
  position: absolute;
  right: 15px;
  top: 120px;
  max-width: 110px;
}

.promo-icon {
  position: absolute;
  top: 50px;
  right: 15px;
  display: block;
  width: 50px;
  z-index: 9;
  cursor: pointer;
  display: inline-block;
}

.promo-icon.black-friday {
  top: 58px;
  width: 80px !important;
  right: unset;
  left: 10px;
}

/*.promo-icon.black-friday.double {
	top: 105px;
	right: 9px;
}*/

.freebie-friday-indicator {
  margin-bottom: 12px;
}

.freebie-friday-indicator img {
  max-width: 60px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.freebie-friday-indicator span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  font-size: 15px;
  line-height: 1.3;
}

.freebie-friday-indicator span strong {
  display: block;
}

.promo-icon::before {
  /*content: "ON PROMOTION";*/
  position: absolute;
  right: 100%;
  width: 0;
  background-color: #56575c;
  color: var(--color-background) fff;
  text-transform: uppercase;
  font-size: 10px;
  overflow: hidden;
  padding: 8px 0;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
  top: 10px;
}

.promo-icon:hover::before {
  width: 200px;
}

.form-lightbox.easter {
  z-index: 100000;
  display: block;
}

.easter .form-lightbox-content {
  background-image: url("/wp-content/uploads/2022/04/popup-background.jpg");
  color: var(--color-background);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  background-size: cover;
  background-position: center;
  padding: 90px 60px 50px;
}

.easter .form-closer span {
  background-color: var(--color-background);
}

.easter .left {
  width: 52%;
  padding-top: 50px;
  position: relative;
}

.easter .left::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/04/Egg-Hunt-Logo.png");
  width: 160px;
  height: 68px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: -30px;
}

.easter .right {
  width: 43%;
}

.easter h1 {
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  color: var(--color-background);
}

.easter h2 {
  font-weight: 300;
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--color-background);
}

.easter h4 {
  font-size: 35px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--color-background);
}

.easter p {
  font-size: 19px;
  max-width: 285px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-background);
}

.easter p strong {
  font-weight: 600;
}

.easter .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}

.easter .gravity-theme .gfield .large {
  border: none;
  border-radius: 0;
  background-color: var(--color-background);
  color: #000;
  font-size: 13px;
  padding: 10px 12px;
  outline: none;
}

.easter .gform_wrapper.gravity-theme .gform_footer {
  text-align: left;
  padding-top: 5px;
}

.easter .gform_wrapper.gravity-theme .gform_footer input {
  border: 1.5px solid var(--color-background);
  background-color: transparent;
  padding: 9px 15px 8px;
}

.easter .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: var(--color-background);
  border-color: var(--color-background);
  color: var(--color-font);
}

body .easter .gform_wrapper.gravity-theme .gfield input.large,
body .easter .gform_wrapper.gravity-theme .gfield select.large {
  border-color: var(--color-background);
}

body .easter .gfield_consent_label {
  font-size: 12px;
}

@media (max-width: 767px) {
  /*fix later*/
  .advertising-space.wishlist-banner {
    display: none;
  }
  .easter .left {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .easter .left::before {
    width: 150px;
    height: 65px;
    left: -10px;
  }
  .easter .form-lightbox-content {
    background-image: url("/wp-content/uploads/2022/04/popup-mobile-background.jpg");
    padding: 90px 35px 30px;
  }
  .easter h1 {
    font-size: 43px;
  }
  .easter h2 {
    margin: 3px 0 0;
    font-size: 27px;
  }
  .easter h4 {
    font-size: 30px;
  }
  .easter p {
    margin-left: auto;
    margin-right: auto;
  }
  .easter .right {
    width: 100%;
  }
}

.promo-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.promo-slider {
  width: 44%;
}

.promo-slider .wrap {
  padding: 0 35px 32px;
}

.promo-slider .image-block {
  width: 100%;
  display: block;
  /*min-height: 300px;*/
  min-height: 280px;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
}

body .promo-slider .slick-prev,
body .promo-slider .slick-next {
  background-color: rgba(84, 86, 90, 0.6) !important;
  width: 28px;
}

.promo-links {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.promo-links .image-block.block-50 {
  width: 49%;
  margin-bottom: 2%;
  padding: 30px;
  min-height: 265px;
}

.promo-links .image-block.block-50:nth-last-child(2),
.promo-links .image-block.block-50:last-child {
  margin-bottom: 0;
}

.promo-links .image-block.block-50 .wrap {
  width: calc(100% - 90px);
  position: absolute;
  z-index: 2;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 32px;
}

.promo-blocks .brands:not(.main-category) {
  width: 100%;
}

.promo-links .image-block.block-50:nth-last-child(2) {
  display: none;
}

.promo-links .image-block.block-50:last-child {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post {
  width: calc(33.33% - 30px);
  margin: 5px 15px;
  position: relative;
  padding-bottom: 25px;
}

.blog-post-image {
  display: block;
  width: 100%;
  height: 235px;
  background-size: cover;
  background-position: center;
}

.blog-post-wrap {
  padding: 28px 0 0;
}

.blog-post-wrap h3 {
  margin-top: 0;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 800;
  /*min-height: 53px;*/
  margin-bottom: 12px;
  line-height: 1.2;
}

.blog-post-wrap h3 a {
  color: var(--color-burgandy);
  text-decoration: none;
}

.blog-post .read-more {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--color-font);
  font-weight: 500;
}

#primary .blog-post-wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-post.latest {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.blog-post.latest .blog-post-image.left {
  width: 58%;
  height: auto;
}

.blog-post.latest .blog-post-right {
  width: 42%;
  background-color: var(--color-foreground);
  padding: 30px 60px 55px;
}

.blog-post.latest .blog-post-right h3 {
  min-height: unset;
  font-size: 28px;
}

#primary .blog-post.latest .blog-post-right p {
  font-size: 15px;
}

.blog-post.latest .button {
  margin-top: 10px;
  letter-spacing: 0.2px;
}

.blog .navigation {
  width: 100%;
  padding: 0 14px;
}

.blog .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}

.blog .navigation ul li {
  float: left;
  text-align: center;
  line-height: 1.2;
  color: #000;
  border-left: 1px solid var(--color-font);
}

.blog .navigation ul li a {
  color: var(--color-foreground);
  text-decoration: none;
  width: 50px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.blog .navigation ul li:first-child {
  border-left: 0;
}

.blog .navigation ul li.active a {
  font-weight: 700;
}

.blog .navigation ul li.next a,
.blog .navigation ul li.prev a {
  width: 75px;
  text-align: center;
}

.blog.paged-2 .navigation ul li:nth-child(2) {
  display: none;
}

.single-post .page-title {
  margin-bottom: 32px;
}

.single-post article {
  display: inline-block;
  vertical-align: top;
  width: 78%;
  padding-right: 30px;
}

.post-featured-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}

.single-post #primary .entry-title {
  font-size: 31px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 22px;
  line-height: 1.2;
  text-align: left;
  color: var(--color-font);
}

.posts-sidebar {
  display: inline-block;
  vertical-align: top;
  width: calc(22% - 5px);
  background-color: var(--color-foreground);
}

.posts-sidebar h3 {
  background-color: var(--color-font);
  text-align: center;
  color: var(--color-background);
  font-size: 21px;
  letter-spacing: 0.5px;
  padding: 12px;
  margin: 0;
}

.latest-post {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-font);
  margin: 0 25px;
}

.latest-post:last-child {
  border: none;
}

.latest-post h4 {
  margin: 0;
  color: var(--color-font);
  font-weight: 600;
}

.latest-post .read-more {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--color-font);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-faq-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-foreground);
  padding-top: 35px;
  margin-top: 70px;
  padding-bottom: 35px;
}

.footer-faq-content {
  width: 33.33%;
  padding: 20px 35px;
}

.footer-faq-content:not(:last-child) {
  border-right: 1px solid var(--color-foreground);
}

.footer-faq-content h3 {
  color: var(--color-font);
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-faq-content h3 span {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
}

.footer-faq-content p {
  color: var(--color-font);
  font-size: 14px;
  line-height: 1.3;
  margin: 6px 0 15px;
}

.footer-faq-content p:first-of-type {
  display: none;
}

.footer-faq-content p:last-child {
  margin-bottom: 0;
}

.footer-faq-content a {
  text-transform: uppercase;
  color: var(--color-font);
  font-weight: bold;
}

.site-footer {
  background-color: var(--color-background);
}

.site-info {
  margin-top: 45px;
  padding-top: 50px;
  padding-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid var(--color-foreground);
}

.col-40 {
  width: 38%;
}

.col-20 {
  width: 18%;
}

.col-15 {
  width: 15%;
}

.foot-col h3 {
  color: var(--color-font);
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 500;
}

.foot-col a {
  color: var(--color-font);
  display: block;
  font-weight: 300;
  margin: 2px 0;
  font-size: 14px;
}

.foot-col .button a {
  color: var(--color-button-text);
  font-weight: 600;
  margin: 0;
  font-size: 15px;
}

.foot-col .button a:hover {
  color: var(--color-button-text);
}

.col-2 {
  -webkit-column-count: 2;
  column-count: 2;
  -ms-column-gap: 30px;
  column-gap: 30px;
}

.site-footer .site-search {
  margin-top: 40px;
  max-width: 420px;
  margin-right: 25px;
}

.site-footer .site-search .site-search-text-field {
  border-color: var(--color-font);
  min-width: unset;
  width: 100%;
}

.site-footer .sm {
  max-width: 130px;
  margin-top: 10px;
}

.site-footer .foot-col .sm a {
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  color: var(--color-accent-1);
  transition: 0.35s ease all;
  font-size: 28px;
}

.site-footer .foot-col .sm a:nth-child(4),
.site-footer .foot-col .sm a:nth-child(5),
.site-footer .foot-col .sm a:nth-child(6) {
  margin-top: 0;
}

.site-footer .foot-col .sm a img {
  max-width: 27px;
  display: block;
}

.foot-col .button {
  margin: 5px 0;
}

.foot-col .button.get-in-touch {
  margin: 15px 0 5px;
  display: inline-block;
  font-weight: bold;
}

.site-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-info ul .caffeine_search-menu_button {
  display: none !important;
}

.coffee-foot {
  background-color: var(--color-accent-1);
  text-align: right;
  padding: 17px 0;
}

.coffee-foot .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.coffee-foot .left a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: var(--color-background);
}

.coffee-foot .left img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  max-width: 22px;
}

.coffee-foot .right img {
  max-width: 115px;
  display: block;
}

.form-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  display: none;
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-lightbox-content {
  overflow-y: scroll;
  background-color: var(--color-background);
  padding: 35px 40px 30px;
  display: block;
  width: 95%;
  max-width: 650px;
  max-height: 90%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-lightbox h2 {
  margin-top: 0;
}

.form-closer {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.form-closer span {
  background-color: #56575c;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 5px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-closer span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-branding.affiliate {
  margin-top: 10px;
}

.site-branding.affiliate img {
  background-color: var(--color-background);
  padding: 12px 15px 17px;
  margin-top: 10px;
  max-width: 200px;
}

.site-branding.affiliate span {
  display: block;
}

/*--------------------------------------------------------------
# New Styles
--------------------------------------------------------------*/

body.post-type-archive-product #page {
  background-color: var(--color-foreground);
  padding-bottom: 55px;
}

body.post-type-archive-product .site-info {
  margin-top: 0;
  border-top: 0;
}

body.post-type-archive-product ul.products {
  grid-template-columns: repeat(auto-fill, 32%);
}

body.post-type-archive-product ul.products li.product .single-product-block {
  background-color: var(--color-background);
  border-radius: 15px;
  padding: 20px 0 128px;
  border: none !important;
}

body.post-type-archive-product .product-buttons {
  width: calc(100% - 35px);
  bottom: 25px;
  left: 1px;
}

body.post-type-archive-product .single-product-block .onsale {
  top: 12px;
}

body.post-type-archive-product .add-to-wishlist-heart {
  top: 5px;
}

body.post-type-archive-product #secondary {
  background-color: var(--color-background);
}

body.post-type-archive-product .single-product-block .backorder {
  top: 245px;
}

.single-product-block .usps {
  border-top: 1px solid var(--color-foreground);
  border-bottom: 1px solid var(--color-foreground);
  padding: 10px 0 17px;
}

.single-product-block .usp {
  text-align: left;
  color: var(--color-font);
  font-weight: bold;
  font-size: 12px;
  margin: 7px 0 0;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0;
}

.single-product-block .usp::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: var(--color-font);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#instalmentCalc {
  color: var(--color-font) !important;
  font-weight: bold !important;
}

.variation-select-button {
  display: inline-block;
  width: calc(50% - 10px);
  border: 1.5px solid var(--color-foreground);
  border-radius: 6px;
  text-align: center;
  color: var(--color-font);
  letter-spacing: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 10px 5px 0;
  cursor: pointer;
  position: relative;
}

.variation-select-button:first-child {
  display: none;
}

.variation-select-button.on::after {
  border: 2px solid var(--color-accent-1);
  display: inline-block;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 4px;
}

.variations .label,
.variations tr:first-child td.value,
.variations tr:last-child td {
  display: block;
  width: 100%;
}

.variations tr:last-child .label {
  margin-top: 15px;
}

#cooling-capacity-room-size,
#pa_cooling-capacity-room-size {
  display: none;
}
.logo a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 3px;
}
.color-animation {
  font-family: "Market", sans-serif;
  animation: colorAnimation 30s infinite;
  font-size: 32px;
}
@media (max-width: 1110px) {
  .color-animation {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .color-animation {
    display: none;
  }
}
@keyframes colorAnimation {
  0% {
    color: #e8d9f0;
  }
  14.29% {
    color: #f6b7c2;
  }
  28.58% {
    color: #9cdbf0;
  }
  42.87% {
    color: #80bae8;
  }
  57.16% {
    color: #faeb7d;
  }
  71.45% {
    color: #b5dbd4;
  }
  85.74% {
    color: #e8d999;
  }
  100% {
    color: #a6cc7d;
  }
}

/*--------------------------------------------------------------
# Advertisement Adjustments
--------------------------------------------------------------*/

.advertising-space img {
  display: block;
  width: 100%;
}

.advertising-space.show-desktop {
  display: block;
}

.advertising-space.show-tablet,
.advertising-space.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .advertising-space.show-desktop,
  .advertising-space.show-mobile {
    display: none;
  }
  .advertising-space.show-tablet {
    display: block;
  }
}

@media (max-width: 640px) {
  .advertising-space.show-desktop,
  .advertising-space.show-tablet {
    display: none;
  }
  .advertising-space.show-mobile {
    display: block;
    width: 100%;
  }
}
.not-found {
  margin-top: 80px;
  background: #88898c;
  min-height: 50vh;
  display: flex;
  align-items: center;
  .page-header {
    text-align: center;
  }
  h1 {
    font-size: 54px;
    color: #fff;
  }
  p {
    color: #fff;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

#coffeerm-button {
  background-color: transparent;
  top: 28px;
  right: 30px;
  display: none;
  position: absolute;
  bottom: 0;
}

body.fourwaysrewards #coffeerm-button {
  right: 110px;
}
.responsive-menu-open #coffeerm-button span {
  background-color: #fff;
}

#coffeerm-button span {
  width: 33px;
  background-color: var(--color-font);
}

.responsive-menu-open .coffeerm-overlay {
  background-color: #00000099;
  display: block;
}

.responsive-menu-logo {
  margin: 15px;
  width: 100%;
  display: none;
}

.responsive-menu-wrapper {
  display: none;
  overflow-y: auto;
  max-width: 280px;
  min-width: 250px;
  padding-top: 0;
  background-color: var(--color-background);
}

ul.responsive-menu-items {
  background-color: var(--color-background);
  padding: 0;
  margin-top: 110px;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  text-align: left;
  text-decoration: none;
  padding: 8px 20px;
  display: block;
  border: none;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: var(--color-font);
  text-transform: uppercase;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: var(--color-accent-1);
  color: var(--color-background);
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 8px solid var(--color-font);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0px solid var(--color-font);
  top: 12px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 8px solid var(--color-background);
  border-right: 0px solid var(--color-background);
}

ul.responsive-menu-items ul li.menu-item-has-children::after {
  top: 8px;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
  margin: 0;
  padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding: 5px 20px 5px 30px;
  font-size: 12px;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
  padding-left: 45px;
}

ul.responsive-menu-items .caffeine_search-button::before {
  content: "Product Search";
  margin-right: 6px;
}

ul.responsive-menu-items .caffeine_search-button .fa-search {
  font-size: 14px;
  position: relative;
  top: -2px;
}

ul.responsive-menu-items li.accent-button {
  order: 100;
}

ul.responsive-menu-items li.accent-button a {
  background-color: var(--color-accent-1);
  color: var(--color-button-text);
}

ul.responsive-menu-items li.accent-button a:hover {
  background-color: var(--color-accent-2);
  color: var(--color-button-text-hover);
}

body .caffeine_search-wrapper {
  z-index: 99999;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-field,
body.caffeine_search_scheme_light .caffeine_search-form .search-field::placeholder {
  font-family: var(--font-family);
  font-size: 30px;
  color: var(--color-font) !important;
}

body .caffeine_search-close {
  right: 25px !important;
  top: 25px !important;
}

body.caffeine_search_scheme_light .caffeine_search-close > span {
  background-color: var(--color-font) !important;
}

body .caffeine_search-form .search-submit {
  font-family: var(--font-family);
  font-weight: 500;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  transition: 0.35s ease all;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-submit {
  border-color: var(--color-accent-1) !important;
  color: var(--color-background) !important;
  background-color: var(--color-accent-1) !important;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-submit:hover {
  border-color: var(--color-accent-1) !important;
  background-color: var(--color-accent-1) !important;
}

#responsive-menu-items .sub-menu span {
  display: none;
}

@media (max-width: 1439px) {
  body.fourwaysrewards .header-account-buttons {
    margin-right: 75px !important;
  }
}

@media (max-width: 1080px) {
  .col-20 {
    width: 23%;
  }
  .footer-faq-items {
    padding-bottom: 45px;
  }
  .block-66 {
    min-height: 430px;
  }
  .fwo-test .slick-prev,
  .fwo-test .slick-next {
    top: 55%;
  }
}

@media (max-width: 1040px) {
  /*fix later*/
  .landing-blocks .advertising-space.block-33,
  .newsletter .advertising-space.block-25,
  .advertising-space.block-shop,
  .advertising-space.product-cat-banner {
    display: none;
  }
  #coffeerm-button,
  #responsive-menu-items,
  .responsive-menu-items,
  .responsive-menu-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .menu-primary-menu-2-0-container {
    display: none;
  }
  .bottom-menu {
    display: none;
  }
  .top-menu {
    height: 95px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .top-menu .site-search {
    display: none;
  }
  .header-account-buttons {
    display: none !important;
  }
  a.mobile-cart-total {
    display: block;
  }
  #primary {
    margin-top: 135px;
  }
  body.home #primary {
    margin-top: 95px;
  }
  .block-66 {
    width: 100%;
  }
  .advertising-space.block-33 {
    width: 100%;
    min-height: 200px;
  }
  .inline-products {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .top-seller-products {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .top-seller-products .head-wrap {
    width: 100%;
  }
  .top-seller-product {
    width: 32%;
    border-bottom: none !important;
  }
  .newsletter {
    margin: 35px 0 40px;
  }
  .newsletter .advertising-space {
    min-height: 200px;
    width: 100%;
  }
  .col-40 {
    width: 50%;
  }
  .col-15 {
    width: 22%;
  }
  .col-20 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .foot-col .button {
    margin: 12px 4px 0 !important;
  }
  .site-info {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .coffee-foot {
    text-align: center;
  }
  .accordion-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-toggle {
    display: inline-block;
  }
  .sidebar-wrap {
    position: fixed;
    z-index: 10;
    top: 200px;
    left: -250px;
    transition: 0.35s ease all;
  }
  .sidebar-wrap.open {
    left: 0;
  }
  .advertising-space.block-sidebar {
    display: none;
  }
  #secondary {
    max-height: 470px;
    overflow-y: auto;
  }
  .shop-wrap {
    width: 100%;
  }
  body .account-menu-toggle {
    display: inline-block;
  }
  body #my-account-menu {
    position: fixed !important;
    z-index: 10;
    top: 200px;
    left: -265px;
    transition: 0.35s ease all;
  }
  #my-account-menu.open {
    left: 0;
  }
  #secondary {
    max-height: 470px;
    overflow-y: auto;
  }
  body #my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100%;
    float: none !important;
    padding: 0 5px;
  }
  body .woocommerce-EditAccountForm.edit-account {
    max-width: none;
  }
  body .woocommerce-orders-table + .woocommerce-pagination {
    margin: 0;
  }
  body #my-account-menu.layout-no-borders.position-vertical-left::before {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #my-account-menu + #wl-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .foot-col:nth-last-child(2) {
    border-right: 0;
  }
  .landing-blocks .grid-layout .single-block:nth-child(1) {
    grid-column: span 3;
    grid-row: span 2;
  }
  .landing-blocks .grid-layout .single-block:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1;
  }
  .landing-blocks .grid-layout .single-block:nth-child(3) {
    grid-column: 4 / 7;
    grid-row: 2;
  }
  .landing-blocks .grid-layout .single-block {
    padding: 30px 30px;
  }
}

@media (max-width: 810px) {
  .newsletter .image-block {
    padding: 45px 30px 40px;
  }
  .footer-faq-items {
    padding-top: 5px;
    margin-top: 40px;
    padding-bottom: 25px;
  }
  .footer-faq-content {
    width: 100%;
    padding: 25px 0 30px;
  }
  .footer-faq-content:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--color-foreground);
  }
  .product-cat-slider {
    margin: 50px 0 25px;
  }
  .promo-slider {
    width: 100%;
    margin-bottom: 22px;
  }
  .promo-links {
    width: 100%;
  }
  .promo-blocks + .brands {
    margin-top: 45px;
  }
  #post-112 .left-block {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-content {
    padding-left: 0;
  }
  .post-112 .right-block {
    width: 100%;
    padding-left: 0;
    margin-top: -10px;
  }
  .accordion-header h3 {
    padding-right: 5px;
  }

  #post-988 .footer-faq-items {
    border-top: 0;
    padding-top: 0;
    margin-top: 10px;
  }
  .blog-post.latest .blog-post-image.left {
    width: 100%;
    height: 300px;
  }
  .blog-post.latest .blog-post-right {
    width: 100%;
    padding: 5px 35px 35px;
  }
  .single-post article {
    width: 100%;
    padding-right: 0;
  }
  .posts-sidebar {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  body.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  body.single-product div.product .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  body .related.products ul {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  body.woocommerce .related ul.products li.product:nth-child(2n + 2) .single-product-block {
    border-right: none;
  }
  .feat-products.col-3 .flex {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .feat-products.col-3 .single-product-block:nth-child(3n + 3) {
    border-right: 1px solid var(--color-foreground);
  }
  .feat-products.col-3 .single-product-block:nth-child(2n + 2) {
    border-right: none;
  }
  .single-product .product > .onsale.limited_stock {
    left: calc(100% - 147px);
  }
  body .woocommerce-product-gallery__wrapper {
    margin-bottom: 0;
  }
  .site.affiliate .post-112 .entry-header {
    display: block;
    width: 100%;
  }
  .site.affiliate .post-112 .entry-content {
    width: 100%;
    display: block;
    margin-top: 0;
  }
  .site.affiliate .post-112 .entry-content .warranty {
    border-top: 0;
    padding: 10px 0 0;
  }
  .content-row.two-columns .row-image-block {
    width: 100%;
    border-radius: 25px;
    order: 1 !important;
    min-height: 415px !important;
  }
  .content-row.two-columns .wrap {
    width: 100%;
    order: 2 !important;
  }
  .content-row .wrap h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .introduction {
    text-align: center;
    margin: 50px 0;
  }
  body .related.products ul,
  .page-related-products .flex {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  body .related.products li.product:nth-child(2n + 2) .single-product-block,
  .page-related-products .flex .single-product-block:nth-child(2n + 2) {
    border-right: none !important;
  }
  .page-related-products .flex .single-product-block {
    margin: 10px 0;
  }
  .page-id-112 .entry-content {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .block-50 {
    width: 100%;
  }
  .site-info {
    display: block;
    text-align: center;
  }
  .col-40 {
    width: 100%;
    text-align: center;
    max-width: 420px;
    margin: 0 auto 30px;
  }
  .col-15 {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 250px;
    padding: 0 10px;
  }
  .col-20 {
    margin: 30px auto 0;
    max-width: 385px;
  }
  .foot-col.col-40 {
    border-right: 0;
  }
  .site-footer .site-search {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .site-footer .sm {
    max-width: none;
    margin: 0 auto;
  }
  body ul.products {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  body.woocommerce ul.products li.product .single-product-block {
    border-right: 1px solid var(--color-foreground);
  }
  body.woocommerce:not(.single-product)
    ul.products
    li.product:nth-child(3n + 3)
    .single-product-block {
    border-right: 1px solid var(--color-foreground);
  }
  body.woocommerce:not(.single-product)
    ul.products
    li.product:nth-child(2n + 2)
    .single-product-block {
    border-right: none;
  }
  .cart-collaterals {
    max-width: none;
  }
}

@media (max-width: 767px) {
  /*fix later*/
  .newsletter .advertising-space.block-75 {
    display: none;
  }
  .blog-post {
    width: 100%;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  .shop_table .product-price {
    margin: 0;
  }
  table.shop_table_responsive tr td {
    overflow: auto;
  }
  .coupon .button {
    width: 100%;
    margin: 10px 0;
  }
  .woocommerce-cart-form .coupon + .button {
    float: none;
    width: 100%;
  }
  table.wps-rma-product__table thead {
    display: none;
  }
  body .wps-rma-form__wrapper td,
  body .wps-rma-form__wrapper th {
    display: block;
    text-align: center;
  }
  body .wps-rma-form__wrapper .wps-rma-product__wrap {
    display: block;
    text-align: center;
  }
  body .wps-rma-form__wrapper .wps-rma__product-title {
    margin-left: 0;
    text-align: center;
  }
  body .wps-rma-product__table {
    min-width: unset;
  }
  body #wl-wrapper .wl-table.manage-lists-table td:first-child strong {
    display: block;
  }
  body #wl-wrapper .wl-manage.manage-lists-table .row-actions {
    float: none;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  body #wl-wrapper .wl-manage.manage-lists-table .row-actions span {
    display: inline-block;
    margin: 2px 0;
  }
  body #wl-wrapper .wl-manage.manage-lists-table .row-actions small a {
    display: inline-block;
  }
  #customer_login .u-column1.col-1 {
    margin-bottom: 40px;
  }
  #wl-wrapper .wl-table.manage,
  .shop_table.wl-table.edit-list-table.view {
    border: 1px solid #eee;
  }
  #wl-wrapper .wl-table.edit-list-table th,
  #wl-wrapper .wl-table.edit-list-table tr:not(:last-child) td {
    max-width: unset;
  }
  #wl-wrapper .wl-table.edit-list-table tr:last-child td:not(:last-child) {
    display: none;
  }
  #affwp-affiliate-dashboard-tabs,
  #affwp-affiliate-dashboard-tabs ~ * {
    width: 100%;
  }
  #affwp-affiliate-dashboard-tabs li a {
    margin: 0 auto 2px;
  }
  body.post-type-archive-product ul.products {
    grid-template-columns: repeat(auto-fill, 48%);
  }
  .woocommerce-MyAccount-content,
  #affwp-affiliate-dashboard-tabs ~ * {
    margin-top: 20px;
  }
  #wl-wrapper {
    float: none;
    width: 100%;
    padding-top: 30px;
    clear: both;
  }
}

@media (max-width: 640px) {
  .feat-products.col-3 .flex {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .feat-products.col-3 .single-product-block {
    margin: 12px 0;
  }
  .single-product-block {
    margin-bottom: 10px;
  }
  .single-product-block:not(:last-child) {
    border-right: none;
  }
  .top-seller-product {
    width: 100%;
  }
  .top-seller-product .product-image-left {
    width: 130px;
  }
  .top-seller-product .product-info-right {
    width: calc(100% - 138px);
  }
  .newsletter .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .newsletter .image-block h1 {
    font-size: 30px;
  }
  .newsletter .image-block p {
    font-size: 18px;
  }
  .newsletter .right {
    width: 100%;
  }
  #input_13_1 {
    text-align: center;
  }
  body .gform_wrapper.gravity-theme .gform_footer,
  body .gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
  }
  body .gform_wrapper.gravity-theme .gform_footer input,
  body .gform_legacy_markup_wrapper .gform_footer input.button {
    width: 100%;
    line-height: 1.2 !important;
  }
  .fwo-test .slick-prev,
  .fwo-test .slick-next {
    display: none !important;
  }
  .post-featured-image {
    height: 300px;
  }
  .single-post #primary .entry-title {
    font-size: 25px;
  }
  .product_title.entry-title {
    font-size: 27px;
  }
  body.single-product div.product .summary.entry-summary {
    margin-top: 15px;
  }
  .feat-products.col-3 .flex {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .feat-products.col-3 .single-product-block {
    border-right: none !important;
  }
  .logo img {
    max-height: 55px;
  }
  #hCaptcha_13_2,
  #hCaptcha_2_7,
  #hCaptcha_14_7 {
    text-align: center;
  }
  .product-info {
    padding: 0;
  }
  .product-buttons {
    width: 100%;
  }
  #gform_submit_button_13 {
    max-width: 150px;
  }
  body .home-slider .slick-arrow {
    height: 28px;
    width: 28px;
  }
  body .home-slider .slick-arrow img {
    max-height: 12px;
  }
  body .home-slider .slick-prev {
    left: 10px;
  }
  body .home-slider .slick-next {
    right: 10px;
  }
  .home-slider .home-slide .max-width {
    padding: 0 55px;
  }
  .home-slider h1 {
    font-size: 30px;
  }
  .home-slider p {
    font-size: 15px;
  }
  body.post-type-archive-product ul.products,
  body .related.products ul,
  .page-related-products .flex {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  body.woocommerce.post-type-archive-product
    ul.products
    li.product
    .single-product-block
    .product-info {
    padding: 0 22px;
  }
  body .related.products li.product .single-product-block,
  .page-related-products .flex .single-product-block {
    border-right: none !important;
  }
  .content-row.two-columns .row-image-block {
    min-height: 315px !important;
  }
}

@media (max-width: 639px) {
  /*fix later*/
  .advertising-space.block-33.brand-block {
    display: none;
  }
  .promo-links .image-block.block-50 {
    width: 100%;
    margin-bottom: 2% !important;
    min-height: 225px;
  }
  .faq-head i {
    right: -32px;
  }
  .faq-item.open .faq-head i {
    right: -8px;
  }
  .blog-post.latest .blog-post-right h3 {
    font-size: 23px;
  }
  body ul.products,
  body .related.products ul {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  body.woocommerce ul.products li.product .single-product-block {
    border-right: none !important;
  }
  .product-buttons .button {
    margin: 0;
  }
  .products-per-page {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .advanced-filter {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .filter-button {
    margin: 0 auto;
  }
  .woocommerce-ordering {
    float: none;
    margin-top: 12px;
    text-align: center;
  }
  body.woocommerce.woocommerce-shop .ui-selectmenu-button.ui-button {
    text-align: center !important;
  }
  body .shop-wrap ul.products {
    margin-top: 20px;
  }
  .woocommerce-pagination {
    float: none;
    text-align: center;
    overflow: auto;
    background-color: var(--color-foreground);
    padding: 12px 0 5px;
  }
  .woocommerce-pagination .page-numbers {
    border-left: none;
    margin-bottom: 4px;
    background-color: transparent;
  }
  .woocommerce-pagination li {
    float: none;
    display: inline-block;
  }
  #wl-wrapper .wl-actions-table td {
    display: block;
    padding: 5px 0;
  }
  body .slick-prev,
  body .slick-next,
  body .promo-slider .slick-prev,
  body .promo-slider .slick-next {
    background-color: rgba(84, 86, 90, 0.4) !important;
    width: 30px;
  }
  body .slick-prev {
    left: -30px;
  }
  body .slick-next {
    right: -30px;
  }
  .fullwidth-products .single-product-block {
    margin-bottom: 0;
  }
  .promo-slider .wrap {
    padding: 0 25px 28px;
  }
  .faq-items {
    margin-bottom: 50px;
  }
  .download-brochure {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 200px;
    text-align: center;
    margin-top: 10px;
  }
  .variations .label {
    width: 100% !important;
    display: block;
  }
  .variations tr:first-child td.value {
    display: block;
    width: 100%;
    margin: 10px 0 10px -3px;
  }
  .variations tr:last-child td {
    width: 100%;
    display: block;
    margin-left: -3px;
  }
  .aircon-btu-calculator,
  .pool-heater-calculator {
    margin: 10px 0 0 0;
  }
  .form-closer {
    top: 5px;
    right: 3px;
  }
  .aircon-btu-input-container,
  .pool-heater-input-container {
    display: block;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .aircon-calculator-input,
  .pool-calculator-input {
    text-align: center;
    margin-bottom: 8px !important;
  }
  .coffee-foot .max-width {
    display: block;
    text-align: center;
  }
  .coffee-foot .right img {
    margin: 15px auto 0;
  }
  .page-featured-image h1 {
    font-size: 30px;
  }
  .landing-blocks .grid-layout .single-block:nth-child(1) {
    grid-column: span 6;
    grid-row: auto;
  }
  .landing-blocks .grid-layout .single-block:nth-child(2) {
    grid-column: span 6;
    grid-row: auto;
  }
  .landing-blocks .grid-layout .single-block:nth-child(3) {
    grid-column: span 6;
    grid-row: auto;
  }
}
@media (max-width: 500px) {
  .col-15 {
    width: 100%;
  }
}

@media (max-width: 420px) {
  :root {
    --font-size-primary-heading: 27px;
    --font-size-secondary-heading: 21px;
  }
  .image-block {
    padding: 30px;
  }
  .image-block.block-66 .wrap {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .block-50 {
    min-height: 160px;
  }
  .single-post #primary .entry-title {
    font-size: 23px;
  }
  .product_title.entry-title {
    font-size: 23px;
  }
  .single-product .summary .woocommerce-Price-amount.amount {
    font-size: 20px;
  }
  .fourbucks-flyout {
    top: 19px;
    padding: 10px 10px 10px 18px;
  }
  body.fourwaysrewards #coffeerm-button {
    right: 95px;
  }
  body #wl-wrapper .wl-manage.manage-lists-table .row-actions {
    max-width: 260px;
  }
  .block-50 {
    box-shadow: 200px 0 100px inset rgba(0, 0, 0, 0.3);
  }
  .top-menu {
    height: 85px;
  }
  #coffeerm-button {
    top: 23px;
  }
  .fourbucks-flyout {
    top: 14px;
  }
  #primary {
    margin-top: 120px;
  }
  body.home #primary {
    margin-top: 85px;
  }
  .newsletter {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .newsletter .image-block {
    border-radius: 0;
  }
  .form-lightbox-content {
    padding: 25px;
  }
  .page-featured-image {
    height: 100vh;
  }
}
