/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #55565b;
  font-size: 15px;
  margin: 0;
}

.post,
.page {
  margin: 0;
}

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

button,
input,
select,
optgroup,
textarea {
  font-family: "Roboto", sans-serif;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  color: #55565b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*text-transform: uppercase;*/
}

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

mark,
ins {
  background: transparent;
}

fieldset {
  padding: 0 20px 20px;
}

.max-width-container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.entry-footer {
  display: none;
}

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

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

/*
-------------------------------------------------------------|
                                                      HEADER |
-------------------------------------------------------------|
*/

.header-buttons {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #55565b;
  height: 50px;
}

.top-menu {
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  /*top: 50px;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.top-menu .max-width-container {
  position: relative;
}

.site-branding {
  float: left;
}

.site-branding a {
  display: block;
  margin-top: 15px;
}

.site-branding img {
  display: block;
  max-width: 170px;
}

#masthead .wrap {
  float: right;
}

.site-search {
  display: inline-block;
  vertical-align: middle;
}

.site-search .site-search-text-field {
  border-radius: 22px;
  border-width: 1px;
  border-color: #56575c;
  float: left;
  height: 35px;
  padding: 0 20px;
  width: 200px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.site-search form>.ui-selectmenu-button {
  background-color: #ffffff;
  float: left;
  height: 57px;
  border-radius: 0;
  border-width: 1px;
  border-color: #ccc;
  color: #afafaf;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  min-width: 175px !important;
  position: relative;
  border-left-width: 0;
}

.site-search form>.ui-selectmenu-button .ui-icon {
  display: none;
}

.site-search form>.ui-selectmenu-button .ui-selectmenu-text {
  width: 100%;
  margin-top: 15px;
  padding-left: 20px;
}

.site-search form>.ui-selectmenu-button .ui-selectmenu-text::after {
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #ccc;
}

.site-search input[type="submit"] {
  background-color: #56575c;
  border-radius: 0;
  border-width: 0;
  height: 35px;
  width: 35px;
  font-size: 1px;
  color: transparent;
  background-image: url("/wp-content/uploads/2021/01/search.png");
  background-repeat: no-repeat;
  background-position: 8px;
  cursor: pointer;
  float: left;
  background-size: 15px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.site-search input[type="submit"]:hover {
  background-color: #404040;
}

.site-search form {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.ui-selectmenu-menu {
  z-index: 999999 !important;
  border-width: 0;
}

.ui-selectmenu-menu .ui-menu {
  z-index: 9999999;
  border-radius: 0;
  border-width: 0 !important;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  list-style: none;
  padding: 0;
  max-width: 200px;
}

.ui-selectmenu-menu li {
  padding: 3px 10px;
}

.shop-now-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.shop-now-button a {
  background-color: #53a9da;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 5px 18px 0;
  letter-spacing: 0;
  height: 32px;
  border-radius: 15px;
  font-weight: 500;
  -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;
}

.shop-now-button a:hover {
  background-color: #98c254;
}

.header-account-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  float: right;
}

.header-account-buttons span {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-account-buttons img {
  object-fit: contain;
  width: 25px;
  height: 25px;
  object-position: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  display: inline-block;
  vertical-align: middle;
}

.header-account-buttons li {
  margin: 0 -3px;
  display: inline-block;
  position: relative;
  border-left: 2px solid #4b4c51;
  border-right: 2px solid #4b4c51;
  height: 50px;
  padding: 12px 20px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.header-account-buttons li:hover {
  background-color: #4b4c51;
}

.header-account-buttons>li:last-child a::before {
  content: attr(data-cart-count);
  position: absolute;
  right: 9px;
  top: 5px;
  background-color: #98c254;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  font-weight: 900;
  border-radius: 100%;
  text-align: center;
  z-index: 9;
}

.header-account-buttons>li:last-child a[data-cart-count="0"]::before {
  display: none;
}

.account-buttons {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding-left: 0;
}

.account-buttons li {
	display: inline-block;
	vertical-align: middle;
}

.account-buttons li:last-child {
	margin-left: 7px;
}

.account-buttons a {
	position: relative;
}

.account-buttons li:last-child a::before {
	content: attr(data-cart-count);
	position: absolute;
	left: 12px;
	top: 10px;
	background-color: #98c254;
	color: #ffffff;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
	font-weight: 900;
	border-radius: 100%;
	text-align: center;
	z-index: 9;
}

.account-buttons li:last-child a[data-cart-count="0"]::before {
  display: none;
}

.account-buttons img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	max-height: 25px;
	display: block;
}

.home-featured-image {
  width: 100%;
  height: calc(100vh - 130px);
  background-size: cover;
  background-position: top;
  margin-top: 85px;
  position: relative;
}

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

.home-banner-slide {
  height: calc(100vh - 130px);
  background-size: cover;
  background-position: top;
}

.home-featured-image .wrap {
  width: 100%;
  float: none !important;
  position: absolute;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-featured-image h2 {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
}

.home-featured-image a {
  background-color: #98c254;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.home-featured-image a:hover {
  background-color: #53a9da;
  color: #fff;
}

.home-page-slider {
  /*margin-top: 137px;
	margin-top: 85px;*/
  height: 200px;
}

.hp-single-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  /*box-shadow: inset 0 -300px 200px -100px rgba(0,0,0,0.5);*/
  height: 200px !important;
}

/*.hp-single-slide::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}*/

.hp-single-slide:hover {
  cursor: pointer;
}

/*.hp-single-slide:hover::after {
	opacity: 1;
}*/

.hp-slide-content {
  width: 100%;
  position: absolute;
  /*top: 65%;*/
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hps-arrow {
  position: absolute;
  z-index: 9;
  height: 50px;
  cursor: pointer;
  width: 30px;
  top: calc(50% - 25px);
}

.hps-arrow.prev {
  left: 20px;
}

.hps-arrow.next {
  right: 20px;
}

.hps-arrow.prev::after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.9);
  top: 14px;
  left: 8px;
}

.hps-arrow.next::after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
  top: 14px;
  right: 8px;
}

.hp-slide-content h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0;
}

.hp-slide-content h2 strong {
  font-weight: 500;
}

/*.hp-slide-content img {
	text-align: center;
	margin: 0 auto 10px;
}*/

.hp-slide-content img {
  text-align: center;
  margin: 0 auto 10px;
  max-height: 35px;
  max-width: 200px;
}

.hp-slide-content button {
  display: inline-block;
  background-color: #98c254;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  padding: 7px 20px 6px;
  margin: 20px 5px 0;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: none;
  border: none;
  -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;
}

.hp-single-slide:hover button {
  background-color: #53a9da;
}

.choose-category.max-width-container {
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
  max-width: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.choose-category h3 {
  background-color: #55565b;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 30px 25px;
  width: 17%;
  line-height: 1;
  height: 103px;
  vertical-align: top;
  display: block;
  margin: 0;
}

.choose-category a {
  background-color: #e1e1e1;
  display: inline-block;
  vertical-align: top;
  color: #55565b;
  text-transform: uppercase;
  font-size: 20px;
  height: 103px;
  padding: 37px 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-right: 1px solid #55565b;
  width: calc(83% / 6);
  margin: 0;
  -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;
}

.choose-category a:last-child {
  border-right: 0;
}

.choose-category a:hover {
  background-color: #eee;
}

.choose-category.max-width-container.product-cat-list {
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.choose-category.max-width-container.product-cat-list h3 {
  padding: 20px 25px;
  height: auto;
  font-size: 18px;
  width: auto;
}

.choose-category.max-width-container.product-cat-list a {
  display: block;
  line-height: 1.2;
  width: auto;
  padding: 28px 25px;
  height: auto;
  font-size: 16px;
}

.sticky-menu {
  position: sticky;
  position: -webkit-sticky;
  top: 170px;
  margin-top: -40px;
  z-index: 999;
}

.sticky-menu #site-navigation {
  float: none;
}

#primary-menu {
  display: flex;
}

#primary-menu li {
  float: none;
  flex-grow: 1;
  text-align: center;
  margin: 12px 9px;
  -webkit-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

#primary-menu li a {
  color: #56575c;
  text-transform: uppercase;
  padding: 20px 0px;
  position: relative;
  top: 0;
  font-size: 18px;
  -webkit-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

#masthead~#content {
  /*margin-top: 135px;*/
  margin-top: 85px;
}

body.home #masthead~#content {
  margin-top: 0;
}

