/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Synergy Hair 2025
Description: Synergy Hair 2025 Theme
Version: 2
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Global Styles
==============================*/
body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  color: #555555;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro" !important;
}

.tiktokLink svg {
  fill: #94a739;
  stroke: #94a739;
  margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #363636;
  margin: 0 0 5px 0;
}

h1 {
  font-size: 4.2rem;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.9rem;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 1.6rem;
  }
}

strong {
  font-weight: bold;
}

* {
  outline: none !important;
}

a {
  text-decoration: underline;
  transition: all 0.5s ease;
  color: #555555;
}
a:visited {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: #94a739;
}
a:active {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.negative-margin-top {
  margin-top: -60px;
}

.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

.container {
  max-width: 1440px;
}

.link-button {
  text-decoration: underline;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}
.link-button:hover {
  color: #94a739;
}

.margin-top {
  margin-top: 9rem;
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 6rem;
  }
}

.margin-bottom {
  margin-bottom: 9rem;
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}

.margin {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
@media (max-width: 575px) {
  .margin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.padding-top {
  padding-top: 9rem;
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 6rem;
  }
}

.padding-bottom {
  padding-bottom: 9rem;
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 6rem;
  }
}

.padding {
  padding: 9rem 0;
}
@media (max-width: 575px) {
  .padding {
    padding: 6rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 6rem 0;
  }
}

.padding-x2 {
  padding: 18rem 0;
}
@media (max-width: 575px) {
  .padding-x2 {
    padding: 9rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-x2 {
    padding: 9rem 0;
  }
}

.padding-x05 {
  padding: 6rem 0;
}
@media (max-width: 575px) {
  .padding-x05 {
    padding: 3rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-x05 {
    padding: 3rem 0;
  }
}

/* Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  transition: right 0.5s;
}

.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev, .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next {
  color: #f2f1ee;
}
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev:hover, .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next:hover {
  color: #f2f1ee;
}

@media (max-width: 1199px) {
  .categories-wrapper-blog {
    padding-bottom: 1.5rem;
  }
}
.categories-wrapper-blog ul a {
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .categories-wrapper-blog ul li {
    padding-bottom: 0 !important;
  }
}

.woocommerce-error {
  border: 1px solid #CAC8CF !important;
  background: white;
}
.woocommerce-error::before {
  color: #ed6a5a;
}

/* Mobile Nav
==============================*/
button#responsive-menu-pro-button {
  top: 60px !important;
}

.navToggle.menu {
  float: right;
  margin-top: 20px;
  font-size: 20px;
}

#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
}

#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}

#mobileNav.menuOpen {
  right: 0;
}

.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}

.mobileNav-header {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #d7d7d7;
}
.mobileNav-header .fa {
  float: right;
  font-size: 30px;
}

#mobileNav ul {
  padding: 0px;
}

#mobileNav li {
  list-style-type: none;
  padding-top: 0px;
}

#mobileNav li.green-button a {
  background-color: #97aa3f;
  color: #ffffff;
}

#mobileNav li a i {
  margin-right: 7px;
}

#mobileNav li a {
  color: #333;
  padding: 15px 40px 15px 15px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;
}

#mobileNav li a:hover,
#mobileNav li.ubermenu-active > a {
  background-color: #97aa3f !important;
  color: #ffffff;
}

#mobileNav ul li ul li a {
  padding-left: 30px !important;
}

#mobileNav ul li ul li ul li ul li a {
  padding-left: 45px !important;
}

#mobileNav .mobile-navbar-bottom {
  margin-top: -10px;
}
#mobileNav .mobile-navbar-bottom li a {
  background-color: #f2f1ee;
}

#mobileNav .ubermenu-submenu {
  position: relative;
  margin-top: 0px !important;
}
#mobileNav .ubermenu-submenu li a {
  padding-left: 15px;
}
#mobileNav .ubermenu-submenu li a:before {
  content: "- ";
}

.ubermenu-item-285-term-405 a i {
  display: none;
}

.ubermenu-main .ubermenu-row {
  max-width: 100% !important;
}

.ubermenu-custom-content img {
  width: 100%;
}

.ubermenu-submenu .menu-heading a span {
  font-weight: 600;
  text-transform: uppercase !important;
  padding-top: 10px;
}
.ubermenu-submenu a:after {
  display: none !important;
}

nav.mobile-main-menu ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}

nav.mobile-main-menu ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
nav.mobile-main-menu ul.sub-menu li a:before {
  content: "- ";
}

#mobileNav ul li {
  position: relative;
}

#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  color: #939598;
  height: 55px;
  width: 50px;
  text-align: center;
  transition: all 0.5s ease;
}

#mobileNav ul li .menu-drop i {
  position: relative;
  top: 15px;
}

#mobileNav ul li .menu-drop.sub-menu-active {
  transform: rotate(180deg);
}

#mobileNav #ubermenu-nav-main-46 li span i {
  padding-right: 7px;
}

/* Mobile Handy Links */
.mobile-handy-links {
  border-top: 1px solid #e9eee3;
  border-bottom: 1px solid #e9eee3;
}
.mobile-handy-links .col {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
.mobile-handy-links .col.mobile-wishlist {
  padding-top: 7px;
  border-right: 1px solid #e9eee3;
}
.mobile-handy-links .col.mobile-wishlist a.wishlist_products_counter.top_wishlist-heart::before {
  margin-right: 0px;
}
.mobile-handy-links .col.mobile-cart {
  border-right: 1px solid #e9eee3;
}
.mobile-handy-links .col.mobile-search {
  padding-top: 8px;
}
.mobile-handy-links .col.mobile-search i {
  color: #94a739;
}
.mobile-handy-links #collapseMobileSearch {
  border-top: 1px solid #e9eee3;
  padding-top: 15px;
  padding-bottom: 10px;
}
.mobile-handy-links #collapseMobileSearch label {
  width: 100%;
}
.mobile-handy-links #collapseMobileSearch input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 15px;
  border: none;
  width: 90%;
  display: inline-block;
  background-color: #8c8c8c;
  color: #ffffff;
  height: 40px;
}
.mobile-handy-links #collapseMobileSearch input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mobile-handy-links #collapseMobileSearch input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mobile-handy-links #collapseMobileSearch input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mobile-handy-links #collapseMobileSearch input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mobile-handy-links #collapseMobileSearch button {
  background-color: #8c8c8c;
  color: #ffffff;
  border: none;
  width: 10%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 15px;
  margin-left: -5px;
  height: 40px;
  display: inline-block;
}
.mobile-handy-links #collapseMobileSearch button i {
  position: relative;
  left: -10px;
}

/* Header
==============================*/
#header-top {
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

#responsive-menu-pro-button {
  display: none !important;
}

@media (min-width: 1200px) {
  #header-middle {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  #header-middle .header-logo {
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 1199px) {
  #header-middle .header-logo img {
    max-width: 175px;
  }
}
#header-middle .col-12 {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  #header-middle .col-12 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding-bottom: 20px;
  }
}
#header-middle .col-12 .logo-wrapper {
  max-width: 360px;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .logo-wrapper {
    max-width: 240px;
  }
}
@media (max-width: 1199px) {
  #header-middle .col-12 .menu-space #responsive-menu-pro-button {
    display: block !important;
    font-size: 28px;
    margin-top: 15px;
    color: #000000;
    position: relative;
    top: auto !important;
    width: 50px;
    height: 50px;
  }
  #header-middle .col-12 .menu-space #responsive-menu-pro-button.is-active {
    color: white;
  }
  #header-middle .col-12 .menu-space #responsive-menu-pro-button.is-active i:before {
    content: "\f00d";
  }
}
#header-middle .col-12 .header-search {
  min-width: 40%;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .header-search {
    margin-top: 10px;
  }
}
#header-middle .col-12 .header-search .dgwt-wcas-search-input {
  min-width: 50%;
  background-color: #eeeeee;
  border: none;
  border-radius: 30px;
  padding: 0 9%;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .header-search .dgwt-wcas-search-input {
    font-size: 16px;
    height: 40px;
  }
}
#header-middle .col-12 .header-search .dgwt-wcas-ico-magnifier {
  fill: #000000;
  opacity: 1;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .header-search .dgwt-wcas-ico-magnifier {
    max-width: 15px;
    max-height: 15px;
  }
}
#header-middle .col-12 .header-search .dgwt-wcas-close path {
  fill: #000000;
  opacity: 1;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .header-search {
    flex: 0 0 100%;
  }
}
#header-middle .col-12 .icons-wrapper {
  margin-left: auto;
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  #header-middle .col-12 .icons-wrapper {
    margin-left: 0;
    margin-top: 15px;
  }
}
#header-middle .col-12 .icons-wrapper .wishlist_products_counter:before {
  line-height: 1;
  margin: -1px 0 0 0;
  font-size: 30px !important;
  color: #000000;
}
#header-middle .col-12 .icons-wrapper .wishlist_products_counter span {
  display: none;
}

