/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Navigation
# Home
# Progress Bar
# Order / Spares
# Dealer Form
# Reponsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  background-color: #e5e5e5;
  color: #545559;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
}

h1 {
  text-transform: uppercase;
  margin: 0 0 25px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}

a,
a:active,
a:focus {
  outline: none !important;
}

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

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

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

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

#primary {
  overflow: auto;
  padding-top: 0;
}

.max-width {
  padding: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.button {
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  font-weight: 600;
  background-color: transparent;
  display: inline-block;
  border: 1px solid;
  padding: 7px 25px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  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;
}

.button.grey-o {
  color: #545559;
  border-color: #545559;
}

.button.grey-o:hover {
  background-color: #545559;
  border-color: #545559;
  color: #fff;
}

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

.logo {
  max-width: 160px;
  float: left;
}

.house {
  float: right;
}

.house a {
  color: #54565a;
  font-size: 32px;
}

.house .fa {
  display: inline-block;
  vertical-align: middle;
}

.house span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.main-navigation a {
  cursor: pointer;
}

div#input_8_7 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#gform_wrapper_4 #gform_4 .gform_body .gform_page_footer .button,
#gform_wrapper_4 #gform_4 .gform_body .gform_page_footer .button[type="button"] {
  color: #fff !important;
  background-color: #66bf6d !important;
  border-radius: 50px !important;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 30px !important;
  margin-right: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#gform_wrapper_4 #gform_4 .gform_body .gform_page_footer .button:hover,
#gform_wrapper_4 #gform_4 .gform_body .gform_page_footer .button[type="button"]:hover {
  color: #fff !important;
  background-color: #00aae8 !important;
}

body.page-id-2688 span.alt,
body.page-id-2688 span.alt + .next,
body.page-id-2565 span.alt,
body.page-id-2565 span.alt + .next,
body.page-id-2572 span.alt,
body.page-id-2572 span.alt + .next,
body.page-id-2573 span.alt,
body.page-id-2573 span.alt + .next,
body.page-id-2574 span.alt,
body.page-id-2574 span.alt + .next,
body.page-id-2575 span.alt,
body.page-id-2575 span.alt + .next,
body.page-id-2576 span.alt,
body.page-id-2576 span.alt + .next {
  display: none;
}

/*--------------------------------------------------------------
# Secondary Menu
--------------------------------------------------------------*/

.menu-menu-2-container {
  margin-top: 30px;
}

#secondary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#secondary-menu li {
  margin-top: 15px;
}

#secondary-menu li a {
  color: #545559;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #545559;
  display: block;
  padding: 10px 25px 10px 25px;
  font-size: 16px;
  text-transform: none;
  border-radius: 100px;
  transition: all 0.1s ease 0s;
  background-color: transparent;
}

#secondary-menu li a:hover {
  color: #fff;
  background-color: #545559;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.page-id-2689 #primary > .max-width,
.page-id-2668 #primary > .max-width,
.page-id-2663 #primary > .max-width,
.home #primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .max-width {
  max-width: none;
}

p.subtitle {
  margin-top: -20px;
  font-size: 20px;
}

.page-id-2689 #primary,
.page-id-2668 #primary,
.page-id-2663 #primary {
  min-height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
}

.page-id-2689 #primary > .max-width,
.page-id-2668 #primary > .max-width,
.page-id-2663 #primary > .max-width,
.home #primary > .max-width {
  text-align: center;
  max-width: 928px;
  /* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */
}

#order-now,
#warranties,
#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary #order-now,
#primary #warranties,
#primary #primary-menu {
  /* margin: 15px 0;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	column-gap: 30px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#primary #order-now li,
#primary #warranties li,
#primary #primary-menu li {
  margin: 0 0 15px;
  width: 50%;
  display: inline-block;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid-column;
  min-width: 314px;
  display: inline-block;
}

#primary #order-now li.lastOdd,
#primary #warranties li,
#primary #primary-menu li.lastOdd {
  text-align: center;
  width: 100%;
}

.menu a {
  display: block;
  border: 2px solid;
  margin: 0 10px;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 35px;
  font-size: 27px;
  color: #fff;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.menu li.lastOdd a {
  width: 50%;
  display: inline-block;
}

.menu .blue a .mobileTooltip,
.menu .blue a .tooltip,
.menu .blue a {
  background-color: #00aae9;
  border-color: #00aae9;
}

.menu .teal a .mobileTooltip,
.menu .teal a .tooltip,
.menu .teal a {
  background-color: #2ab1b6;
  border-color: #2ab1b6;
}

.menu .mint a .mobileTooltip,
.menu .mint a .tooltip,
.menu .mint a {
  background-color: #5fb795;
  border-color: #5fb795;
}

.menu .green a .mobileTooltip,
.menu .green a .tooltip,
.menu .green a {
  background-color: #66bf6d;
  border-color: #66bf6d;
}

.menu .bright-green a .mobileTooltip,
.menu .bright-green a .tooltip,
.menu .bright-green a {
  background-color: #99c455;
  border-color: #99c455;
}

.menu .lightgrey a .mobileTooltip,
.menu .lightgrey a .tooltip,
.menu .lightgrey a {
  background-color: #949598;
  border-color: #949598;
}

.menu .grey a .mobileTooltip,
.menu .grey a .tooltip,
.menu .grey a {
  background-color: #54565a;
  border-color: #54565a;
}

.menu a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #55565a;
}

.menu li.disable {
  cursor: not-allowed;
}

#primary #primary-menu li.disable:hover .tooltip::before,
.menu li.disable a {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.menu-fwo-shop-login input.fwo-link {
  font-family: "Nunito", sans-serif;
  background-color: transparent;
  border: none;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
}

#primary #primary-menu li.fourways-online:hover .menu-fwo-shop-login input.fwo-link {
  color: #55565a;
}

/* Mobile Tooltip */
.infoButton,
.mobileTooltip {
  display: none;
}

/* Tooltip Pointer Colors */
#primary #primary-menu li.blue .mobileTooltip::before,
#primary #primary-menu li.blue:hover .tooltip::before {
  border-color: transparent rgba(0, 170, 233, 1);
}

#primary #primary-menu li.teal .mobileTooltip::before,
#primary #primary-menu li.teal:hover .tooltip::before {
  border-color: transparent rgba(42, 177, 182, 1);
}

#primary #primary-menu li.mint .mobileTooltip::before,
#primary #primary-menu li.mint:hover .tooltip::before {
  border-color: transparent rgba(95, 183, 149, 1);
}

#primary #primary-menu li.green .mobileTooltip::before,
#primary #primary-menu li.green:hover .tooltip::before {
  border-color: transparent rgba(102, 191, 109, 1);
}

#primary #primary-menu li.bright-green .mobileTooltip::before,
#primary #primary-menu li.bright-green:hover .tooltip::before {
  border-color: transparent rgba(153, 196, 85, 1);
}

#primary #primary-menu li.lightgrey .mobileTooltip::before,
#primary #primary-menu li.lightgrey:hover .tooltip::before {
  border-color: transparent rgba(148, 149, 152, 1);
}

#primary #primary-menu li.grey .mobileTooltip::before,
#primary #primary-menu li.grey:hover .tooltip::before {
  border-color: transparent rgba(84, 86, 90, 1);
}

.tooltip {
  background: rgba(0, 0, 0, 1);
  border-radius: 6px;
  color: #fff;
  padding: 7px;
  position: absolute;
  /* text-shadow: 0 1px 0 #000; */
  z-index: 98;
  display: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  max-width: 200px;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  -ms-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0);
}

#primary #primary-menu li:hover .tooltip {
  display: block;
}

#primary #primary-menu li.left .tooltip {
  left: -215px;
}

#primary #primary-menu li.right .tooltip {
  right: -215px;
}

#primary #primary-menu li.lastOdd .tooltip {
  right: 0px;
}