.main-navigation {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexColumn {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.flexRowReverse {
  flex-direction: row-reverse;
}

.flexJustifyBetween {
  justify-content: space-between;
}

.flexCenterHorizontal {
  justify-content: center;
}

.flexRightHorizontal {
  justify-content: right;
}

.flexCenterVertical {
  align-items: center;
}

.flexBottomVertical {
  align-items: flex-end;
}

.backgroundImage {
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroundImage.imgCenter {
  background-position: center;
}

.backgroundImage.imgLeft {
  background-position: left;
}

.home .site-content.max-width-container {
  max-width: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
}

.dealers.headerBrandArea {
  width: 100%;
  overflow: hidden;
}

.headerBrandArea {
  width: 65%;
  overflow: hidden;
}

.headerImage {
  width: 35%;
}

.headerImage .backgroundImage {
  height: 100%;
}

.headerImage .slick-list.draggable,
.headerImage .slick-track {
  display: flex;
  height: 100%;
}

.headerImage.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.headerImage .slick-dots {
  bottom: 10px !important;
  text-align: right;
  padding: 0 10px;
}

.headerImage .slick-dots li {
  margin: 0 !important;
}

.headerImage .slick-dots button:before {
  font-size: 40px !important;
}

.headerArea {
  margin-top: 85px;
  min-height: 65vh;
}

.headerBrand {
  padding: 40px 30px;
  text-align: center;
}

.headerBrandProductImg {
  width: 180px;
}

.headerBrandLogoContainer {
  height: 120px;
  padding: 20px 0;
}

.brandIndex0 {
  background-color: #fff;
  transition: all 0.2s linear;
}

.brandIndex1 {
  background-color: #ebebeb;
  transition: all 0.2s linear;
}

.brandIndex2 {
  background-color: #d7d7d7;
  transition: all 0.2s linear;
}

.brandIndex0:hover,
.brandIndex1:hover,
.brandIndex2:hover {
  transform: scale(1.05);
}

.homeSectionBreakOne {
  padding: 30px 8%;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}

.cta.buttonGroup {
  margin: 70px 0 20px 0;
}

.cta.buttonGroup .button:hover,
.cta.buttonGroup .button {
  font-size: 1.4em;
}

.cta.buttonGroup>div {
  margin: 0 10px;
}

.homeSectionBreakOne .buttonGroup {
  flex-direction: row;
}

.homeSectionBreakOne .buttonGroup>div {
  margin: 0 10px;
}

/* 
.homeSectionBreakTwo > .sectionInfo > h1 {
  font-style: italic;
  font-weight: normal;
  color: #fff;
  line-height: 1em;
} */

.uspContainer {
  padding: 70px 5%;
  background-color: #ebebeb;
}

.uspTitle {
  margin-bottom: 50px;
  margin-top: 20px;
}

.uspTitle,
.mapSection>h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

.uspItem h2 {
  font-weight: normal;
  line-height: 1.3em;
  font-size: 25px;
  margin-top: 10px;
}

.uspItemContainer {}

.page-id-839 .uspItem {
  width: 33.33%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.uspItem {
  width: 16.66%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.uspButton {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.homeSectionBreakOne .sectionTitle {
  margin: 0 15%;
}

.homeSectionBreakOne .sectionTitle>h2 {
  font-size: 28px;
  font-weight: normal;
}

.homeSectionBreakThree .sectionReviewsContainer {
  width: 100%;
  padding: 30px 5%;
}

.homeSectionBreakTwo .sectionBrandContainer {
  width: 50%;
  padding: 70px 5% 100px 5%;
}

.mapSection {
  margin-top: -26px;
  background-color: #eee;
}

.mapSection>h2 {
  padding-top: 50px;
}

.homePageMapContainer {
  margin: 0 5% 0 5%;
}

.mapArea {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #55565b;
  height: 50px;
  border: 0;
}

.mapArea:focus-visible {
  border: 0;
  outline: 0;
}

.grayBackground {
  background-color: #55565b;
}

span.buttonHeading.clear {
  background-color: transparent;
  color: #55565b;
  font-weight: 500;
  font-size: 1.8em;
  border: 2px solid #55565b;
  display: inline-block;
  padding: 11px 22px 10px;
  border-radius: 40px;
  min-width: 145px;
}

a.button.blue:hover,
a.button.green {
  background-color: #99c456;
  border: 2px solid #99c456;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 7px 17px 6px;
  border-radius: 40px;
  min-width: 145px;
  -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;
}

a.button.green:hover,
a.button.blue {
  background-color: #29abdf;
  border: 2px solid #29abdf;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 7px 17px 6px;
  border-radius: 40px;
  min-width: 145px;
  -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;
}

a.button.clear {
  background-color: #55565b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 7px 17px 6px;
  border-radius: 40px;
  min-width: 145px;
  -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;
}

a.button.clear:hover {
  background-color: #fff;
  color: #55565b !important;
}

.home #colophon {
  margin-top: 0;
}

/*
-------------------------------------------------------------|
                                                  FRONT PAGE |
-------------------------------------------------------------|
*/

.brand-slider {
  margin-top: 50px;
  clear: both;
}

.single-brand img {
  object-fit: contain;
  object-position: center center;
  width: 210px;
  height: 100px;
  margin: auto;
}

.brands-page .single-brand img {
  opacity: 0.5;
  -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;
}

.brands-page .single-brand.slick-current img {
  opacity: 1;
}

.fa-chevron-left.slick-arrow,
.fa-chevron-right.slick-arrow {
  position: absolute;
  z-index: 9;
  height: 30px;
  cursor: pointer;
  width: 30px;
  top: calc(50% - 6px);
}

.fa-chevron-left.slick-arrow {
  left: -7px;
}

.fa-chevron-right.slick-arrow {
  right: -25px;
}

.brand-arrow.prev::after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.9);
  top: 14px;
  left: 8px;
}

.brand-arrow.next::after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.9);
  top: 14px;
  right: 8px;
}

.brand-arrow.prev:hover::after {
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

.brand-arrow.next:hover::after {
  border-left: 10px solid rgba(0, 0, 0, 0.5);
}

.triblocks {
  margin-top: 50px;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  position: relative;
}

.triblocks>.left,
.triblocks>.right,
.triblocks .bottom {
  background-size: cover;
  background-position: center;
}

.triblocks>.left,
.triblocks>.right {
  float: left;
  height: 450px;
  position: relative;
  width: 50%;
}

.triblocks .right,
.triblocks .bottom {
  height: 450px;
  position: relative;
}

.triblocks .left {
  background-image: url("/wp-content/uploads/2021/01/Delivery-image.jpg");
}

.triblocks .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.triblocks .right {
  /*background-image: url('/wp-content/uploads/2021/01/Pickup.png');*/
  background-color: #54565b;
  background-size: 700px;
  background-repeat: no-repeat;
}

.triblocks .bottom {
  height: 450px;
  position: relative;
  background-color: #55565b;
  float: left;
  width: 50%;
}

.triblocks .bottom::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2020/02/small-circle.png");
  width: 105px;
  height: 105px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100px;
  bottom: -130px;
}

.triblocks .bottom::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2020/02/big-circle.png");
  width: 165px;
  height: 165px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: -60px;
}

.triblock-content {
  position: relative;
  color: #ffffff;
}

.triblock-content strong {
  color: #53a9da;
}

.triblocks .left .triblock-content {
  width: 100%;
  max-width: 570px;
  text-align: left;
  margin: 0 auto;
  padding: 60px 30px;
}

.triblocks .right .triblock-content,
.triblocks .bottom .triblock-content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 30px;
  overflow: auto;
}

.triblock-content h2 {
  margin: 0 0 10px;
  color: #55565b;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.2;
}

.triblock-content p {
  color: #55565b;
  margin: 0 !important;
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.2;
  max-width: 375px;
  margin-bottom: 8px !important;
}

.triblocks .right .triblock-content h2,
.triblocks .right .triblock-content p,
.triblocks .bottom .triblock-content h2 {
  color: #fff;
}

.triblocks .right .triblock-content h2 {
  max-width: 200px;
}

.triblocks .bottom .triblock-content h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}

.triblocks .bottom .triblock-content p {
  font-size: 17px;
  color: #fff;
}

.triblock-content p a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: #99c456;
  padding: 8px 20px 7px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 20px;
  -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;
}

.triblock-content p a:hover,
.triblocks .right .triblock-content p a {
  background-color: #53a9da;
}

.triblocks .right .triblock-content p a {
  margin-top: 8px;
}

.triblocks .right .triblock-content p a:hover {
  background-color: #99c456;
}

.mapwrap {
  position: relative;
}

.list-wrap {
  float: left;
  width: calc(100% - 371px);
  padding-right: 20px;
}

.mapwrap ol.list {
  list-style: none;
  padding: 0;
  position: relative;
  min-height: 35px;
  margin-top: -3px;
}

.mapwrap ol.list li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 19px;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.mapwrap ol.list li.hover {
  opacity: 1;
}

.mapwrap ol.map {
  background-image: url("/wp-content/uploads/2021/01/Map.png");
  background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  width: 371px;
  height: 349px;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  float: left;
}

.mapwrap ol.map li {
  background-image: url("/wp-content/uploads/2021/01/Location-Icon-Selected.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mapwrap ol.map li.hover {
  -webkit-filter: none;
  filter: none;
}

.mapwrap ol.map li.brisbane {
  bottom: 63%;
  right: 17%;
}

.mapwrap ol.map li.melbourne {
  bottom: 16%;
  right: 19%;
}

.mapwrap ol.map li.perth {
  left: 18%;
  top: 35%;
}

.mapwrap ol.map li.sydney {
  right: 13%;
  bottom: 32%;
}

.featured-products {
  text-align: center;
  padding: 10px 0 30px;
}

.featured-products>h2 {
  text-align: center;
  margin: 50px 0 0;
  font-size: 35px;
  position: relative;
  color: #55565b;
  font-weight: 400;
  display: inline-block;
}

.featured-products>h2 span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 30px;
}

.featured-products>h2+a {
  text-transform: uppercase;
  color: #53565b;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  padding: 4px 30px 4px 10px;
  display: inline-block;
  margin-top: 0;
  border-radius: 0;
}

.featured-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 28px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.featured-product {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.1);
  position: relative;
  width: calc(25% - 28px);
  text-align: center;
}

.featured-product .image-container {
  padding: 25px;
}

.featured-product .ft-img {
  object-fit: contain;
  height: 200px;
  width: 100%;
}

.featured-product .wishlist-icon {
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 0.7;
}

.featured-product .next-day-delivery-icon {
  position: absolute;
  top: 50px;
  right: 20px;
}

.featured-product .wishlist-icon img,
.featured-product .next-day-delivery-icon img {
  width: 21px;
}

.featured-product .text-container {
  padding: 0 20px;
}

.buy-links {
  padding-bottom: 38px;
}

.buy-links a {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  margin: 3px;
  -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;
}

.buy-links a.blue,
.buy-links a.green:hover {
  background-color: #53a9da;
}

.buy-links a.green,
.buy-links a.blue:hover {
  background-color: #98c254;
}

.buy-links a:last-of-type:first-of-type {
  width: 100%;
}

.featured-product .text-container h3 {
  margin: 0 auto;
  font-size: 19px;
  max-width: 270px;
  color: #626367;
  font-weight: 500;
  line-height: 1.2;
  min-height: 70px;
  margin-bottom: 22px;
}

.featured-product .text-container p {
  margin: 0;
}

.featured-product .text-container .sku-code {
  color: #666;
  font-size: 13px;
  margin: 5px 0;
}

.featured-product .text-container .archive-price {
  font-size: 18px;
  font-weight: 500;
  color: #626367;
  margin: 10px 0 15px;
  font-weight: 400;
}

.featured-product .text-container .view-more {
  color: #56575b;
  display: block;
  margin: 5px 0 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.deal-of-the-week {
  margin-top: 100px;
  background-image: url(/wp-content/themes/kmh/images/deal-of-the-week.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 25px;
}

.deal-of-the-week .floated-content {
  background-color: #ffffff;
  width: 90%;
  max-width: 820px;
  padding: 25px;
  margin: auto;
}

.deal-of-the-week .left {
  width: 350px;
  position: relative;
  float: left;
}

.deal-of-the-week .right {
  width: calc(100% - 350px);
  float: left;
  padding-left: 25px;
}

.deal-of-the-week .left img {
  object-fit: cover;
  height: 350px;
  width: 350px;
}

.sale-percentage {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 700;
  background-color: #ffffff;
  padding: 2px 15px 1px;
}

.sale-percentage::before {
  content: "-";
}

.deal-of-the-week .right h3 {
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.deal-of-the-week .right h2 {
  font-weight: 400;
  margin: 0;
  font-size: 32px;
}

.deal-of-the-week .right .sale-content {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 3px;
}

.deal-of-the-week .buy-links {
  width: 320px;
}

.dw-cost {
  font-weight: 600;
  font-size: 19px;
  margin: 8px 0;
}

.dw-cost .new {
  color: #fb0d1b;
}

.dw-cost .old {
  text-decoration: line-through;
  margin-left: 10px;
}

.onsale {
  position: absolute;
  left: 15px;
  z-index: 9;
  background-color: #52a7db;
  padding: 3px 14px 2px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 17px;
  top: 15px;
}

.sale-expiration span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 100%;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: 10px 20px 0 0;
}

.sale-expiration span::after {
  content: attr(data-desc);
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  left: 0;
  top: calc(100% + 5px);
  line-height: 1;
  width: 100%;
  text-align: center;
}

.call-to-action {
  text-align: center;
}

.call-to-action .col {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 3px);
  padding: 80px 30px;
}

.call-to-action h2 {
  margin: 20px 0 0;
  color: #55565b;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.2;
}

.call-to-action p {
  font-size: 18px;
  max-width: 335px;
  margin: 8px auto 20px;
  line-height: 1.3;
}

.call-to-action .our-warranty p,
.call-to-action .start-shopping p {
  max-width: 210px;
}

.call-to-action a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding: 7px 17px 6px;
  border-radius: 20px;
  min-width: 145px;
  -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;
}