#header-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#header-bottom .container {
  position: relative;
}
#header-bottom .col-12 {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#header-bottom .ubermenu-nav li.menu-booking-button {
  border: 1px solid #555555;
  border-radius: 10px;
}
#header-bottom .ubermenu-nav li.menu-booking-button:hover {
  border-color: #ed6a5a;
}
#header-bottom .ubermenu-nav li.menu-booking-button:hover a.ubermenu-target span {
  color: #ed6a5a;
}
#header-bottom nav.ubermenu .ubermenu-target-text,
#header-bottom nav.ubermenu .ubermenu-target {
  font-size: 14px;
  text-transform: none;
  color: #555555;
}
@media (min-width: 1200px) {
  #header-bottom nav.ubermenu .ubermenu-target-text,
  #header-bottom nav.ubermenu .ubermenu-target {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-bottom nav.ubermenu .ubermenu-target-text,
  #header-bottom nav.ubermenu .ubermenu-target {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #header-bottom nav.ubermenu .ubermenu-target-text,
  #header-bottom nav.ubermenu .ubermenu-target {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
#header-bottom nav.ubermenu .ubermenu-target-text:hover,
#header-bottom nav.ubermenu .ubermenu-target:hover {
  color: #94a739;
  text-decoration: none;
}
#header-bottom nav.ubermenu .ubermenu-target {
  padding-left: 10px;
  padding-right: 10px;
}
#header-bottom nav.ubermenu .ubermenu-target i {
  margin-right: 5px;
}
#header-bottom nav.ubermenu .ubermenu-autocolumn,
#header-bottom nav.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 1px;
  padding-bottom: 10px;
}
#header-bottom nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
#header-bottom nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover span {
  color: #94a739;
  text-decoration: none;
}
#header-bottom nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover:after {
  color: #94a739;
}
#header-bottom nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  float: right;
}
#header-bottom nav.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  right: 0;
  top: 0;
}
#header-bottom nav.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel ul {
  min-height: 390px;
}
#header-bottom nav.ubermenu .ubermenu-autocolumn + .ubermenu-item-view-all {
  clear: both;
  display: block;
  text-align: right;
}
#header-bottom nav.ubermenu .ubermenu-autocolumn + .ubermenu-item-view-all a {
  padding-top: 17px;
  color: #94a739;
}
#header-bottom .ubermenu-submenu-id-78 {
  max-width: 735px;
}
#header-bottom .ubermenu-item-level-0 span {
  text-transform: uppercase !important;
}
#header-bottom .ubermenu-item-level-1 span {
  text-transform: none !important;
}
#header-bottom .ubermenu-item-level-2 span {
  text-transform: none !important;
}
#header-bottom li.highlight > a .ubermenu-target-text {
  color: #ed6a5a !important;
}
#header-bottom .ubermenu-submenu-drop {
  margin-top: 10px !important;
}
#header-bottom .menu-heading .ubermenu-target-text, #header-bottom .menu-heading a, #header-bottom .menu-heading span {
  font-weight: 700 !important;
  color: #222 !important;
}
#header-bottom .menu-heading .ubermenu-target-text:hover, #header-bottom .menu-heading a:hover, #header-bottom .menu-heading span:hover {
  color: #94a739 !important;
}

.breadcrumb-wrapper {
  padding: 15px 0;
  color: #92ad94;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
}
.breadcrumb-wrapper .home {
  margin-left: 5px;
}
.breadcrumb-wrapper span[typeof=ListItem] {
  display: inlien-block;
  padding: 0 5px;
}
.breadcrumb-wrapper a {
  color: #939598;
  text-decoration: none;
}