#primary #primary-menu li:hover .tooltip::before {
  content: "";
  display: block;
  border: solid;
  border-color: transparent rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary #primary-menu li.left:hover .tooltip::before {
  right: -6px;
  border-width: 7px 0 7px 6px;
}

#primary #primary-menu li.right:hover .tooltip::before {
  left: -6px;
  border-width: 7px 6px 7px 0;
}

#primary #primary-menu li.lastOdd:hover .tooltip::before {
  left: -6px;
  border-width: 7px 6px 7px 0;
}

.log-out {
  font-size: 16px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  color: #54565a !important;
  text-decoration: none;
  font-weight: 600;
}

.bottomMenu {
  padding: 30px;
}

.bottomMenu .backButton {
  text-align: center;
  margin: 15px;
}

/*--------------------------------------------------------------
# Progress Bar
--------------------------------------------------------------*/

#progress-bar {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

#progress-bar a {
  display: inline-block;
  background-color: #c6c7c9;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  padding: 8px 20px;
  position: relative;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

#progress-bar a.active,
.woocommerce-checkout #progress-bar a:last-child {
  background-color: #66bf6d;
}

#progress-bar a::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #c6c7c9;
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#progress-bar a:last-child {
  margin-right: 0;
}

#progress-bar a:last-child::after {
  display: none;
}

h1.page-title {
  text-align: center;
  margin: 0 0 20px;
}

body.page-id-2688,
body.page-id-2572,
body.page-id-2573,
body.page-id-2574,
body.page-id-2575,
body.page-id-2576,
body.page-id-13296{
  background-color: #fff;
}

/*--------------------------------------------------------------
# Order / Spares
--------------------------------------------------------------*/

body:not(.woocommerce-account) .entry-title {
  display: none;
}

.entry-title {
  text-align: center;
}

#quick-order-menu {
  margin: 50px auto 35px;
  overflow: auto;
  max-width: 1100px;
}

.qom-list {
  width: calc(100% - 250px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: end; */
}

div#qom-search-wrap {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.qom-list.favHit {
  justify-content: unset;
}
/* .qom-line-item:not(.qom-top-line).favHit {
  width: auto;
} */

.qom-list h1 {
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
}

.qom-line-item .clear {
  min-height: 0 !important;
}

div.mCSB_container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  /* justify-content: space-between; */
}

.qom-top-line {
  /* display: none !important; */
  background-color: #55565a;
  overflow: auto;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  font-size: 15px;
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
}

.qom-line-item:not(.qom-top-line) {
  padding: 10px 15px;
  overflow: auto;
  font-size: 14px;
  /* border-bottom: 1px solid #55565a; */
  /* margin-right: 30px; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ffffff;
  column-gap: 5px;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
  /* text-align: left; */
}

.qom-top-line .qom-quantity {
  padding-top: 5px;
  text-align: center;
  margin-left: 11px;
  font-weight: bold;
}

.qom-top-line .qom-heading {
  width: 28%;
}

.qom-heading em.aircon-note {
  text-align: left;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 3px;
  /* margin-bottom: 10px; */
}

.qom-top-line .qom-price {
  margin-right: 30px;
  background-color: #55565a;
}

.qom-quantity,
.qom-addtocart {
  width: auto;
  float: left;
  position: relative;
  text-align: center;
}

.qom-addtocart span {
  display: block;
  line-height: 1.3;
  font-size: 12px;
  color: #ff0000;
}

.qom-price {
  width: 110px;
  float: left;
  text-align: center;
  font-weight: bold !important;
  padding-top: 5px;
  background-color: #e5e5e5;
  height: 30px;
}

body:not(.page-id-203) .qom-capacity,
body:not(.page-id-203) .qom-pipe-size {
    visibility: hidden;
}

.qom-capacity, 
.qom-pipe-size, 
.qom-excl, 
.qom-vat, 
.qom-incl, 
.qom-addtocart {
  width: 11%;
}

.qom-heading.colour {
  display: inline-block;
}

.qom-heading h4, 
.qom-top-line > div {
  margin: 0;
  /* padding: 8px 10px; */
  font-size: 0.8em;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  /* padding-bottom: 10px; */
  text-align: left;
  font-weight: 600;
}

.qom-heading h4 {
  margin: 0;
  font-size: 1em;
  line-height: 15px;
  padding-bottom: 0;
}

.scroll-wrap {
  max-height: 470px;
  min-height: 470px;
  margin-top: 15px;
  width: 100%;
}

.qom-line-item:not(.qom-top-line) h4,
.qom-line-item:not(.qom-top-line) .qom-price {
  font-weight: 400;
}

#qom-search {
  font-family: 'Nunito', sans-serif;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0;
  padding: 6px 10px 5px;
}

.qom-quantity input {
  width: 40px;
  margin: 5px auto 0;
  display: block;
  height: 20px;
  text-align: center;
  padding: 1px 0 0;
  border-radius: 0;
  border: 2px solid black;
  color: #000;
  font-size: 12px;
}

button.quick-order {
  position: absolute;
  border-radius: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  border-width: 0;
  border-color: #000000;
  font-weight: bold;
  background-color: transparent;
}

button.quick-order::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #d0d0d0;
  left: 0;
  top: 10%;
}

.quick-order span {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.qom-line-item.loading .quick-order span:nth-child(1),
.qom-line-item.added .quick-order span:nth-child(1),
.quick-order span:nth-child(2),
.quick-order span:nth-child(3) {
  display: none;
}

.qom-line-item.loading .quick-order span:nth-child(2) {
  display: block;
  font-size: 25px;
}

.qom-line-item.added .quick-order span:nth-child(3) {
  display: block;
  font-size: 25px;
  color: #316732;
}

.fts-loader {
  padding-top: 7px;
}

.sorter {
  margin-bottom: 25px;
  width: 200px;
  float: left;
  margin-right: 50px;
}

.sorter::before {
  content: "Search By";
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.sorter label {
  background-color: #2ab1b5;
  display: block;
  color: #fff;
  padding: 4px 14px 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

#qom-cats-button {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none !important;
  background-color: #fff;
  font-family: "Nunito", sans-serif;
  color: #55565a;
  font-size: 15px;
}

#qom-cats-menu {
  border: none;
  font-family: "Nunito", sans-serif;
}

#qom-cats-menu div {
  font-size: 15px;
  padding: 4px 15px !important;
}

#qom-cats-menu .ui-state-active,
#qom-cats-menu .ui-widget-content .ui-state-active,
#qom-cats-menu .ui-widget-header .ui-state-active,
#qom-cats-menu a.ui-button:active,
#qom-cats-menu .ui-button:active,
#qom-cats-menu .ui-button.ui-state-active:hover {
  border: 1px solid #2ab1b5;
  background: #2ab1b5;
  font-weight: normal;
  color: #ffffff;
}

.qom-primary-head,
.qom-secondary-head {
  text-align: center;
}

.qom-line-item.loading .quick-order,
.qom-line-item.added .quick-order {
  pointer-events: none;
}

.qom-primary-item[data-slug="uncategorised"],
#qom-cats-menu .ui-menu-item:nth-child(2) {
  display: none;
}

.qom-primary-item,
.qom-secondary-item {
  background-color: transparent;
  border: 0px solid #181415 !important;
  margin: 3px;
  background-size: 100% 100%;
  padding: 5px 0 !important;
  border-radius: 0;
  font-size: 16px;
  cursor: pointer;
}

.qom-primary-item:hover,
.qom-secondary-item:hover {
  color: #181415;
}

/*.qom-primary-item.active, 
.qom-secondary-item.active {
	background-color: #181415;
	font-weight: 600;
	padding: 10px 12px;
	color: #fff;
}*/

.qom-secondary-item-list {
  display: none;
}

input.fts-cart-quantity-input {
  width:60px;
}

.fts-cart-adjust {
  text-align: center;
  /* height: 30px; */
  width: 85px;
  margin: 0 auto;
  position: relative;
  background-color: #e5e5e5;
}

/* .fts-cart-adjust>div {
	display: inline-block;
} */