.call-to-action a.green,
.call-to-action a.blue:hover {
  background-color: #99c456;
}

.call-to-action a.blue,
.call-to-action a.green:hover {
  background-color: #29abdf;
}

/*
-------------------------------------------------------------|
                                                      FOOTER |
-------------------------------------------------------------|
*/

#colophon {
  background-color: #55565b;
  color: #ffffff;
  padding-top: 50px;
  margin-top: 50px;
}

.footer-faq-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #54555a;
  padding-top: 55px;
  margin-top: 40px;
  padding-bottom: 20px;
}

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

.footer-faq-content:not(:last-child) {
  border-right: 1px solid #54555a;
}

.footer-faq-content h3 {
  color: #626367;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-faq-content p {
  color: #626367;
  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: #626367;
}

.site-footer .max-width-container {
  padding-bottom: 60px;
  max-width: 1160px;
}

.site-footer .col ul {
  list-style: none;
  padding: 0;
}

.site-footer .col {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.site-footer .col:nth-child(3) {
  width: 18%;
}

.site-footer .col.contact-details {
  width: calc(25% - 15px);
}

.site-footer .col.contact-details p {
  margin: 0;
}

.site-footer .col.contact-details p:nth-child(n + 2) {
  font-weight: 400;
  font-size: 14px;
}

.site-footer .col.contact-details hr {
  margin: 10px 0;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.1);
}

.site-footer .col.search {
  width: 21%;
  text-align: right;
  margin-left: 25px;
}

.site-footer .col.search input::placeholder {
  color: #fff !important;
}

.site-footer .col.search img {
  max-width: 80px;
  display: inline-block;
  margin: 12px 0 0 10px;
  vertical-align: middle;
}

.site-footer .col.search img:first-of-type {
  max-width: 95px;
  position: relative;
  top: -3px;
}

.site-footer .col a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.site-footer .col.contact-details a strong {
  font-weight: 500;
}

.site-footer .col.contact-details a {
  font-weight: 400;
}

.site-footer .col a.green {
  background-color: #98c254;
  padding: 4px 15px 3px;
  display: inline-block;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 18px;
  -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;
}

.site-footer .col a.green:hover {
  background-color: #53a9da;
}

.site-footer .col.search .site-search {
  padding-right: 0;
}

.site-footer .col.search .site-search .site-search-text-field {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 250px;
}

.col.search .site-search input[type="submit"] {
  background-color: transparent;
}

.coffee-foot {
  background-color: #3c3d41;
  text-align: center;
  padding: 15px;
}

.coffee-foot a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

/*
-------------------------------------------------------------|
                                             PRODUCT ARCHIVE |
-------------------------------------------------------------|
*/

body ul.products {
  display: flex;
  flex-wrap: wrap;
}

.archived-product {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.1);
  position: relative;
  max-width: 330px;
  text-align: center;
  height: 100%;
}

.archived-product .image-container {
  padding: 25px;
}

.archived-product .ft-img {
  object-fit: contain;
  height: 200px;
  width: 100%;
}

.archived-product .wishlist-icon {
  position: absolute;
  top: 25px;
  right: 20px;
}

.archived-product .tinv-wraper {
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 2;
}

.archived-product+.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart {
  display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 30px;
}

ul.products li.product .archived-product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

ul.products {
  width: 100%;
}

.archived-product .tinv-wraper .tinvwl_add_to_wishlist-text {
  display: none;
}

.archived-product .next-day-delivery-icon {
  position: absolute;
  top: 50px;
  right: 20px;
}

.archived-product .wishlist-icon img,
.archived-product .next-day-delivery-icon img {
  width: 21px;
}

.full-buy-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: transparent;
}

.archived-product .text-container {
  padding: 0 20px;
}

.archived-product .text-container h3 {
  margin: 0 auto;
  font-size: 19px;
  max-width: 255px;
  color: #626367;
  font-weight: 500;
  line-height: 1.2;
  min-height: 70px;
}

.archived-product .text-container p {
  margin: 0;
}

.archived-product .text-container .sku-code {
  color: #666;
  font-size: 13px;
  margin: 5px 0;
}

.archived-product .text-container .archive-price {
  font-size: 20px;
  font-weight: 500;
  color: #626367;
  margin: 8px 0 0;
  font-weight: 500;
}

.archived-product .text-container .view-more {
  color: #56575b;
  display: block;
  /* margin: 5px 0 16px; */
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0 16px;
}

.archived-product .buy-links a.green {
  display: inline-block;
  margin-top: 12px;
  padding: 2px 18px;
}

body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.search #primary,
body.tax-product_tag #primary {
  width: calc(100% - 320px);
  float: right;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
  display: none;
}

#secondary {
  float: left;
  width: 300px;
  margin-top: 45px;
  background-color: #e4e4e4;
  padding: 10px 10px 18px;
  position: relative;
}

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

#secondary .product-categories ul {
  /* 	display: none; */
  padding: 7px 4px 0;
}

#secondary .product-categories>li>a {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 2px 15px;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  color: #55555c;
  font-weight: 700;
}

#secondary .product-categories>li.cat-parent>a::after,
#woocommerce_price_filter-2 .widget-title::after {
  content: "\f054";
  position: absolute;
  right: 14px;
  top: 5px;
  font-family: "FontAwesome";
  font-size: 0.8em;
}

#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,
#woocommerce_price_filter-2 .open .widget-title::after {
  top: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

#secondary .product-categories .children a::after {
  content: "";
  background-color: #e6e6e6;
  position: absolute;
  top: 8px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #c6c6c8;
  -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;
}

#secondary .product-categories .children a:hover::after,
#secondary .product-categories .children .current-cat a::after {
  background-color: #c6c6c8;
  border-color: #c6c6c8;
}

#secondary .product-categories>.current-cat>.children,
#secondary .product-categories>.current-cat-parent>.children {
  display: block;
  margin-top: 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;
}

#woocommerce_price_filter-2 .widget-title {
  display: block;
  background-color: transparent;
  color: #55555c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 15px;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 7px;
}

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

.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;
  position: absolute;
  right: 25px;
  bottom: 30px;
  line-height: 1em;
}

.widget_price_filter .price_slider_amount .button {
  background-color: #53a9da;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  border-width: 0;
  letter-spacing: 1px;
  padding: 7px 15px;
  line-height: 1em;
  cursor: pointer;
  border-radius: 15px;
  font-weight: 700;
  -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;
}

.widget_price_filter .price_slider_amount .button:hover {
  background-color: #98c254;
}

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

.cat-item.cat-item-25.cat-parent,
.cat-item.cat-item-24.cat-parent,
.cat-item.cat-item-15 {
  display: none;
}

.products-per-page {
  float: left;
  margin: 6px 0;
}

.woocommerce-ordering {
  float: right;
  position: relative;
  top: 6px;
}