.dgwt-wcas-suggestion-cat {
  text-decoration: none !important;
}
.dgwt-wcas-suggestion-cat * {
  text-decoration: none !important;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  gap: 0 3.5%;
}
.woocommerce ul.products.swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
.woocommerce ul.products.swiper-wrapper li.product {
  flex: 0 0 auto;
  margin: 0;
}
.woocommerce ul.products:before {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
  margin: 0 0 2% 0;
  width: auto;
  flex: 0 0 31%;
  clear: none !important;
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product {
    flex: 0 0 48%;
  }
}
.woocommerce ul.products li.product .onsale.itsnew {
  background-color: #94a739;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0;
  top: -10px;
  right: -10px;
}
.woocommerce ul.products li.product .tinv-wishlist a:before {
  color: #000000;
}
.woocommerce ul.products li.product .custom-image-cart-wrap {
  border: 2px solid #f2f1ee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 290px;
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .custom-image-cart-wrap {
    flex: 0 0 48%;
    min-height: unset;
    height: 215px;
  }
}
.woocommerce ul.products li.product .custom-image-cart-wrap img {
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 96%;
  margin: auto;
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .custom-image-cart-wrap img {
    height: unset;
    max-height: 200px;
  }
}
.woocommerce ul.products li.product .custom-image-cart-wrap .button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-indent: -11110px;
  padding: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
}
.woocommerce ul.products li.product .custom-image-cart-wrap .button.add_to_cart_button {
  background-image: url("images/icons/bag.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 28px 28px;
}
.woocommerce ul.products li.product .product-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.woocommerce ul.products li.product .product-meta .product-brand {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #939598;
}
@media (min-width: 1200px) {
  .woocommerce ul.products li.product .product-meta .product-brand {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .product-meta .product-brand {
    width: calc(100% - 6em);
  }
}
.woocommerce ul.products li.product .product-meta .star-rating {
  color: #ffb600;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce ul.products li.product .price {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.woocommerce ul.products li.product .price .onsale {
  position: relative;
  display: inline-block;
  top: -1px;
  left: auto;
  right: auto;
  min-height: auto;
  min-width: auto;
  padding: 3px 5px;
  margin: 0 0 0 auto;
  line-height: 1;
  border-radius: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #ed6a5a;
}
.woocommerce ul.products li.product .price bdi {
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .woocommerce ul.products li.product .price bdi {
    font-size: 16px;
  }
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price ins bdi {
  color: #ed6a5a;
}

.woocommerce .star-rating span::before {
  color: #ffb600;
}

.woocommerce ul.products li {
  position: relative;
}
.woocommerce ul.products li .spend-save-badge {
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #ed6a5a;
  color: #ffffff;
}
.woocommerce ul.products li .online-only-badge {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #000000;
  padding: 2px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (max-width: 1199px) {
  .woocommerce ul.products li .online-only-badge {
    left: 5px;
  }
}

.products li.outofstock {
  position: relative;
  display: block;
}
.products li.outofstock::before {
  position: absolute;
  top: -7px;
  left: -10px;
  content: "Out of Stock Online";
  background-color: white;
  color: #363636;
  border: 1px solid #363636;
  font-size: 12px;
  font-weight: 600;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  line-height: 12px;
  padding: 7px 7px 10px 7px;
}
.products li.outofstock .custom-image-cart-wrap {
  position: relative;
}
.products li.outofstock .custom-image-cart-wrap:after {
  content: "Out of Stock Online";
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 1px solid #363636;
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .products li.outofstock .custom-image-cart-wrap:after {
    font-size: 1.2rem;
    width: 80%;
  }
}
.products li.outofstock .custom-image-cart-wrap img {
  opacity: 0.4;
}

.product.outofstock .spend-save-badge {
  z-index: 11;
}
.product.outofstock:before {
  display: none !important;
}
.product.outofstock .onsale {
  z-index: 11 !important;
}
.product.outofstock .itsnew {
  z-index: 11 !important;
}
.product.outofstock .archive-img-wrap {
  position: relative;
}
.product.outofstock .archive-img-wrap img {
  filter: grayscale(1);
}
.product.outofstock .archive-img-wrap:after {
  content: "Out of Stock Online";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(247, 247, 247, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 1px;
}

.meta-products.margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.meta-products.margin-top {
  margin-top: 6rem;
}
.meta-products.margin-bottom {
  margin-bottom: 6rem;
}
.meta-products .title-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .meta-products .title-col {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .meta-products .title-col br {
    display: none;
  }
}
.meta-products .products-col .swiper {
  padding: 10px;
}
.meta-products .products-col .swiper .swiper-button-prev {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  top: 40%;
  left: 0;
  z-index: 1;
}
.meta-products .products-col .swiper .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.meta-products .products-col .swiper .swiper-button-prev:after {
  font-size: 30px;
  color: #000000;
}
.meta-products .products-col .swiper .swiper-button-next {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  top: 40%;
  right: 0;
}
.meta-products .products-col .swiper .swiper-button-next:after {
  font-size: 30px;
  color: #000000;
}

.product-cat-boxes {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-cat-boxes .product-cat-box {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-cat-boxes .product-cat-box .inner {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.product-cat-boxes .product-cat-box .inner .product-cat-tile {
  position: absolute;
  background-color: #f0dae0;
  text-align: center;
  color: #000000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.product-cat-boxes .product-cat-box .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-cat-boxes .product-cat-box.product-cat-box-5 {
  flex: 1 0 20%;
}
.product-cat-boxes .product-cat-box.product-cat-box-6 .inner .product-cat-tile {
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .product-cat-boxes .product-cat-box .inner {
    height: 150px;
  }
  .product-cat-boxes .product-cat-box .inner .product-cat-tile {
    font-size: 14px !important;
  }
  .product-cat-boxes .product-cat-box.product-cat-box-5 {
    flex: 1 0 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-cat-boxes .product-cat-box .inner .product-cat-tile {
    font-size: 14px !important;
  }
  .product-cat-boxes .product-cat-box.product-cat-box-5 {
    flex: 1 0 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-cat-boxes .product-cat-box.product-cat-box-5 {
    flex: 1 0 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-cat-boxes .product-cat-box.product-cat-box-5 {
    flex: 1 0 25%;
  }
}
.facet-filter-wrapper {
  display: none;
}

.meta-filters .filters-header {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .meta-filters .filters-header {
    display: flex;
    gap: 0 3.5%;
    margin-bottom: 30px;
  }
  .meta-filters .filters-header .filters-btn {
    flex: 0 0 48%;
    border: 2px solid #f2f1ee;
    padding: 5px 45px 5px 15px;
    text-decoration: none;
    position: relative;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .meta-filters .filters-header .filters-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .meta-filters .filters-header .filters-btn:after {
    content: "\f160";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
  }
  .meta-filters .filters-header .mobile-sorting {
    flex: 0 0 48%;
  }
  .meta-filters .filters-header .mobile-sorting .woocommerce-ordering {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .meta-filters .filters-header .mobile-sorting .woocommerce-ordering::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-weight: 900;
  }
  .meta-filters .filters-header .mobile-sorting .woocommerce-ordering select {
    border: 2px solid #f2f1ee;
    padding: 5px 15px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: black;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .meta-filters .filters-header .mobile-sorting .woocommerce-ordering select {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .meta-filters .filters-wrapper {
    padding: 0 7.5px;
    margin-bottom: 30px;
  }
}
.meta-filters .filters-wrapper .facet-filter-wrapper .filter-button {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #f2f1ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meta-filters .filters-wrapper .facet-filter-wrapper .filter-button i {
  transform: rotate(180deg);
}
.meta-filters .filters-wrapper .facet-filter-wrapper .filter-button.collapsed i {
  transform: rotate(0deg);
}
.meta-filters .filters-wrapper .facet-filter-wrapper .facetwp-facet {
  padding: 15px 0 10px 0;
}
.meta-filters .filters-wrapper .facet-filter-wrapper .facetwp-facet .facetwp-checkbox {
  padding: 5px 0 0 25px;
  background-position: top 9px left;
  background-image: url("images/icons/checkbox.png");
  background-repeat: no-repeat;
  background-position: top 9px left;
  background-size: 14px 14px;
}
.meta-filters .filters-wrapper .facet-filter-wrapper .facetwp-facet .facetwp-checkbox.checked {
  background-image: url("images/icons/checkbox-on.png");
}
.meta-filters .filters-wrapper .facet-filter-wrapper .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.meta-filters .filters-wrapper .facetwp-facet-reset .facetwp-reset {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 15px;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}

.meta-sorting {
  justify-content: flex-end;
  margin: 15px 0;
}
.meta-sorting .woocommerce-ordering {
  width: 23.3%;
  position: relative;
}
.meta-sorting .woocommerce-ordering::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: 900;
}
.meta-sorting .woocommerce-ordering select {
  border: 2px solid #f2f1ee;
  padding: 5px 15px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: black;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .meta-sorting .woocommerce-ordering select {
    font-size: 1.4rem;
  }
}

.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager {
  text-align: center;
}
.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager .facetwp-load-more {
  background-color: #94a739;
  color: #ffffff;
  border-radius: 25px;
  border: none;
  padding: 7px 35px;
}
.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager .facetwp-load-more:hover {
  background-color: #ed6a5a;
  cursor: pointer;
}

/* Product Categories Swiper */
.product-categories {
  background-color: #f2f1ee;
  padding: 6rem 0;
}
.product-categories .product-categories-header {
  text-align: center;
  margin-bottom: 60px;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  .product-categories .product-categories-header {
    margin-bottom: 30px;
  }
}
.product-categories .product-categories-slider .cat-box a {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .product-categories .product-categories-slider .cat-box a {
    margin-bottom: 0;
  }
  .product-categories .product-categories-slider .cat-box a p {
    margin-bottom: 0;
  }
}
.product-categories .product-categories-slider .cat-box a .cat-box-wrap {
  overflow: hidden;
  height: 250px;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .product-categories .product-categories-slider .cat-box a .cat-box-wrap {
    height: 125px;
  }
}
.product-categories .product-categories-slider .cat-box a .cat-box-wrap .cat-box-img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
}
.product-categories .product-categories-slider .cat-box a p {
  color: #555555;
  font-size: 1.7rem;
}
.product-categories .product-categories-slider .cat-box a:hover {
  text-decoration: none;
}
.product-categories .product-categories-slider .cat-box a:hover .cat-box-img {
  transform: scale(1.05);
}

.swiper-pagination {
  position: relative;
  margin-top: 15px;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #cccccc;
  opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Product Categories Link List */
.product_categories_link_list {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product_categories_link_list h2 {
  text-align: center;
}
.product_categories_link_list .product-category-row {
  margin-top: 30px;
  margin-bottom: 15px;
}
.product_categories_link_list .product-category-row ul {
  padding: 0;
}
.product_categories_link_list .product-category-row ul li {
  list-style-type: none;
  margin-top: 5px;
}
.product_categories_link_list .product-category-row ul li:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product_categories_link_list .product-category-row ul li a {
  color: #555555;
}
.product_categories_link_list .product-category-row ul li a i {
  margin-left: 20px;
  color: #94a739;
}

.product_categories_link_list.mobile-only {
  padding-top: 30px;
}

img.size-full.wp-image-227840.alignright.lazy.loaded {
  width: 592px !important;
}

.xoo-wl-submit {
  background-color: #94a739;
  border: 2px solid #94a739;
}

#seeMoreBtn2 {
  display: none;
}

@media (max-width: 767px) {
  #seeMoreBtn2 {
    display: block;
    background: transparent;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .clamp-text2 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bottomWrapper + #seeMoreBtn2 {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
/* Flex slider */
.woocommerce-product-gallery .flexslider .slides img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce div.product div.images img.wp-post-image {
  width: auto;
  max-height: 535px;
  margin: 0 auto;
}

.flex-control-nav {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.flex-control-nav li {
  width: 15% !important;
  margin-bottom: 15px !important;
}

/* Product Single Page Styles */
.woocommerce-product-details__short-description:before {
  content: "Description";
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}

.single-product .woocommerce-wrapper .product {
  margin: 90px 0;
}
@media (max-width: 1199px) {
  .single-product .woocommerce-wrapper .product {
    margin: 30px 0;
  }
}
.single-product .woocommerce-wrapper .product .onsale {
  display: none;
}
.single-product .woocommerce-wrapper .product h1.product_title {
  margin: 0;
}
@media (min-width: 1200px) {
  .single-product .woocommerce-wrapper .product h1.product_title {
    font-size: 3.8rem;
  }
}
@media (max-width: 1199px) {
  .single-product .woocommerce-wrapper .product h1.product_title {
    font-size: 2.4rem;
  }
}
.single-product .woocommerce-wrapper .product .woocommerce-product-rating {
  margin: 15px 0 30px 0;
}
.single-product .woocommerce-wrapper .product .woocommerce-product-rating a {
  text-decoration: none;
}
.single-product .woocommerce-wrapper .product .product_meta .posted_in, .single-product .woocommerce-wrapper .product .product_meta .cr_gtin, .single-product .woocommerce-wrapper .product .product_meta .cr_brand, .single-product .woocommerce-wrapper .product .product_meta br {
  display: none;
}
.single-product .woocommerce-wrapper .product .price {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 24px;
  color: #555555;
}
.single-product .woocommerce-wrapper .product .price .price-discount-badge {
  padding: 3px 5px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ed6a5a;
  color: #fff;
}
.single-product .woocommerce-wrapper .product .price bdi {
  font-weight: 400;
  color: #555555;
}
.single-product .woocommerce-wrapper .product .price ins {
  text-decoration: none;
}
.single-product .woocommerce-wrapper .product .price ins bdi {
  color: #ed6a5a;
}
.single-product .woocommerce-wrapper .product .cart {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.single-product .woocommerce-wrapper .product .cart .clear, .single-product .woocommerce-wrapper .product .cart:before {
  display: none;
}
.single-product .woocommerce-wrapper .product .cart .qty {
  background-color: #f2f1ee;
  border: none;
  font-weight: 400;
  padding: 6px 0 6px 10px;
  width: auto;
  border-radius: 10px;
  max-width: 50px;
}
@media (max-width: 1199px) {
  .single-product .woocommerce-wrapper .product .cart .quantity {
    padding-top: 0;
  }
}
.single-product .woocommerce-wrapper .product .cart .button {
  background-color: #94a739;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 10px;
  min-width: 40%;
  color: #fff;
}
.single-product .woocommerce-wrapper .product .cart .tinv-wishlist {
  margin: 0 0 0 auto;
}
.single-product .woocommerce-wrapper .product .cart .tinv-wishlist a {
  margin: 0 0 0 0;
  width: 30px;
  height: 30px;
}
.single-product .woocommerce-wrapper .product .cart .tinv-wishlist a:before {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}
.single-product .woocommerce-wrapper .product .xoo-wl-btn {
  background-color: #94a739;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 10px;
  min-width: 40%;
  color: #fff;
}
.single-product .woocommerce-wrapper .product .woocommerce-product-details__short-description {
  margin-top: 60px;
}
.single-product .woocommerce-wrapper .product .tinvwl-after-add-to-cart {
  display: none;
}

/* Single product spend and save button and content styling */
.single-product-spend-save {
  margin-top: 60px;
}
.single-product-spend-save .spend-save-tag-single {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #94a642;
  padding: 3px 20px;
}
.single-product-spend-save .spend-save-single-product-content {
  margin-top: 10px;
  background-color: #f9f9f9;
  padding: 25px 20px 20px 20px;
}

/* Product Tabs */
.meta-tabs {
  clear: both;
  margin-top: 60px;
  margin-bottom: 100px;
}
.meta-tabs #collapsedescription h2 {
  display: none;
}
.meta-tabs .panel-group {
  border-top: 1px solid #d7d7d7;
}
.meta-tabs .panel-group .panel {
  padding: 0 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.meta-tabs .panel-group .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: none;
  cursor: pointer;
  color: #363636;
  margin: 0;
  padding: 15px 0;
}
.meta-tabs .panel-group .panel-title:after {
  content: "\f078";
  color: #363636;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
.meta-tabs .panel-group .panel-title[aria-expanded=true]::after {
  content: "\f077";
}
.meta-tabs .panel-group .panel-body {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* Related/upsells */
.related-wrapper {
  display: none; /* Hiding this section */
}

.upsells-wrapper {
  background-color: #f2f1ee;
}
.upsells-wrapper .title {
  padding-right: 30px;
}
.upsells-wrapper .products-col .swiper .swiper-button-next, .upsells-wrapper .products-col .swiper .swiper-button-prev {
  background-color: transparent;
}

.single-product.woocommerce .footer-promo {
  background-color: #f0dae0 !important;
}

/* Idk what this is for but it was in the file */
.shop-products-wrap .orderby {
  display: none;
}

.apply-filters-wrapper {
  margin-top: 15px;
}
.apply-filters-wrapper a {
  background-color: #c8d5b9;
  display: block;
  text-align: center;
  color: #363636;
  text-transform: uppercase;
  padding: 15px;
}

.woocommerce #review_form #respond label {
  margin-right: 10px;
}

.woocommerce .cr-voting-cont {
  padding-bottom: 10px;
}

.img-row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .img-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2%;
  }
}
@media (max-width: 1199px) {
  .img-row .img-col {
    flex: 0 0 32%;
  }
}
.img-row .img-col .image-box {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .img-row .img-col .image-box {
    margin-top: 15px;
  }
}
.img-row .img-col .image-box img {
  max-width: 100%;
  width: 100%;
}

.brands-slider-section {
  margin: 6rem 0;
}
.brands-slider-section .brands-header {
  text-align: center;
  margin-bottom: 60px;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  .brands-slider-section .brands-header {
    margin-bottom: 30px;
  }
}
.brands-slider-section .brand-box {
  height: auto;
}
.brands-slider-section .brand-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.brands-slider-section .brand-box a .brand-box-wrap {
  background-color: #f2f1ee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.brands-slider-section .brand-box a .brand-box-wrap img {
  max-width: 100%;
}
.brands-slider-section .brand-box a .brand-acf-image {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.brands-slider-section .brand-box a .brand-acf-image img {
  max-width: 80%;
  max-height: 100%;
  align-self: center;
  filter: grayscale(1);
}
.brands-slider-section .swiper-pagination {
  margin-top: 30px;
}

/* Salons swiper slice */
.salons-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
}
.salons-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 40%;
  left: 0;
  width: 50%;
  background-color: #94a739;
}
.salons-carousel .salons-carousel-header {
  position: relative;
  z-index: 20;
  padding: 45px 7.5px;
}
.salons-carousel .salons-carousel-header h2 {
  color: #fff;
  margin: 0;
}
.salons-carousel .salons-slider {
  overflow: initial;
  position: static;
}
.salons-carousel .salons-slider .salon-slide {
  background-color: #f2f1ee;
  position: relative;
}
.salons-carousel .salons-slider .salon-slide .salon-image img {
  width: 100%;
  height: auto;
}
.salons-carousel .salons-slider .salon-slide .salon-content {
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  max-width: 70%;
  width: 100%;
}
.salons-carousel .salons-slider .salon-slide .salon-content h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 1.6rem;
}
.salons-carousel .salons-slider .salon-slide .salon-content .salon-address, .salons-carousel .salons-slider .salon-slide .salon-content .salon-phone {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-size: 1.4rem;
}
.salons-carousel .salons-slider .salon-slide .salon-content .salon-address i, .salons-carousel .salons-slider .salon-slide .salon-content .salon-phone i {
  position: absolute;
  left: 0;
  top: 3px;
}
.salons-carousel .salons-slider .salon-slide .salon-content .salon-address p, .salons-carousel .salons-slider .salon-slide .salon-content .salon-phone p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.salons-carousel .salons-slider .salon-slide .salon-content .salon-address a, .salons-carousel .salons-slider .salon-slide .salon-content .salon-phone a {
  color: #555555;
  text-decoration: none !important;
}
.salons-carousel .salons-slider .salon-slide .salon-content .btn-booking {
  margin-top: 15px;
  background-color: #ed6a5a;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2px;
  border-radius: 5px;
  display: inline-block;
  padding: 1px 10px;
  text-decoration: none;
  font-size: 1.4rem;
}
.salons-carousel .salons-slider .salon-slide .salon-content .btn-booking:hover {
  text-decoration: none;
  background-color: #ea5442;
}
.salons-carousel .salons-slider .swiper-button-prev {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  left: 0;
  top: 55%;
}
.salons-carousel .salons-slider .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.salons-carousel .salons-slider .swiper-button-prev:after {
  font-size: 30px;
  color: #000000;
}
.salons-carousel .salons-slider .swiper-button-next {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  right: 0;
  top: 55%;
}
.salons-carousel .salons-slider .swiper-button-next:after {
  font-size: 30px;
  color: #000000;
}

/* Salons Archive/Taxonomy */
.salons-archive-wrapper {
  padding-top: 60px;
}
.salons-archive-wrapper .title {
  text-align: center;
}
.salons-archive-wrapper .title h1 {
  margin: 0;
}
.salons-archive-wrapper .title p {
  margin-bottom: 30px;
}

.salons-taxonomy-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.salons-taxonomy-wrapper .title {
  text-align: center;
}

/* Salons Accordion */
.salons-slice h2.title {
  text-align: center;
}
.salons-slice .meta-tabs.salons {
  padding-top: 0px;
}
.salons-slice .meta-tabs.salons .salon-title {
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .salons-slice .meta-tabs.salons .salon-listing {
    margin-bottom: 30px;
  }
  .salons-slice .meta-tabs.salons .salon-listing:last-child {
    margin-bottom: 0;
  }
}
.salons-slice .meta-tabs.salons .salon-listing address {
  padding-top: 10px;
  padding-bottom: 5px;
}
.salons-slice .meta-tabs.salons .salon-listing address span {
  display: block;
}
.salons-slice .meta-tabs.salons .salon-listing .contact-numbers {
  padding-bottom: 5px;
}
.salons-slice .meta-tabs.salons .salon-listing .contact-numbers i {
  padding-right: 7px;
}
.salons-slice .meta-tabs.salons .salon-listing .email,
.salons-slice .meta-tabs.salons .salon-listing .booking {
  padding-bottom: 10px;
}
.salons-slice .meta-tabs.salons .salon-listing .email i,
.salons-slice .meta-tabs.salons .salon-listing .booking i {
  padding-right: 7px;
}
.salons-slice .meta-tabs.salons .salon-listing .booking a {
  background-color: #94a739;
  color: #ffffff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
}
.salons-slice .meta-tabs.salons .salon-listing .booking a:hover {
  color: #ffffff;
  background-color: #ed6a5a;
  text-decoration: none;
}
.salons-slice .salon-listing.taxonomy address {
  padding-top: 10px;
  padding-bottom: 5px;
}
.salons-slice .salon-listing.taxonomy address span {
  display: block;
}
.salons-slice .salon-listing.taxonomy .contact-numbers {
  padding-bottom: 5px;
}
.salons-slice .salon-listing.taxonomy .contact-numbers i {
  padding-right: 7px;
}
.salons-slice .salon-listing.taxonomy .email {
  padding-bottom: 10px;
}
.salons-slice .salon-listing.taxonomy .email i {
  padding-right: 7px;
}

/* Single Salon */
.single-salons-wrapper {
  padding-top: 60px;
}
.single-salons-wrapper .single-salon-details {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.single-salons-wrapper .single-salon-details h5 {
  font-weight: 700;
}
.single-salons-wrapper .single-salon-details address span {
  display: block;
}
.single-salons-wrapper .single-salon-details .contact-numbers {
  margin-top: 37px;
}
.single-salons-wrapper .single-salon-details .contact-numbers i {
  padding-right: 7px;
}
.single-salons-wrapper .single-salon-details .email {
  padding-top: 10px;
}
.single-salons-wrapper .single-salon-details .email i {
  padding-right: 7px;
}
@media (max-width: 1199px) {
  .single-salons-wrapper .single-salon-details .right {
    margin-top: 40px;
  }
}
.single-salons-wrapper .single-salon-details .day-hours {
  display: block;
  width: 100%;
  clear: both;
}
.single-salons-wrapper .single-salon-details .day-hours .day {
  float: left;
  padding-right: 15px;
}
.single-salons-wrapper .single-salon-details .day-hours .hours {
  float: right;
}

.salon-map {
  margin-bottom: -10px;
}
.salon-map iframe {
  width: 100%;
}

.manual-carousel {
  background-color: #f0dae0;
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.manual-carousel .manual-carousel-header {
  text-align: center;
  margin-bottom: 60px;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  .manual-carousel .manual-carousel-header {
    margin-bottom: 30px;
  }
}
.manual-carousel .manual-swiper {
  overflow: initial;
  position: static;
}
.manual-carousel .manual-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-end;
}
.manual-carousel .manual-swiper .swiper-slide a {
  display: block;
  text-decoration: none;
}
.manual-carousel .manual-swiper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.manual-carousel .manual-swiper .swiper-slide a .slider-content {
  color: #555555;
  margin-top: 5px;
  display: block;
  font-size: 1.7rem;
}
.manual-carousel .manual-swiper .swiper-slide a:hover {
  text-decoration: none;
}
.manual-carousel .swiper-button-prev {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  left: 0;
}
.manual-carousel .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.manual-carousel .swiper-button-prev:after {
  font-size: 30px;
  color: #000000;
}
.manual-carousel .swiper-button-next {
  background-color: #f2f1ee;
  width: 50px;
  height: 60px;
  right: 0;
}
.manual-carousel .swiper-button-next:after {
  font-size: 30px;
  color: #000000;
}

.promo-banner {
  position: relative;
}
@media (max-width: 1199px) {
  .promo-banner {
    margin-top: 3rem;
  }
}
.promo-banner:after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0dae0;
}
@media (max-width: 1199px) {
  .promo-banner:after {
    height: 100%;
  }
}
.promo-banner .container {
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .promo-banner .container .row {
    margin: 0;
  }
}
.promo-banner .image-col {
  display: flex;
  align-items: flex-end;
}
.promo-banner .image-col img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .promo-banner .image-col {
    justify-content: flex-end;
    padding: 0;
  }
  .promo-banner .image-col img {
    max-width: 130%;
    height: calc(100% + 3rem);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.promo-banner .content-col {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
}
@media (max-width: 1199px) {
  .promo-banner .content-col {
    padding-left: 0;
    padding-right: 20px;
  }
}
.promo-banner .content-col .content {
  padding-top: 15%;
}
@media (max-width: 1199px) {
  .promo-banner .content-col .content {
    padding: 9% 0 0 0;
  }
}
.promo-banner .content-col .content h2, .promo-banner .content-col .content h3, .promo-banner .content-col .content h4, .promo-banner .content-col .content h5, .promo-banner .content-col .content h6 {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .promo-banner .content-col .content h2, .promo-banner .content-col .content h3, .promo-banner .content-col .content h4, .promo-banner .content-col .content h5, .promo-banner .content-col .content h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.promo-banner .content-col .content p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .promo-banner .content-col .content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.promo-banner .content-col .content a {
  color: #555555;
  text-decoration: underline;
}

.promo-squares .title-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .promo-squares .title-col {
    margin-bottom: 30px;
  }
}
.promo-squares .content-col {
  display: flex;
}
.promo-squares .content-col .square .square-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .promo-squares .content-col .square .square-image img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.promo-squares .content-col .square .square-content {
  margin-top: 15px;
}
.promo-squares .content-col .square .square-content h4 {
  margin: 0;
}
.promo-squares .content-col .square .square-content p {
  margin: 0;
}
@media (max-width: 1199px) {
  .promo-squares .content-col .square {
    display: none;
  }
}
@media (max-width: 1199px) {
  .promo-squares .content-col .square.square-1 {
    display: block;
  }
}

.insta-heading {
  color: #94a739;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.insta-heading img {
  width: 4rem;
  margin-right: 10px;
}
.insta-heading:hover {
  text-decoration: none !important;
}
.insta-heading h3 {
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
.insta-heading h3, .insta-heading i {
  color: #94a739;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.insta-heading i {
  font-weight: 900;
}

@media (max-width: 768px) {
  #sb_instagram.sbi_mob_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
#footer .footer-promo {
  background-color: #f2f1ee;
  padding: 30px 0;
}
#footer .footer-promo .promo-col {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  #footer .footer-promo .promo-col {
    align-items: flex-start;
  }
}
#footer .footer-promo .promo-col .promo-col-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  #footer .footer-promo .promo-col .promo-col-inner {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
#footer .footer-promo .promo-col .promo-col-inner .footer-promo-text {
  text-align: center;
  max-width: 220px;
}
#footer .footer-promo .promo-col .promo-col-inner .footer-promo-text h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  #footer .footer-promo .promo-col .promo-col-inner .footer-promo-text h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .footer-promo .promo-col .promo-col-inner .footer-promo-text p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  #footer .footer-promo .promo-col .promo-col-inner .footer-promo-text p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#footer .footer-social img {
  width: 2.4rem;
}
#footer .footer-social a {
  display: flex;
  gap: 20px;
}
#footer .footer-body {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  #footer .footer-body {
    padding: 30px 0;
  }
}
#footer .footer-body button {
  background: none;
  border: none;
  color: #555555;
  cursor: pointer;
  padding: 0;
}
#footer .footer-body h4 {
  margin-bottom: 0;
  color: #555555;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #footer .footer-body h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-body h4 {
    border-top: 1px solid #d7d7d7;
    padding: 15px 45px 15px 0;
    position: relative;
  }
}
@media (max-width: 1199px) {
  #footer .footer-body button {
    position: relative;
    width: 100%;
    text-align: left;
  }
  #footer .footer-body button:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #939598;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    content: "\f077";
    line-height: 1;
  }
  #footer .footer-body button.collapsed:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
#footer .footer-body ul {
  margin: 0 0 30px;
  padding: 0;
}
#footer .footer-body ul li {
  display: block;
  margin-bottom: 5px;
}
#footer .footer-body ul li a {
  color: #555555;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#footer .footer-body ul li a i {
  margin: 0 8px 0 0;
}
#footer .footer-body ul li a:hover {
  color: #94a739;
  text-decoration: none;
}
#footer .footer-body .footer-logos .footer-logos-inner {
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
}
@media (max-width: 1199px) {
  #footer .footer-body .footer-logos .footer-logos-inner {
    border-top: 1px solid #d7d7d7;
    padding-top: 60px;
  }
}
#footer .footer-body .footer-logos .footer-logos-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
#footer .footer-body .footer-logos .footer-logos-inner ul:first-child {
  border-right: 1px solid #d7d7d7;
  padding-right: 10px;
}
#footer .footer-body .footer-logos .footer-logos-inner ul li {
  color: #000000;
  margin: 0;
  line-height: 1;
}
#footer .footer-body .footer-logos .footer-logos-inner ul li img {
  max-height: 15px;
  top: -2px;
  position: relative;
}
#footer .footer-body .footer-terms {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  text-transform: uppercase;
  opacity: 0.4;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  #footer .footer-body .footer-terms {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}