.out-of-stock span {
  padding-top: 7px;
}

body.fts-loading a.next {
  color: black;
  background-color: lightgrey;
  cursor: not-allowed;
}
body.fts-loading a.next:active {
  pointer-events: none;
}

.fts-cart-apply {
  cursor: pointer;
}
.fts-cart-apply:hover {
  background-color: #00aae8;
  color: #fff;
}

.fts-cart-add {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin: auto;
  cursor: pointer;
  position: relative;
  /* top: 4px; */
  background-color: #66bf6d;
  color: #fff;
  /* border-radius: 30px; */
  padding: 6px 8px 1px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
  height: 30px;
  /* padding-top: 5px; */
}

.fts-cart-add:hover {
  background-color: #00aae8;
}

.fts-cart-down,
.fts-cart-up {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  position: absolute;
  background-color: #69c070;
  font-size: 10px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.fts-cart-down:hover,
.fts-cart-up:hover {
  background-color: #55565a;
}

.fts-cart-down {
  top: 16px;
  right: 0;
}

.fts-cart-up {
  top: 0;
  right: 0;
}

.fts-cart-down span,
.fts-cart-up span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.fts-cart-down span {
  top: 3px;
}

.fts-cart-up span {
  top: 1px;
}

.fts-cart-up span::after {
  content: "+";
  font-size: 1.2em;
  position: relative;
  top: -3px;
}

.fts-cart-down span::after {
  content: "-";
  font-size: 1.5em;
  position: relative;
  top: -8px;
}

.fts-cart-amount {
  width: 70px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  font-size: 12px;
  left: 0;
  border: 3px solid #e5e5e5;
}

.fts-cart-amount span {
  color: #55565a;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  opacity: 1;
  border-radius: 0;
}

body .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 35px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #55565a;
  background-color: #fff;
  padding: 5px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #55565a transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 10px;
}

.select-styled:hover,
.select-styled:active,
.select-styled.active {
  background-color: #fff;
}

/*.select-styled:active:after, 
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}*/

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.select-options li {
  color: #55565a;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #fff;
  background: #2ab1b5;
}

.select-options li[rel="hide"] {
  display: none;
}

/* .sorter.one-stop > label,
.sorter.one-stop > .select {
  display: none;
} */

.sorter > label,
.sorter > .select {
  display: none;
}

a.fav,
.accordion.favourites .accordion-heading,
.accordion.oss-cats .accordion-heading {
  display: block;
  background-color: #c6c7c9;
  width: 100%;
  padding: 4px 14px 3px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a.fav:hover,
.accordion.favourites .accordion-heading:hover,
.accordion.favourites .accordion-heading.ui-state-active,
.accordion.oss-cats .accordion-heading:hover,
.accordion.oss-cats .accordion-heading.ui-state-active {
  background-color: #2ab1b5;
}

.accordion.favourites .accordion-heading::after,
.accordion.oss-cats .accordion-heading::after {
  right: 10px;
}

.accordion.favourites .accordion-content p,
.accordion.oss-cats .accordion-content p {
  margin: 10px 0;
  line-height: 1.2;
  font-size: 13px;
  cursor: pointer;
  padding-right: 20px;
}

.accordion.favourites .accordion-content p.active,
.accordion.oss-cats .accordion-content p.active {
  font-weight: 700;
}

.accordion.favourites .scroll-wrap,
.accordion.oss-cats .scroll-wrap {
  margin-top: 10px;
  min-height: unset;
  /*max-height: unset;*/
  max-height: 300px;
}

.clear-filter {
  display: inline-block;
  background-color: #2ab1b5;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  padding: 4px 12px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.clear-filter:hover {
  color: #fff;
  background-color: #66bf6d;
}

a.next {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #66bf6d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a.next.search_spares {
  position: relative;
  right: unset;
  bottom: unset;
  margin: 20px auto;
  display: block;
  text-align: center;
  width: 171px;
}

a.next.search_spares.disabled {
  background-color: #54565a;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.1;
}

a.next:hover {
  background-color: #00aae8;
}

a.skip,
a.prev,
span.alt {
  position: fixed;
  right: 30px;
  bottom: 88px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 30px;
  background-color: #54565a;
  padding: 8px 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

span.alt {
  cursor: pointer;
  background-color: #fff;
  color: #54565a;
  bottom: 30px;
  left: 30px;
  right: unset;
}

span.alt:hover {
  background-color: #54565a;
  color: #fff;
}

a.prev {
  right: unset;
  left: 30px;
  bottom: 88px;
}

a.skip:hover,
a.prev:hover {
  background-color: #fff;
  color: #54565a;
}

a.next.add-to-cart.disable,
a.next.disable,
a.order-now.disable {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
  cursor: not-allowed;
}

span.disable-markup,
span.disable-serial,
span.disable-serial-next {
  position: fixed;
  right: 36px;
  bottom: 88px;
  width: 130px;
  font-size: 12px;
  text-align: center;
  color: red;
}

span.disable-serial-next.bottom125 {
  bottom: 125px;
}

span.disable-serial {
  position: initial;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.page-id-221 .entry-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
}

#product-240 .price,
#product-240 div.product-addon-totals,
#product-240 .quantity {
  display: none;
}

.wc-pao-addon-container input,
.wc-pao-addon-container textarea {
  font-family: "Nunito", sans-serif;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 16px;
  padding: 6px 18px;
  font-size: 14px;
  color: #afb0b3;
  max-height: 75px;
  resize: none;
}

.wc-pao-addon {
  margin-top: 8px;
  text-align: left;
}

.wc-pao-addon .form-row {
  margin: 4px 0 12px;
}

label.wc-pao-addon-name {
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
  color: #545559;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}

.wc-pao-addon-description .wc-pao-addon-name::after {
  content: "(optional)";
  font-weight: 600;
  text-transform: lowercase;
}

body .single_add_to_cart_button.button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 20px 7px;
  border: 1px solid #54565a;
  color: #54565a;
  margin-top: 15px;
  background-color: transparent;
  border-radius: 20px;
}

body .single_add_to_cart_button.button:hover {
  background-color: #54565a;
  border-color: #54565a;
  color: #fff;
}

.page-id-221 .woocommerce-message .button.wc-forward {
  display: none;
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error {
  width: 100%;
}

.text-wrap {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.text-wrap h1 {
  margin-bottom: 0;
}

.text-wrap p:first-of-type {
  margin-top: 5px;
}

.page-id-223 .woocommerce,
.woocommerce-cart-form {
  max-width: 900px;
  margin: 0 auto;
}

.shop_table th {
  background-color: #55565a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 10px;
  border: none;
}

.shop_table th:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.shop_table th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.shop_table .product-thumbnail {
  display: none;
}

.woocommerce-cart-form table {
  border: none;
  margin-bottom: 10px;
}

.woocommerce-cart-form td {
  border: none;
  padding: 15px 10px;
}

.woocommerce-cart-form tr:not(:last-child) td {
  border-bottom: 1px solid #8a8a8a;
}

.shop_table th:not(.product-name),
.shop_table td:not(.product-name) {
  text-align: center;
}

table.shop_table_responsive tr td.product-remove a {
  color: #55565a;
  text-decoration: none;
  font-weight: 700;
}

.product-name a {
  color: #55565a;
  text-decoration: none;
}

.product-name .variation {
  margin: 10px 0 0;
}

.product-name .variation dt,
.product-name .variation dd {
  display: inline-block;
  width: calc(40% - 2px);
  line-height: 1.1;
}

.product-name .variation dd {
  margin: 0;
}

.product-name .variation p {
  margin: 4px 0;
}

.cart-collaterals {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}

.cart-collaterals h2,
.cart-collaterals .cart-subtotal,
.wc-proceed-to-checkout {
  display: none;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
  border: none;
}

input.qty {
  border: none;
  border-radius: 0;
  outline: none;
  color: #55565a;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  width: 50px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.ui-spinner {
  position: relative;
  height: 30px !important;
  display: inline-block;
}

a.ui-spinner-button {
  cursor: pointer;
  width: 15px;
  height: 14px;
  display: block;
  position: absolute;
  color: #fff;
  background-color: #66bf6d;
  font-size: 12px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a.ui-spinner-button:hover {
  background-color: #55565a;
}

.ui-spinner-button.ui-spinner-up {
  top: 0;
  right: -15px;
}

.ui-spinner-button.ui-spinner-down {
  right: -15px;
  bottom: 2px;
}

.ui-spinner-button .ui-button-icon {
  position: relative;
  top: -1px;
}

.cart-collaterals .shop_table {
  border: none;
}

.shop_table .order-total th {
  text-align: left;
  padding: 4px 20px;
}

.shop_table .order-total td {
  background-color: #55565a;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: right;
  padding: 4px 20px;
}

.woocommerce-cart-form td.actions {
  padding: 10px 0 0;
  text-align: right;
}

.woocommerce-cart-form td.actions .button,
.button.update-price {
  float: right;
  background-color: #66bf6d;
  border: none;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 15px 7px;
  font-weight: 700;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.woocommerce-cart-form td.actions .button:hover,
.button.update-price:hover {
  background-color: #00aae8;
  color: #fff;
}

.nomarkup ~ *,
.noserial ~ .serial-info {
  color: red;
}

.noserial ~ .serial-add {
  background-color: red;
}

.fa.fa-pencil {
  font-size: 9px;
  position: relative;
  top: -6px;
  cursor: pointer;
}

.serial-info {
  margin-left: 10px;
}

.serial-add {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  background-color: #66bf6d;
  padding: 5px;
  border-radius: 20px;
  padding: 6px 15px 7px;
  color: #ffffff;
  font-weight: 700;
}

.serial-add .fa.fa-pencil {
  top: -3px;
}

.serial {
  font-weight: 700;
  font-style: italic;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}

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

.popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #e5e5e5;
  padding: 25px;
  min-width: 350px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-wrapper.book {
  min-width: 310px;
  background-image: none;
}

.popup-closer {
  position: absolute;
  top: -4px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}

.popup-closer::before {
  content: "\f00d";
  font-family: fontawesome;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #616165;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.popup-closer:hover::before {
  color: #000;
}

.popup-content {
  text-align: center;
}

.popup h3 {
  margin: 0 0 10px;
}

.popup input.adjusted-price,
.popup input.serial-num {
  width: 100%;
  outline: none !important;
  color: #545559;
  font-family: "Nunito", sans-serif;
  padding: 4px;
  border: none;
  text-align: center;
  font-size: 15px;
}

.button.update-price,
.button.update-serial {
  color: #fff;
  margin-top: 12px;
  float: none;
}

.popup-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.popup-wrapper.loading .popup-loader {
  opacity: 1;
  z-index: 3;
}

.popup-wrapper .popup-loader img {
  text-align: center;
  opacity: 0.8;
  margin: 0 auto;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.restore-item {
  color: #66bf6d;
  text-decoration: none;
  font-weight: bold;
}

body h3#order_review_heading,
body .woocommerce-additional-fields h3,
body .woocommerce-shipping-fields h3,
body .woocommerce-billing-fields h3 {
  color: #54565a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  line-height: 1;
}

body #customer_details label,
body .woocommerce-address-fields label {
  margin-bottom: 5px;
  text-align: left;
  display: inline-block;
  color: #545559;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}

body .woocommerce-input-wrapper input[type="text"],
body .woocommerce-input-wrapper input[type="email"],
body .woocommerce-input-wrapper input[type="tel"],
body .woocommerce-input-wrapper input[type="number"],
body .woocommerce-input-wrapper textarea {
  font-family: "Nunito", sans-serif;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 16px;
  padding: 6px 18px;
  font-size: 14px;
  color: #afb0b3;
  max-height: 75px;
  resize: none;
}

body .required {
  color: #00aeef;
}

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

body #order_review table {
  border: none;
  background-color: transparent;
}

body #order_review table td {
  border: 0;
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #8a8a8a;
}

body #order_review table th {
  border: 0;
  font-size: 14px;
  padding: 4px;
  border-bottom: none;
}

body #order_review table tfoot th {
  border-bottom: 1px solid #8a8a8a;
  background-color: transparent;
  color: #545559;
  text-align: left !important;
  padding: 15px !important;
}

body #order_review table #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #order_review .order-total td,
body #order_review .order-total th {
  padding: 4px 15px !important;
  background-color: #55565a;
  color: #fff;
  border-bottom: none;
}

body #order_review .order-total td {
  text-align: center;
}

body #order_review table tfoot tr:nth-last-child(2) td,
body #order_review table tfoot tr:nth-last-child(2) th {
  border-bottom: 0;
}

body #order_review_heading {
  margin-top: 20px !important;
}

body .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 16px !important;
  padding: 6px 10px;
}

body.page-id-225 #customer_details .col-1,
body.page-id-225 h3#order_review_heading,
body.page-id-225 #order_review table,
#ship-to-different-address {
  display: none;
}

.page-id-225 #customer_details .col-2 {
  width: 100%;
  /*max-width: 600px;
	margin: auto;*/
}

.page-id-225 .woocommerce-checkout::before {
  content: "Add Client Details";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 45px auto 20px;
  display: block;
}

body .checkout.woocommerce-checkout {
  margin: 0 auto;
  max-width: 800px;
}

#shipping_method,
body .wc_payment_methods.payment_methods.methods {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

body .form-row.place-order {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}

body a.woocommerce-privacy-policy-link {
  color: #66bf6d;
  text-decoration: none;
  font-weight: 600;
}

body div #payment #place_order,
.button.order-now {
  color: #fff;
  line-height: 1;
  background-color: #66bf6d;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 25px;
  padding: 12px 25px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body div #payment #place_order:hover,
.button.order-now:hover {
  background-color: #00aae8;
  color: #fff;
}

body .woocommerce-shipping-totals.shipping th,
body .tax-rate th {
  background-color: transparent;
  color: #55565a;
  text-align: left !important;
  padding: 15px 20px !important;
}

body .woocommerce-shipping-destination {
  margin: 0;
}

body table:not(.woocommerce-checkout-review-order-table) #shipping_method,
body .woocommerce-shipping-destination,
body table:not(.woocommerce-checkout-review-order-table) .tax-rate td {
  text-align: right !important;
}

body .woocommerce-shipping-totals,
body .tax-rate {
  border-top: 1px solid #8a8a8a;
}

body .wc_payment_methods {
  display: none;
}

body #shipping_method label {
  margin-left: 5px;
}

body .woocommerce-shipping-totals.shipping td {
  padding-top: 10px;
  padding-bottom: 10px;
}

body .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
}

body .woocommerce-order-details__title,
body .woocommerce-column__title {
  text-transform: uppercase;
  font-size: 22px;
}

.woocommerce-customer-details .woocommerce-column {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.wc-item-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-item-meta li {
  margin-top: 10px;
}

.wc-item-meta p {
  margin: 0;
}

.woocommerce-table__line-item td {
  padding: 15px;
}

.woocommerce-table--order-details tfoot td {
  background-color: #55565a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 10px;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

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

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error {
  background-color: #fff;
  border-left: 10px solid #66bf6d;
  list-style: none;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    background-color: transparent;
}

body .woocommerce-MyAccount-navigation li a {
  background-color: #55565a;
  font-size: 15px;
  padding: 6px;
  margin-bottom: 5px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .woocommerce-MyAccount-navigation li a:hover,
body .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #66bf6d;
  color: #fff;
}

body .woocommerce-MyAccount-content a {
  color: #545559;
  text-decoration: none;
  font-weight: 600;
}

body .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table {
  border-collapse: collapse;
}

body div .woocommerce-MyAccount-content .button {
  background-color: #66bf6d;
  font-size: 14px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 5px 2px;
  font-weight: 600;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body div .woocommerce-MyAccount-content .button:hover {
  background-color: #00aae8;
  color: #fff;
}

body .woocommerce-Address {
  width: calc(50% - 3px);
  display: inline-block;
  vertical-align: top;
}

body .woocommerce-Address.col-1 {
  padding-right: 15px;
}

body .woocommerce-Address.col-2 {
  padding-left: 15px;
}

body #customer_login label[for="username"],
body #customer_login label[for="password"],
body #customer_login label[for="reg_email"],
body .edit-account label[for="account_first_name"],
body .edit-account label[for="account_last_name"],
body .edit-account label[for="account_display_name"],
body .edit-account label[for="account_email"],
body .edit-account label[for="password_current"],
body .edit-account label[for="password_1"],
body .edit-account label[for="password_2"],
body form.woocommerce-ResetPassword label[for="user_login"] {
  background-color: #55565a;
  padding: 2px 10px;
  font-weight: 600;
  text-transform: capitalize;
}

body #customer_login #username,
body #customer_login #password,
body #customer_login #reg_email,
body .edit-account #account_first_name,
body .edit-account #account_last_name,
body .edit-account #account_display_name,
body .edit-account #account_email,
body .edit-account #password_current,
body .edit-account #password_1,
body .edit-account #password_2,
body form.woocommerce-ResetPassword #user_login {
  font-family: "Nunito", sans-serif;
  border: none;
  padding: 3px 10px;
}

body .edit-account fieldset {
  margin-top: 35px;
  padding-bottom: 5px;
}

body #customer_login h2,
body .edit-account legend {
  background-color: #e5e5e5;
  color: #55565a;
}

.received {
  text-align: center;
  padding-top: 30px;
}

.received img {
  max-width: 100px;
}

.received h1 {
  font-size: 43px;
  font-weight: 700;
  margin: 22px 0 2px;
}

.received p {
  margin: 0 0 22px;
  font-size: 18px;
}

.received .buttons {
  max-width: 700px;
  margin: 0 auto;
}

.received .buttons .button.grey-o {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  font-weight: 600;
  margin: 6px 4px;
  padding: 7px 35px;
}

.order-button {
  text-align: center;
  margin-top: 35px;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  text-align: center;
  font-size: 30px;
  margin: 12px auto 28px;
}

#order_review_heading {
  text-align: center;
  font-size: 30px;
}

#autocomplete {
  border: none;
  border-radius: 40px;
  background-color: #fff;
  padding: 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  text-align: left;
  color: #aeafb2;
  outline: none !important;
}

.autocomplete-suggestions {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 20px 20px;
  overflow-y: scroll;
  border-radius: 20px;
}

.autocomplete-suggestion:last-child {
  margin-bottom: 15px;
}

.autocomplete-suggestion:hover {
  cursor: pointer;
  background-color: #66bf6d;
  color: #fff;
  padding: 0 7px;
}

.fw-product-search {
  text-align: center;
  position: relative;
}

.fw-product-search::before {
  content: "Search Model";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 45px auto 20px;
  display: block;
}

.spares-search-container {
  max-width: 800px;
  margin: 2em auto;
}

.spares-search-form {
  margin-bottom: 2em;
}

.spares-search-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}

.spares-results {
  margin-top: 2em;
}

.no-results {
  text-align: center;
  padding: 2em;
  background: #f5f5f5;
  border-radius: 4px;
}

.left-product {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.product-image {
  background-color: #fff;
  padding: 5px;
}

.product-image img {
  display: block;
  width: 100%;
}

.left-product h4 {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.2;
}

.left-product p {
  font-size: 13px;
  margin-bottom: 0;
}

.right-product {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 40px;
  margin-top: -10px;
  margin-bottom: 35px;
}

.right-product #quick-order-menu {
  margin-top: 0;
  margin-bottom: 0;
}

.right-product .qom-list {
  width: 100%;
  background-color: #f4f4f4;
}

.right-product .qom-list .qom-line-item:last-child {
  border-bottom: 0;
}

.right-product .scroll-wrap {
  min-height: unset;
  margin-top: 0;
  max-height: 310px;
}

.right-product .scroll-wrap .mCSB_scrollTools {
  top: 15px;
  right: 5px;
  bottom: 15px;
}

.accordion .accordion-heading {
  background-color: #2ab1b5;
  color: #fff;
  margin: 10px 0 0;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.accordion .accordion-heading::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 18px;
  -webkit-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.accordion .accordion-heading.ui-accordion-header-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right-product #quick-order-menu .qom-top-line {
  border-radius: 0;
}

.return-to-shop {
  display: none;
}

.cart-clear p {
  margin: -10px 0 18px;
}

.cart-clear .button {
  background-color: #00aae8;
  border: none;
  color: #fff;
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 15px 4px;
  margin-bottom: 10px;
}

.cart-clear .button:hover {
  background-color: #66bf6d;
  color: #fff;
}

.cart-clear .button::before {
  display: none;
}

.woocommerce-checkout a.next {
  display: none;
}

body .button.wc-backward {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 20px 7px;
  border: none;
  color: #fff;
  margin-top: 0;
  background-color: #66bf6d;
  border-radius: 20px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .button.wc-backward:hover {
  background-color: #00aae8;
  color: #fff;
}

/*--------------------------------------------------------------
# Registration Form
--------------------------------------------------------------*/

div#validation_message_6_5,
div#validation_message_6_5,
div#validation_message_12_5 {
  font-size: 12px !important;
  max-height: unset !important;
  opacity: 1 !important;
  padding: 10px 0px 10px 10px !important;
  margin-right: 10px;
}

#gform_6 .gfield input.large,
#gform_6 .gfield select.large,
#gform_6 .gfield textarea.large,
#gform_6 .gfield_list_group_item input,
#gform_12 .gfield input.large,
#gform_12 .gfield select.large,
#gform_12 .gfield textarea.large,
#gform_12 .gfield_list_group_item input {
  width: 100%;
  outline: none;
  border-radius: 30px;
  border: none;
  padding: 8px 20px;
  background-color: #fff;
}

#gform_6 .image-choices-field .image-choices-choice-image-wrap,
#gform_12 .image-choices-field .image-choices-choice-image-wrap {
  background-color: #fff;
}

#gform_wrapper_6 .gform_description,
#gform_wrapper_12 .gform_description {
  display: block;
  margin-bottom: 15px;
}

#gform_6 .gform_footer,
#gform_12 .gform_footer {
  margin-bottom: 60px;
  margin-top: 20px;
}

#gform_6 .gform_footer input,
#gform_12 .gform_footer input {
  cursor: pointer;
  background-color: #66bf6d;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 9px;
  transition: 0.35s ease all;
}

#gform_6 .gform_footer input:hover,
#gform_12 .gform_footer input:hover {
  background-color: #00aae8;
}

#gform_confirmation_message_6,
#gform_confirmation_message_12 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.page-id-2707 span.alt,
.page-id-2707 a.next {
  display: none;
}

.gfield_consent_label a {
  color: #66bf6d;
  text-decoration: none;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Dealer Form
--------------------------------------------------------------*/

#gform_5 .gfield input.large,
#gform_5 .gfield select.large,
#gform_5 .gfield textarea.large,
#gform_5 .gfield_list_group_item input {
  width: 100%;
  outline: none;
  border-radius: 30px;
  border: none;
  padding: 8px 20px;
}

#gform_5 .image-choices-field .image-choices-choice-image-wrap {
  background-color: #fff;
}

#gform_5 .gform_footer {
  margin-bottom: 60px;
}

#gform_5 .gform_footer input {
  cursor: pointer;
  background-color: #66bf6d;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 9px;
  transition: 0.35s ease all;
}

#gform_5 .gform_footer input:hover {
  background-color: #00aae8;
}

body .gform_required_legend {
  display: none;
}

#field_3_23 {
  overflow-x: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

#field_3_23 > table {
  min-width: 590px;
}

body .image-choices-field .image-choices-choice-image-wrap {
  width: unset;
  height: unset;
}