.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-text,
.woocommerce-ordering .ui-selectmenu-text {
  text-align: center;
  margin-right: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.woocommerce-result-count {
  float: left;
  margin: 0;
  padding-top: 4px;
}

.woocommerce-pagination {
  float: right;
}

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

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

.woocommerce-pagination .page-numbers {
  background-color: #ffffff;
  border-left: 1px solid #878787;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #878787;
}

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

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

body.post-type-archive-product .brand-slider,
body.tax-product_cat .brand-slider,
body.single-product .brand-slider,
.footer-brands .brand-slider,
body.tax-product_tag .brand-slider {
  position: relative;
  top: 30px;
  margin-bottom: 0px;
  padding: 50px 0 30px;
  border-top: 1px solid #d3d3d3;
}

/*
-------------------------------------------------------------|
                                              SINGLE PRODUCT |
-------------------------------------------------------------|
*/

.woocommerce-breadcrumb {
  padding: 30px 0px;
  font-size: 18px;
}

.woocommerce-breadcrumb i {
  margin: 0 5px;
}

.woocommerce-product-gallery {
  background-color: #ffffff;
  width: 450px;
  float: left;
  padding: 15px;
}

.woocommerce-product-gallery {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 100%;
  text-align: center;
  padding: 0 10px 10px !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.75% !important;
  border: 1px solid #e8e8e8;
  margin: 5px;
  padding: 8px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  -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;
}

img.wp-smiley,
img.emoji {
  opacity: 0 !important;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #56575c;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #56575c;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

body .pswp {
  z-index: 9999;
}

body .pswp__caption {
  display: none;
}

body.single-product .entry-summary {
  float: right;
  width: calc(100% - 450px);
  margin-top: 0;
  position: relative;
  padding-left: 50px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.product_title.entry-title {
  color: #6c6d71;
  font-size: 32px;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

.product_cat-commercial-airconditioning .product_title.entry-title {
  margin-bottom: 53px;
}

body.single-product .product_meta,
body.single-product #secondary {
  display: none;
}

.view-all-specs {
  margin: 0;
  font-weight: 400;
  color: #626367;
  text-transform: uppercase;
  float: left;
  line-height: 1;
}

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

.download-brochure {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #626367;
  border-left: 1px solid #626367;
  float: left;
  padding-left: 12px;
  margin-left: 12px;
  line-height: 1;
}

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

.product-specifications {
  display: none;
  font-size: 18px;
  color: #626367;
  clear: both;
}

.related-products .archived-product {
  width: calc(25% - 15px);
  float: left;
}

.archived-product:nth-child(n + 3) {
  margin-left: 20px;
}

.related-heading {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 100px 0 0px;
  font-size: 36px;
  letter-spacing: 2px;
}

.related-heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
}

.related-heading span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.related-heading+p {
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.product_meta .posted_in {
  display: none;
}

.product_meta .sku_wrapper {
  color: #666;
}

.cart .quantity .qty {
  border-radius: 0px;
  max-width: 73px;
  text-align: center;
}

.single-product div.product {
  padding-bottom: 25px;
}

.single-product div.product .price {
  font-size: 26px;
  font-weight: 400;
  color: #626367;
  margin: 15px 0;
}

.single_add_to_cart_button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  border-width: 0;
  padding: 15px 40px;
  margin-top: 25px;
  font-size: 14px;
  cursor: pointer;
}

span.single_add_to_cart_button {
  border-style: none;
  border-width: 0px;
  line-height: 1em;
  display: inline-block;
  margin-left: 1px;
}

.single-product form.cart {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.single-product .product-assembly input {
  display: none;
}

.single-product .product-assembly {
  opacity: 0;
  position: absolute;
  top: -19px;
  right: 0px;
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding-top: 9px !important;
  -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;
}

.single-product span.single_add_to_cart_button:hover+.product-assembly {
  opacity: 1;
}

.single_add_to_cart_button:hover {
  background-color: #404040;
}

.woocommerce-product-details__short-description,
.single-product .product h3 {
  color: #626367;
}

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

.single-product .product h3::before {
  content: "";
  display: block;
  background-color: #a9aaae;
  height: 2px;
  width: 85px;
  position: relative;
  top: -25px;
}

.woocommerce-product-details__short-description {
  font-size: 18px;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
  margin: 20px 0;
}

.product-specifications ul,
.product-specifications ol {
  padding: 20px 0 20px 20px;
}

.under-buttons {
  position: relative;
  top: -32px;
  left: 200px;
  padding: 0;
  margin: 0;
}

.under-buttons .tinvwl_add_to_wishlist-text {
  display: none;
}

.under-buttons .tinv-wraper,
.under-buttons .next-day-delivery-icon {
  display: inline-block;
}

.under-buttons .next-day-delivery-icon img {
  width: 19px;
}

.woocommerce-variation-add-to-cart.variations_button {
  margin-top: 20px;
}

.single-product .quantity {
  float: left;
}

.variations tr:first-child td.value {
  position: relative;
  max-width: 285px;
  display: block;
}

.variations tr:first-child .value::after {
  content: "\f078";
  font-family: "FontAwesome";
  display: block;
  color: #010101;
  position: absolute;
  top: 2px;
  left: 0px;
  padding: 4px 11px 4px calc(100% - 29px);
  background: #e4e4e4;
  z-index: -1;
  border-radius: 15px;
}

#product-4520 .variations tr:first-child .value::after,
#product-4542 .variations tr:first-child .value::after,
#product-4535 .variations tr:first-child .value::after,
#product-4528 .variations tr:first-child .value::after {
  top: 2px;
  left: 6px;
}

#cooling-capacity-room-size,
#number-of-units,
#model,
#kw {
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #010101;
  line-height: 1.3;
  padding: 5px 30px 5px 12px;
  min-width: 285px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 4px;
  border: none;
  border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

#model {
  margin-bottom: 6px;
}

#cooling-capacity-room-size::-ms-expand,
#number-of-units::-ms-expand,
#model::-ms-expand {
  display: none;
}

#cooling-capacity-room-size:hover,
#number-of-units:hover,
#model:hover {
  border-color: #888;
}

#cooling-capacity-room-size:focus,
#number-of-units:focus,
#model:focus {
  border-color: transparent;
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: #010101;
  outline: none;
}

#cooling-capacity-room-size option,
#number-of-units option,
#model option {
  font-weight: normal;
}

.variations {
  margin-bottom: 10px;
}

.variations .label {
  max-width: 130px;
  padding-right: 12px;
}

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

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

#pa_installation_radio,
#location_radio {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
}

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

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

#pa_installation_radio label,
#location_radio label {
  padding: 2px 14px 2px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #53a9da;
  color: #53a9da;
  -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;
}

#location_radio label:hover,
#location_radio label.selected,
#location_radio input[type="radio"]:checked+label,
#pa_installation_radio label:hover,
#pa_installation_radio label.selected,
#pa_installation_radio input[type="radio"]:checked+label,
.Checked+label {
  background: #98c254;
  border-color: #98c254;
  color: #fff;
}

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

#location_radio .radio-button {
  width: 125px;
  margin-right: 0;
}

.enquire-now {
  display: block;
  clear: both;
  background-color: #53a9da;
  width: 140px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 10px 6px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 55px;
  -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;
}

.enquire-now:hover {
  background-color: #98c254;
  color: #fff;
}

.single-product .humm-price-info-widget {
  margin-bottom: 12px;
}

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

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

.form-lightbox-content {
  overflow-y: scroll;
  background-color: #fff;
  padding: 32px 40px 15px;
  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%);
}

.post-type-archive-product .form-lightbox-content,
.tax-product_category .form-lightbox-content {
  padding: 45px 45px 5px;
}

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

#gform_wrapper_5 {
  max-width: none;
  width: 100%;
}

#gform_wrapper_5 ul.gform_fields li.gfield {
  padding-right: 0;
}

body #gform_wrapper_5 ul li.gfield {
  margin-top: 8px;
}

#field_5_8 {
  display: none;
}

#input_5_6 {
  height: 110px;
}

/*
-------------------------------------------------------------|
                                                         FAQ |
-------------------------------------------------------------|
*/

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

.faq-hidden {
  display: none;
}

.faq-hidden a {
  color: #fff;
}

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

.faq-head {
  position: relative;
}

.faq-content {
  width: 100%;
  margin-left: 0;
  padding: 15px 50px 15px 35px;
  background-color: #56575c;
  color: #ffffff;
  -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;
}

.faq-content:hover {
  background-color: #333333;
}

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

.faq-item.open .faq-content {
  background-color: #3e3e42;
  padding: 35px 35px;
}

.faq-head h2 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}

.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: #fff;
  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;
}

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

/*
-------------------------------------------------------------|
                                                      BRANDS |
-------------------------------------------------------------|
*/

.brand-thumbnails {
  border-bottom: 1.5px solid #54555a;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.single-brand,
.brand-text .brand {
  outline: none !important;
}

.brand-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
}

.brand-text .brand img {
  max-width: 205px;
  margin: 0 auto;
}

.brand-thumbnails .single-brand img {
  max-width: 200px;
  cursor: pointer;
}

.prev-arrow,
.next-arrow {
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

.brands-page {
  position: relative;
}

.brands-page span {
  position: absolute;
  bottom: 0;
  right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.brands-page .button.blue {
  background-color: #55aad6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brands-page .button.blue:hover {
  background-color: #98c254;
}

/*
-------------------------------------------------------------|
                                                   SECONDARY |
-------------------------------------------------------------|
*/

#primary .entry-content .left-block {
  display: inline-block;
  width: 50%;
  border-right: 1px solid #55565b;
  padding-right: 40px;
  vertical-align: top;
}

#primary .entry-content .right-block {
  display: inline-block;
  width: calc(50% - 4px);
  padding-left: 35px;
  vertical-align: top;
}

#accordion {
  padding-bottom: 30px;
}

.accordion-header {
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
  outline: none !important;
  position: relative;
}

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

#ui-id-1::after {
  top: 40%;
}

#ui-id-1.ui-accordion-header-active::after {
  top: -15%;
}

.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: #8cc43f;
  color: #fff;
  padding: 4px 15px 3px;
  display: inline-block;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 3px 0 12px;
  position: relative;
  -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;
}

.accordion-header a:hover {
  background-color: #53a9da;
}

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

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

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

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

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

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

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

.accordion-content li.phone::before,
#ui-id-6 .accordion-content li:nth-child(2)::before {
  background-image: url("images/phone.jpg");
  top: 3px;
}

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

#ui-id-3,
#ui-id-5,
#ui-id-7,
#ui-id-9 {
  border-top: 1px solid #54555a;
  padding-top: 30px;
  margin-top: 18px;
}

#gform_2 {
  padding: 0 25px;
}

body #field_4_33,
body #field_4_34 {
  margin-bottom: 14px;
}

body #field_4_33 .ginput_container.ginput_container_radio,
body #field_4_34 .ginput_container.ginput_container_radio {
  margin-top: 4px;
}

body #field_4_33 .gfield_radio input,
body #field_4_34 .gfield_radio input {
  margin-top: 2px;
}

body .gform_wrapper .gform_fields .gfield_label {
  display: none;
}

body #field_4_33 .gfield_label,
body #field_4_34 .gfield_label {
  display: inline-block !important;
}

body .gform_wrapper .gform_fields input.medium,
body .gform_wrapper .gform_fields select.medium,
body .gform_wrapper .gform_fields textarea.medium {
  width: 100% !important;
  border: 1px solid #55565b;
  border-radius: 20px;
  color: #55565b;
  font-size: 12px !important;
  padding: 8px 18px !important;
  min-height: unset !important;
  line-height: 1.5 !important;
}

body .gform_wrapper .gform_fields textarea.medium {
  padding: 12px 18px !important;
  height: 240px;
}

body .gform_wrapper .gform_footer {
  padding: 0 0 10px;
  text-align: right;
}

body .gform_wrapper .gform_footer input.button {
  background-color: #29abdf;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 14px 7px;
  margin: 0;
  cursor: pointer;
  min-height: unset !important;
  line-height: 1 !important;
  width: auto;
  font-size: 15px;
  -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;
}

body .gform_wrapper .gform_footer input.button:hover {
  background-color: #8cc43f;
}

#gform_2 ul.gform_fields li.gfield {
  padding-right: 0;
}

.warranty {
  border-top: 1px solid #55565b;
  padding: 30px 12px 0;
  position: relative;
}

.warranty::after {
  content: "";
  display: block;
  background-image: url("/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;
}

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

.warranty p {
  font-size: 13px;
  max-width: 250px;
  margin: 5px 0 15px;
}

.warranty a {
  background-color: #29abdf;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 4px 15px 3px;
  border-radius: 15px;
  -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;
}

.warranty a:hover {
  background-color: #8cc43f;
}

body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-weight: 400;
  font-size: 22px;
  color: #8cc43f;
}

body .gform_wrapper .gsection {
  border-bottom: none;
  padding: 0;
  margin: 0 0 15px !important;
}

body #gform_3 ul li.gfield,
body #gform_4 ul li.gfield {
  margin-top: 8px;
}

#gform_3 #field_3_16,
#gform_4 #field_4_16 {
  padding-right: 0;
}

#field_3_16 {
  margin-top: 40px !important;
  border-top: 1px solid #54555a;
  padding-top: 30px;
}

#field_3_7,
#field_3_1,
#field_3_2,
#field_3_3,
#field_3_4,
#field_3_5,
#field_3_6 {
  padding-left: 35px;
  padding-right: 35px;
}