#footer .footer-body .footer-terms a {
  color: #555555;
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
  }
}
#locationModal .modal-header {
  border: none;
}
#locationModal .modal-header button {
  font-size: 30px;
  font-weight: 400;
}
#locationModal .modal-body a {
  background-color: #94a739;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
}

.featured-reviews {
  padding-top: 6rem;
}
@media (max-width: 1199px) {
  .featured-reviews {
    padding-inline: 15px;
  }
}
.featured-reviews .leftSide {
  text-align: center;
}
@media (max-width: 1199px) {
  .featured-reviews .leftSide {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .featured-reviews .leftSide img {
    margin-inline: auto;
  }
}
.featured-reviews .leftSide img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.featured-reviews .leftSide h2 {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .featured-reviews .leftSide h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.featured-reviews .leftSide p {
  font-size: 2.8rem;
  line-height: 1.1;
  color: black;
}
@media (max-width: 1199px) {
  .featured-reviews .leftSide p {
    font-size: 1.4rem;
  }
}
.featured-reviews .rightSide {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .featured-reviews .rightSide {
    padding-left: 80px;
  }
}
.featured-reviews .rightSide .row {
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .row {
    display: none;
  }
}
.featured-reviews .rightSide .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .row:first-child {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.featured-reviews .rightSide .row .col-lg-4 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .row .col-lg-4 img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .featured-reviews .rightSide .col-lg-8 {
    padding-left: 40px;
  }
}
.featured-reviews .rightSide a {
  color: black;
  text-decoration: none;
}
.featured-reviews .rightSide .brand {
  color: #737373;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .brand {
    font-size: 1.4rem;
  }
}
.featured-reviews .rightSide .star-rating {
  width: 120px;
  max-width: 100%;
  margin-block: 1rem;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .star-rating {
    width: 100px;
    margin-block: 0;
  }
}
.featured-reviews .rightSide h3 {
  margin-bottom: 2rem;
  width: 60%;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide h3 {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.featured-reviews .rightSide .quote {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .featured-reviews .rightSide .quote {
    font-size: 1.4rem;
  }
}

.promo-fifty-fifty .banner-image {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 7.5px;
}
.promo-fifty-fifty .banner-image img {
  width: 100%;
}
.promo-fifty-fifty .banner-image .caption {
  max-width: 420px;
  width: 100%;
  text-align: center;
  padding: 30px 30px;
  position: absolute;
  color: #fff;
}
.promo-fifty-fifty .banner-image .caption h5 {
  color: #fff;
}

/* Slices
==============================*/
.banner-carousel-wrapper * {
  overflow: hidden;
}
.banner-carousel-wrapper .col-12 {
  padding: 0;
}
.banner-carousel-wrapper .banner-carousel-mobile {
  display: none;
}
.banner-carousel-wrapper .owl-dots {
  display: none;
}
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next,
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
  font-size: 60px;
  line-height: 100%;
}
@media (max-width: 575px) {
  .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next,
  .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
    opacity: 0.6;
  }
}
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next:hover,
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev:hover {
  color: #555555;
}
@media (max-width: 575px) {
  .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next:hover,
  .banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
  }
}
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 2%;
  color: #94a739;
}
.banner-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 2%;
  color: #94a739;
}