body .image-choices-field .image-choices-choice-image {
  display: block;
}

#input_5_25 .image-choices-choice-image {
  max-height: 65px;
}

#input_5_46 .image-choices-choice-image {
  max-height: 50px;
}

#input_5_50 .image-choices-choice {
  position: relative;
  width: calc(33.33% - 13px);
}

body .image-choices-field.image-choices-show-labels .image-choices-choice-text {
  font-size: 17px;
  font-weight: 600;
  margin-top: 8px;
}

.gfield_radio .gchoice {
  display: inline-block;
  margin-right: 20px;
}

.gchoice_5_47_0 label {
  font-size: 15px !important;
}

.gchoice_5_47_1 label {
  font-size: 16px !important;
}

.gchoice_5_47_2 label {
  font-size: 17px !important;
}

.gchoice_5_48_0 label {
  font-size: 33px !important;
}

.gchoice_5_48_1 label {
  font-size: 40px !important;
}

.gchoice_5_48_2 label {
  font-size: 45px !important;
}

.gchoice_5_49_0 label {
  font-size: 24px !important;
}

.gchoice_5_49_1 label {
  font-size: 28px !important;
}

.gchoice_5_49_2 label {
  font-size: 32px !important;
}

.gchoice_5_51_0 label {
  font-size: 17px !important;
}

.gchoice_5_51_1 label {
  font-size: 20px !important;
}

.gchoice_5_51_2 label {
  font-size: 23px !important;
}

#input_5_42 .gchoice,
#input_5_43 .gchoice,
#input_5_44 .gchoice {
  width: calc(50% - 13px);
}

#input_5_61 .image-choices-choice,
#input_5_62 .image-choices-choice {
  width: calc(33.33% - 13px);
}

body .gform_wrapper .gfield_required {
  color: #00aeef;
}

body .color-picker-style-pantone .color-picker-swatch {
  width: 100%;
}

body .colorPicker {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#gform_submit_button_5 {
  margin: 0 auto;
}

#gform_submit_button_6 {
  margin: 0 auto;
}

body .gsection_description {
  padding-top: 0 !important;
  margin-top: -10px;
}

#field_5_53 p {
  margin: 0;
  font-size: 15px;
}

.page-id-2677 span.alt,
.page-id-2677 a.next,
.page-id-2602 span.alt,
.page-id-2602 a.next,
.page-id-6635 span.alt,
.page-id-6635 a.next,
.page-id-6642 span.alt,
.page-id-6642 a.next
 {
  display: none;
}

#gform_5 .gfield_description {
  opacity: 1;
  background-color: transparent;
  text-transform: none;
  margin: 0 0 10px;
  font-weight: normal;
  max-height: unset !important;
  font-size: 13px !important;
}

/*--------------------------------------------------------------
# Rewards Dashboard
--------------------------------------------------------------*/

.breadcrumbs {
  margin-bottom: 10px;
  font-size: 15px;
}

.breadcrumbs a {
  color: #545559;
  text-decoration: none;
}

.breadcrumbs a.current {
  color: #26afb3;
  font-weight: 600;
}

.breadcrumbs span {
  margin: 0 10px;
}

.fourbucks-total {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 999;
}

.fourbucks-total p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.fourbucks-total span {
  color: #66bf6d;
  display: block;
  font-weight: 900;
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.fourbucks-total a.shop-now,
.fourbucks-total input.shop-now {
  background-color: #545559;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px 4px;
  transition: 0.35s ease all;
  line-height: 16px;
}

.fourbucks-total a.shop-now:hover,
.fourbucks-total input.shop-now:hover {
  background-color: #66bf6d;
}

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

.top-header .button.create-account {
  align-self: center;
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
}

.top-header .button.create-account:hover {
  background-color: #00aae9;
  border-color: #00aae9;
  color: #fff;
}

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

.fourex {
  background-color: #efefef;
  padding: 30px 30px 35px;
  border-radius: 25px;
  width: 49%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.fourex img {
  display: block;
  max-width: 270px;
  margin: 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.fourex-wrap {
  width: 100%;
  margin-top: -10px;
}

.fourex-wrap span {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.fourex-amount {
  font-size: 22px;
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.fourex .break {
  flex-basis: 100%;
  height: 0;
}

.fourex .button {
  margin: 5px 0;
  width: 182px;
}

.fourex .button.grey {
  background-color: #545559;
  color: #fff;
  border-color: #545559;
}

.fourex .button.grey:hover {
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
}

.fourex .button.blue {
  background-color: #00aae9;
  border-color: #00aae9;
  color: #fff;
}

.fourex .button.blue:hover {
  border-color: #66bf6d;
  background-color: #66bf6d;
}

.fourex .button.green {
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
}

.fourex .button.green:hover {
  border-color: #545559;
  background-color: #545559;
}

#gform_10 .gfield input.large,
#gform_10 .gfield select.large,
#gform_10 .gfield textarea.large {
  width: 100%;
  outline: none;
  border-radius: 30px;
  border: none;
  padding: 8px 20px;
}

#gform_10 .gfield select.large {
  background-color: #fff;
  padding: 11px 20px;
}

#gform_10 .gform_footer {
  margin-bottom: 60px;
}

#gform_10 .gform_footer input {
  cursor: pointer;
  background-color: #66bf6d;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 9px;
  transition: 0.35s ease all;
}

#gform_10 .gform_footer input:hover {
  background-color: #00aae8;
}

.loyalty-status {
  background-color: #efefef;
  padding: 30px 30px 35px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 20px;
  width:49%;
  position:relative;
}

.loyalty-status h3 {
  font-size: 20px;
  margin: 0 0 20px;
}

.loyalty-status img {
  display: block;
  max-width: 220px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.pie-wrap {
  position: relative;
  max-width: calc(100% - 140px);
}

.pie-background {
  --p: 100;
  --b: 50px;
  --w: 300px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  margin: 0 auto;
}

.pie-background::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(#fff 100%, #fff 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie-box-shadow {
  --p: 100;
  --b: 50px;
  --w: 300px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  box-shadow: inset 5px 2.5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pie {
  --b: 50px;
  --w: 300px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie::before {
  inset: 0;
  background: radial-gradient(farthest-side, #00aae9 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(#00aae9 calc(calc(var(--c) / 4) * 1%), #66bf6d calc(var(--c) * 1%), #0000 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie::after {
  inset: calc(50% - var(--b) / 2);
  background: #66bf6d;
  transform: rotate(calc(var(--c) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.pie p {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.pie p span {
  display: block;
  color: #66bf6d;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}

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

.goals {
  width: 67%;
}

.goal {
  background-color: #efefef;
  border-radius: 25px;
  padding: 46px 30px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.goal.completed {
  background: rgb(181, 126, 16);
  background: linear-gradient(
    90deg,
    rgba(181, 126, 16, 1) 0%,
    rgba(255, 243, 165, 1) 88%,
    rgba(181, 126, 16, 1) 100%
  );
}

.goal .left {
  min-width: 220px;
}

.goal .right {
  width: calc(100% - 230px);
  text-align: right;
}

.goal p {
  margin: 2px 0 0;
  font-weight: 600;
  font-size: 17px;
}

.progress {
  width: 40%;
  background-color: #d9d9d9;
  height: 25px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 200px;
}

.progress::after {
  content: "";
  display: block;
  width: calc(var(--w) * 1%);
  background-color: #66bf6d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 30px;
}

.goal.completed .progress::after {
  background: rgb(181, 126, 16);
  background: linear-gradient(
    90deg,
    rgba(181, 126, 16, 1) 0%,
    rgba(227, 191, 87, 1) 65%,
    rgba(181, 126, 16, 1) 100%
  );
}

.goals .right span {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}

a.earn-more {
  background-color: #545559;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px 4px;
  transition: 0.35s ease all;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

a.earn-more:hover {
  background-color: #66bf6d;
}

.goal.completed a.earn-more {
  background: rgb(116, 106, 63);
  background: linear-gradient(90deg, rgba(116, 106, 63, 1) 0%, rgba(90, 67, 17, 1) 100%);
  color: #e8c761;
}

.ctas {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctas .cta {
  background-color: #efefef;
  border-radius: 20px;
  padding: 30px 20px;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.ctas .cta p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.ctas .cta a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  color: #00aae9;
}

.ctas .cta:nth-child(2) a {
  color: #66bf6d;
}

.ctas .cta:nth-child(3) a {
  color: #26afb3;
}

.ctas .cta a .fa {
  font-size: 12px;
  position: relative;
  top: -1.5px;
}

.ctas .cta img {
  max-height: 110px;
  margin-bottom: 12px;
}

.fourwaysrewards-history {
  padding: 30px;
  width: 100%;
  background-color: #efefef;
  border-radius: 20px;
  margin-top: 20px;
}

.fourwaysrewards-history h2 {
  margin: 0 0 8px;
}

.fourwaysrewards-account-content {
  width: 100%;
  display: table;
}

.fwr-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background-color: #efefef;
  border-radius: 20px;
  margin-top: 15px;
}

.fwr-table .tr {
  display: table-row;
}

.fwr-table .td {
  display: table-cell;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px 10px;
}

.fwr-table .th {
  font-weight: bold;
  background-color: #54565b;
  color: #fff;
  text-transform: uppercase;
}

.single-faq {
  border-top: 1px solid #bababb;
  padding: 27px 0 30px;
}

.single-faq h3 {
  margin: 0;
}

.single-faq p:first-of-type {
  margin-top: 4px;
}

.single-faq p:last-of-type {
  margin-bottom: 5px;
}

.single-faq a.faq-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  color: #66bf6d;
}

.single-faq a.faq-link .fa {
  font-size: 11px;
  position: relative;
  top: -1px;
}

#gform_8,
#gform_9 {
  background-color: #efefef;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  margin: 20px 0 10px;
}

#gform_8 .gfield_label,
#gform_9 .gfield_label {
  display: block;
  margin: 0 0 15px;
}

#gform_8 .gfield_required,
#gform_9 .gfield_required {
  display: none;
}

#gform_8 .ginput_container_fileupload,
#gform_9 .ginput_container_fileupload {
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}

#gfield_upload_rules_8_1,
#gfield_upload_rules_9_1 {
  display: none;
}

#gform_8 .gform_footer,
#gform_9 .gform_footer {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

#gform_submit_button_8,
#gform_submit_button_9 {
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #428bca;
  border: none;
  color: #fff;
  font-size: 15px;
  transition: 0.35s ease all;
}

#gform_submit_button_8:hover,
#gform_submit_button_9:hover {
  background-color: #66bf6d;
}

#gform_confirmation_message_8,
#gform_confirmation_message_9 {
  background-color: #efefef;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  font-weight: bold;
}

#gfield_consent_description_10_21 {
  font-size: 14px !important;
  max-height: unset !important;
  color: #545559 !important;
  opacity: 1;
  background-color: transparent;
  border: none;
  text-transform: none;
  margin: 10px 0 20px;
}

/* Categories sidebar for Quote */
.accordion-content #mCSB_1_container {
  background: #fff;
  display: block;
}

.accordion-content #mCSB_1_container p {
  padding: 5px 15px;
  margin: 0;
  transition: all 0.3s ease;
  line-height: normal;
}

.accordion-content #mCSB_1_container p:hover,
.accordion-content #mCSB_1_container p.active {
  background: #2ab2b5;
  color: #fff;
}

.loyalty-status .buttons-wrap {
  /* display: flex; */
  display: block;
  justify-content: space-between;
  margin-top: 15px;
}

#togglePrevMonth {
  background-color: #00aae9;
  border-color: #00aae9;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px 4px;
  transition: 0.35s ease all;
}

#togglePrevMonth:hover {
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
}

#openMissedPoints {
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px 4px;
  transition: 0.35s ease all;
}

#openMissedPoints:hover {
  background-color: #00aae9;
  border-color: #00aae9;
  color: #fff;
}

.missed-points-modal,
.deductions-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

.modal-content h2 {
  margin: 0;
}

.modal-content p {
  margin: 10px 0;
}

.modal-content .button {
  background-color: #66bf6d;
  border-color: #66bf6d;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px 4px;
  transition: 0.35s ease all;
}

.modal-content .button:hover {
  background-color: #00aae9;
  border-color: #00aae9;
  color: #fff;
}

.missed-points-modal .close-missed-points,
.deductions-modal .close-fourex {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 23px;
}

span.button.blue.deductions {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
}

.trip-page-logo {
  text-align: center;
}

.trip-page-logo .trip-logo {
  max-width: 500px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.trip-page-title {
  text-align: center;
}

.trip-page-form {
  background-color: #fff;
  padding: 50px;
  border-radius: 35px;
  margin-bottom: 50px;
}

.trip-page-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.trip-page-gallery-item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-fit: ce;
  border-radius: 20px;
}

body .trip-page-template .gform_wrapper .gfield_required {
  color: #8dc63f !important;
  font-weight: 600 !important;
}

.trip-page-template .gform_wrapper.gravity-theme .gfield input.large, 
.trip-page-template .gform_wrapper.gravity-theme .gfield select.large,
.trip-page-template .gform_wrapper.gravity-theme .ginput_complex input,
.trip-page-template .gform_wrapper.gravity-theme .ginput_container_date input,
.trip-page-template .gform_wrapper.gravity-theme input[type="email"] {
  width: 100%;
  border-radius: 30px;
  outline: none;
  padding: 10px 20px;
}

.trip-page-template input.gform_next_button {
  background-color: #66bf6d !important;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 35px !important;
  border-radius: 30px !important;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
  letter-spacing: 1px;
}

@media (max-width: 900px) {
  .trip-page-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .trip-page-gallery {
    grid-template-columns: 1fr;
  }
  .trip-page-logo .trip-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 1140px) {
  .fts-cart-adjust {
    width: 60px;
  }
  .qom-price {
    width: 90px;
  }
}
@media (max-width: 1103px) {
  .loyalty-status .buttons-wrap {
    display: block;
  }
  #togglePrevMonth {
    margin-bottom: 20px;;
  }
}
@media (max-width: 1023px) {
  .goals {
    width: 100%;
  }
  .goal {
    padding: 20px 30px;
  }
  .ctas {
    width: 100%;
  }
  .ctas .cta {
    width: 32%;
  }
}

@media(max-width: 970px){
  .fourbucks-total {
    position: relative;
    right: unset;
    top: unset;
    padding: 10px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .pie-wrap {
    max-width: unset;
  }
}

@media (max-width: 930px) {
  .qom-line-item:not(.qom-top-line) {
    width: 46%;
  }
  .fts-cart-adjust {
    width: 85px;
  }
  #quick-order-menu .qom-line-item.qom-top-line { 
    display: none !important;
  }
  #quick-order-menu .qom-line-item {
    display: grid !important;
    align-items: center;
    grid-template-columns: 1fr;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: .9rem 1rem;
  }
  #quick-order-menu .qom-line-item .qom-heading {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .5rem;
    width: 100%;
  }
  #quick-order-menu .qom-line-item > div[data-label] {
    display: grid;
    grid-template-columns: minmax(120px, 40%) 1fr;
    column-gap: .75rem;
    row-gap: .25rem;
    padding: .25rem 0;
  }
  #quick-order-menu .qom-line-item > div[data-label]::before {
    content: attr(data-label);
    font-weight: 600;
    opacity: .8;
  }
  #quick-order-menu .qom-line-item .qom-addtocart {
    grid-column: 1 / -1;
    margin-top: .5rem;
  }
}
@media (max-width: 790px) {
  .fourex, .loyalty-status {
    width: 90%;
    margin: 20px auto;
  }
  .loyalty-status img,
  .fourex img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .goal {
    flex-wrap: wrap;
  }
  .goal .left {
    min-width: unset;
    width: 100%;
    text-align: center;
  }
  .goal .right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .progress {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
  .ctas .cta {
    width: 100%;
  }
  .pie-background,
  .pie-box-shadow,
  .pie {
    --b: 38px;
    --w: 240px;
  }
  .fourbucks-total {
    padding: 20px 20px 28px 20px;
  }
  .woocommerce-cart-form__cart-item .product-price,
  .woocommerce-cart-form__cart-item .product-quantity,
  .woocommerce-cart-form__cart-item .product-subtotal {
    display: flex !important;
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .qom-line-item:not(.qom-top-line) {
    width: 100%;
  }
  .qom-heading {
    flex: 1;
    display: flex !important;
    align-items: center;
  }
  .qom-heading h4 {
    text-align: left;
    padding-bottom: 0;
  }
  .qom-addtocart.fts-single-buttons {
    order: 3;
  }
  .qom-price {
    order: 2;
  }
  .fts-cart-adjust {
    width: auto;
  }
}

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

@media (max-width: 1109px) {
  #primary #primary-menu li.right .tooltip {
    right: -105px;
    width: 30%;
  }

  #primary #primary-menu li.left .tooltip {
    left: -105px;
    width: 30%;
  }
}

@media (max-width: 1055px) {
  #progress-bar a {
    font-size: 13px;
  }

  .main-navigation {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 933px) {
  .mobile-1 {
    order: 1;
  }

  .mobile-2 {
    order: 2;
  }

  .mobile-3 {
    order: 3;
  }

  .mobile-4 {
    order: 4;
  }

  .mobile-5 {
    order: 5;
  }

  .mobile-6 {
    order: 6;
  }

  .mobile-7 {
    order: 7;
  }

  /* Mobile Tooltip */
  #primary-menu a .infoButton {
    font-family: "FontAwesome";
    content: "\f05a";
    display: inline-block;
    position: absolute;
    padding-left: 3px;
    font-size: 22px;
    color: #00aae8;
    top: -15px;
    right: -10px;
    z-index: 100000;
  }

  #primary-menu li.disable a .infoButton {
    display: none !important;
  }

  .mobileTooltip.active {
    display: block;
  }

  .mobileTooltip {
    background: rgba(0, 0, 0, 1);
    border-radius: 11px;
    color: #fff;
    padding: 18px;
    position: absolute;
    z-index: 98;
    display: none;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    max-width: 200px;
    width: 100%;
    line-height: 1.2;
    text-align: center;
    bottom: 78px;
    /* -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
		-ms-transform: translateY(-50%) translate3d(0, 0, 0);
		transform: translateY(-50%) translate3d(0, 0, 0); */
  }

  .mobileTooltip::before {
    content: "";
    display: block;
    border: solid;
    border-color: transparent rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 99;
    top: 88%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 11px 0 11px 13px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .mobileTooltip::after {
    content: "x";
    display: inline-block;
    position: absolute;
    padding-left: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    top: 1px;
    right: 10px;
  }

  .tooltip {
    display: none !important;
  }

  #primary-menu.menu a:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
  }

  /* .menu li.lastOdd a, */
  #primary #order-now li,
  #primary #warranties li,
  #primary #primary-menu li {
    width: 100% !important;
    display: block !important;
  }

  .menu li.lastOdd a {
    width: unset;
    display: block;
  }

  #primary-menu,
  #warranties,
  #order-now {
    padding: 0 10%;
  }

  /*#progress-bar a::after {
		width: 0;
	}
	#progress-bar a.active, .woocommerce-checkout #progress-bar a:last-child {
		display: initial;
	}
	#progress-bar a {
		display: none;
		margin-right: 0px;
	}
	#progress-bar {
		margin: 0 0 20px;
	}*/
  #progress-bar {
    display: none;
  }

  h1.page-title {
    font-size: 25px;
    color: #999999;
  }

  #quick-order-menu {
    margin: 20px auto 35px;
  }

  .page-id-225 .woocommerce-checkout::before {
    margin: 25px auto 20px;
  }

  .fw-product-search::before {
    margin: 25px auto 20px;
  }

  /*h1.page-title {
		margin: 30px 20px 0 20px;
	}*/
}

@media (max-width: 855px) {
  #primary #primary-menu li:hover .tooltip {
    display: none !important;
  }

  .left-product {
    width: 30%;
  }

  .right-product {
    width: 70%;
  }
}

@media (max-width: 768px) {
  table.shop_table_responsive tr td.product-remove a.remove::before {
    content: "Remove item ";
  }

  .serial {
    display: block;
    margin-top: 10px;
  }

  .qom-list {
    width: 100%;
    float: none;
  }

  .sorter {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  a.next,
  span.alt {
    bottom: 10px;
  }

  .next.skip {
    bottom: 65px;
    min-height: 20px;
  }

  span.alt {
    width: 295px;
    font-size: 12px;
    bottom: 12px;
  }

  .page-id-2689 #primary,
  .page-id-2668 #primary,
  .page-id-2663 #primary {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #primary {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  span.disable-markup,
  span.disable-serial,
  span.disable-serial-next {
    position: fixed;
    bottom: 69px;
    width: 100%;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
  }

  a.next {
    padding: 8px 30px;
  }

  span.disable-serial-next.bottom125 {
    bottom: 90px;
  }

  span.disable-markup,
  span.disable-serial,
  span.disable-serial-next {
    right: 0px;
  }
}

@media (max-width: 717px) {
  #secondary-menu li a {
    width: 80%;
    display: inline-block;
  }

  .menu a {
    font-size: 24px;
  }

  .page-id-2689 .menu a,
  .page-id-2668 .menu a,
  .page-id-2663 .menu a {
    font-size: 18px;
  }

  #primary #order-now li,
  #primary #warranties li {
    margin: 0 0 10px;
  }

  .home #primary > .max-width {
    position: initial;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    max-width: none;
  }

  #primary #primary-menu {
    -moz-column-count: 1;
    column-count: 1;
  }

  .button.foot {
    position: initial;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }

  #secondary-menu li {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}

@media (max-width: 698px) {
  #primary-menu,
  #warranties,
  #order-now {
    padding: 0 0%;
  }

  .left-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .right-product {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .left-product .product-image,
  .left-product .textwrap {
    padding: 5px;
    width: calc(50% - 5px);
  }

  /*.left-product p, .left-product h4 {
		width: 50%;
	}*/
}

@media (max-width: 535px) {
  #field_3_38 {
    text-align: center !important;
  }

  #field_3_38 > span.subreq,
  #field_3_38 > a.genpdf {
    margin-top: 16px;
  }

  span.disable-markup,
  span.disable-serial,
  span.disable-serial-next {
    bottom: 50px;
  }

  span.disable-serial-next.bottom125 {
    bottom: 74px;
  }

  span.alt {
    font-size: 15px;
    left: 0px;
    line-height: 17px;
  }

  a.next {
    right: 0px;
  }

  span.alt,
  a.next {
    width: 50%;
    bottom: 0px;
    min-height: 50px;
    border-radius: 0px;
  }

  .next.skip {
    bottom: 50px;
  }

  .qom-top-line .qom-price {
    margin-right: 0px;
  }

  .qom-top-item .qom-heading,
  .qom-line-item .qom-heading {
    width: 50%;
  }

  .qom-top-line .qom-quantity,
  .qom-line-item .qom-addtocart {
    width: 20%;
    margin-left: 0px;
  }

  .qom-top-item .qom-price,
  .qom-line-item .qom-price {
    width: 30%;
  }

  .qom-top-line.qom-line-item .qom-addtocart {
    width: 0%;
    margin-left: 0px;
  }

  .qom-line-item:not(.qom-top-line) {
    margin-right: 0px;
  }

  .qom-line-item > * {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }

  a.prev {
    right: unset;
    left: 0px;
    bottom: 50px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
  }
}

@media (max-width: 421px) {
  span.alt {
    font-size: 12px;
  }
}