#field_3_10 .gfield_label,
#field_3_12 .gfield_label,
#field_3_14 .gfield_label {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

#field_3_10,
#field_3_12 {
  float: left;
  width: 50%;
  clear: none;
}

#field_3_11 {
  float: left;
  width: 50%;
  clear: none;
  margin-top: 37px !important;
}

#field_3_12 {
  margin-top: 30px !important;
}

#field_3_13 {
  float: left;
  width: 50%;
  clear: none;
  margin-top: 59px !important;
}

#field_3_14 {
  padding-top: 33px !important;
}

#gfield_description_3_10,
#gfield_description_3_12 {
  position: absolute;
  padding-top: 8px;
  font-style: italic;
  padding-left: 10px;
  color: #b5b4b8;
  width: 200%;
}

#field_3_8,
#field_3_9,
#field_3_14,
#gform_4 .gfield:not(#field_4_16) {
  padding-left: 35px;
  padding-right: 35px;
}

#field_4_35 {
  margin-bottom: 20px;
}

#field_4_32 .gfield-choice-input,
#field_4_35 .gfield-choice-input {
  margin-top: 0;
}

#field_4_35 .ginput_container.ginput_container_checkbox {
  margin-top: 0;
}

#field_4_35 .gfield_label.gfield_label_before_complex {
  display: inline-block;
}

#field_3_10,
#field_3_12 {
  padding-left: 35px;
  position: relative;
}

#field_3_11,
#field_3_13 {
  padding-right: 35px;
}

#field_3_17 {
  padding-right: 0 !important;
}

#input_3_11,
#input_3_13,
#input_3_14,
#input_4_27 {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  border-radius: 0;
}

.warranty-details {
  border-top: 1px solid #54555a;
  margin-top: 85px;
  padding: 15px 20px 35px;
}

.warranty-details h3 {
  font-size: 22px;
  margin: 20px 0 5px;
}

.warranty-details p {
  margin: 0 0 20px;
  font-size: 14px;
  max-width: 265px;
}

.warranty-details a {
  display: inline-block;
  background-color: #29abdf;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 14px 4px;
  margin: 0 3px 8px 0;
  border-radius: 20px;
  font-size: 16px;
  -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;
}

.warranty-details a:hover {
  background-color: #98c254;
}

#gform_3,
#gform_4 {
  position: relative;
}

#gform_3 .gfield_required {
  display: none;
}

#gform_3 .gform_footer.top_label {
  position: absolute;
  right: 40px;
  top: 405px;
  max-width: 83px;
}

#gform_3 .right-block {
  border-left: 1px solid #55565b;
  margin-left: -1px;
}

#gform_3 table {
  border: 0.5px solid;
  margin-bottom: 0;
}

#gform_3 td {
  font-size: 13px;
  text-align: center;
  border: 0.5px solid;
  padding: 5px;
}

#gform_3 #ui-id-2 {
  padding-bottom: 15px;
}

#field_3_14 .ginput_container_fileupload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 55px;
  background-color: #e4e4e4;
  width: 100%;
  cursor: pointer;
}

#field_3_14 .ginput_container_fileupload input[type="file"] {
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 1;
}

#field_4_16 {
  border-top: 1px solid #54555a;
  margin-top: 55px !important;
  padding-top: 30px;
}

#field_4_16 #ui-id-6.accordion-content p:first-child {
  margin-top: 12px;
}

#input_4_26 {
  height: 110px;
}

#gfield_description_4_27 {
  padding-left: 10px;
  color: #68686d;
}

#field_4_27 {
  float: left;
  width: calc(100% - 150px);
}

#gform_4 .gform_footer.top_label {
  float: right;
}

#label_4_32_1 {
  margin-top: 4px;
}

body.page.page-id-839 .entry-header,
body.page.page-id-841 .entry-header {
  text-align: center;
}

body.page.page-id-839 .entry-title,
body.page.page-id-841 .entry-title {
  display: inline-block;
  position: relative;
}

body.page.page-id-839 .entry-title::after {
  content: "";
  display: inline-block;
  background-image: url("images/accredited.png");
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
}

/*
body.page.page-id-841 .entry-title::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2020/02/5-year-warranty-logo.png');
	width: 85px;
	height: 85px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -105px;
	top: 12px;
}
*/
.pdf {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 20px 10px;
  vertical-align: top;
  text-align: center;
}

.pdfs .fa.fa-file-pdf-o,
.pdfs .fa.fa-file-video-o {
  font-size: 38px;
  color: #98c254;
}

.pdfs h4 {
  text-transform: none;
  font-size: 14px;
  margin: 12px auto;
  max-width: 170px;
  line-height: 1.3;
  min-height: 55px;
  font-weight: 500;
}

.pdfs .blue-button {
  font-size: 12px;
  padding: 7px 15px 6px;
  margin-top: 0;
  background-color: #53a9da;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 500;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.pdfs .blue-button:hover {
  background-color: #98c254;
}

.page-id-1061 .featured-products-list,
.page-id-1064 .featured-products-list {
  display: block;
  text-align: center;
}

.page-id-1061 .featured-products>h2,
.page-id-1064 .featured-products>h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-id-1061 .featured-product,
.page-id-1064 .featured-product {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.page-id-1061 .entry-content p,
.page-id-1064 .entry-content p {
  text-align: center;
}

/*
-------------------------------------------------------------|
                                                  MY ACCOUNT |
-------------------------------------------------------------|
*/

body.woocommerce-account .entry-content>.woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-MyAccount-navigation {
  width: 250px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 300px);
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation a {
  background-color: #54565b;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
  -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;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background-color: #53a9da;
  width: calc(100% + 10px);
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell {
  text-align: center;
}

.tinv-wishlist .tinv-header {
  display: none;
}

.tinvwl-table-manage-list {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
}

.tinvwl-table-manage-list td,
.tinvwl-table-manage-list th {
  border: 1px solid #e8e8e8;
  padding: 5px !important;
  font-size: 13px;
  text-align: center;
}

.tinv-wishlist .product-remove button {
  border-radius: 10px;
  background-color: #53a9da;
  position: relative;
  cursor: pointer;
  padding-left: 0;
  font-size: 20px;
  -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;
}

.tinv-wishlist .product-remove button:hover {
  background-color: #98c254;
}

.tinv-wishlist .product-remove button .ftinvwl {
  position: absolute;
  color: #fff;
  top: 3px;
  left: 3px;
}

.tinv-wishlist .product-thumbnail {
  min-width: 50px;
  width: 70px;
}

.tinv-wishlist .product-stock p {
  text-align: center;
  margin: 0 auto;
}

body .stock.in-stock {
  color: #98c254;
}

button.button.alt,
span.button {
  background-color: #53a9da;
  color: #ffffff;
  text-transform: uppercase;
  border-width: 0;
  cursor: pointer;
  font-size: 11px;
  padding: 7px 12px 6px;
  border-radius: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  width: auto !important;
  -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;
}

button.button.alt:hover {
  background-color: #98c254;
}

.single_add_to_cart_button.button.alt {
  font-size: 17px;
  margin-left: 15px;
}

.tinv-wishlist tfoot .button {
  background-color: #53a9da;
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  border-width: 0;
  padding: 8px 18px 7px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  top: 2px;
  -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;
}

.tinv-wishlist tfoot .button:hover {
  background-color: #98c254;
}

.tinv-wishlist tfoot .tinvwl-input-group .form-control {
  height: 32px;
  font-size: 12px;
  padding-left: 8px;
  color: #55565b;
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
  /* dont hate on me for the -margin : it's leftover from plugin */
  margin-top: -8px;
}

/*
-------------------------------------------------------------|
                                                 WOOCOMMERCE |
-------------------------------------------------------------|
*/

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  display: block;
  background-color: #fafafa;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
  font-size: 14px;
  list-style: none;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #53a9da;
}

.woocommerce .woocommerce-error::before {
  background-color: #53a9da;
}

.woocommerce-message a,
.woocommerce-info a {
  text-decoration: none;
  font-weight: 600;
}

.shop_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
}

.shop_table td.product-thumbnail img {
  max-width: 70px;
  display: block;
  margin: auto;
  max-height: 70px;
}

.shop_table td.product-remove a {
  background-color: #53a9da;
  width: 26px;
  display: block;
  text-align: center !important;
  margin: auto;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  -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;
}

td.actions button.button {
  background-color: #53a9da;
  color: #ffffff;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 15px;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 8px 18px 7px;
  cursor: pointer;
  font-weight: 500;
  -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;
}

.shop_table td.product-remove a:hover,
td.actions button.button:hover {
  background-color: #98c254;
}

.actions .coupon {
  display: inline-block;
}

.actions #coupon_code {
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0;
  border-style: solid;
  font-size: 13px;
  padding: 5px 10px;
  height: 33px;
}

.shop_table th,
.product-price,
.product-quantity,
.product-subtotal {
  text-align: center !important;
}

.cart-collaterals {
  position: relative;
}

.cart-collaterals .cart_totals {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 21px;
  color: #55565b;
}

.wc-proceed-to-checkout .checkout-button.button {
  background-color: #98c254;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 9px 15px 8px;
  border-radius: 25px;
  font-weight: 500;
  -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;
}

.wc-proceed-to-checkout .checkout-button.button:hover {
  background-color: #53a9da;
}

.checkout_coupon.woocommerce-form-coupon {
  background-color: #ffffff;
  border: 1px solid #858589;
  padding: 20px;
  margin-bottom: 20px;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
  margin-top: 0;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  float: left;
  margin: 0;
}

.checkout_coupon.woocommerce-form-coupon #coupon_code {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #858589;
  border-radius: 0;
  padding: 5px;
  text-align: center;
  height: 33px;
}

.checkout_coupon.woocommerce-form-coupon .button {
  background-color: #53a9da;
  border-radius: 0;
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 17px;
  height: 33px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  -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;
}

.checkout_coupon.woocommerce-form-coupon .button:hover {
  background-color: #98c254;
}

#customer_details .col-1,
#customer_details .col-2 {
  width: calc(50% - 20px);
  float: left;
  margin-top: 10px;
}

#customer_details .col-2 {
  float: right;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
  position: relative;
  text-align: left;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.woocommerce-billing-fields h3 span,
.woocommerce-shipping-fields h3 span,
.woocommerce-additional-fields h3 span {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #55565b;
  letter-spacing: 0;
  text-transform: capitalize;
}

.form-row label {
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.woocommerce-EditAccountForm input {
  border-radius: 20px;
  border: 1px solid #55565b;
  padding: 6px 15px;
  font-size: 13px;
  color: #55565b;
  width: 100%;
  max-width: 370px;
}

.woocommerce-input-wrapper input {
  display: block;
  width: 100%;
  border-color: #858589;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 20px;
  color: #858589;
}

.woocommerce-form-row input+span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 4px 0 0 #973333;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 4px 0 0 #4caf50;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  border-radius: 20px;
  border-color: #858589;
  font-size: 13px;
  padding: 5px 18px;
  height: 31px;
  color: #858589;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 20px;
  color: #858589;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: 6px;
}