/* Left Right */
.leftright-content {
  margin: 90px 0 30px 0;
}
.leftright-content .leftright-header {
  text-align: center;
  margin-bottom: 60px;
}
.leftright-content .leftright-body {
  background-color: #f2f1ee;
  margin-bottom: 60px;
  align-items: center;
}
.leftright-content .leftright-body p {
  font-size: 120%;
}
.leftright-content .leftright-body .left-right-image {
  padding: 0;
}
.leftright-content .leftright-body .left-right-image img {
  width: 100%;
  height: auto;
}
.leftright-content .leftright-body .left-right-content .inner {
  max-width: 620px;
  padding: 30px 30px;
  margin: 0 auto;
}

/* Thin Banner */
.thin-banner {
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.thin-banner h1 {
  padding: 180px 0;
  margin: 0;
  color: #ffffff;
  font-size: 90px;
  font-size: 9rem;
}

@media (max-width: 767.98px) {
  .thin-banner h1 {
    font-size: 60px;
    font-size: 6rem;
  }
}
/* Banner Image */
.banner-image-wrapper {
  position: relative;
  /*max-height: 652px;*/
}
.banner-image-wrapper .banner-image {
  min-height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-image-wrapper .caption-wrapper {
  height: 470px;
  position: relative;
}
.banner-image-wrapper .caption-wrapper .caption {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-45%);
  z-index: 3;
  color: #ffffff;
}
.banner-image-wrapper .caption-wrapper .caption .main-title {
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 4.8rem;
}
.banner-image-wrapper .caption-wrapper .caption .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.banner-image-wrapper .caption-wrapper .caption .link-wrapper {
  padding-top: 45px;
}
.banner-image-wrapper .caption-wrapper .caption .link-wrapper span {
  background-color: #ed6a5a;
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 25px;
  text-decoration: none;
}
.banner-image-wrapper a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

/* Content Editor */
.content-editor {
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

/* Testimonial Carousel Styles */
.testimonial-carousel-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.testimonial-carousel-wrapper .owl-item div {
  padding: 35px 25px 25px 35px;
  background-color: #fafafa;
  min-height: 190px;
}
.testimonial-carousel-wrapper i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #94a739;
  font-size: 22px;
}

/* Feature Articles */
.featured-articles {
  background-color: #e9eee3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured-articles h2 {
  text-align: center;
  padding-bottom: 30px;
}
.featured-articles .owl-item a {
  color: #555555;
  text-decoration: none;
}
.featured-articles .owl-carousel-item .image-wrapper {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.featured-articles .owl-carousel-item .content-wrapper {
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
.featured-articles .owl-carousel-item .content-wrapper .term,
.featured-articles .owl-carousel-item .content-wrapper .date,
.featured-articles .owl-carousel-item .content-wrapper .title {
  font-family: "Muli", sans-serif !important;
}
.featured-articles .owl-carousel-item .content-wrapper .term {
  float: left;
  text-transform: uppercase;
  color: #94a739;
  font-weight: 700;
  font-size: 1.4rem;
}
.featured-articles .owl-carousel-item .content-wrapper .date {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.featured-articles .owl-carousel-item .content-wrapper .title {
  clear: both;
  color: #000000;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.featured-articles .owl-carousel-item .content-wrapper .link span {
  padding-top: 15px;
  text-align: right;
  display: block;
  color: #363636;
}
.featured-articles .owl-carousel-item .content-wrapper .link span i {
  color: #94a739;
  margin-left: 7px;
}
.featured-articles .owl-nav {
  font-size: 50px;
  float: right;
  position: relative;
  height: 0px;
  right: 80px;
  top: 45px;
}
.featured-articles .owl-nav .owl-prev i {
  color: #92ad94;
  margin-right: 30px;
}
.featured-articles .owl-nav .owl-prev:hover i {
  color: #94a739;
}
.featured-articles .owl-nav .owl-next i {
  color: #92ad94;
}
.featured-articles .owl-nav .owl-next:hover i {
  color: #94a739;
}
.featured-articles .bottom-link {
  text-align: center;
  padding-top: 45px;
}
.featured-articles .bottom-link a {
  color: #555555;
  border: 2px solid #555555;
  border-radius: 25px;
  padding: 7px 20px;
  text-decoration: none;
}
.featured-articles .bottom-link a:hover {
  background-color: #555555;
  color: #e9eee3;
}

/* Social Feed */
.social-feed {
  padding-top: 60px;
  padding-bottom: 60px;
}
.social-feed h2 {
  text-align: center;
}
.social-feed .short-code {
  padding-left: 0px;
  padding-right: 0px;
}
.social-feed .ff-stream-wrapper {
  margin: 0;
}
.social-feed #ff-stream-1 {
  padding: 0;
}
.social-feed .ff-loadmore-wrapper {
  display: none;
}

.direct-links ul {
  padding: 0;
}
.direct-links ul li {
  display: block;
}
.direct-links ul li a {
  font-size: 14px;
  color: #939598;
}

.full-width-button-mobile-only {
  margin-top: 30px;
}
.full-width-button-mobile-only a {
  background-color: #404040;
  color: #ffffff;
  display: block;
  padding: 5px 18px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}

.search-results .page-title {
  font-size: 16px;
  text-transform: capitalize;
}
.search-results .term-description {
  display: none;
}

/* USP's */
.usps {
  background-color: #404040;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.usps .usp .icon {
  float: left;
  font-size: 4.8rem;
  padding-right: 15px;
}
.usps .usp .main-title {
  padding-top: 13px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Muli", sans-serif;
  display: block;
}

/* Promo - Full Width */
.promo-full-width .banner-image {
  min-height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.promo-full-width .caption-wrapper {
  height: 470px;
  position: relative;
}
.promo-full-width .caption-wrapper .caption {
  position: absolute;
  width: 70%;
  top: 45%;
  transform: translateY(-45%);
  margin-left: 90px;
  z-index: 3;
  color: #ffffff;
}
.promo-full-width .caption-wrapper .caption .main-title {
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 900;
}
.promo-full-width .caption-wrapper .caption .subtitle {
  display: block;
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.promo-full-width .caption-wrapper .caption .link-wrapper {
  padding-top: 45px;
}
.promo-full-width .caption-wrapper .caption .link-wrapper a {
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 25px;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.promo-full-width .caption-wrapper .caption .link-wrapper a:hover {
  background-color: #ffffff;
  color: #018393;
}

/* Payment Options */
.payment-options {
  background-color: #404040;
}
.payment-options .image-wrapper {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.payment-options .image-wrapper img {
  max-height: 50px;
}

.pricing-booking {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pricing-booking .pricing {
  text-align: center;
}
.pricing-booking .pricing a {
  background-color: #94a739;
  border: 1px solid #94a739;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  border-radius: 25px;
}
.pricing-booking .pricing a i {
  padding-right: 15px;
}
.pricing-booking .booking {
  text-align: center;
}
.pricing-booking .booking a {
  background-color: #ed6a5a;
  border: 1px solid #ed6a5a;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
}
.pricing-booking .booking a:hover {
  background-color: #ea5442 !important;
}
.pricing-booking .booking a i {
  padding-right: 15px;
}

/* Embed Form */
.embed-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eee3;
}

/* Page Styles */
.default-page-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* Survey Styles */
#gform_2 .gsurvey-likert-choice-label {
  background-color: white !important;
  font-size: 13px !important;
  padding: 10px 0 !important;
  font-weight: 400;
}

/* Contact Page Styles */
.gform_wrapper {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.gform_wrapper label {
  font-weight: 400 !important;
}
.gform_wrapper input {
  border: 1px solid #cccccc;
  border-radius: 25px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100% !important;
}
.gform_wrapper textarea {
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.gform_wrapper #field_1_5 label {
  display: none;
}
.gform_wrapper .gform_footer {
  margin-top: 0px !important;
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #ed6a5a;
  border: 1px solid #ed6a5a;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #ea5442 !important;
}

/* Brands Page Styles */
.brands-page-wrapper .brand {
  margin-top: 0px;
  margin-bottom: 120px;
}
.brands-page-wrapper .image {
  min-height: 100px;
}
.brands-page-wrapper .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  max-width: 200px;
  color: #000000;
  font-size: 20px;
  text-align: center;
}

/* Woocommerce Sub Brands */
.sub-brand-wrapper {
  padding-bottom: 15px;
}
.sub-brand-wrapper ul {
  padding: 0;
  -moz-column-count: 4;
       column-count: 4;
}
.sub-brand-wrapper ul li {
  list-style-type: none;
  margin-bottom: 5px;
  display: block;
}
.sub-brand-wrapper ul li a {
  display: block;
  color: #555555;
}
.sub-brand-wrapper ul li a i {
  margin-left: 20px;
  color: #94a739;
  font-size: 10px;
  float: right;
  position: relative;
  top: 7px;
}

/* Woocommerce General */
#yith-par-message-cart {
  border-top-color: #000000 !important;
  background: #fef5e0 !important;
}
#yith-par-message-cart:before {
  display: none;
}
#yith-par-message-cart img {
  position: relative;
  top: -3px;
}

.featured-category {
  margin-bottom: 30px;
}
.featured-category a {
  text-decoration: none;
}
.featured-category .inner {
  border-radius: 5px;
  border: 1px solid #efefef;
  box-shadow: 1px 9px 7px #d5d5d5;
  font-family: "Muli", sans-serif !important;
  font-weight: 600;
  text-transform: none !important;
  padding: 20px 20px 5px 20px !important;
}
.featured-category .inner h3 {
  font-size: 19px;
}

.facetwp-template h1 {
  display: none;
}

.cat-header {
  margin-bottom: 30px;
}
.cat-header h1 {
  margin: 0 0 5px;
}

.facetwp-template .term-description {
  display: none;
}

.postid-224987 .xoo-wl-btn.button.btn {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 45px;
  display: none;
}

.facetwp-facet-page_numbers_pagination .facetwp-pager .facetwp-page.active {
  border-bottom: 2px solid black;
}
.facetwp-facet-page_numbers_pagination .facetwp-pager .facetwp-page:hover {
  border-bottom: 1px solid black;
}

.woocommerce-result-count:nth-of-type(2),
.woocommerce-result-count:nth-of-type(3),
.woocommerce-result-count:nth-of-type(4),
.woocommerce-result-count:nth-of-type(5),
.woocommerce-result-count:nth-of-type(6),
.woocommerce-result-count:nth-of-type(7),
.woocommerce-result-count:nth-of-type(8),
.woocommerce-result-count:nth-of-type(9),
.woocommerce-result-count:nth-of-type(10) {
  display: none;
}

.outofstock .button.product_type_simple {
  display: none;
}
.outofstock .xoo-wl-btn.button.btn {
  padding-right: 15px;
}

.wc-proceed-to-checkout .humm-price-info-widget {
  display: none;
}

.stripe-icon {
  width: 35px;
}

.woocommerce-cart .wc-latitudefinance-genoapay-container {
  display: none !important;
}
.woocommerce-cart .wc-giftwrap {
  float: left;
}
.woocommerce-cart .wc-giftwrap .giftwrap_header a {
  background-color: #94a739;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 16px;
}
.woocommerce-cart .wc-giftwrap .giftwrap_header a:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.woocommerce-cart .wc-giftwrap .giftwrap_header a:hover {
  background-color: #829332;
}

.cart-collaterals {
  display: flex;
  flex-wrap: wrap;
}
.cart-collaterals .cart-banner-image {
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
}
.cart-collaterals .cart-banner-image img {
  max-width: 48%;
}
@media (max-width: 1199px) {
  .cart-collaterals .cart-banner-image {
    width: 100%;
    order: 3;
    margin-block: 10px 30px;
  }
  .cart-collaterals .cart-banner-image img {
    max-width: 85%;
  }
}
.cart-collaterals .cart-banner-image ~ .cross-sells {
  order: 3;
}
@media (max-width: 1199px) {
  .cart-collaterals .cart-banner-image ~ .cross-sells {
    order: unset;
  }
}

@media (max-width: 1199px) {
  .paysecurely-img {
    margin-right: auto !important;
    float: none !important;
  }
}

@media (max-width: 1199px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
    display: none;
  }
  .woocommerce #content table.cart .product-thumbnail a img,
  .woocommerce table.cart .product-thumbnail a img,
  .woocommerce-page #content table.cart .product-thumbnail a img,
  .woocommerce-page table.cart .product-thumbnail a img {
    width: 64px;
  }
}
.woocommerce-checkout .wc-giftwrap {
  float: none;
}
.woocommerce-checkout .wc-giftwrap .giftwrap_header a {
  background-color: #94a739;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 16px;
}
.woocommerce-checkout .wc-giftwrap .giftwrap_header a:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.woocommerce-checkout .wc-giftwrap .giftwrap_header a:hover {
  background-color: #829332;
}

#billing_gift_wrapping_title_field {
  padding-top: 30px;
}
#billing_gift_wrapping_title_field label {
  font-size: 24px;
  text-transform: uppercase;
}
#billing_gift_wrapping_title_field label .optional {
  display: none;
}
#billing_gift_wrapping_title_field span.woocommerce-input-wrapper * {
  display: inline-block;
}
#billing_gift_wrapping_title_field span.woocommerce-input-wrapper label {
  text-transform: none;
  font-size: 16px;
  margin-left: 5px;
}

