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


Theme Name: Synergy Hair V2
Description: Synergy Hair V2 Theme
Version: 2
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden!important;
  font-size: 62.5%;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  color: #555555;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
/* Global Styles
==============================*/
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  color: #363636;
}
h1 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
h2 {
  font-size: 3rem;
  margin-bottom: 25px;
}
h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
h5 {
  font-size: 1.9rem;
  margin-bottom: 15px;
}
h6 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
strong {
  font-weight: bold;
}
* {
  outline: none!important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #94a739;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #94a739;
}
a:active {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
.container {
  max-width: 1440px;
}
.breadcrumb-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e9eee3;
  color: #92ad94;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
}
.breadcrumb-wrapper a {
  color: #94a739;
}
/* 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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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: #ebebeb;
}
#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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop i {
  position: relative;
  top: 15px;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  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-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
}
.header-top-wrapper .left img {
  display: inline-block;
  margin-right: 8px;
  height: 13px;
}
.header-top-wrapper .middle {
  text-align: center;
  text-transform: uppercase;
}
.header-top-wrapper .middle span {
  position: relative;
  top: 3px;
}
.header-top-wrapper .right .shop-links {
  float: right;
  padding: 0!important;
}
.header-top-wrapper .right .shop-links span {
  font-size: 16px;
  position: relative;
}
.header-top-wrapper .right .shop-links li:last-child a {
  margin-right: 0;
}
.header-top-wrapper .right .shop-links a {
  color: #555555;
  font-size: 2rem;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
  text-decoration: none;
}
.header-top-wrapper .right .shop-links a:hover {
  color: #94a739;
}
.header-top-wrapper .right .shop-links a:after {
  position: relative;
  top: 2px;
  color: #555555;
}
.header-top-wrapper .right .shop-links a#navbarDropdownMenuLink span {
  top: -1px;
}
.header-top-wrapper .right .shop-links .dropdown-menu a {
  /*margin-left:0px;
        margin-right:0px;
        font-size:1.4rem;*/
  font-size: 16px;
}
.header-top-wrapper .right .shop-links a.cart-nav-link {
  display: block;
  min-width: 49px;
  font-size: 1.7rem;
  margin-top: 3px;
}
.header-top-wrapper .right .shop-links .wishlist_products_counter {
  position: relative;
  top: -1px;
  left: 4px;
  min-width: 45px;
  display: block;
}
.header-top-wrapper .right .shop-links .wishlist_products_counter:before {
  font-size: 26px!important;
}
.header-top-wrapper .right .shop-links .wishlist_products_counter span {
  font-size: 16px!important;
  position: relative;
  left: -10px;
}
.header-payment-options {
  float: right;
}
.header-payment-options span {
  margin-left: 7px;
}
.header-payment-options span img {
  max-height: 40px;
}
.header-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-top .logo-wrapper {
  /*float:left;
    max-width:480px;*/
}
.header-top .logo-wrapper .header-logo {
  display: block;
}
.header-top .logo-wrapper .header-logo img {
  max-width: 96%;
}
.header-top .header-search {
  background-color: #ebebeb;
  padding-top: 3px;
  margin-top: 36px;
  border-radius: 25px;
  /*max-width:700px;*/
  width: 100%;
  position: relative;
  float: right;
}
.header-top .header-search .dgwt-wcas-search-form .dgwt-wcas-search-input {
  border-radius: 25px!important;
  padding-left: 15px!important;
  border: none!important;
  position: relative!important;
  background-color: #ebebeb !important;
  width: 100%!important;
  color: #555555 !important;
  font-style: italic!important;
}
.header-top .header-search .search-form {
  position: relative;
}
.header-top .header-search label {
  width: 100%;
  position: relative;
}
.header-top .header-search input {
  border-radius: 25px;
  padding-left: 15px;
  border: none;
  position: relative;
  background-color: #ebebeb;
  width: 100%;
  color: #555555;
  font-style: italic;
}
.header-top .header-search input::-webkit-input-placeholder {
  color: #555555;
  opacity: 1;
}
.header-top .header-search input::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.header-top .header-search input:-ms-input-placeholder {
  color: #555555;
  opacity: 1;
}
.header-top .header-search input:-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.header-top .header-search button {
  position: absolute;
  right: 0px;
  top: -1px;
  background-color: #ebebeb;
  color: #555555;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0px;
  padding-right: 15px;
  margin-left: -5px;
  height: 31px;
  cursor: pointer;
}
.header-top .header-top-menu-wrapper {
  margin-top: 43px;
  float: right;
  /*.shop-links{
      margin-top:-3px;
      float:left;
      span{
        font-size:16px;
        position:relative;
      }
      a{
        color:#555555;
        font-size:2.0rem;
        margin-left:7px;
        margin-right:7px;
        text-decoration: none;
        &:hover{
          color:#94a739;
        }
        &:after{
          color:#94a739;
        }
      }
      .dropdown-menu a{
        margin-left:0px;
        margin-right:0px;
        font-size:1.4rem;
      }
      a.cart-nav-link{
        display:block;
        min-width:49px;
        font-size: 1.7rem;
        margin-top: 3px;
      }
      .wishlist_products_counter{
        position:relative;
        top:-6px;
        left:4px;
        min-width:45px;
        display:block;
        &:before{
          font-size:26px!important;
        }
        span{
          font-size:16px!important;
          position:relative;
          left:-10px;
        }
      }
    }*/
}
.header-top .header-top-menu-wrapper .social {
  /*float:left;
      margin-top:7px;*/
}
.header-top .header-top-menu-wrapper .social ul {
  padding: 0;
  margin: 0;
}
.header-top .header-top-menu-wrapper .social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 17px;
}
.header-top .header-top-menu-wrapper .social ul li:last-child {
  margin-right: 0px;
}
.header-top .header-top-menu-wrapper .social ul li a {
  color: #555555;
  font-size: 2rem;
}
.header-top .header-top-menu-wrapper .social ul li a:hover {
  color: #94a739;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 {
  float: left;
  display: inline-block !important;
  clear: none;
  margin-top: 8px;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 .ubermenu-submenu {
  border-top: 1px solid #eeeeee;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 li a {
  color: #555555;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 li a:hover {
  color: #94a739;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 li a i {
  margin-right: 7px;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 li a .ubermenu-sub-indicator {
  right: 0px;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 .ubermenu-submenu {
  font-size: 16px;
}
.header-top .header-top-menu-wrapper #ubermenu-main-46 .ubermenu-submenu span {
  text-transform: none;
}
.header-top .header-top-menu-wrapper .salons-booking {
  border-left: 1px solid #e9eee3;
  border-right: 1px solid #e9eee3;
  padding: 0;
  margin-top: 6px;
  float: left;
}
.header-top .header-top-menu-wrapper .salons-booking a {
  color: #555555;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 1.6rem;
}
.header-top .header-top-menu-wrapper .salons-booking a i {
  margin-right: 7px;
}
.header-top .header-top-menu-wrapper .salons-booking a:after {
  color: #94a739;
}
.header-top .header-top-menu-wrapper .salons-booking .dropdown-menu a {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1.4rem;
}
.header-bottom-wrapper {
  background-color: #404040;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-bottom-wrapper nav.ubermenu {
  /*margin-top:5px;*/
}
.header-bottom-wrapper nav.ubermenu .ubermenu-target-text,
.header-bottom-wrapper nav.ubermenu .ubermenu-target {
  font-size: 14px;
  text-transform: none;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-autocolumn,
.header-bottom-wrapper nav.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 1px;
  padding-bottom: 10px;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover span {
  color: #94a739;
  text-decoration: none;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover:after {
  color: #94a739;
}
.header-bottom-wrapper 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-wrapper nav.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  right: 0;
  top: 0;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel ul {
  min-height: 390px;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-autocolumn + .ubermenu-item-view-all {
  clear: both;
  display: block;
  text-align: right;
  border-top: 1px solid #eeeeee;
}
.header-bottom-wrapper nav.ubermenu .ubermenu-autocolumn + .ubermenu-item-view-all a {
  padding-top: 17px;
  color: #94a739;
}
.header-bottom-wrapper .ubermenu-submenu-id-78 {
  max-width: 735px;
}
.header-bottom-wrapper .ubermenu-item-level-0 span {
  text-transform: uppercase!important;
}
.header-bottom-wrapper .ubermenu-item-level-1 span {
  text-transform: none!important;
}
.header-bottom-wrapper .ubermenu-item-level-2 span {
  text-transform: none!important;
}
.header-bottom-wrapper .ubermenu-main {
  float: left;
}
.header-bottom-wrapper li.highlight > a {
  background-color: #ed6a5a;
  border-radius: 25px;
}
.header-bottom-wrapper .main-menu.left {
  float: left;
}
.header-bottom-wrapper .main-menu.left a {
  color: #ffffff;
  text-transform: uppercase;
}
.header-bottom-wrapper .main-menu.right {
  float: right;
  /*.header-search{
      float:left;
      input{
        border-top-left-radius:25px;
        border-bottom-left-radius:25px;
        padding-left:15px;
        border:none;
        background-color:#8c8c8c;
        color:#ffffff;
        min-width:300px;
        height:30px;
        font-style: italic;
        &::-webkit-input-placeholder {
          color: #ffffff;
          opacity:1;
        }
        &::-moz-placeholder {
          color: #ffffff;
          opacity:1;
        }
        &:-ms-input-placeholder {
          color: #ffffff;
          opacity:1;
        }
        &:-moz-placeholder {
          color:#ffffff;
          opacity:1;
        }
      }
      button{
        background-color:#8c8c8c;
        color:#ffffff;
        border:none;
        border-top-right-radius:25px;
        border-bottom-right-radius:25px;
        padding:0px;
        padding-right:15px;
        margin-left:-5px;
        height: 31px;
        border-top:1px solid #555555;
        cursor: pointer;
      }
    }*/
}
.header-bottom-wrapper .main-menu.right .search-form {
  margin-right: 50px;
  margin-top: 6px;
}
.header-bottom-wrapper .main-menu.right .contact-wrapper {
  float: left;
  margin-top: 8px;
}
.header-bottom-wrapper .main-menu.right .contact-wrapper a {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #94a739;
  padding: 5px 25px;
  border-radius: 25px;
}
.header-bottom-wrapper .main-menu.right .contact-wrapper a:hover {
  background-color: #ed6a5a;
  text-decoration: none;
}
.menu-booking-button a {
  background-color: #94a739 !important;
  display: inline-block;
  border-radius: 25px!important;
}
.menu-booking-button a:hover {
  background-color: #ed6a5a !important;
  color: #ffffff !important;
}
.menu-booking-button a i {
  margin-right: 7px;
}
.menu-salons-link .fa-cut {
  margin-right: 7px;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
nav.main-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop,
.ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  margin-top: 5px!important;
  border-top: 5px solid #404040;
  border-left: 0px;
  border-right: 0px;
}
/* Slices
==============================*/
/* Banner Image */
.banner-image-wrapper {
  position: relative;
}
.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 #e4e4e4;
  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: #93a739;
  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: #b4bf6d;
  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: #897464;
}
.featured-articles .owl-carousel-item .content-wrapper .link span i {
  color: #b4bf6d;
  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: #cad3ac;
  margin-right: 30px;
}
.featured-articles .owl-nav .owl-prev:hover i {
  color: #94a739;
}
.featured-articles .owl-nav .owl-next i {
  color: #cad3ac;
}
.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;
}
/* Product Categories */
.product-categories {
  padding-top: 75px;
  padding-bottom: 55px;
}
.product-categories .products li {
  /*margin-bottom:0px!important;*/
  background-color: #ffffff;
  border-radius: 5px;
  /*box-shadow:5px 5px 10px #d5d5d5;*/
}
.product-categories .products li h2.woocommerce-loop-category__title {
  text-transform: uppercase!important;
  padding: 7px 20px 20px 20px!important;
  font-size: 2.4rem !important;
  font-weight: 400;
  color: #363636;
}
.product-categories .products li h2.woocommerce-loop-category__title:before {
  content: 'shop';
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  color: #b4bf6d;
  margin-bottom: 7px;
  text-transform: uppercase!important;
  padding-top: 10px;
}
.product-categories .products li h2.woocommerce-loop-category__title .count {
  display: none!important;
}
.direct-links ul {
  padding: 0;
}
.direct-links ul li {
  display: block;
}
.direct-links ul li a {
  font-size: 14px;
  color: #555564;
}
.full-width-button-mobile-only {
  margin-top: 30px;
}
.full-width-button-mobile-only a {
  background-color: #897464;
  color: #ffffff;
  display: block;
  padding: 5px 18px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}
.product_categories_link_list.mobile-only {
  padding-top: 30px;
}
/* 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;
}
/* Products Slice */
.meta-products,
.related-wrapper,
.upsells-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eee3;
}
.meta-products h2.main-title,
.related-wrapper h2.main-title,
.upsells-wrapper h2.main-title {
  text-align: center;
  font-size: 3.6rem;
}
.meta-products li,
.related-wrapper li,
.upsells-wrapper li {
  /*margin-bottom:0!important;*/
  background-color: #ffffff;
  border-radius: 5px;
  /*box-shadow:2px 2px 7px #d5d5d5;*/
}
.meta-products li img,
.related-wrapper li img,
.upsells-wrapper li img {
  /*border-bottom:1px solid #e9eee3;*/
  margin: 0!important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.meta-products li h2,
.related-wrapper li h2,
.upsells-wrapper li h2 {
  font-family: 'Muli', sans-serif !important;
  font-weight: 600;
  text-transform: none!important;
  padding: 20px!important;
}
.meta-products li .onsale,
.related-wrapper li .onsale,
.upsells-wrapper li .onsale {
  width: 50px;
  height: 50px;
  background-color: #ed6a5a;
}
.meta-products li .itsnew,
.related-wrapper li .itsnew,
.upsells-wrapper li .itsnew {
  background-color: #83d4f0;
}
.meta-products li h2.woocommerce-loop-product__title,
.related-wrapper li h2.woocommerce-loop-product__title,
.upsells-wrapper li h2.woocommerce-loop-product__title {
  border-top: 1px solid #e9eee3;
  border-bottom: 1px solid #e9eee3;
  /*min-height:81px;*/
  min-height: 100px;
}
.meta-products li .price,
.related-wrapper li .price,
.upsells-wrapper li .price {
  /*border-top:1px solid #e9eee3;*/
  color: #363636 !important;
  font-size: 1.6rem !important;
  padding: 20px;
  margin-bottom: -45px !important;
  background-color: #ffffff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.meta-products li .price ins,
.related-wrapper li .price ins,
.upsells-wrapper li .price ins {
  text-decoration: none!important;
  color: #ed6a5a;
}
.meta-products li .tinv-wraper,
.related-wrapper li .tinv-wraper,
.upsells-wrapper li .tinv-wraper {
  float: right;
  position: relative;
  top: -5px;
}
.meta-products li .tinv-wraper .tinvwl_add_to_wishlist_button,
.related-wrapper li .tinv-wraper .tinvwl_add_to_wishlist_button,
.upsells-wrapper li .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 0!important;
}
.meta-products li .tinv-wraper .tinvwl_add_to_wishlist_button:before,
.related-wrapper li .tinv-wraper .tinvwl_add_to_wishlist_button:before,
.upsells-wrapper li .tinv-wraper .tinvwl_add_to_wishlist_button:before {
  font-size: 3.8rem !important;
  position: relative;
  top: 7px!important;
  left: 9px!important;
}
.meta-products li .button,
.related-wrapper li .button,
.upsells-wrapper li .button {
  margin-top: 1em;
  font-size: 0px;
  background-color: none;
  background: none!important;
  float: right;
}
.meta-products li .button:before,
.related-wrapper li .button:before,
.upsells-wrapper li .button:before {
  font-size: 24px;
  content: "\f217";
  padding-right: 20px;
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #ed6a5a;
}
.meta-products li .button.added:before,
.related-wrapper li .button.added:before,
.upsells-wrapper li .button.added:before {
  content: "\f058";
}
.meta-products li .xoo-wl-btn.button:before,
.related-wrapper li .xoo-wl-btn.button:before,
.upsells-wrapper li .xoo-wl-btn.button:before {
  font-size: 24px;
  content: "\f0f3";
  padding-right: 0px;
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #94a739;
}
.woocommerce ul.products li.product.sale .price .wcpbc-price .woocommerce-Price-currencyCode {
  display: none;
}
.xoo-wl-submit {
  background-color: #94a739;
  border: 2px solid #94a739;
}
/* Out of stock badge */
.products li.outofstock {
  position: relative;
}
.products li.outofstock:before {
  position: absolute;
  top: -7px;
  left: -10px;
  content: 'Out of Stock Online';
  background-color: #94a739;
  color: #ffffff;
  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;
}
.woocommerce ul.products li.product .star-rating {
  position: relative;
  top: 15px;
  left: 20px;
}
/* USP's */
.usps {
  background-color: #897464;
  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 #111111;
  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 #111111;
}
.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;
}
/* Promo - 50 / 50 */
.promo-fifty-fifty {
  padding-left: 0px;
  padding-right: 0px;
}
.promo-fifty-fifty .left {
  padding-right: 0px;
}
.promo-fifty-fifty .left .caption {
  max-width: 370px;
  margin-left: 90px;
}
.promo-fifty-fifty .right {
  padding-left: 0px;
}
.promo-fifty-fifty .right .caption {
  right: 15px;
  max-width: 370px;
  margin-right: 90px;
  text-align: right;
}
.promo-fifty-fifty .banner-image {
  min-height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.promo-fifty-fifty .caption-wrapper {
  height: 470px;
  position: relative;
}
.promo-fifty-fifty .caption-wrapper .caption {
  position: absolute;
  width: 70%;
  top: 45%;
  transform: translateY(-45%);
  z-index: 3;
  color: #ffffff;
}
.promo-fifty-fifty .caption-wrapper .caption .main-title {
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #111111;
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
}
.promo-fifty-fifty .caption-wrapper .caption .subtitle {
  display: block;
  font-size: 1.8rem;
}
.promo-fifty-fifty .caption-wrapper .caption .link-wrapper {
  padding-top: 45px;
}
.promo-fifty-fifty .caption-wrapper .caption .link-wrapper a {
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 25px;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.promo-fifty-fifty .caption-wrapper .caption .link-wrapper a:hover {
  background-color: #ffffff;
  color: #111111;
}
/* Brands Carousel */
.brands-carousel-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.brands-carousel-wrapper h2 {
  text-align: center;
  margin-bottom: 45px;
}
.brands-carousel-wrapper .brands-carousel .owl-item {
  height: 120px;
  display: table;
}
.brands-carousel-wrapper .brands-carousel .owl-item div {
  display: table-cell;
  vertical-align: middle;
}
.brands-carousel-wrapper .brands-carousel img {
  max-height: 120px;
  width: auto!important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.brands-carousel-wrapper .brands-carousel .owl-nav {
  /*background-color:Red;*/
  position: relative;
  top: -80px;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-prev {
  float: left;
  position: absolute;
  left: 0px;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-prev i {
  font-size: 30px;
  color: #e2e7d1;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-prev:hover i {
  color: #94a739;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-next {
  float: right;
  position: absolute;
  right: 0px;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-next i {
  font-size: 30px;
  color: #e2e7d1;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-next:hover i {
  color: #94a739;
}
/* Payment Options */
.payment-options {
  background-color: #897464;
}
.payment-options .image-wrapper {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.payment-options .image-wrapper img {
  max-height: 50px;
}
/* Salons */
.salons-archive-wrapper {
  padding-top: 60px;
}
.salons-archive-wrapper .title {
  text-align: center;
}
.salons-taxonomy-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.salons-taxonomy-wrapper .title {
  text-align: center;
}
.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;
}
.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 {
  padding-bottom: 10px;
}
.salons-slice .meta-tabs.salons .salon-listing .email i {
  padding-right: 7px;
}
.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-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;
}
.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;
}
.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;
}
.salon-map {
  margin-bottom: -10px;
}
.salon-map iframe {
  width: 100%;
}
/* Embed Form */
.embed-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eee3;
}
/* Page Styles */
.default-page-wrapper {
  padding-top: 60px;
  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: #000;
  font-size: 20px;
  text-align: center;
}
/* Woocommerce Sub Brands */
.sub-brand-wrapper {
  padding-bottom: 15px;
}
.sub-brand-wrapper ul {
  padding: 0;
  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 */
.woocommerce .star-rating span::before {
  color: #E7E00D;
}
.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;
}
.woocommerce-wrapper {
  padding-top: 80px;
}
.woocommerce-wrapper h1.product_title {
  font-weight: 700;
  text-transform: none;
  display: block;
}
.woocommerce-wrapper .summary p.price {
  font-size: 2.4rem !important;
  font-weight: 700;
  color: #363636 !important;
}
.woocommerce-wrapper .summary .woocommerce-product-details__short-description {
  padding-top: 60px;
}
.postid-224987 .xoo-wl-btn.button.btn {
  display: none!important;
}
.woocommerce .button {
  background-color: #ed6a5a !important;
  color: #ffffff !important;
  border-radius: 50px!important;
  font-weight: 400!important;
}
.woocommerce .button:hover {
  background-color: #ea5442 !important;
}
.woocommerce .woocommerce-loop-category__title .count {
  display: none;
}
.products.columns-8 li,
.products.columns-7 li {
  margin-bottom: 45px!important;
  margin-right: 2.9% !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 45px;
  display: none;
}
.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;
}
/*.xoo-wl-btn.button.btn{
  display:none;
}*/
.outofstock .button.product_type_simple {
  display: none;
}
.outofstock .xoo-wl-btn.button.btn {
  padding-right: 15px;
}
.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;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-right: 15px;
  margin-bottom: 20px;
  width: 23.2%;
}
.woocommerce .products {
  padding-top: 60px;
  padding-bottom: 60px;
}
.woocommerce .products h2.main-title {
  text-align: center;
  font-size: 3.6rem;
}
.woocommerce .products li {
  /*margin-bottom:0!important;*/
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #efefef;
  /*box-shadow: 1px 9px 7px #d5d5d5;*/
}
.woocommerce .products li img {
  /*! border-bottom: 1px solid #e9eee3; */
  margin: 0!important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  max-height: 242px;
  min-height: 242px;
  object-fit: contain;
  width: auto !important;
  max-width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce .products li h2 {
  font-family: 'Muli', sans-serif !important;
  font-weight: 600;
  text-transform: none!important;
  padding: 20px!important;
}
.woocommerce .products li .onsale {
  width: 50px;
  height: 50px;
  background-color: #ed6a5a;
}
.woocommerce .products li .itsnew {
  background-color: #83d4f0;
}
.woocommerce .products li h2.woocommerce-loop-product__title {
  border-top: 1px solid #e9eee3;
  border-bottom: 1px solid #e9eee3;
  min-height: 100px;
}
.woocommerce .products li .price {
  border-bottom: 1px solid #e9eee3;
  color: #363636 !important;
  font-size: 1.6rem !important;
  padding: 20px;
  margin-bottom: -45px !important;
  background-color: #ffffff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.woocommerce .products li .price ins {
  text-decoration: none!important;
  color: #ed6a5a;
}
.woocommerce .products li .tinv-wraper {
  float: right;
  position: relative;
  top: -6px;
}
.woocommerce .products li .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 0!important;
}
.woocommerce .products li .tinv-wraper .tinvwl_add_to_wishlist_button:before {
  font-size: 3.8rem !important;
  position: relative;
  top: 7px!important;
  left: 9px!important;
}
.woocommerce .products li .button {
  margin-top: 1em;
  font-size: 0px;
  background-color: none;
  background: none!important;
  float: right;
}
.woocommerce .products li .button:before {
  font-size: 24px;
  content: "\f217";
  padding-right: 20px;
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #ed6a5a;
}
.woocommerce .products li .button.added:before {
  content: "\f058";
}
.woocommerce .products li .xoo-wl-btn.button:before {
  font-size: 24px;
  content: "\f0f3";
  padding-right: 0px;
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #94a739;
}
.wc-proceed-to-checkout .humm-price-info-widget {
  display: none;
}
.woocommerce-cart .wc-giftwrap {
  float: left;
}
.woocommerce-cart .wc-giftwrap .giftwrap_header a {
  background-color: #94a739;
  color: #fff;
  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;
}
.woocommerce-checkout .wc-giftwrap {
  float: none;
}
.woocommerce-checkout .wc-giftwrap .giftwrap_header a {
  background-color: #94a739;
  color: #fff;
  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;
}
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  background-color: #ed6a5a;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #ed6a5a;
  text-decoration: none;
  font-size: 28px;
  padding-left: 7px;
  position: relative;
  top: 1px;
}
.woocommerce div.product form.cart .button {
  font-weight: 400;
}
#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;
}
/* 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 #aaaaaa;
  padding: 7px 7px;
  border-radius: 3px;
}
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea,
.woocommerce-additional-fields textarea {
  border: 1px solid #aaaaaa;
  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%;
}
/* 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;
}
/* 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 #e0e0e0;
  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: #fff;
}
.sale-filter {
  padding-top: 15px;
  /*padding-bottom:15px;*/
}
.sale-filter span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.sale-filter .facetwp-facet {
  margin-bottom: 0px;
}
.facet-filter-wrapper {
  padding-top: 0px;
  /*padding-bottom:15px;*/
}
.facet-filter-wrapper span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.facet-filter-wrapper .facetwp-facet {
  margin-bottom: 0px;
}
.price-filter {
  padding-bottom: 15px;
}
.price-filter span.filter-title {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.price-filter .facetwp-facet {
  margin-bottom: 0px;
}
.filter-selections {
  padding-bottom: 1px;
}
.filter-selections ul {
  padding: 0;
}
.meta-filters-wrapper {
  /*background-color: #e9eee3;
  margin-bottom:30px;*/
}
.meta-filters-wrapper .woocommerce-ordering {
  float: none;
  clear: both;
  width: 100%;
}
.meta-filters-wrapper .woocommerce-ordering 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%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  height: 40px;
  padding-left: 7px;
}
.meta-filters-wrapper .filter-header {
  border-bottom: 1px solid #e0e0e0;
}
.meta-filters-wrapper .filter-header .left {
  float: left;
  padding: 11px 0px 11px 0px;
  font-size: 16px;
  font-family: 'Muli', sans-serif !important;
  color: #363636;
  text-transform: uppercase;
  font-weight: 600;
}
.meta-filters-wrapper .filter-header .right {
  float: right;
}
.meta-filters-wrapper .filter-header .right a {
  background-color: #c8d5b9;
  color: #363636;
  font-size: 24px;
  display: block;
  padding: 9px 20px 5px 20px;
  text-decoration: none;
}
.meta-filters-wrapper .filter-header .right a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.meta-filters-wrapper .filter-header .right a[aria-expanded="true"]::after {
  content: "\f106";
}
.meta-filters-wrapper .filter-main-wrapper {
  padding: 15px 0px 30px 0px;
}
.meta-filters-wrapper .noUi-connect {
  background: #94a739;
}
.meta-filters-wrapper .facetwp-slider-reset {
  border: 1px solid #555;
  border-radius: 30px;
  background: #555;
  color: #ffffff;
  box-shadow: inset 0 0 1px #555, inset 0 1px 7px #555, 0 3px 6px -3px #bbb;
  padding: 4px 20px;
  margin-top: 15px;
}
.meta-filters-wrapper .sale-filter h3.facet-label {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.meta-filters-wrapper h3.facet-label {
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #c8d5b9;
  padding-top: 15px;
  margin-top: 15px;
}
.meta-filters-wrapper .facetwp-facet {
  margin-bottom: 0px;
}
.meta-filters-wrapper .facetwp-checkbox {
  font-size: 14px;
}
.meta-filters-wrapper .facetwp-checkbox.checked {
  background-image: url(/wp-content/themes/Synergy-Hair/images/checkbox-on.png) !important;
}
.meta-filters-wrapper .facetwp-selection-label {
  display: block;
  margin: 7px 0px;
  color: #000000;
}
.meta-filters-wrapper .facetwp-selection-value {
  padding: 5px 35px 5px 10px!important;
  border: 1px solid #c8d5b9;
  border-radius: 6px;
  margin: 5px;
  background-position: 90% center!important;
}
.meta-filters-wrapper .facetwp-selections ul:before {
  content: 'Your Selections:';
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #748b75;
}
.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;
}
/* Woocommerce Single Product */
.woocommerce-product-gallery .flex-viewport {
  width: 80%!important;
  float: right;
}
.woocommerce div.product div.images img.wp-post-image {
  /*width:80%;*/
  /*float: right;*/
  width: auto;
  max-height: 535px;
  margin: 0 auto;
}
.flex-control-nav {
  /*width:20%;*/
}
.flex-control-nav li {
  display: block!important;
  width: 100%!important;
  margin-bottom: 15px!important;
}
.product_meta {
  padding-bottom: 7px;
  text-transform: uppercase;
  color: #94a739;
  display: none;
}
.product_meta a {
  color: #94a739;
}
.woocommerce-product-details__short-description:before {
  content: 'Description';
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}
.entry-summary .quantity {
  padding-top: 60px;
  width: 100%;
  /*.screen-reader-text {
      clip: unset;
      height: 32px !important;
      overflow: visible;
      position: absolute !important;
      width: 60px !important;
      right: 75px;
      margin-top:2px;
      color:#000000;
    }*/
}
.entry-summary .quantity:before {
  content: 'Quantity';
  font-weight: 700;
  display: block;
  float: left;
}
.entry-summary .quantity input {
  float: right;
}
.entry-summary .tinv-wraper {
  float: left!important;
  margin-top: 5px;
}
.entry-summary .tinv-wraper a:before {
  background-color: #e9eee3;
  border-radius: 25px;
  padding: 5px;
  font-size: 30px!important;
  position: relative;
  left: 10px!important;
}
.entry-summary p.out-of-stock {
  font-size: 20px!important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.entry-summary p.out-of-stock:before {
  content: '\f0f3';
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
}
.entry-summary p.out-of-stock:after {
  content: ' online - Join waiting list below';
}
.entry-summary .single_add_to_cart_button {
  margin-top: 30px!important;
  float: right!important;
  background-color: #ed6a5a !important;
  border-radius: 25px!important;
  display: block!important;
  width: 80%;
}
.entry-summary .single_add_to_cart_button:hover {
  background-color: #ea5442 !important;
}
.entry-summary .single_add_to_cart_button:after {
  content: '\f217';
  font-family: 'font Awesome 5 Pro';
  padding-left: 10px;
}
.entry-summary .xoo-wl-btn {
  display: block!important;
  margin-bottom: 30px!important;
}
.tinvwl-table-manage-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tinvwl-table-manage-list td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tinvwl-table-manage-list .tinvwl-to-right {
  width: 100%!important;
}
.tinvwl-table-manage-list .product-action {
  width: 167px!important;
}
.tinvwl-table-manage-list .product-price ins {
  color: #ed6a5a;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  position: relative;
  top: 1px;
}
div.wc_ss_btns_more_buttons.open {
  background-color: rgba(0, 0, 0, 0.87);
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content {
  font-size: 30px;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-heading {
  border-bottom: 1px solid #ddd;
}
.wc_ss_btns-close {
  border: none;
}
.product .wc_ss_btns {
  display: none!important;
}
.product .entry-summary .wc_ss_btns {
  display: block!important;
}
.product.outofstock .wc_ss_btns {
  position: relative;
  height: 0px;
  left: 60px;
  top: -45px;
}
.product .wc_ss_btns {
  position: relative;
  height: 0px;
  left: 60px;
  top: -85px;
}
.product .wc_ss_btns li {
  display: none;
}
.product .wc_ss_btns li.more {
  display: block;
  background: none!important;
}
.product .wc_ss_btns li.more > a {
  background: none!important;
}
.product .wc_ss_btns li.more > a:before {
  content: "\f14d" !important;
  font-family: "Font Awesome 5 Pro";
  color: #555555;
  font-size: 20px;
  position: relative;
  bottom: -12px;
  left: 5px;
}
.product .wc_ss_btns li.more > a i {
  display: none;
}
.product .wc_ss_btns li.more:after {
  content: 'SHARE';
  font-size: 12px;
}
.wc_ss_btns_more_buttons.open li {
  display: block!important;
}
.wc_ss_btns-title {
  color: #ffffff;
  padding-top: 20px;
}
.related-wrapper {
  background-color: #c8d5b9;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  /* Hiding this section */
}
.related-wrapper h2.title {
  text-align: center;
}
.upsells-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.upsells-wrapper h2.title {
  text-align: center;
}
/* Product Tabs */
.meta-tabs {
  clear: both;
  padding-top: 60px;
  margin-bottom: 100px;
}
.meta-tabs #collapsedescription h2 {
  display: none;
}
.meta-tabs .panel {
  margin-top: 5px;
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #c8d5b9;
  border-bottom: 1px solid #c8d5b9;
}
.meta-tabs .panel-title {
  position: relative;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  color: #363636;
}
.meta-tabs .panel-title::after {
  content: "\f067";
  color: #363636;
  top: 1px;
  right: 0px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
.meta-tabs .panel-title[aria-expanded="true"]::after {
  content: "\f068";
}
.meta-tabs .panel-body {
  padding-top: 10px;
  padding-bottom: 20px;
}
.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;
}
/* 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: #b4bf6d;
  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: #897464;
}
.news-item .content-wrapper .link span i {
  color: #b4bf6d;
  margin-left: 7px;
}
.navigation {
  clear: both;
  display: block;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3rem;
}
.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: #b4bf6d;
  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: #897464;
}
.single-blog-post .link span i {
  color: #b4bf6d;
  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 {
  list-style-type: none;
  margin-top: 5px;
}
.single-blog-post .categories-wrapper-sidebar ul li:first-child {
  font-size: 1.8rem;
  font-weight: 700;
}
.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;
}
/* Footer */
.newsletter-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #363636;
  color: #ffffff;
}
.newsletter-wrapper .left {
  float: left;
}
.newsletter-wrapper .left .inner-left {
  float: left;
}
.newsletter-wrapper .left .inner-left i {
  padding-top: 6px;
  font-size: 50px;
}
.newsletter-wrapper .left .inner-right span {
  display: block;
}
.newsletter-wrapper .left .inner-right .title {
  font-size: 2.4rem;
}
.newsletter-wrapper .right #mc_embed_signup form {
  text-align: left;
  padding: 15px 0 10px 0;
}
.newsletter-wrapper .right #mc_embed_signup form input.email {
  width: 80%;
  font-size: 16px;
  border-radius: 25px;
  border: 1px solid #ffffff;
}
.newsletter-wrapper .right #mc_embed_signup form input.button {
  background-color: #94a739 !important;
  font-size: 16px;
  border-radius: 25px;
  border: 1px solid #94a739;
  text-transform: uppercase;
}
.newsletter-wrapper .right #mc_embed_signup form input.button:hover {
  background-color: #ed6a5a;
  border: 1px solid #ed6a5a;
}
.footer-payment-options {
  padding: 0px;
  float: left;
}
.footer-payment-options li {
  display: inline-block;
  float: left;
}
.footer-payment-options li img {
  margin-top: -5px;
  max-height: 14px;
}
.footer-wrapper {
  border-top: 1px solid #c8d5b9;
}
.footer-wrapper .top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-wrapper .top .left {
  float: left;
}
.footer-wrapper .top .left img {
  max-width: 547px;
}
.footer-wrapper .top .right {
  float: right;
}
.footer-wrapper .top .right .review-count {
  margin-bottom: 30px;
}
.footer-wrapper .top .right .review-count span.count {
  font-size: 70px;
  line-height: 70px;
  float: right;
  display: block;
  color: #94a73a;
  margin-top: 2px;
  min-width: 10px;
}
.footer-wrapper .top .right .review-count i {
  color: #eac349;
}
.footer-wrapper .top .right .review-count strong,
.footer-wrapper .top .right .review-count span {
  display: block;
  min-width: 150px;
}
.footer-wrapper h4 {
  font-weight: 700;
}
.footer-wrapper .one .envelope-wrapper {
  width: 15px!important;
  max-width: 15px;
}
.footer-wrapper .one .envelope-wrapper i {
  color: #94a739;
  font-size: 22px;
}
.footer-wrapper .one span {
  display: block;
  line-height: 3rem;
}
.footer-wrapper .two {
  margin-top: 40px;
}
.footer-wrapper .two i {
  color: #94a739;
  margin-right: 10px;
  font-size: 22px;
}
.footer-wrapper .two ul {
  padding: 0;
  margin: 0;
}
.footer-wrapper .two ul li {
  display: block;
}
.footer-wrapper .three ul,
.footer-wrapper .four ul {
  padding: 0;
}
.footer-wrapper .three ul li,
.footer-wrapper .four ul li {
  list-style-type: none;
}
.footer-wrapper .three ul li a:after,
.footer-wrapper .four ul li a:after {
  float: right;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: #94a739;
}
.footer-wrapper a {
  color: #555555;
  line-height: 3rem;
}
.footer-wrapper a:hover {
  color: #94a739;
}
.footer-wrapper .middle ul {
  display: inline-block;
  padding: 0;
  margin-top: 17px;
  float: right;
}
.footer-wrapper .middle ul.credit-cards {
  border-left: 1px solid #c8d5b9;
  padding-left: 5px;
  margin-left: 17px;
}
.footer-wrapper .middle ul li {
  display: inline-block;
  font-size: 30px;
  margin-left: 15px;
}
.footer-wrapper .middle ul li i {
  color: #000000;
}
.footer-wrapper .bottom {
  border-top: 1px solid #c8d5b9;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #92ad94;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-wrapper .bottom a {
  color: #92ad94;
}
.footer-wrapper .bottom .left {
  float: left;
}
.footer-wrapper .bottom .left a {
  color: #92ad94;
  border-left: 1px solid #c8d5b9;
  padding-left: 12px;
  margin-left: 7px;
  line-height: 0rem;
}
.footer-wrapper .bottom .right {
  float: right;
}
.footer-wrapper .bottom .right a {
  line-height: 0rem;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  button#responsive-menu-pro-button {
    top: 2px!important;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.9rem;
  }
  h6 {
    font-size: 1.8rem;
  }
  .meta-products h2.main-title,
  .related-wrapper h2.main-title,
  .upsells-wrapper h2.main-title {
    font-size: 2.4rem;
  }
  .header-top-wrapper {
    display: none;
  }
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-top .header-search {
    margin-top: 15px;
  }
  .header-bottom-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-bottom,
  .header-top-menu-wrapper {
    display: none;
  }
  .logo-wrapper {
    max-width: 65%;
    float: left;
  }
  .navToggle.menu {
    margin-top: -2px;
    font-size: 30px;
  }
  .breadcrumb-wrapper {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .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;
  }
  .brands-carousel-wrapper .brands-carousel img {
    max-width: 50%;
  }
  .page-template-home-page .meta-products {
    padding-bottom: 0px;
  }
  .brands-carousel-wrapper {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .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;
  }
  .meta-filters-wrapper .filter-header.left {
    width: 49%;
    display: inline-block;
    border: none;
  }
  .meta-filters-wrapper .filter-header.left select {
    height: 52px;
  }
  .meta-filters-wrapper .filter-header.right {
    width: 49%;
    position: relative;
    top: 46px;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    display: inline-block;
    float: right;
  }
  .meta-filters-wrapper .filter-header.right .wrapper .left {
    padding-left: 7px;
    padding-top: 13px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 49%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .woocommerce ul.products[class*="columns-"] li.product h2.woocommerce-loop-product__title,
  .woocommerce-page ul.products[class*="columns-"] li.product h2.woocommerce-loop-product__title {
    padding: 20px 10px!important;
    font-size: 13px;
    min-height: 93px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .price,
  .woocommerce-page ul.products[class*="columns-"] li.product .price {
    padding: 20px 10px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .wcpbc-price,
  .woocommerce-page ul.products[class*="columns-"] li.product .wcpbc-price {
    display: block;
    height: 60px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .star-rating,
  .woocommerce-page ul.products[class*="columns-"] li.product .star-rating {
    left: 10px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .tinv-wraper,
  .woocommerce-page ul.products[class*="columns-"] li.product .tinv-wraper {
    float: left;
    top: -6px;
    left: 6px;
  }
  .woocommerce .products li img {
    max-height: 160px;
    min-height: 160px;
    width: auto!important;
    object-fit: contain;
    /*min-height: 160px;*/
    /*padding: 15px;*/
  }
  .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;
  }
  .promo-fifty-fifty .caption-wrapper .caption {
    width: 90%;
  }
  .promo-fifty-fifty .left .caption {
    margin-left: 0px;
  }
  .promo-fifty-fifty .right .caption {
    margin-right: 0px;
  }
  .promo-fifty-fifty .right .caption a {
    display: block;
  }
  .woocommerce-wrapper {
    padding-top: 20px!important;
  }
  .meta-filters-wrapper {
    margin-bottom: 30px!important;
  }
  .social-feed {
    display: none;
  }
  .brands-carousel-wrapper h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .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;
  }
  .salon-listing {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single-salons-wrapper .single-salon-details .middle {
    padding-bottom: 30px;
  }
  .pricing-booking .pricing {
    margin-bottom: 30px;
  }
  .product .entry-summary .wc_ss_btns {
    display: none!important;
  }
  .meta-filters-wrapper .filter-main-wrapper {
    padding: 15px;
  }
  .woocommerce-wrapper .summary .woocommerce-product-details__short-description {
    padding-top: 20px;
  }
  .entry-summary .quantity {
    padding-top: 30px;
  }
  .meta-tabs {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .promo-fifty-fifty .left {
    padding-right: 15px;
  }
  .promo-fifty-fifty .right {
    padding-left: 15px;
  }
  .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: 30px;
  }
  .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) {
  button#responsive-menu-pro-button {
    top: 50px!important;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .meta-products h2.main-title,
  .related-wrapper h2.main-title,
  .upsells-wrapper h2.main-title {
    font-size: 3rem;
  }
  .header-top-wrapper .left img {
    height: 15px;
  }
  .header-top-wrapper .middle {
    text-align: right;
  }
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-top .logo-wrapper {
    float: left;
    max-width: 335px;
  }
  .header-top .navToggle.menu {
    margin-top: 10px;
    font-size: 30px;
  }
  .header-top .header-search {
    margin-top: 15px;
  }
  .header-bottom-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-bottom,
  .header-top-menu-wrapper {
    display: none;
  }
  .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;
  }
  .meta-filters-wrapper .filter-main-wrapper {
    padding: 15px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 47%;
    margin-right: 0px!important;
  }
  .woocommerce-cart .wc-giftwrap {
    float: none;
  }
  #order_review_heading {
    margin-top: 45px;
  }
  .salon-listing {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  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: 30px;
  }
  .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) {
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-top .logo-wrapper {
    float: left;
    max-width: 480px;
  }
  .header-top .navToggle.menu {
    margin-top: 10px;
    font-size: 30px;
  }
  .header-top .header-search {
    margin-top: 20px;
  }
  .header-top-wrapper .left img {
    height: 12px;
  }
  .header-top-wrapper .middle {
    text-align: right;
  }
  .header-bottom,
  .header-top-menu-wrapper {
    display: none;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-left: 0px;
    margin-right: 15px;
    width: 48%!important;
  }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price,
  .woocommerce ul.products li.product del,
  .woocommerce-page ul.products li.product del,
  .woocommerce ul.products li.product ins,
  .woocommerce-page ul.products li.product ins {
    font-size: 15px;
  }
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: none;
  }
  .woocommerce .products li h2.woocommerce-loop-product__title {
    min-height: 100px;
  }
  .woocommerce-wrapper .woocommerce ul.products li.product,
  .woocommerce-wrapper .woocommerce-page ul.products li.product {
    margin-left: 8px;
    margin-right: 8px;
  }
  .woocommerce-cart .wc-giftwrap {
    float: none;
  }
  .promo-fifty-fifty .left .caption {
    margin-left: 30px;
  }
  .promo-fifty-fifty .right .caption {
    margin-right: 30px;
  }
  .promo-fifty-fifty .caption-wrapper .caption .link-wrapper a {
    display: block;
  }
  .usps .content {
    clear: both;
  }
  .usps {
    text-align: center;
  }
  .usps .usp .icon {
    float: none;
  }
  .usps .usp .main-title {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .salon-listing {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .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;
  }
  .header-top {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .header-top .logo-wrapper {
    float: left;
    padding-top: 11px;
  }
  .header-top .logo-wrapper img {
    max-width: 300px;
  }
  .header-top .logo-wrapper .header-logo img {
    max-width: 100%;
  }
  .header-top .header-search {
    margin-top: 10px;
  }
  .header-top .right .navToggle.menu {
    margin-top: 8px;
    font-size: 30px;
  }
  .header-bottom-wrapper .main-menu.right .header-search input {
    min-width: 120px;
    max-width: 120px;
  }
  .header-bottom-wrapper .main-menu.right .search-form {
    margin-right: 15px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 47%;
  }
  .woocommerce .products li h2.woocommerce-loop-product__title {
    min-height: 100px;
  }
  .woocommerce ul.products li.product .price del {
    font-size: 14px;
  }
  .woocommerce .products li .button::before {
    padding-right: 20px;
    padding-left: 5px;
  }
  .meta-products li.product {
    margin-right: 1.4% !important;
    margin-left: 1.5% !important;
  }
  .promo-fifty-fifty .caption-wrapper .caption .link-wrapper a {
    display: block;
  }
  .promo-fifty-fifty .left .caption {
    margin-left: 50px;
  }
  .promo-fifty-fifty .right .caption {
    margin-right: 50px;
  }
  .product .wc_ss_btns {
    left: 48px;
  }
  .usps .usp .main-title {
    padding-top: 13px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .single-salon h1,
  .single-salon .content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .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%;
  }
  .single-salon h1,
  .single-salon .content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 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) {
  /*.header-bottom-wrapper .main-menu.right .header-search button {
    position: relative;
    top: -1px;
  }*/
  .mobile-handy-links #collapseMobileSearch button {
    position: relative;
    top: -1px;
  }
  .products.columns-7 li {
    margin-bottom: 85px!important;
    margin-right: 2.9% !important;
  }
  /*.woocommerce .products li{
    margin-bottom:90px!important;
    .price {
      box-shadow: 1px 9px 7px #d5d5d5;
    }
  }*/
}
/* IE 10+ Specific css */