#order_comments {
  display: block;
  width: 100%;
  border-color: #858589;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 20px;
  color: #858589;
  resize: none;
  min-height: 100px;
}

#billing_first_name_field,
#billing_last_name_field,
#shipping_first_name_field,
#shipping_last_name_field {
  margin-top: 2px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.your-order-wrapper {
  padding: 0;
  margin-top: 30px;
}

#order_review_heading {
  margin-top: 0;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: #55565b;
}

#place_order {
  font-size: 16px;
  padding: 8px 20px 7px;
}

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

.wc_payment_method img {
  display: inline-block;
  margin: 0 7px;
  position: relative;
  top: 7px;
}

.wc_payment_methods label {
  font-size: 19px;
  margin: 5px;
  position: relative;
  top: 2px;
}

.payment_box.payment_method_oxipay {
  margin: 10px 0 !important;
}

#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
  width: calc(50% - 10px);
  float: left;
  background-color: #fff;
  position: relative;
  padding: 18px 25px 25px;
  border: 1px solid #858589;
  border-radius: 20px;
}

#customer_login h2 {
  margin-top: 0;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
  font-size: 22px;
}

#customer_login .u-column2.col-2 {
  float: right;
}

#customer_login .form-row {
  margin: 10px 0 0;
}

label.woocommerce-form-login__rememberme {
  margin-bottom: 10px;
}

#customer_login p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5em;
}

#customer_login .woocommerce-button.button,
#customer_login .woocommerce-Button.button {
  background-color: #53a9da;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-width: 0;
  border-radius: 20px;
  padding: 8px 18px 7px;
  cursor: pointer;
  font-weight: 500;
  -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;
}

#customer_login .woocommerce-button.button:hover,
#customer_login .woocommerce-Button.button:hover {
  background-color: #98c254;
}

#customer_login input {
  display: block;
  width: 100%;
  border-color: #858589;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 20px;
  color: #858589;
}

#rememberme {
  display: inline-block !important;
  width: auto !important;
  margin-right: 5px;
}

.woocommerce-LostPassword.lost_password {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}

.woocommerce-Button.button {
  background-color: #53a9da;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 8px 17px 7px !important;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  -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;
}

.woocommerce-Button.button:hover {
  background-color: #98c254;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #55565b;
  border-radius: 20px;
  font-size: 12px;
  color: #55565b;
  padding: 1px 18px;
  outline: none;
}

.shipping-calculator-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.shipping-calculator-form .select2-container .select2-selection--single {
  height: 33px;
}

.shipping-calculator-form p {
  margin: 12px 0;
}

#calc_shipping_city,
#calc_shipping_postcode {
  border: 1px solid #55565b;
  border-radius: 20px;
  font-size: 12px;
  color: #55565b;
  padding: 6px 18px;
  width: 100%;
}

#calc_shipping_city_field {
  margin-bottom: -3px;
}

.shipping-calculator-form .button {
  color: #fff;
  background-color: #53a9da;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 14px 5px;
  line-height: unset;
  cursor: pointer;
  -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;
}

.shipping-calculator-form .button:hover {
  background-color: #98c254;
}

body.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  color: #fff;
  background-color: #53a9da;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 14px 8px !important;
  line-height: 1.5 !important;
  min-height: unset !important;
  cursor: pointer;
  -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;
}

body.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover {
  background-color: #98c254;
}

a.download-profile {
  background-color: #53a9da;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 20px 4px;
  letter-spacing: 0.2px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a.download-profile:hover {
  background-color: #98c254;
  color: #fff;
}



.headerGreenButton>a:hover,
.headerBlueButton>a {
  color: #fff !important;
  background-color: #53a9da !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  display: inline-block !important;
  padding: 7px 17px 6px !important;
  border-radius: 20px !important;
  min-width: 145px !important;
  margin-top: 11px !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.headerBlueButton>a:hover,
.headerGreenButton>a {
  color: #fff !important;
  background-color: #98c254 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  display: inline-block !important;
  padding: 7px 17px 6px !important;
  border-radius: 20px !important;
  min-width: 145px !important;
  margin-top: 11px !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

/*
-------------------------------------------------------------|
                                                AIR PURIFIER |
-------------------------------------------------------------|
*/

.air-purifier-banner {
	width: 100%;
	background-color: #e5e5e5;
	margin-top: 90px;
	text-align: center;
	padding: 50px 30px;
}

.ap-logo {
	width: 100%;
	max-width: 450px;
}

.ap-products {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	max-width: 1230px;
	margin: 20px auto 0;
}

.ap-products img {
	width: 20%;
}

.page-id-6113 #masthead ~ #content {
	margin-top: 35px;
}

/*
-------------------------------------------------------------|
                                                      SEARCH |
-------------------------------------------------------------|
*/

body.search .archived-product {
  float: left;
  width: calc(33.3% - 14px);
  margin-bottom: 20px;
}

body.search .page-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 25px 0 25px 20px;
}

/*
-------------------------------------------------------------|
                                                  			 MAP |
-------------------------------------------------------------|
*/

#location-map {
  height: 600px;
  width: 100%;
}

.location-body {
  position: relative;
  width: 50%;
  float: left;
  height: 600px;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.locations.show-all .location-body {
  width: calc(100% - 350px);
}

.location-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.8);
  display: none;
}

.location-loader>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.location-loader i {
  font-size: 140px;
  color: #ffffff;
}

.location-view-all-button {
  display: none;
}

.locations {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

.locations-head {
  padding-bottom: 10px;
}

.locations-head h1 {
  font-weight: 400;
  font-size: 2.4em;
}

.locations-head p {
  font-size: 1em;
  margin-bottom: 15px;
}

.locations-address {
  display: block;
  text-align: center;
}

#location-address-input {
  width: calc(100% - 99px);
  border-radius: 0;
  border: none;
  background-color: transparent;
  height: 48px;
  font-size: 18px;
  padding: 10px 20px;
  color: #56575c;
  background-color: #fff;
  outline: none;
  text-transform: capitalize;
}

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

#location-address-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #858585;
  opacity: 1;
}

#location-address-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #858585;
  opacity: 1;
}

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

.location-find-me-button {
  border-radius: 0;
  border: 2px solid #99c456;
  background-color: #99c456;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 15px;
  cursor: pointer;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.locations-address-search {
  cursor: pointer;
  width: 180px;
  border: 2px solid #99c456;
  height: 48px;
  border-radius: 0;
  padding: 12px;
  background-color: #99c456;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 17px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.location-find-me-button:hover,
.locations-address-search:hover {
  background-color: #29abdf;
  color: #fff;
  border-color: #29abdf;
}

.location-footer {
  width: 50%;
  float: left;
  padding-left: 45px;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.location-footer>h3 {
  background-color: #55565b;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
}

.locations-list {
  max-height: 345px;
  min-height: 345px;
  background-color: #fff;
  padding: 20px 20px 30px;
}

.single-location-line {
  color: #000;
  cursor: pointer;
  padding: 17px 0 20px;
  position: relative;
  border-bottom: 1.5px solid #adadad;
}

.single-location-line:first-child {
  padding-top: 0;
  margin-top: -10px;
}

.single-location-line:nth-child(n + 2)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  top: 0px;
}

.single-location-line strong {
  color: #55565b;
  font-weight: 600;
}

.location-name {
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #55565b;
}

.location-address,
.location-contact,
.location-hours,
.location-website {
  line-height: 1em;
  padding: 3px 0;
  font-size: 15px;
}

.location-right {
  font-size: 0.95em;
  color: #55565b;
}

.location-buttons {
  text-align: right;
  margin-bottom: -8px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #9b9b9d;
  font-weight: 500;
}

.location-buttons a {
  color: #9b9b9d;
  margin: 0 6px;
}

.info_content,
.location-map-content {
  padding: 4px;
}

.info_content h3,
.location-map-content h3 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 19px;
  margin: 0 0 5px;
  font-weight: 400;
  color: #53a9da;
}

.info_content p,
.location-map-content p {
  margin: 1px 0 0;
}

.info_content h3,
.info_content p {
  text-align: center;
}

.location-map-content strong {
  color: #55565b;
}

.locations-head>h3 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 22px;
}

/*
-------------------------------------------------------------|
                                           KNOWLEDGE HUB NEW |
-------------------------------------------------------------|
*/

.kh-accordion {
  text-align: left;
  border-bottom: 2px solid #98c254;
  padding: 5px 10px;
  background-color: #fafafa;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

.kh-accordion.open {
  padding: 20px 10px;
}

.kh-accordion .pdfs {
  display: none;
}

.kh-accordion .pdf {
  width: auto;
}

.kh-accordion h2 {
  position: relative;
  cursor: pointer;
  margin: 0 0;
  padding: 0 15px;
  font-weight: 400;
  font-size: 30px;
  color: #333;
}

.kh-accordion h2::after {
  content: "+";
  position: relative;
  color: #53a9da;
  left: 20px;
  top: 1px;
}

.kh-accordion.open h2::after {
  content: "–";
}

/*warranty*/
.warranty-info table {
  border: 0.5px solid;
  margin-bottom: 0;
}

.warranty-info td {
  font-size: 13px;
  text-align: center;
  border: 0.5px solid;
  padding: 5px;
}

.warranty-info .left {
  width: calc(50% - 25px);
  float: left;
  position: relative;
}

.warranty-info .right {
  width: calc(50% - 25px);
  float: right;
}

.warranty-info .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background-color: #55565b;
}

.warranty-info .accordion-header::after {
  display: none;
}

/*
-------------------------------------------------------------|
                                                  RESPONSIVE |
-------------------------------------------------------------|
*/

#coffeerm-button {
  background-color: #53a9da;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 20px;
  height: 45px;
  width: 45px;
  display: none;
}

#coffeerm-button span {
  border-radius: 0;
  height: 2px;
  left: 8.5px;
  width: 28px;
}

#coffeerm-button span:nth-child(1) {
  top: 14px;
}

#coffeerm-button span:nth-child(2),
#coffeerm-button span:nth-child(3) {
  top: 22px;
}

#coffeerm-button span:nth-child(4) {
  top: 30px;
}

.responsive-menu-items {
  padding: 0;
  background-color: #fff;
}

ul.responsive-menu-items a {
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 5px 10px;
  padding-left: 50px;
  color: #56575c;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 14px;
}