.woocommerce a.added_to_cart {
  display: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 165px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  border: 1px solid #e5e5e5;
}

/* Checkout */
.woocommerce-checkout #customer_details {
  padding-bottom: 45px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100% !important;
  padding: 0;
}
.woocommerce-checkout .form-row {
  display: block;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-form-coupon {
  display: flex !important;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-form-coupon p {
  display: none;
}
.woocommerce-form-coupon .form-row {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1199px) {
  .woocommerce-form-coupon .form-row {
    flex: 0 0 50%;
    width: 50%;
  }
}
.woocommerce-form-coupon .form-row input.input-text {
  font-size: 16px;
  height: auto;
  padding: 5px 5px;
}
.woocommerce-form-coupon .form-row .button {
  border-radius: 5px !important;
  padding: 8px 10px;
  flex: 1;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  border-radius: 5px;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  color: #ed6a5a !important;
  text-decoration: underline;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before, .woocommerce .woocommerce-form-login-toggle .woocommerce-info:after {
  display: none;
}
.woocommerce .woocommerce-form-login.login {
  background-color: #f2f1ee;
  border: none;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-form-login.login input.input-text {
  height: 46px;
  color: #605B71;
  font-size: 18px;
  border: 1px solid #CAC8CF;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}

#customer_details h3 {
  text-transform: capitalize;
  font-size: 24px;
  font-size: 2.4rem;
}
#customer_details h3#ship-to-different-address {
  font-size: 16px;
  padding-left: 4px;
}
#customer_details h3#ship-to-different-address input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#customer_details .woocommerce-billing-fields #billing_email_field .woocommerce-input-wrapper {
  display: block;
}
#customer_details .woocommerce-billing-fields #billing_email_field .woocommerce-input-wrapper:after {
  margin-top: 5px;
  font-size: 14px;
}
#customer_details .woocommerce-billing-fields #billing_email_field:after {
  content: "Billing Address";
  text-transform: capitalize;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 30px;
}
#customer_details .form-row label {
  display: none;
}
#customer_details .form-row input[type=text], #customer_details .form-row input[type=tel], #customer_details .form-row input[type=email] {
  height: 46px;
  color: #605B71;
  font-size: 18px;
  border: 1px solid #CAC8CF;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
#customer_details .form-row .select2 .select2-selection {
  color: #605B71;
  font-size: 18px;
  border: 1px solid #CAC8CF;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 0;
  display: block;
  height: 46px;
}
#customer_details .form-row .select2 .select2-selection .select2-selection__arrow {
  height: 46px;
}

