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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "SamsungOne";
  src: url(/wp-content/themes/fourways/fonts/SamsungOne-400.eot);
  src: url(/wp-content/themes/fourways/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"),
    url(/wp-content/themes/fourways/fonts/SamsungOne-400.woff2) format("woff2"),
    url(/wp-content/themes/fourways/fonts/SamsungOne-400.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SamsungOne";
  src: url(/wp-content/themes/fourways/fonts/SamsungOne-700.eot);
  src: url(/wp-content/themes/fourways/fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"),
    url(/wp-content/themes/fourways/fonts/SamsungOne-700.woff2) format("woff2"),
    url(/wp-content/themes/fourways/fonts/SamsungOne-700.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SamsungOneLatin";
  src: url(/wp-content/themes/fourways/fonts/SamsungOneLatin-400.eot);
  src: url(/wp-content/themes/fourways/fonts/SamsungOneLatin-400.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/fourways/fonts/SamsungOneLatin-400.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SamsungOneLatin";
  src: url(/wp-content/themes/fourways/fonts/SamsungOneLatin-700.eot);
  src: url(/wp-content/themes/fourways/fonts/SamsungOneLatin-700.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/fourways/fonts/SamsungOneLatin-700.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SamsungSharpSans";
  src: url(/wp-content/themes/fourways/fonts/SamsungSharpSansBd.eot);
  src: url(/wp-content/themes/fourways/fonts/SamsungSharpSansBd.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/fourways/fonts/SamsungSharpSansBd.woff2) format("woff2"),
    url(/wp-content/themes/fourways/fonts/SamsungSharpSansBd.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
  --color-white: #fff;
  --color-blue: #2189ff;
  --color-black: #000;
  --color-light-grey: #f4f4f4;
  --color-dark-grey: #d9d9d9;
  --font-size-primary-heading: 33px;
  --font-size-secondary-heading: 28px;
  --font-size-tertiary-heading: 17px;
  --font-size-body: 16px;
}

/*--------------------------------------------------------------
# Typography & Resets
--------------------------------------------------------------*/

body {
  font-family: "SamsungOne", sans-serif;
  font-size: var(--font-size-body);
  margin: 0;
  color: var(--color-black);
  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: "SamsungOne", sans-serif;
}

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

h1 {
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
  font-size: var(--font-size-primary-heading);
  line-height: 1.1em;
  color: var(--color-black);
}

h2 {
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
  font-size: var(--font-size-secondary-heading);
  line-height: 1.1em;
  color: var(--color-black);
}

h3 {
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
  font-size: var(--font-size-tertiary-heading);
  margin: 0 0 10px;
  color: var(--color-black);
}

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

h5 {
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
  color: var(--color-black);
  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-black);
  font-size: 14px;
  font-style: inherit;
}

p,
ul li,
ol li {
  color: var(--color-black);
  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: 190px;
}

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: 138px;
}

.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 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.45s ease 0s;
}

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

.button.black:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_legacy_markup_wrapper .gform_footer input.button:hover {
  background-color: var(--color-white);
  border-color: var(--color-black);
  color: var(--color-black);
}

.button.blue {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
}

.button.blue:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

.button.black-o {
  border-color: var(--color-black);
  color: var(--color-black);
}

.button.black-o:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.button.white-o {
  border-color: var(--color-white);
  color: var(--color-white);
}

.button.white-o:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.button.white {
  background-color: var(--color-white);
  color: var(--color-black);
}

.button.white:hover {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.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-black); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid var(--color-black); /* creates padding around scroll thumb */
}

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

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

.logo img {
  max-height: 85px;
  position: relative;
  top: 1px;
  max-width: 170px;
  display: block;
}

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

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

.site-search .site-search-text-field {
  border: 2px solid var(--color-black);
  border-radius: 30px;
  font-family: "SamsungOne";
  color: var(--color-black);
  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,
#installer-menu .caffeine_search-menu_button {
  display: none;
}

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

.header-account-buttons a {
  display: block;
  margin: 0 6px;
}

.header-account-buttons .account-icon img {
  max-height: 30px;
}

.header-account-buttons .wishlist-icon .fa-heart-o {
  color: #000;
  font-size: 30px;
  position: relative;
  top: -2px;
  font-weight: 900;
}

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

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

#primary-menu {
  display: block;
}

#installer-menu {
  display: flex;
  justify-content: end;
}

#primary-menu a,
#installer-menu a {
  color: var(--color-white);
  font-size: 14px;
  padding: 15px 20px;
  transition: 0.35s ease all;
}

#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.white a,
#installer-menu li.white a {
  border: none;
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 30px;
  padding: 5px 15px;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 15px;
}

#primary-menu li.white a:hover,
#installer-menu li.white a:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.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% - 70px);
}

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

.main-navigation #primary-menu ul a,
.main-navigation #installer-menu ul a {
  color: var(--color-black);
  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-black) !important;
  color: var(--color-white);
}

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

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

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

.main-navigation #primary-menu ul ul a,
.main-navigation #installer-menu ul 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,
.main-navigation #installer-menu .brands-dropdown ul a {
  font-size: 13px;
  padding: 3px 22px !important;
}

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

.main-navigation #primary-menu .brands-dropdown .sub-menu-wrap,
.main-navigation #installer-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-white);
  background-color: var(--color-blue);
  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-black);
}

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

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

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

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

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

.home-banner-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}

.home-banner-flex br {
  display: none;
}

.home-banner-flex img:nth-child(1) {
  max-width: 400px;
  width: 30%;
  height: auto;
}

.home-banner-flex a:nth-child(3) {
  width: 28%;
  max-width: 400px;
}

.home-banner-flex a:nth-child(3) img {
  width: 100%;
}