ul.responsive-menu-items li.responsive-home>a {
  color: transparent;
  background-image: url(/wp-content/themes/kmh/images/fourways-logo.png);
  background-size: 200px auto;
  background-position: 50px 35px;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 40px;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding-left: 70px;
  color: #56575c;
}

.sidebar-toggle {
  background-color: #53a9da;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transform-origin: 0px 25px;
  cursor: pointer;
  display: none;
  font-weight: 500;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#free-ship-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #53a9da;
  text-align: center;
  z-index: 9;
  box-shadow: -26px 6px 16px rgba(0, 0, 0.1);
}

#free-ship-banner p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 13px 0;
}

.fa-times-circle-o {
  cursor: pointer;
  font-size: 23px;
  float: right;
  margin-right: 30px;
}

.archive-page-brand {
  float: left;
  width: calc(50% - 20px);
  height: 200px;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.brand-image {
  height: 90%;
  width: 90%;
  background-size: contain;
  position: absolute;
  top: 5%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 250px;
  transform: translateX(-50%);
}

.archive-page-brand a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-page-brand a span {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

body.term-91 .products-per-page,
body.term-91 .woocommerce-ordering,
body.term-91 .woocommerce-result-count,
body.term-91 .woocommerce-pagination {
  visibility: hidden;
  opacity: 0;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-wishlist {
	display: none;
}

@media (max-width: 1300px) {
  .site-search .site-search-text-field {
    width: 180px;
  }

  .site-search form>.ui-selectmenu-button {
    min-width: 150px !important;
    width: 150px !important;
  }

  .uspItem {
    width: 33.33%;
  }
}

@media (max-width: 1279px) {

  .header-account-buttons,
  #masthead .site-search,
  #masthead .shop-now-button,
  #masthead #site-navigation {
    display: none;
  }

  #coffeerm-button {
    display: block;
  }

  .header-buttons {
    display: none;
  }

  .top-menu {
    top: 0;
    height: 85px;
  }

  /*.home-page-slider,*/
  #masthead~#content {
    margin-top: 82px;
  }
	
  .account-buttons {
	margin-top: 29px;
	margin-right: 7px;
  }
	
  .top-menu .max-width-container {
	padding-right: 55px;
  }
}

@media (max-width: 1200px) {
  .cta.buttonGroup>div {
    margin: 5px 10px;
  }

  .cta.buttonGroup {
    flex-direction: column;
  }

  /* 1024px */
  .featured-product .text-container h3 {
    max-width: unset;
    line-height: 1.1em;
    min-height: 3.3em;
  }

  .featured-product {
    width: calc(25% - 20px);
  }

  .triblocks .left .triblock-content {
    max-width: 650px;
  }

  .triblocks .right {
    background-size: 600px;
  }

  .call-to-action p {
    font-size: 16px;
  }

  body.post-type-archive-product #primary,
  body.tax-product_cat #primary,
  body.search #primary,
  body.tax-product_tag #primary {
    width: calc(100% - 270px);
  }

  #secondary {
    width: 250px;
  }

  .woocommerce-result-count {
    font-size: 12px;
  }

  .woocommerce-pagination li {
    width: 40px;
  }

  .woocommerce-pagination .page-numbers {
    font-size: 13px;
  }

  #field_3_8,
  #field_3_9,
  #field_3_14,
  #gform_4 .gfield:not(#field_4_16),
  #field_3_7,
  #field_3_1,
  #field_3_2,
  #field_3_3,
  #field_3_4,
  #field_3_5,
  #field_3_6 {
    padding-left: 0;
    padding-right: 0;
  }

  #field_3_10,
  #field_3_12 {
    padding-left: 0;
  }

  #field_3_11,
  #field_3_13 {
    padding-right: 0;
  }

  #gform_3 .gform_footer.top_label,
  #gform_4 .gform_footer.top_label {
    right: 4px;
  }

  #gform_2 {
    padding: 0;
  }

  #free-ship-banner p {
    padding: 0 10px;
  }

  .fa-times-circle-o {
    margin-right: 0;
  }

  /* .call-to-action .col {
    padding: 50px 10px 10px;
  } */
  .mapwrap ol.map {
    width: 300px;
    height: 282px;
  }

  .mapwrap ol.map li {
    width: 25px;
    height: 39px;
  }

  .list-wrap {
    width: calc(100% - 300px);
  }

  .triblocks>.left,
  .triblocks>.right {
    height: 400px !important;
  }

  .choose-category h3 {
    font-size: 18px;
    padding: 35px 25px;
  }
}

@media (max-width: 1023px) {

  /* 768px */
  .site-footer .col {
    width: 15%;
  }

  .uspItem {
    width: 33.33%;
  }

  /* .home .max-width-container {
    padding: 0 !important;
  } */
  .max-width-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-menu.max-width-container {
    width: 100%;
  }

  .top-menu {
    height: 95px;
  }

  .top-menu .max-width-container {
    display: block;
    padding-right: 85px;
  }

  .site-branding a {
    margin-top: 20px;
  }

  .shop-now-button a {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
  }

  #coffeerm-button {
    top: 20px;
    right: 30px;
  }

  .deal-of-the-week {
    padding: 25px;
  }

  .deal-of-the-week .floated-content {
    padding: 15px 15px 25px;
    width: 100%;
  }

  .deal-of-the-week .left {
    width: 200px;
  }

  .deal-of-the-week .left img {
    width: 200px;
    height: 200px;
  }

  .deal-of-the-week .right {
    width: calc(100% - 200px);
    padding-left: 15px;
  }

  .payment-links {
    width: 100%;
    margin-top: 20px;
  }

  .sidebar-toggle {
    display: block;
  }

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

  #secondary {
    position: fixed;
    margin: 0;
    top: 270px;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -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;
  }

  #secondary.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #customer_details p {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .woocommerce-billing-fields h3 span,
  .woocommerce-shipping-fields h3 span,
  .woocommerce-additional-fields h3 span {
    padding: 0 10px;
  }

  .woocommerce-MyAccount-navigation {
    width: 200px;
  }

  .woocommerce-MyAccount-navigation a {
    font-size: 12px;
  }

  .woocommerce-MyAccount-content {
    width: calc(100% - 220px);
  }

  .tinvwl-table-manage-list td,
  .tinvwl-table-manage-list th {
    font-size: 12px;
    line-height: 1.1em;
  }

  .woocommerce-MyAccount-navigation li.is-active a,
  .woocommerce-MyAccount-navigation a:hover {
    background-color: #53a9da;
    width: 100%;
  }

  .single-brand img {
    width: 150px;
    height: 65px;
  }

  /*.home-page-slider,*/
  #masthead~#content {
    margin-top: 95px;
  }

  .triblocks .left::after {
    width: 100px;
    height: 100px;
  }

  .hp-slide-content {
    width: 100%;
  }

  .woocommerce-product-gallery {
    width: 300px;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(22% - 1px) !important;
  }

  body.single-product .entry-summary {
    width: calc(100% - 300px);
    padding-left: 40px;
  }

  .product_title.entry-title {
    font-size: 28px;
  }

  .single-product div.product .price,
  .single-product .product h3 {
    font-size: 22px;
  }

  .woocommerce-product-details__short-description,
  .product-specifications {
    font-size: 16px;
  }

  .prev-arrow,
  .next-arrow {
    top: 35%;
  }

  .prev-arrow {
    left: 0;
  }

  .next-arrow {
    right: 0;
  }

  .faq-head h2 {
    font-size: 19px;
  }

  #field_4_27 {
    width: calc(100% - 100px);
  }

  #primary .entry-content .left-block {
    display: inline-block;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  #field_4_16 {
    margin-top: 35px !important;
  }

  #primary .entry-content .right-block {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  #gform_4 .gform_footer.top_label {
    top: 1075px;
    bottom: -6px;
  }

  #accordion {
    padding-bottom: 30px;
    border-bottom: 1px solid #54555a;
  }

  .accordion-header {
    padding-left: 0;
  }

  #gform_4 #ui-id-5::after {
    top: 76%;
  }

  #gform_4 #ui-id-5.ui-accordion-header-active::after {
    top: 40%;
  }

  #gform_3 .right-block,
  .page-id-112 .right-block {
    border-left: none;
    margin-left: 0;
  }

  #gform_3 #accordion,
  .page-id-112 #accordion {
    padding-bottom: 20px;
  }

  #gform_3 .gform_footer.top_label {
    top: auto;
    bottom: 208px;
  }

  .warranty-details {
    margin-top: 85px;
    padding: 15px 0 0;
  }

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

  .warranty {
    padding: 30px 0 0;
  }

  body .gform_wrapper .top_label textarea.medium {
    height: 140px;
  }

  .choose-category.max-width-container {
    margin: 50px auto 0;
  }

  .choose-category h3 {
    display: block;
    font-size: 22px;
    padding: 17px 15px 14px;
    height: auto;
    margin: 0;
    width: 100%;
  }

  .choose-category a {
    font-size: 15px;
    height: 55px;
    padding: 15px 10px;
    margin: -1px -3px;
    width: calc(50% + 1px);
    border: 1px solid #4a4b4f !important;
  }

  .featured-products {
    padding: 0;
  }

  .featured-product {
    width: calc(50% - 20px);
    margin: 8px 0;
  }

  .choose-category.max-width-container.product-cat-list h3 {
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
  }

  .choose-category.max-width-container.product-cat-list h3 br {
    display: none;
  }

  .choose-category.max-width-container.product-cat-list a {
    padding: 15px 20px;
    font-size: 16px;
    margin: 0 -2px -1px;
  }
}

@media (max-width: 850px) {
  .headerImage {
    width: 25%;
  }

  .headerBrandArea {
    width: 75%;
  }

  .homeSectionBreakOne {
    flex-direction: column;
    text-align: center;
  }

  .homeSectionBreakOne .buttonGroup {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .homeSectionBreakTwo .sectionBrandContainer {
    width: 100%;
    padding: 70px 5% 70px 5%;
  }

  .uspItem {
    width: 33.33%;
  }

  .woocommerce-product-gallery {
    width: 100%;
  }

  body.single-product .entry-summary {
    width: 100%;
  }

  .home-page-slider {
    height: auto;
    margin: 30px 0 -20px;
  }

  .hp-single-slide {
    width: 100% !important;
    /*height: 300px !important;*/
    height: 135px !important;
  }

  .triblocks>.left,
  .triblocks>.right {
    width: 100%;
    height: 400px;
  }

  .site-footer .col {
    width: calc(100% - 2px) !important;
    vertical-align: top;
    text-align: center;
  }

  .site-footer .col.search {
    width: 100% !important;
    text-align: center;
    margin-left: 0;
  }

  .site-footer .col.contact-details {
    margin-top: 15px;
  }

  .site-footer .site-search {
    float: none;
    margin-top: 30px;
  }

  .site-footer .col.search img {
    margin: 20px auto 0;
  }

  .site-footer .col.search .site-search .site-search-text-field {
    width: 100%;
  }

  .site-footer .max-width-container {
    padding-bottom: 40px;
  }

  .location-body {
    width: 100%;
    float: none;
    height: 400px;
    margin-bottom: 30px;
  }

  #location-map {
    height: 400px;
    width: 100%;
  }

  .location-footer {
    width: 100%;
    float: none;
    padding-left: 0;
    height: auto;
  }

  .locations {
    margin-bottom: 45px;
  }

  .home-featured-image h2 {
    font-size: 30px;
  }

  .home-featured-image a {
    font-size: 17px;
  }
	
  .air-purifier-banner {
	padding: 50px 30px 30px;
  }
	
  .ap-products {
	margin: 0 auto;
  }
	
  .ap-products img {
	width: 34%;
	margin: 25px auto;
  }
}

@media (max-width: 767px) {

  /* 640px */
  table.shop_table_responsive tr td::before {
    display: none;
  }

  #primary-menu li a,
  #primary-menu li:hover a {
    padding: 15px 0px;
    top: 0;
    font-size: 13px;
    height: 50px;
  }

  .featured-products-list {
    flex-wrap: wrap;
  }

  .featured-product {
    width: 100%;
    margin-bottom: 20px;
  }

  .featured-product .text-container h3 {
    min-height: unset;
  }

  .deal-of-the-week .buy-links {
    width: 100%;
  }

  #main div.columns-3 ul.products {
    display: block;
  }

  #main div.columns-3 ul.products li.product,
  body.search .archived-product {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 20px;
  }

  #main div.columns-3 ul.products li.product:nth-child(2n + 2) {
    margin-left: 20px;
  }

  body.search .archived-product:nth-child(2n + 2) {
    margin-left: 0;
  }

  .shop_table.shop_table_responsive.cart {
    border-width: 0 0 1px;
    border-color: #000000;
  }

  .shop_table.shop_table_responsive.cart tbody td {
    border-width: 1px 1px 0px;
    border-color: #000000;
  }

  .shop_table.shop_table_responsive.cart tbody>tr:nth-child(2n + 1) td {
    background-color: #fff;
  }

  .actions .coupon label {
    display: block;
    text-align: center;
  }

  .actions #coupon_code {
    display: block;
    margin: 5px auto;
  }

  .actions .coupon {
    display: block;
    margin-bottom: 5px;
  }

  td.actions button.button {
    display: block;
    margin: 5px auto;
  }

  #customer_details .col-1,
  #customer_details .col-2 {
    width: 100%;
  }

  #customer_details .col-2 {
    margin-top: 20px;
  }

  #payment .wc_payment_methods.payment_methods {
    padding: 0;
  }

  .footer-faq-items {
    display: block;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .footer-faq-content {
    width: 100%;
    padding: 25px 0;
  }

  .footer-faq-content:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #54555a;
  }

  #colophon {
    margin-top: 30px;
  }

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

  body.single-product div.product {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-product-gallery {
    width: 100%;
    order: 2;
  }

  .single-product .onsale {
    position: relative;
    left: 0px;
    background-color: #eeeeee;
    color: #52a7db;
    border-radius: 0;
    margin-bottom: 10px;
    border-left: 5px solid #52a7db;
  }

  .woocommerce-product-gallery__image {
    text-align: center;
  }

  body.single-product .entry-summary {
    width: 100%;
    padding-left: 0;
    float: none;
    order: 1;
    margin-bottom: 32px;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(25% - 10px) !important;
  }

  .woocommerce-breadcrumb {
    padding: 10px 0px;
    font-size: 16px;
  }

  .brand-text {
    font-size: 16px;
  }

  .brands-page span {
    right: 0;
    font-size: 13px;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .brand-text .brand img {
    max-width: 155px;
  }

  body.page.page-id-839 .entry-title::after {
    display: none;
  }

  #field_3_10,
  #field_3_12 {
    float: none;
    width: 100%;
    clear: both;
  }

  #field_3_11,
  #field_3_13 {
    float: none;
    width: 100%;
    clear: none;
    margin-top: 38px !important;
  }

  #field_3_12,
  #field_3_10 {
    margin-top: 16px !important;
  }

  #field_3_14 {
    padding-top: 1px !important;
  }

  #gform_3 .gform_footer.top_label {
    bottom: 250px;
  }

  #customer_login .u-column1.col-1,
  #customer_login .u-column2.col-2 {
    width: 100%;
    float: none;
    margin-bottom: 22px;
  }

  .pdf {
    width: calc(33.33% - 20px);
  }

  .call-to-action {
    padding: 30px 20px 10px;
  }

  .call-to-action .col {
    width: 100%;
    padding: 25px 10px;
  }

  .location-body,
  #location-map {
    height: 300px;
  }

  .locations-head h1 {
    font-size: 1.8em;
  }

  #location-address-input {
    width: 100%;
    height: 52px;
    font-size: 0.9em;
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  .locations-address-search {
    width: 100%;
    height: 42px;
    font-size: 0.9em;
    margin-left: 0;
  }

  .location-buttons {
    text-align: left;
    padding-right: 0;
    margin-left: -5px;
    margin-top: 5px;
  }
}

@media (min-width: 767px) {
  body .thumbnail-slider .slick-track {
    transform: none !important;
  }
}

@media (max-width: 639px) {
  .headerImage {
    width: 100%;
    height: 250px;
    background-position: center;
  }

  .headerBrandArea {
    width: 100%;
  }

  .uspItem {
    width: 50%;
  }

  .homeSectionBreakOne .buttonGroup {
    flex-direction: column;
  }

  .homeSectionBreakOne .buttonGroup>div:last-of-type {
    margin-top: 10px;
  }

  .homeSectionBreakOne .sectionTitle>h2 {
    margin-top: 0;
  }

  .sticky-menu.max-width-container {
    display: none;
  }

  .sale-expiration span {
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
  }

  #main div.columns-3 ul.products li.product,
  body.search .archived-product {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }

  .search-results #main {
    text-align: center;
  }

  .archived-product {
    margin: auto;
  }

  .products-per-page,
  .woocommerce-ordering {
    float: none;
    text-align: center;
  }

  .woocommerce-ordering .ui-selectmenu-button {
    display: inline-block;
  }

  .woocommerce-ordering::before {
    position: relative;
    right: 2px;
    top: 0;
  }

  .woocommerce-products-header__title.page-title,
  body.page .entry-title {
    font-size: 30px;
    padding: 10px 0 5px;
    line-height: 1.2;
  }

  .woocommerce-ordering {
    margin-bottom: 20px;
  }

  #secondary {
    top: 145px;
  }

  .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin-top: 8px;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .woocommerce-MyAccount-navigation li {
    width: calc(33.3% - 1px);
    margin-bottom: 2px;
  }

  .woocommerce-MyAccount-navigation a {
    padding: 10px 0px;
    font-size: 11px;
  }

  .brands-page {
    margin-top: 25px;
  }

  .faq-items {
    margin-top: 15px;
  }

  .faq-content {
    padding: 15px 35px 15px 25px;
  }

  .faq-item.open .faq-content {
    padding: 25px 20px 30px 25px;
  }

  .faq-head h2 {
    padding-right: 20px;
  }

  .faq-hidden {
    padding-right: 5px;
  }

  body.page.page-id-841 .entry-title::after {
    display: none;
  }

  .page-id-112 .left-block {
    margin-top: 25px;
  }

  .tinv-wishlist.woocommerce {
    margin-top: 20px;
  }

  .under-buttons .tinv-wishlist.woocommerce {
    margin-top: 0;
  }

  body.woocommerce-account .entry-content>.woocommerce,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .post-type-archive-product #main {
    margin-top: 22px;
  }

  .hp-slide-content h2 {
    font-size: 30px;
    padding: 0 20px;
  }

  .hp-slide-content button {
    font-size: 17px;
  }

  .pdf {
    width: calc(50% - 20px);
  }

  .triblocks .bottom::before,
  .triblocks .bottom::after {
    display: none;
  }

  .locations {
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .choose-category.max-width-container.product-cat-list a {
    padding: 12px 20px;
    font-size: 14px;
    margin: 0 -2px -1px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .dealers.headerBrand {
    padding: 40px 0px;
    text-align: center;
  }

  .headerBrand {
    flex-direction: row;
    width: 100% !important;
  }

  .headerBrand>.headerBrandProductImgContainer {
    width: 40%;
  }

  .headerBrand>.headerBrandLogoInfoContainer {
    width: 60%;
  }

  .list-wrap {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .mapwrap ol.map {
    float: none;
    margin: 20px auto 0 !important;
  }

  .triblocks>.right {
    height: auto !important;
  }
	
  .ap-products img {
	width: 46%;
  }
}

@media (max-width: 480px) {
  #gform_3 .gform_footer.top_label {
    bottom: 290px;
  }
  body.home .site-main > .cta.buttonGroup .button:hover,
  body.home .site-main > .cta.buttonGroup .button {
    font-size: 1em;
  }
  .homeSectionBreakOne .sectionTitle > h2 {
    font-size: 23px;
  }
  .site-footer .max-width-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .variations tr:first-child .value::after {
    top: 24px;
  }

  .site-footer .col a {
    font-size: 14px;
  }

  #cooling-capacity-room-size,
  #number-of-units {
    font-size: 13px;
    border-radius: 15px;
    border: none;
    background-color: #e4e4e4;
    cursor: default;
    margin: 0em;
    -webkit-appearance: menulist;
    display: inline-block;
    width: auto;
    min-width: auto;
    max-width: unset;
    padding: 4px;
  }

  .variations tr:first-child .value::after {
    display: none;
  }

  /* .site-footer .col {
    width: calc(100% - 2px) !important;
  } */
  .site-footer .col.search img {
    display: block;
  }

  .triblocks .right {
    background-size: 450px;
    background-position: bottom;
  }

  .triblocks .triblock-content {
    padding: 40px 30px !important;
  }

  .home-featured-image,
  .home-banner-slide {
    height: 400px;
  }

  .home-featured-image .wrap {
    top: 45%;
  }

  .home-featured-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
  }
}

@media (max-width: 419px) {
  .woocommerce-MyAccount-navigation li {
    width: calc(50% - 1px);
  }

  .featured-products>h2 {
    margin: 40px 0 0;
    font-size: 30px;
  }

  .featured-products>h2+a {
    font-size: 16px;
  }

  .warranty::after {
    width: 80px;
    height: 80px;
    top: 40px;
  }

  .pdf {
    width: calc(50% - 10px);
    margin: 20px 5px;
  }

  .hp-slide-content h2 {
    font-size: 23px;
  }
}