/* My Account */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 45%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

.woocommerce-billing-fields input,
.woocommerce-shipping-fields input,
.woocommerce-additional-fields input {
  border: 1px solid #eeeeee;
  padding: 7px 7px;
  border-radius: 3px;
}
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea,
.woocommerce-additional-fields textarea {
  border: 1px solid #eeeeee;
  padding: 7px 7px;
  border-radius: 3px;
}

.payment_method_payment_express label:after {
  content: "";
  float: right;
  margin-left: 15px;
  display: block;
  height: 35px;
  width: 300px;
  background-image: url("/wp-content/themes/Synergy-Hair/images/payment-express.jpg");
  background-repeat: no-repeat;
  background-size: 300px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields label {
  display: block;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-MyAccount-navigation ul:before {
  content: "My Account";
  display: block;
  padding-bottom: 7px;
  color: black;
  font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid #94a739;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid #94a739;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #94a739;
}
.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--coupons, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pw-gift-card-balance {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sign-up-graphics {
    max-width: 60% !important;
  }
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.2em 0;
}

/* Login */
#customer_login .col-1,
#customer_login .col-2 {
  max-width: 100% !important;
  padding: 0;
}
#customer_login .form-row {
  display: block;
}

/* Cart */
.woocommerce-cart-form .quantity {
  padding-top: 0px;
}

.cpops-notification {
  display: none !important;
}

/* FacetWP Styles */
.filter-main-wrapper {
  /*.category-filter {
    padding-top: 0px;
  }*/
}
.filter-main-wrapper select {
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  height: 44px;
}
.filter-main-wrapper select::-ms-expand {
  display: none;
}

.filter-selections li .facetwp-selection-label {
  display: none;
}
.filter-selections li .facetwp-selection-value {
  background-color: #ffffff;
}

.sale-filter span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.sale-filter {
  padding-top: 15px;
  /*padding-bottom:15px;*/
}
.sale-filter .facetwp-facet {
  margin-bottom: 0px;
}

.facet-filter-wrapper span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.facet-filter-wrapper {
  padding-top: 0px;
  /*padding-bottom:15px;*/
}
.facet-filter-wrapper .facetwp-facet {
  margin-bottom: 0px;
}

.price-filter span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.price-filter {
  padding-bottom: 15px;
}
.price-filter .facetwp-facet {
  margin-bottom: 0px;
}

.filter-selections {
  padding-bottom: 1px;
}
.filter-selections ul {
  padding: 0;
}

.archive.term-339 .type-filter,
.archive.term-339 .colour-filter {
  display: none;
}

.archive.term-377 .benefits-filter {
  display: none;
}

.col-md-9 .woocommerce-result-count,
.col-md-9 .woocommerce-ordering {
  display: none;
}

/* Blog Styles */
#collapseCategoriesLink {
  display: block;
  padding-bottom: 15px;
  color: #555555;
}

.categories-wrapper {
  padding: 20px 0px 10px 0px;
}
.categories-wrapper ul {
  padding: 0;
}
.categories-wrapper ul li {
  list-style-type: none;
  display: inline-block !important;
  margin-right: 30px;
}
.categories-wrapper ul li a {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding-bottom: 20px;
}
.categories-wrapper ul li a:hover {
  border-bottom: 2px solid #93a149;
}
.categories-wrapper ul li a.current {
  border-bottom: 2px solid #93a149;
}

.news-items-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #e9eee3;
}
.news-items-wrapper .blog-title {
  text-align: center;
}

.news-item a {
  color: #555555;
  text-decoration: none;
}