.home-banner-flex img:nth-child(5) {
  width: 30%;
  max-width: 400px;
}

.home-banner-flex + a {
  display: none;
}

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

.image-block {
  background-size: cover;
  background-position: center;
  padding: 45px;
  margin-bottom: 1%;
  position: relative;
  border-radius: 15px;
}

.block-100 {
  width: 100%;
}

.block-75 {
  width: 75%;
}

.block-66 {
  width: 66%;
  /*min-height: 460px;*/
  min-height: 500px;
}

.block-66::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/07/gradient-overlay@53.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: left;
  border-radius: 15px;
}

.block-50 {
  width: 49.5%;
  min-height: 200px;
  box-shadow: 300px 0 100px inset rgba(0, 0, 0, 0.3);
}

.block-33 {
  width: 33%;
}

.block-25 {
  width: 24%;
}

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

.advertising-space.brand-banner {
  height: 110px;
  margin-bottom: 25px;
}

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

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

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

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

.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-white);
  font-weight: 400;
}

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

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

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

.image-block .button.blue:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.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-black);
  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%);
}

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

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

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

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

.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% - 5px);
  padding: 0 0 0 20px;
}

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

.top-seller-product .product-info-right span {
  font-weight: bold;
}

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

.top-seller-product:not(:last-child) {
  border-bottom: 1px solid var(--color-dark-grey);
  padding-bottom: 6px;
  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 .on-sale-products .slick-prev,
body .on-sale-products .slick-next,
body .wishlist-slider .slick-prev,
body .wishlist-slider .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: 45px !important;
}

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

.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 custom */
.home-slider .home-slide {
  min-height: calc(105vh - 140px);
}
/* #slick-slide00 {
background-position: left;
}
#slick-slide00 .max-width {
display: none;
} */
@media (max-width: 1023px) {
  .home-slider .home-slide {
    min-height: calc(62vh - 140px);
  }
}
/* end home slider custom */

.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-white);
  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-dark-grey);
}

/*--------------------------------------------------------------
# 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;
  }
}

/*--------------------------------------------------------------
# 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-white) 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-white);
}

.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-white);
  margin-top: 25px;
}

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

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

#accordion {
  padding-bottom: 30px;
  font-family: "SamsungOne", sans-serif !important;
}

.accordion-header {
  padding: 20px 0 0 !important;
  padding-right: 35px !important;
  cursor: pointer;
  outline: none !important;
  position: relative;
  background-color: transparent;
  border: none;
  border-top: 1px solid #000;
  border-radius: 0;
}

.accordion-header::after {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 63%;
  right: 15px;
  font-size: 15px;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.accordion-header.ui-accordion-header-active::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
  top: 33%;
}

.accordion-header h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  display: inline-block;
  padding-right: 10px;
}

.accordion-header p {
  margin: 0;
  display: inline-block;
}

.accordion-header a {
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: bold;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 15px;
  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-blue);
}

#accordion .ui-accordion-header-icon {
  display: none;
}

.accordion-content {
  padding: 0 !important;
  border: none;
  border-radius: 0;
}

.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;
}

.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 {
  padding-top: 30px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

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

.warranty {
  border-top: 1px solid var(--color-black);
  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-black);
  color: var(--color-white);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding: 7px 20px 6px;
  border-radius: 30px;
  transition: all 0.35s ease 0s;
}

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

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

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

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

.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-black);
}

.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-white);
  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-black);
}

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

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

.faq-icon::before,
.faq-icon::after {
  content: "";
  display: block;
  opacity: 1;
  background-color: var(--color-black);
  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.blue {
  letter-spacing: 0.2px;
  padding: 8px 21px 7px;
  margin-right: 3px;
  margin-bottom: 3px;
}

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

.button.faq-video {
  margin-top: 20px;
}

.faq-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

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

.flb-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 35px 30px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.flb-closer {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
}

.flb-closer:hover {
  color: #000;
  background-color: #fff;
}

span.flb-toggle {
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  top: 12px;
}

.faq-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.faq-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-id-12000 .entry-title {
  display: none;
}

.video-items h2 {
  text-align: center;
}

.video-item {
  margin-bottom: 60px;
}

.video-item:last-child {
  margin-bottom: 0;
}

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

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

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

.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-black);
  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-blue);
  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-blue);
  padding: 8px 10px 7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  top: 0;
  left: 10px;
  color: var(--color-white);
  border-radius: 30px;
}

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

body .single-product-block .backorder {
  background-color: var(--color-blue);
  color: var(--color-white);
  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: 30px;
}

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

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

.form-lightbox.wishlist-logged-in .form-lightbox-content {
  text-align: center;
  padding-bottom: 48px;
}

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

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

.wishlist-slider .flex {
  grid-template-columns: repeat(auto-fill, 33.33%);
}

.wishlist-slider .single-product-block {
  margin-bottom: 20px;
  border-right: 1px solid var(--color-dark-grey);
}

.wishlist-slider .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-dark-grey);
}

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-black);
  padding: 10px 18px !important;
  border: 1px solid var(--color-black);
  border-radius: 30px;
}

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;
  text-align: right;
  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-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

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

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

#gform_confirmation_message_13 {
  color: var(--color-white);
  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-blue);
  color: var(--color-white);
  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-black);
  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-light-grey);
  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-black);
  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-blue);
  color: var(--color-white);
}

body.main-shop #secondary #text-2 p a {
  background-color: var(--color-blue);
  color: var(--color-white);
  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-black);
  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-white);
border-color: var(--color-white);
}*/

#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-blue);
}*/

#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-blue);
}

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

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

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

.children .cat-item.current-cat > a,
.children .cat-item a:hover {
  color: var(--color-blue) !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-black);
  color: var(--color-white);
  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-light-grey);
  padding: 25px 30px 18px;
  width: 280px;
}

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

.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-black);
  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-black);
  font-size: 13px;
  display: block;
  transition: 0.35s ease all;
}

#taxonomy_term_widget-2 .ui-accordion-content a:hover {
  color: var(--color-blue) !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-blue);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  border-width: 0;
  letter-spacing: 0.2px;
  padding: 7px 15px;
  line-height: 1em;
  cursor: pointer;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.35s ease 0s;
}

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

.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-white);
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--color-black);
  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-black);
  -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-blue);
  border-radius: 30px;
  color: var(--color-white);
  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-blue);
  color: var(--color-white);
}

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-white) !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: "SamsungOne", sans-serif;
  width: 27px !important;
  padding-right: 3px;
  margin: 0 -3px 0 1px;
  background-color: transparent;
  color: var(--color-black);
  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: "SamsungOne", sans-serif;
  text-align: right !important;
  background-color: transparent;
  color: var(--color-black);
  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: "SamsungOne", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid var(--color-black);
  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-blue);
  font-weight: normal;
  color: var(--color-white);
  border: 1px solid var(--color-blue);
  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-white);
}

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-black);
  display: block;
  line-height: 30px;
  text-align: center;
  color: solid var(--color-black);
}

.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"] {
  font-family: "SamsungOne", sans-serif;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 15px;
  padding: 12px 20px 10px;
  line-height: 1em;
  border: 2px solid var(--color-black);
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.3px;
  border-radius: 30px;
  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 {
  background-color: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

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-black);
  color: var(--color-white);
  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-black);
  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-dark-grey);
  margin-top: 5px;
  outline: none;
}

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

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-black);
  border-left: 10px solid var(--color-blue);
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: var(--color-white);
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  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-blue);
}

body .woocommerce .woocommerce-message li,
body .woocommerce .woocommerce-info li,
body .woocommerce .woocommerce-error li {
  list-style: none;
  color: var(--color-black);
  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-black);
  padding: 6.5px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
}

.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-black);
}

.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: 30px;
  font-size: 17px;
  text-align: center;
  color: var(--color-black) !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-black);
  margin-top: 30px;
}

body #yith-ywrq-table-list th,
body #yith-ywrq-table-list td {
  border: 1px solid var(--color-black);
  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-blue);
  border: none;
  color: var(--color-white);
  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-blue);
}

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-black) !important;
  color: var(--color-white) !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-blue) !important;
  color: var(--color-white) !important;
}

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

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

body .stock.in-stock {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  max-width: unset;
  text-align: left;
  padding: 0;
  border-radius: 0;
}

body .stock.out-of-stock {
  color: #000;
  background-color: transparent;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  max-width: unset;
  text-align: left;
}

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

body #wc_bis_product_form .wc_bis_form_title {
  margin-bottom: 10px;
}

.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-black);
  text-transform: capitalize;
}

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

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

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-black) !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-black);
  font-size: 24px;
  font-weight: 600;
}

.product_meta {
  display: none;
}

.product-info-title {
  color: var(--color-black);
  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: 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: 30px;
  background-color: transparent;
  cursor: pointer;
  border: 1.5px solid var(--color-black);
}

#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-black);
}

#cooling-capacity-room-size:focus,
#pa_cooling-capacity-room-size:focus {
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: var(--color-black);
  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-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

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

.variations tr:first-child .value select,
#pa_size {
  border: 1.5px solid var(--color-black);
  background-color: var(--color-white);
  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;
}

.single-product .variations.one tr:last-child {
  display: none;
}

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

.enquire-now {
  display: block;
  clear: both;
  background-color: var(--color-blue);
  width: 115px;
  text-align: center;
  color: var(--color-white);
  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: 30px;
  font-size: 14px;
}

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

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

#wc_bis_send_form:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}

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

#play-video:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

.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-white);
  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-black);
  height: 42px;
  margin: 0 5px;
  outline: none;
}

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

.product-quantity .quantity input {
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  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-white);
  background-color: var(--color-blue);
  font-size: 15px;
  padding: 10px;
  border: 2px solid var(--color-blue);
  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-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

.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-black);
}

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

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-black);
  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-black);
  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;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
  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-black);
  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-black);
  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 {
  margin: 0;
  font-weight: bold;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  background-color: var(--color-black);
  letter-spacing: 0.2px;
  padding: 10px 15px 9px;
  border-radius: 30px;
  font-size: 13px;
  transition: 0.35s ease all;
}

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

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

.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: 30px;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 10px 15px 9px;
  display: block;
  font-size: 13px;
  transition: 0.35s ease all;
}

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

.download-brochure.noborder {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.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-blue) !important;
  color: var(--color-white) !important;
}

.calculator-toggle {
  text-align: right;
  color: var(--color-white);
  line-height: 1em;
  padding: 10px 16px;
  background-color: var(--color-blue);
  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-white);
  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-black) !important;
  padding: 15px !important;
  border: 1px solid var(--color-black) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  outline: none;
  width: 100%;
}

.aircon-calculator-input::placeholder,
.pool-calculator-input::placeholder {
  color: var(--color-black) !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-blue) !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-white);
  background-color: var(--color-blue);
  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;
  margin-bottom: 15px;
}

.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-blue);
}

body a.woocommerce-review-link {
  color: var(--color-black);
  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: 30px;
  background-color: var(--color-black);
  color: var(--color-white);
  transition: 0.35s ease all;
}

body .button.wc-forward:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.single-product .product > .onsale {
  background-color: var(--color-blue);
  color: var(--color-white);
  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-black);
}

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-black);
}

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;
}

.woocommerce-products-compare-content {
  margin-top: 170px;
}

.woocommerce-products-compare-content .products-per-page,
.woocommerce-products-compare-content .advanced-filter {
  display: none;
}

.post-type-archive-product .woocommerce-products-compare-compare-button {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.woocommerce-products-compare-content table tbody tr th {
  text-align: left;
}

.compare-features {
  display: flex;
}

.compare-features:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.compare-features p {
  margin: -0.5px !important;
  padding: 5px 2px;
  font-size: 13px;
}

.compare-features p:first-child {
  width: calc(100% - 130px);
  font-weight: bold;
}

.compare-features p:last-child {
  width: 130px;
  text-align: right;
}

.woocommerce-products-compare-content table tbody tr:nth-child(2n + 1) {
  background-color: transparent;
}

.woocommerce-products-compare-content table thead tr:hover,
.woocommerce-products-compare-content table tbody tr:hover {
  background-color: inherit !important;
}

.woocommerce-products-compare-content span.stock-status.in-stock,
.woocommerce-products-compare-content .price {
  color: #000;
}

.woocommerce-products-compare-content table tbody tr td > p {
  margin: 0;
}

.woocommerce-products-compare-content h3 {
  padding: 0.2em 0;
  margin: 0;
  font-size: 16px;
}

.woocommerce-products-compare-content .product a.button {
  margin: 10px 0;
}

.woocommerce-products-compare-content .product .onsale {
  background-color: var(--color-blue);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 6px;
}

.product_cat-commercial .woocommerce-products-compare-compare-button {
  display: none;
}

.button.add-more-products {
  position: fixed;
  top: 155px;
  right: 0;
  font-size: 11px;
  max-width: 115px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 8px;
}

/*--------------------------------------------------------------
# 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-blue);
  color: var(--color-white);
  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-black);
  padding: 10px 15px;
  color: var(--color-white);
}

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-blue);
}

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

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-black) !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);
}

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-blue);
  color: var(--color-white);
}

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

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-light-grey);
}

body #my-account-menu .myaccount-menu li a.yith-dashboard .item-label {
  color: var(--color-white);
  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-black);
  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:not(.blue) {
  text-decoration: none;
  background-color: var(--color-black);
  padding: 10px 20px 9px;
  color: var(--color-white);
  border: none;
  margin-right: 0;
  border-radius: 30px;
  transition: 0.35s ease all;
}

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

#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-white);
  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-dark-grey);
  border-bottom: 1.5px solid var(--color-dark-grey);
}

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-black);
}

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

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

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

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-black);
  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-light-grey);
}

#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-black);
}

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

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

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

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

#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-white);
  border: 1px solid var(--color-light-grey);
}

#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-black);
  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-black);
}

body .fourwaysrewards-account-tabs li {
  border: 2px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
  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-blue);
  border-color: var(--color-blue);
  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-blue);
}

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

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-light-grey);
}

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

body .wps-rma-form__wrapper .product-quantity input {
  text-align: center;
  border: 1px solid var(--color-black) !important;
  border-radius: 0;
  color: var(--color-black);
  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-black);
  padding: 10px;
  font-size: 14px;
}

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

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-black) !important;
  border-radius: 0;
  color: var(--color-black);
}

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

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

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

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

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-blue);
  color: var(--color-white);
  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-blue);
  border: none;
  color: var(--color-white);
  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-blue);
  color: var(--color-white);
}

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

.rent-img {
  position: absolute;
  right: 50%;
  top: 40px;
  max-width: 110px;
  transform: translateX(50%);
}

.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-white) 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-white);
  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-white);
}

.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-white);
}

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

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

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

.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-white);
  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-white);
  background-color: transparent;
  padding: 9px 15px 8px;
}

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

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

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%;
}

.promo-slide .button.blue:hover {
  background-color: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

/*--------------------------------------------------------------
# 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-black);
  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-light-grey);
  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-black);
}

.blog .navigation ul li a {
  color: var(--color-dark-grey);
  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-black);
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Affiliate Pages
--------------------------------------------------------------*/

#affwp-affiliate-dashboard-tabs {
  width: 300px;
  float: left;
  text-align: center;
}

#affwp-affiliate-dashboard-tabs ~ * {
  width: calc(100% - 300px);
  float: right;
}

#affwp-affiliate-dashboard-tabs > li {
  width: 100%;
  display: block;
  padding: 0 !important;
}

#affwp-affiliate-dashboard-tabs li a {
  background-color: #54565b;
  color: var(--color-white) fff;
  display: block;
  padding: 10px;
  width: 250px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
  transition: all 0.3s ease 0s;
}

#affwp-affiliate-dashboard-tabs li a:hover,
#affwp-affiliate-dashboard-tabs li.active a {
  background-color: #53a9da;
  width: 260px;
}

#affwp-affiliate-dashboard .button {
  background-color: #99c456;
  color: var(--color-white) fff;
  border-radius: 100px;
  border-width: 0;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}

#affwp-affiliate-dashboard .button:hover {
  background-color: #53a9da;
}

#affwp-affiliate-dashboard-url-generator p {
  margin: 0;
}

.affiliate-back-to-account {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
}

.affiliate-back-to-account a {
  color: #999;
}

.affiliate-back-to-account a:hover {
  color: #666;
}

.site.affiliate #primary .entry-content .left-block {
  display: none;
}

.site.affiliate #primary .entry-content #gform_wrapper_2 {
  display: none;
}

.site.affiliate #primary .entry-header h1.entry-title {
  display: none;
}

.accordion-content.affiliate iframe {
  width: 100%;
}

.site.affiliate #primary .warranty h3 span {
  display: none;
}

.site.affiliate #primary .warranty h3::after {
  content: "Fourways Warranty";
}

.site.affiliate .left-block .accordion-header {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 5px;
}

.site.affiliate .left-block .accordion-header h3 {
  display: none;
}

.accordion-content.affiliate {
  padding-left: 0;
}

.accordion-content.affiliate a {
  color: var(--color-black);
}

.site.affiliate .post-112 .entry-header {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.site.affiliate .post-112 .left-block,
.site.affiliate .post-112 .right-block {
  width: 100%;
}

.site.affiliate .post-112 .entry-content {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.site.affiliate .post-112 .entry-content .warranty {
  border-top: 0;
}

.site.affiliate .post-112 .entry-content .warranty h3 {
  width: calc(100% - 130px);
}

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

.footer-faq-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-dark-grey);
  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-dark-grey);
}

.footer-faq-content h3 {
  color: var(--color-black);
  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-black);
  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-black);
  font-weight: bold;
}

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

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

.col-40 {
  width: 38%;
}

.col-20 {
  width: 18%;
}

.col-15 {
  width: 15%;
}

.foot-col:not(:last-child) {
  border-right: 1px solid var(--color-dark-grey);
}

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

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

.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-black);
  min-width: unset;
  width: 100%;
}

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

.site-footer .foot-col .sm a {
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  margin: 12px 2px 0;
  display: inline-block;
  transition: 0.35s ease all;
}

.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;
}

.paygate-footer-logos-area {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5%;
}

.paygate-footer-logos {
  max-height: 50px;
}

.coffee-foot {
  background-color: var(--color-black);
  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-white);
}

.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-white);
  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-white);
  padding: 12px 15px 17px;
  margin-top: 10px;
  max-width: 200px;
}

.site-branding.affiliate span {
  display: block;
}

.warranty-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

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

.wlb-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px 20px 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-height: unset;
  overflow-y: unset;
}

.wlb-content {
  overflow-y: scroll;
  max-height: 450px;
  padding: 0 30px;
}

.wlb-closer {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #000;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 290px;
  transition: 0.35s ease all;
}

.wlb-closer:hover {
  color: #000000;
  background-color: #ffffff;
}

.chosen-dealer {
  border: none;
}

.dealers-list .instruction {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Industries / Solutions
--------------------------------------------------------------*/

.page-featured-image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 45px !important;
  margin-top: -50px;
  height: 600px;
  background-size: cover;
  background-position: center;
}

.page-featured-image .max-width {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-featured-image.white h1,
.page-featured-image.white h2,
.page-featured-image.white h3,
.page-featured-image.white p {
  color: var(--color-white);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.page-featured-image.black h1,
.page-featured-image.black h2,
.page-featured-image.black h3,
.page-featured-image.black p {
  color: var(--color-black);
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
}

.page-featured-image h1 {
  font-size: 44px;
  max-width: 580px;
  margin: 0;
}

.page-featured-image p {
  font-size: 17px;
}

.introduction {
  text-align: center;
  margin: 70px 0;
}

.introduction h1 {
  font-size: 38px;
}

.content-row.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.content-row.two-columns .row-image-block {
  width: 48%;
  background-size: cover;
  background-position: center;
  min-height: 615px;
  border-radius: 25px;
}

.content-row.two-columns:nth-child(2n + 2) .row-image-block {
  order: 2;
}

.content-row.two-columns .wrap {
  width: 45%;
}

.content-row .wrap h1 {
  margin-top: 0;
  font-size: 38px;
}

.content-row h5 {
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.3;
}

.content-row.one-column {
  text-align: center;
  margin: 30px 0;
}

.content-row.one-column img {
  width: 100%;
  border-radius: 25px;
  margin: 30px 0;
}

.page-related-products {
  margin-top: 80px;
  margin-bottom: 70px;
}

.page-related-products .head-wrap h2 {
  text-align: center;
  margin-bottom: 28px;
}

.page-related-products .flex {
  grid-template-columns: repeat(auto-fill, 25%);
}

.single-solution .content-row .button,
.single-industry .content-row .button {
  padding: 9px 24px 8px;
}

.content-row.two-columns .row-image-block.contain {
  background-size: contain;
  min-height: 425px;
  background-repeat: no-repeat;
}

/* WindFree */
.postid-10890 .page-featured-image {
  height: 340px;
}

.postid-10890 .content-row.one-column h5 {
  margin: -35px 0 120px;
}

.postid-10890 .content-row.two-columns:nth-child(2n + 2) .row-image-block,
.postid-10890 .content-row.two-columns:nth-child(2n + 3) .wrap {
  order: 1;
}

.postid-10890 .content-row.two-columns:nth-child(2n + 2) .wrap,
.postid-10890 .content-row.two-columns:nth-child(2n + 3) .row-image-block {
  order: 2;
}

.postid-10890 .content-row.two-columns .row-image-block {
  border-radius: 0;
}

.postid-10890 .content-row h1 + h3 {
  font-size: 25px;
  margin-top: -15px;
}

/* Hot Water */
.postid-10948 .content-row.two-columns .row-image-block {
  min-height: 415px;
}

.postid-10948 .content-row.two-columns:last-child .row-image-block {
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
# New Samsung Styles
--------------------------------------------------------------*/

body.post-type-archive-product #page {
  background-color: var(--color-light-grey);
  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-white);
  border-radius: 15px;
  padding: 20px 0 145px;
  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-white);
}

body.post-type-archive-product .single-product-block .backorder {
  top: 245px;
}

.single-product-block .usps {
  border-top: 1px solid var(--color-dark-grey);
  border-bottom: 1px solid var(--color-dark-grey);
  padding: 10px 0 17px;
}

.single-product-block .usp {
  text-align: left;
  color: var(--color-black);
  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-black);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#instalmentCalc {
  color: var(--color-black) !important;
  font-weight: bold !important;
}

.variation-select-button {
  display: inline-block;
  width: calc(50% - 10px);
  border: 1.5px solid var(--color-dark-grey);
  border-radius: 6px;
  text-align: center;
  color: var(--color-black);
  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-blue);
  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;
}

/*--------------------------------------------------------------
# Dealer Pages
--------------------------------------------------------------*/

.author #primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.author #primary .dealer-left-col,
.author #primary .dealer-right-col {
  width: 45%;
}

/*--------------------------------------------------------------
# 4Rent
--------------------------------------------------------------*/

#primary.rentals-page {
  max-width: unset !important;
  padding: 0 !important;
  margin-top: 138px;
}

.landing-banner {
  position: relative;
  height: 500px;
}

.landing_banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
}

.landing-content {
  font-size: var(--font-size-secondary-heading);
  font-weight: 700;
  max-width: 500px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.landing_banner-content > img {
  max-width: 320px;
  display: block;
  margin: auto;
}

.landing-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 650px;
  margin: 10px auto 40px;
}

.landing_logos-single {
  width: calc(50% - 25px);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.landing_logos-single:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -25px;
  width: 2px;
  height: 100%;
  background-color: #9c9c9f;
}

.landing_logos-single:first-child {
  background-position: right;
}

.landing_logos-single img {
  opacity: 0;
  max-height: 60px;
}

.landing-tagline {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.landing-tagline img {
  max-width: 200px;
}

.landing_banner-content .button {
  /*	font-size: 28px;*/
}

.about-rentals {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

#primary.rentals-page .pretitle {
  color: var(--color-black);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-size: var(--font-size-secondary-heading);
}

#primary.rentals-page h2 {
  color: var(--color-black);
  font-size: var(--font-size-primary-heading);
}

#primary.rentals-page h2 strong {
  font-weight: inherit;
  color: var(--color-black);
}

.about_rentals-content {
  max-width: 730px;
  margin: auto;
}

#primary.rentals-page p,
#primary.rentals-page ol,
#primary.rentals-page ul {
  /*	font-size: 20px;*/
  color: var(--color-black);
}

.rentals-how {
  background-color: #fff;
  padding: 0 0 80px;
}

.rentals-how .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rentals-how .left {
  width: calc(50% - 80px);
  background-size: cover;
  background-position: center;
}

.rentals-how .left,
.qualifying .right {
  min-height: 350px;
  border-radius: 20px;
}

.rentals-how .right {
  width: 50%;
}

.rentals_how-content h2 {
  margin-top: 10px;
  max-width: 450px;
}

#primary.rentals-page ol .button,
#primary.rentals-page ul .button {
  padding: 0 10px;
  font-weight: inherit;
  text-transform: unset;
  font-size: 20px;
  line-height: 1em;
}

.qualifying .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qualifying .left {
  width: 50%;
  background-size: cover;
  background-position: center;
}

.qualifying .right {
  width: calc(50% - 80px);
}

.qualifying-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 500px;
}

.why-rent {
  background-color: #fff;
  text-align: center;
  padding-top: 100px;
}

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

.why_rent-single {
  width: 31%;
  margin-bottom: 50px;
}

.why_rent-single img {
  object-fit: contain;
  height: 100px;
  object-position: center;
}

.why_rent-single h3 {
  margin-bottom: 0;
}

.why_rent-single p {
  max-width: 260px;
  margin: 5px auto 0;
  line-height: 1em;
  font-size: var(--font-size-body) !important;
  color: var(--color-black) !important;
}

.why-rent .button {
  font-weight: 400;
}

.rental-products .featured-products .head-wrap {
  display: none;
}

.rental-products .featured-products .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.rental-products .featured-products .flex .single-product-block {
  width: 25%;
  margin: 0;
}
.mobile-search {
  display: none;
}
/*--------------------------------------------------------------
# Shopper Experience Survey
--------------------------------------------------------------*/
.shopper-xp-survey .radio-xp-survey .gfield_radio {
  display: flex;
  justify-content: space-between;
}
.shopper-xp-survey .radio-xp-survey .gfield_radio .gform-field-label {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .shopper-xp-survey .radio-xp-survey .gfield_radio {
    display: block;
  }
}

/*--------------------------------------------------------------
# Find an Installer Page
--------------------------------------------------------------*/

.page-template-find-installer-form #caf {
  margin-top: 90px;
}

.page-template-find-installer-form .gform_wrapper.gravity-theme .gform_footer input {
  padding: 11px 45px 11px 45px !important;
  text-transform: capitalize;
}

.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single {
  background: transparent;
  background-color: #fff;
  border: 1px solid var(--color-black);
  box-shadow: unset;
  border-radius: 30px;
}

.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  background-image: none;
  border: 0px solid #aaa;
  box-shadow: unset;
}

.page-template-find-installer-form .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
  border: 0px solid #aaa;
  box-shadow: unset;
}

.page-template-find-installer-form label.gform-field-label {
  display: none !important;
}

.page-template-find-installer-form .ginput_container.ginput_container_radio label.gform-field-label,
.page-template-find-installer-form
  .ginput_container.ginput_container_checkbox
  label.gform-field-label {
  display: initial !important;
}

.page-template-find-installer-form .map,
.page-template-find-installer-form .form {
  width: calc(50% - 25px);
}

.page-template-find-installer-form .above .map {
  display: none;
}

.page-template-find-installer-form .max-width-container:not(#site-navigation) {
  display: flex;
  flex-wrap: wrap;
}

.page-template-find-installer-form .max-width-container.below {
  gap: 50px;
  justify-content: space-between;
}

.page-template-find-installer-form #caf h1.page-title {
  color: var(--color-black);
  text-align: center;
  font-family: "SamsungOne", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  padding-top: 110px;
  width: 100%;
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.page-template-find-installer-form #caf .content-area {
  max-width: 800px;
  margin: 0 auto;
}

.page-template-find-installer-form #caf .content-area p {
  color: var(--color-black);
  text-align: center;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  @media (max-width: 600px) {
    font-size: 17px;
    line-height: 20px;
  }
}

body.page-template-find-installer-form .secondary .landing-banner {
  height: 375px;
}

.installer-wrap {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}

.page-template-find-installer-form .site-info {
  margin-top: 0;
  border-top: none;
}

body.page-template-find-installer-form legend.gfield_label.gform-field-label {
  color: #6b6f6c;
  font-size: 15px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  float: left;
}

body.page-template-find-installer-form .gform_wrapper.gravity-theme .gfield_label,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .gform-field-label--type-inline {
  display: inline-block;
  font-family: "SamsungOne", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6b6f6c;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-style: normal;
  line-height: normal;
}

body.page-template-find-installer-form legend.gfield_label.gform-field-label {
  margin-left: 30px;
}

body.page-template-find-installer-form .gfield_radio {
  display: flex;
  gap: 20px;
}

body.page-template-find-installer-form .ginput_container.ginput_container_radio {
  display: inline-block;
  margin-left: 40px;
  padding-top: 5px;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .chosen-container-single
  .chosen-single {
  height: 41px;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  .ginput_container--name
  input,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  input.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  select.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  textarea.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .chosen-container-single
  .chosen-single
  span {
  color: #6b6f6c;
  font-family: "SamsungOne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  .ginput_container--name
  input::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  input.large::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  select.large::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  textarea.large::placeholder {
  color: #6b6f6c;
  font-family: "SamsungOne", sans-serif;
  font-size: 15px;
}

body.page-template-find-installer-form .gfield_radio > div,
body.page-template-find-installer-form .gfield_checkbox > div {
  position: relative;
}

body.page-template-find-installer-form .gfield_checkbox > div {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.page-template-find-installer-form .gfield_radio > div + div {
  margin-left: 20px;
}

/* Hide default radio input */
body.page-template-find-installer-form .gfield-choice-input[type="radio"],
body.page-template-find-installer-form .gfield-choice-input[type="checkbox"] {
  opacity: 0;
}

/* Style the label as a custom square */
body.page-template-find-installer-form .gfield-choice-input[type="radio"] + label,
body.page-template-find-installer-form .gfield-choice-input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* Square "radio" box */
body.page-template-find-installer-form .gfield-choice-input[type="radio"] + label::before,
body.page-template-find-installer-form .gfield-choice-input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 24px;
  height: 24px;
  border: 0px solid #ccc;
  background: #fff;
  border-radius: 0;
  top: 7px;
}

form#gform_17 {
  position: relative;
}

/* Inner check square */
body.page-template-find-installer-form .gfield-choice-input[type="radio"]:checked + label::after,
body.page-template-find-installer-form
  .gfield-choice-input[type="checkbox"]:checked
  + label::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 12px;
  width: 15px;
  height: 15px;
  background: var(--color-black);
}

#field_17_12 .ginput_container_text,
#field_17_19 .ginput_container_text,
#field_17_21 .ginput_container_text {
  position: relative;
}

#field_17_12 .ginput_container_text:after,
#field_17_19 .ginput_container_text:after,
#field_17_21 .ginput_container_text:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 20px;
  background-image: url("images/date.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  div
  b {
  background-image: url("images/search-find.svg") !important;
  background-position: 0 11px;
  background-size: 15px !important;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  div {
  width: 30px;
}

@media (max-width: 890px) {
  .page-template-find-installer-form .form {
    order: 2;
  }
  .page-template-find-installer-form .above .map {
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -50px;
  }
  .page-template-find-installer-form .below .map {
    display: none;
  }
  .page-template-find-installer-form .map,
  .page-template-find-installer-form .form {
    width: 100%;
  }
  .page-template-find-installer-form .installer-wrap {
    padding-bottom: 90px;
  }
}

#caf .page-title {
  text-align: center;
  padding-top: 50px;
  margin-top: 0;
}

#caf .content-area {
  padding-bottom: 50px;
}

#caf .shortcode-area {
  background-color: #ebebeb;
  padding: 30px 0px 90px;
}

#caf .shortcode-area .gfield_description a {
  text-decoration: underline;
}

#caf .shortcode-area h3.gsection_title {
  font-weight: 500;
  color: #19bdbe;
  font-size: 1.5em;
}

#caf .shortcode-area .gfield:first-child h3.gsection_title {
  margin-top: 0;
}

#caf .shortcode-area .gform_footer {
  float: none !important;
  margin-top: 30px;
  max-width: 135px !important;
}

#caf .shortcode-area .gform_required_legend {
  display: none;
}

#caf .gform_wrapper {
  display: block !important;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

#coffeerm-button {
  background-color: transparent;
  top: 28px;
  right: 30px;
  display: none;
  position: absolute;
  bottom: 0;
}

body.fourwaysrewards #coffeerm-button {
  right: 110px;
}

#coffeerm-button span {
  width: 33px;
  background-color: var(--color-black);
}

#responsive-menu-items {
  display: none;
  overflow-y: auto;
  max-width: 220px;
  min-width: 220px;
}

#responsive-menu-items::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2022/08/logo.png");
  width: 175px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 28px 20px 15px;
}

ul.responsive-menu-items {
  background-color: var(--color-white);
  padding: 0;
}

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-black);
  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-blue);
  color: var(--color-white);
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 8px solid var(--color-black);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0px solid var(--color-black);
  top: 12px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 8px solid var(--color-white);
  border-right: 0px solid var(--color-white);
}

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.black {
  order: 100;
}

ul.responsive-menu-items li.black a {
  background-color: var(--color-black);
  color: var(--color-white);
}

ul.responsive-menu-items li.blue a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

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: "SamsungOne", sans-serif;
  font-size: 30px;
  color: var(--color-black) !important;
}

body .caffeine_search-close {
  right: 25px !important;
  top: 25px !important;
}

body.caffeine_search_scheme_light .caffeine_search-close > span {
  background-color: var(--color-black) !important;
}

body .caffeine_search-form .search-submit {
  font-family: "SamsungOne", sans-serif;
  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-blue) !important;
  color: var(--color-white) !important;
  background-color: var(--color-blue) !important;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-submit:hover {
  border-color: var(--color-blue) !important;
  background-color: var(--color-blue) !important;
}

@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: 1023px) {
  /*fix later*/
  .landing-blocks .advertising-space.block-33,
  .newsletter .advertising-space.block-25,
  .advertising-space.block-shop,
  .advertising-space.product-cat-banner {
    display: none;
  }
  .home-banner-flex {
    display: block;
    text-align: center;
  }
  .home-banner-flex > img,
  .home-banner-flex > a,
  .home-banner-flex > a img {
    margin: 0 auto;
    width: 100% !important;
    max-width: 320px !important;
  }
  .home-banner-flex > img,
  .home-banner-flex > a {
    margin: 30px auto;
  }
  /* to remove */
  #slick-slide00::before {
    width: 155px;
    height: 36px;
  }
  #slick-slide00::after {
    width: 160px;
    height: 65px;
  }
  #coffeerm-button,
  #responsive-menu-items,
  .responsive-menu-items {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .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;
  }
  .new-products {
    width: 100%;
    margin-right: 0;
  }
  .top-seller-products {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .top-seller-products .head-wrap {
    width: 100%;
  }
  .top-seller-product {
    width: 48%;
    border-bottom: none !important;
  }
  .newsletter {
    margin: 35px 0 40px;
  }
  .newsletter .advertising-space {
    min-height: unset;
    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: 35px;
  }
  .coffee-foot {
    text-align: center;
    margin-bottom: 37px;
  }
  .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;
  }
  #primary.rentals-page {
    margin-top: 95px;
  }
  .rental-products .featured-products .flex .single-product-block {
    width: 50%;
    margin-bottom: 20px;
  }
  .single-product-block:nth-child(2) {
    border-right: none;
  }
  .rentals-how .right,
  .qualifying .left {
    width: 54%;
  }
  #responsive-menu .caffeine_search-menu_button {
    display: none;
  }
  .mobile-search {
    display: block;
    position: absolute;
    right: 90px;
    top: 33px;
  }
  .mobile-search a i {
    color: #000;
  }
}

@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-light-grey);
  }
  .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-content {
    padding-left: 0;
  }
  .post-112 .right-block {
    width: 100%;
    padding-left: 0;
    margin-top: -10px;
  }
  .accordion-header h3 {
    padding-right: 5px;
  }
  .accordion-header::after {
    right: 0;
  }
  #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;
  }
  .wishlist-slider .flex {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .wishlist-slider .single-product-block:nth-child(3n + 3) {
    border-right: 1px solid var(--color-dark-grey);
  }
  .wishlist-slider .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;
  }
  .landing-banner {
    height: 400px;
  }
  .about-rentals {
    padding: 38px 0 30px;
  }
  .rentals-how .left,
  .qualifying .right {
    width: 100%;
    margin-bottom: 22px;
  }
  .rentals-how .right,
  .qualifying .left {
    width: 100%;
  }
  .qualifying .right {
    order: 1;
  }
  .qualifying .left {
    order: 2;
  }
  .rentals-how {
    padding: 0 0 40px;
  }
  .rentals_how-content h2 {
    max-width: unset;
  }
  .why-rent {
    padding-top: 0;
  }
  .rental-products .featured-products .flex {
    margin-top: 70px;
  }
  .landing_logos-single {
    width: 100%;
  }
  .landing_logos-single:first-child {
    background-position: center;
    margin-bottom: 15px;
  }
  .landing_logos-single:nth-child(n + 2)::before {
    display: none;
  }
  .landing_logos-single:last-child img {
    max-width: 220px;
  }
}

@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-dark-grey);
  }
  body.woocommerce:not(.single-product)
    ul.products
    li.product:nth-child(3n + 3)
    .single-product-block {
    border-right: 1px solid var(--color-dark-grey);
  }
  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%);
  }
}

@media (max-width: 640px) {
  .new-products .flex {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .new-products .flex .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% - 135px);
  }
  .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;
  }
  .wishlist-slider .flex {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .wishlist-slider .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;
  }
  .home-slider p br {
    display: none;
  }
  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;
  }
  .author #primary .dealer-left-col,
  .author #primary .dealer-right-col {
    width: 100%;
  }
  .why_rent-single {
    width: 48%;
  }
  .rental-products .featured-products .flex .single-product-block {
    width: 100%;
    border-right: 0 !important;
  }
  #primary.rentals-page {
    margin-top: 85px;
  }
  .landing-banner {
    height: 300px;
  }
}

@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-light-grey);
    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;
  }
  .on-sale-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-lightbox.wishlist-logged-in .form-lightbox-content {
    padding-bottom: 44px;
  }
  .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;
  }
  .chosen-dealer {
    text-align: left;
    padding: 0;
  }
}

@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;
  }
}