.news-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-item .image-wrapper {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.news-item .content-wrapper {
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
.news-item .content-wrapper .term,
.news-item .content-wrapper .date,
.news-item .content-wrapper .title {
  font-family: "Muli", sans-serif !important;
}
.news-item .content-wrapper .term {
  float: left;
  text-transform: uppercase;
  color: #94a739;
  font-weight: 700;
  font-size: 1.4rem;
}
.news-item .content-wrapper .date {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.news-item .content-wrapper .title {
  clear: both;
  color: #000000;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.news-item .content-wrapper .link span {
  padding-top: 15px;
  text-align: right;
  display: block;
  color: #363636;
}
.news-item .content-wrapper .link span i {
  color: #94a739;
  margin-left: 7px;
}

.navigation {
  clear: both;
  display: block;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2rem;
}

.navigation.single {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.8rem;
}
.navigation.single .left {
  float: left;
}
.navigation.single .right {
  float: right;
}
.navigation.single .right .inner-left {
  float: left;
  margin-top: 15px;
  padding-right: 15px;
}
.navigation.single .right .inner-right {
  float: left;
}
.navigation.single .right .inner-right .alignleft-single {
  float: left;
  font-size: 4rem;
  padding-right: 7px;
}
.navigation.single .right .inner-right .alignright-single {
  float: left;
  font-size: 4rem;
  padding-left: 7px;
}

.single-blog-post {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-blog-post .term-date {
  display: block;
  padding-top: 20px;
  padding-bottom: 30px;
}
.single-blog-post .term,
.single-blog-post .date,
.single-blog-post .title {
  font-family: "Muli", sans-serif !important;
}
.single-blog-post h1 {
  clear: both;
  color: #000000;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 30px;
  text-transform: none;
}
.single-blog-post .term {
  float: left;
  text-transform: uppercase;
  color: #94a739;
  font-weight: 700;
  font-size: 1.4rem;
}
.single-blog-post .date {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.single-blog-post .link span {
  padding-top: 15px;
  text-align: right;
  display: block;
  color: #363636;
}
.single-blog-post .link span i {
  color: #94a739;
  margin-left: 7px;
}
.single-blog-post .categories-wrapper-sidebar {
  background-color: #e9eee3;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.single-blog-post .categories-wrapper-sidebar ul {
  padding: 0;
}
.single-blog-post .categories-wrapper-sidebar ul li:first-child {
  font-size: 1.8rem;
  font-weight: 700;
}
.single-blog-post .categories-wrapper-sidebar ul li {
  list-style-type: none;
  margin-top: 5px;
}
.single-blog-post .sidebar-latest-articles h4 {
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
}
.single-blog-post .sidebar-latest-articles .card {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.single-blog-post .sidebar-latest-articles .card a {
  text-decoration: none;
}
.single-blog-post .sidebar-latest-articles .card .term-date-title .date {
  color: #555555;
}
.single-blog-post .sidebar-latest-articles .card .term-date-title .title {
  color: #555555;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0px;
  clear: both;
}

/* Blog Styles New 2023 */
.post-banner-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #afc253;
}
.post-banner-section .post-banner {
  justify-content: center !important;
}
@media screen and (min-width: 992px) {
  .post-banner-section {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .post-banner-section .container .row {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  .post-banner-section .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .post-banner-section .container .row .col-12 .post-banner {
    justify-content: space-between !important;
  }
}
.post-banner-section .image-left,
.post-banner-section .image-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23%;
}
.post-banner-section .row {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .post-banner-section .row {
    background-color: #afc253;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.post-banner-section img {
  max-width: 320px;
}
@media screen and (min-width: 992px) {
  .post-banner-section img {
    padding: 30px 0;
  }
}

.categories-wrapper-blog {
  background-color: #fafafa;
}
@media screen and (min-width: 992px) {
  .categories-wrapper-blog {
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .categories-wrapper-blog .row {
    background-color: #fafafa;
  }
}
.categories-wrapper-blog ul {
  gap: 0 3rem;
  margin: 0;
  font-size: 1.8rem;
  list-style: none;
  font-weight: 500;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
.categories-wrapper-blog ul * {
  color: #000000;
}
.categories-wrapper-blog ul .current {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .categories-wrapper-blog ul {
    justify-content: center;
  }
  .categories-wrapper-blog ul li {
    display: inline-block;
    width: unset !important;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .categories-wrapper-blog ul {
    padding-bottom: 0px !important;
  }
}

.news-items-wrapper-new {
  padding-top: 45px;
  padding-bottom: 45px;
}

.news-item-new {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.news-item-new .image-wrapper {
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.news-item-new .content-wrapper {
  background-color: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 20px;
}
.news-item-new .content-wrapper .term,
.news-item-new .content-wrapper .date,
.news-item-new .content-wrapper .title {
  font-family: "Muli", sans-serif !important;
}
.news-item-new .content-wrapper .term {
  float: left;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 1.6rem;
  background: #afc253;
  padding: 6px 14px;
  border-radius: 2px;
}
.news-item-new .content-wrapper .date {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.news-item-new .content-wrapper .title {
  clear: both;
  color: #816e60;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 6px;
  font-size: 2.4rem;
}
.news-item-new .content-wrapper .excerpt {
  color: #816e60;
}
.news-item-new .content-wrapper .author {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  color: #816e60;
}
.news-item-new .content-wrapper .author img {
  border-radius: 50%;
  min-height: 40px;
  min-width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item-new a {
  text-decoration: none;
}
.news-item-new:hover {
  opacity: 0.8;
}

.news-call-to-action {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .news-call-to-action {
    padding-top: 0;
  }
}
.news-call-to-action .col-12.col-lg-8 {
  padding-left: 0 !important;
}
.news-call-to-action .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  .news-call-to-action .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .news-call-to-action .image-wrapper {
    padding: 0;
  }
}
.news-call-to-action .content {
  background-color: #fafafa;
  color: #363636;
  padding: 5rem 4.6rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-call-to-action .content {
    padding: 3.5rem 4.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .news-call-to-action .content {
    padding: 6.5rem 4.6rem;
  }
}
.news-call-to-action .content h2 {
  text-transform: none;
  margin-bottom: 20px;
  color: #816e60;
}
.news-call-to-action .content .text {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.news-call-to-action .content .btn-primary {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 1.6rem;
  background: #afc253;
  padding: 12px 16px;
  border: 1px solid #816e60;
}
.news-call-to-action .content .btn-primary:hover {
  background: transparent;
  color: #816e60;
}

.single-post .title-wrap {
  background-color: #afc253;
  padding-top: 45px;
  padding-bottom: 80px;
  min-height: 240px;
  display: flex;
}
.single-post .title-wrap .container {
  margin-top: auto;
}
.single-post .title-wrap h1 {
  color: white;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}
.single-post .featured-image-wrap {
  margin-top: -45px;
}
.single-post .featured-image-wrap .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100% !important;
  max-width: 100%;
  height: initial;
}
.single-post .featured-image-wrap .author {
  padding-top: 65px;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.single-post .featured-image-wrap .author * {
  color: #816e60;
}
.single-post .featured-image-wrap .author img {
  border-radius: 50%;
}
.single-post .featured-image-wrap .author h4 {
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  align-items: center;
}
.single-post .featured-image-wrap .author .date {
  font-style: italic;
}
@media (max-width: 1199px) {
  .single-post .featured-image-wrap .author {
    padding-top: 35px;
  }
}

.blog-post-content .content-editor {
  padding-top: 45px;
  padding-bottom: 45px;
}
.blog-post-content .content-editor .container .col-12 {
  max-width: 880px;
}
.blog-post-content .content-editor img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.product-text .container {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #bcc5af;
  border-bottom: 1px solid #bcc5af;
}
.product-text .container .product-title {
  font-weight: 600;
}
.product-text .container .product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-text .container .product .product-price {
  color: #f6a29f;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
.product-text .container .product .product-image img {
  max-width: 200px;
  aspect-ratio: 1/1;
}
.product-text .container .product .product-add-to-cart button {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 1.6rem;
  background: #afc253;
  padding: 12px 16px;
  border-radius: 2px;
  border: none;
}
.product-text .container .product .product-add-to-cart button:hover {
  background: #816e60;
}
.product-text .container .product .product-add-to-cart button:disabled:hover {
  background: #bbc4ae;
}

.content-editor .btn {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 1.6rem;
  background: #afc253;
  padding: 12px 16px;
  border-radius: 2px;
  border: none;
}
.content-editor .btn:hover {
  background: #816e60;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .woocommerce div.product div.summary {
    clear: both;
  }
  button#responsive-menu-pro-button {
    top: 2px !important;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .banner-carousel-wrapper .banner-carousel-desktop {
    display: none;
  }
  .banner-carousel-wrapper .banner-carousel-mobile {
    display: block;
  }
  .banner-image-wrapper .caption-wrapper {
    height: 170px;
  }
  .banner-image-wrapper .banner-image {
    min-height: 170px;
  }
  .content-editor {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .usps .usp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .usps .usp .icon {
    min-width: 75px;
  }
  .product_categories_link_list .product-category-row:nth-child(2),
  .product_categories_link_list .product-category-row:nth-child(4),
  .product_categories_link_list .product-category-row:nth-child(6),
  .product_categories_link_list .product-category-row:nth-child(8) {
    padding-right: 7px;
  }
  .product_categories_link_list .product-category-row:nth-child(3),
  .product_categories_link_list .product-category-row:nth-child(5),
  .product_categories_link_list .product-category-row:nth-child(7),
  .product_categories_link_list .product-category-row:nth-child(9) {
    padding-left: 7px;
  }
  .product_categories_link_list .product-category-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .product_categories_link_list .product-category-row ul {
    padding: 0;
  }
  .product_categories_link_list .product-category-row ul li {
    list-style-type: none;
    margin-top: 5px;
  }
  .product_categories_link_list .product-category-row ul li:first-child {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product_categories_link_list .product-category-row ul li a {
    color: #ffffff;
    background-color: #94a739;
    display: block;
    padding: 5px 11px;
    border-radius: 25px;
    font-size: 14px;
  }
  .product_categories_link_list .product-category-row ul li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    float: right;
  }
  .product_categories_link_list .product-category-row ul li a i {
    margin-left: 20px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
  }
  .page-template-home-page .content-editor h3 {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .page-template-home-page .content-editor p {
    font-size: 14px;
    line-height: 20px;
  }
  .promo-full-width {
    background-color: #f0aaaa;
  }
  .promo-full-width .banner-image {
    background-image: none !important;
  }
  .promo-full-width .caption-wrapper .caption {
    width: 90%;
    margin-left: 0px;
  }
  .social-feed {
    display: none;
  }
  .brands-page-wrapper .brand {
    margin-bottom: 0px;
    padding: 15px;
  }
  .brands-page-wrapper .image {
    border: 1px solid #e9eee3;
    padding: 15px;
    position: relative;
  }
  .brands-page-wrapper .image img {
    max-width: 80%;
    max-height: 50px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .banner-image-wrapper .caption-wrapper .caption .main-title {
    font-size: 3rem;
  }
  .banner-image-wrapper .caption-wrapper .caption .subtitle {
    font-size: 2rem;
  }
  .pricing-booking .pricing {
    margin-bottom: 30px;
  }
  .product .entry-summary .wc_ss_btns {
    display: none !important;
  }
  .entry-summary .quantity {
    padding-top: 30px;
  }
  .meta-tabs {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .woocommerce-cart-form #coupon_code {
    width: 100%;
  }
  .woocommerce-cart-form .coupon .button {
    width: 100% !important;
    margin-top: 9px;
  }
  .payment_method_payment_express label {
    display: block;
    min-height: 90px;
  }
  .payment_method_payment_express label::after {
    float: left;
    margin-left: 0px;
    width: 100%;
    min-height: 90px;
    background-size: 100%;
  }
  #order_review_heading {
    margin-top: 45px;
  }
  .woocommerce-cart .wc-giftwrap {
    float: none;
  }
  a#collapseCategoriesLink::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    float: right;
  }
  a#collapseCategoriesLink[aria-expanded=true]::after {
    content: "\f106";
  }
  #collapseCategories li {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 20px;
  }
  .newsletter-wrapper .right #mc_embed_signup form input.email {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-wrapper .top .left img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer-wrapper .top .right {
    padding-top: 30px;
    float: left;
  }
  .footer-wrapper .two {
    margin-bottom: 30px;
  }
  .footer-wrapper .three {
    margin-bottom: 15px;
  }
  .footer-wrapper .bottom .right {
    padding-top: 15px;
    float: left;
  }
  .footer-wrapper .bottom .left span {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .footer-wrapper .bottom .left span a {
    margin-left: 0px;
    padding-left: 0px;
    border: none;
  }
  .footer-wrapper .top .right .review-count span.count {
    float: none;
  }
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce div.product div.summary {
    clear: both;
  }
  button#responsive-menu-pro-button {
    top: 50px !important;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .banner-image-wrapper .caption-wrapper {
    height: 370px;
  }
  .banner-image-wrapper .banner-image {
    min-height: 370px;
  }
  .usps .content {
    clear: both;
  }
  .shop-products-wrap {
    margin-top: 45px;
  }
  .product_categories_link_list .product-category-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .product_categories_link_list .product-category-row ul {
    padding: 0;
  }
  .product_categories_link_list .product-category-row ul li {
    list-style-type: none;
    margin-top: 5px;
  }
  .product_categories_link_list .product-category-row ul li:first-child {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product_categories_link_list .product-category-row ul li a {
    color: #ffffff;
    background-color: #94a739;
    display: block;
    padding: 5px 20px;
    border-radius: 25px;
    font-size: 16px;
  }
  .product_categories_link_list .product-category-row ul li a i {
    margin-left: 20px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
  }
  .woocommerce-cart .wc-giftwrap {
    float: none;
  }
  #order_review_heading {
    margin-top: 45px;
  }
  a#collapseCategoriesLink::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    float: right;
  }
  a#collapseCategoriesLink[aria-expanded=true]::after {
    content: "\f106";
  }
  #collapseCategories li {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .newsletter-wrapper .right #mc_embed_signup form input.email {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-wrapper .top .right {
    padding-top: 30px;
    float: left;
  }
  .footer-wrapper .one,
  .footer-wrapper .two {
    margin-bottom: 30px;
  }
  .footer-wrapper .bottom .right {
    padding-top: 15px;
    float: left;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  #collapseCategories li {
    padding-bottom: 10px;
  }
  .woocommerce-cart .wc-giftwrap {
    float: none;
  }
  .usps .content {
    clear: both;
  }
  .usps {
    text-align: center;
  }
  .usps .usp .icon {
    float: none;
  }
  .usps .usp .main-title {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .related-wrapper li,
  .upsells-wrapper li {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .newsletter-wrapper .right #mc_embed_signup form input.email {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-wrapper .two {
    padding-left: 0px;
    margin-top: 60px;
  }
  .footer-wrapper .bottom .right {
    padding-top: 15px;
    float: left;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  button#responsive-menu-pro-button {
    top: 55px !important;
    right: 30px !important;
  }
  #ubermenu-nav-main-46 li a {
    padding-left: 5px;
    font-size: 15px;
  }
  .product .wc_ss_btns {
    left: 48px;
  }
  .usps .usp .main-title {
    padding-top: 13px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .payment_method_payment_express label::after {
    height: 30px;
    width: 250px;
    background-size: 250px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /*.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: 70%!important;
  }*/
  .ubermenu .ubermenu-submenu-id-339.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    /*max-width: 450px!important;
    left:57%!important;*/
  }
  .ubermenu .ubermenu-submenu-id-339.ubermenu-submenu-drop.ubermenu-submenu-align-full_width li ul {
    min-width: 200px;
  }
  .ubermenu .ubermenu-submenu-id-339.ubermenu-submenu-drop.ubermenu-submenu-align-full_width li ul li {
    min-width: 200px;
  }
  .ubermenu .ubermenu-submenu-id-339.ubermenu-submenu-drop.ubermenu-submenu-align-full_width li ul li ul {
    max-width: 250px !important;
  }
  .ubermenu .ubermenu-submenu-id-339.ubermenu-submenu-drop.ubermenu-submenu-align-full_width li ul li ul li {
    display: block;
    width: 100%;
  }
}
/* Large devices (desktops, 1200px - 1333px)*/
@media (min-width: 1200px) and (max-width: 1333px) {
  .ubermenu .ubermenu-colgroup .ubermenu-column,
  .ubermenu .ubermenu-custom-content-padded,
  .ubermenu .ubermenu-nonlink,
  .ubermenu .ubermenu-retractor,
  .ubermenu .ubermenu-submenu-padded,
  .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .ubermenu .ubermenu-target,
  .ubermenu .ubermenu-widget,
  .ubermenu-responsive-toggle {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
/* Chrome and Safari specific css */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mobile-handy-links #collapseMobileSearch button {
    position: relative;
    top: -1px;
  }
}
/* IE 10+ Specific css */
.cr-customer-consent {
  display: none;
}

#gform_47 .gfield_radio .gchoice {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
#seeMoreBtn {
  display: none;
}

@media (max-width: 767px) {
  #seeMoreBtn {
    display: block;
    background: transparent;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show first 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */