@charset "UTF-8";
body {
  font-family: 'latoregular';
  color: #34404b;
  line-height: 1.7;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  width: 100%;
}
body.admin-bar {
  margin-top: 32px;
}
body.admin-bar #header {
  top: 32px;
}
#partPayCalculatorWidget {
  max-width: 100%;
  margin-bottom: 20px !important;
}
h1,
h2,
h3,
h4 {
  font-family: 'cardoregular';
  font-size: 58px;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #34404b;
}
h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
h3 {
  font-size: 34px;
  margin-bottom: 5px;
}
h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
a {
  color: #34404b;
}
p {
  overflow-wrap: break-word;
}
a:hover {
  color: #7a7a7a;
}
hr {
  background-color: #c9c9c9;
  height: 1px;
}
.clear {
  clear: both;
}
.gold {
  color: #cdbd90;
}
.button {
  text-transform: uppercase;
  color: #34404b;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  border-color: #34404b;
  padding: 15px 45px;
  height: auto;
  font-family: 'latobold';
  font-weight: 400;
  text-align: center;
  white-space: unset;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button.white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.white:hover,
.button.white:focus,
.button.white:active {
  background: white;
  color: #34404b;
}
.button:hover {
  color: #fff;
  background: #34404b;
  border-color: #34404b;
}
.button:focus {
  color: #34404b;
  background: #fff;
  border-color: #34404b;
  outline: none;
  box-shadow: none !important;
}
.button:focus:hover {
  color: #fff;
  background: #34404b;
  border-color: #34404b;
}
.button:active {
  color: #fff;
  background: #34404b;
  border-color: #34404b;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
}
.heading-block {
  clear: both;
  padding: 145px 20px;
  max-width: 980px;
  text-align: center;
  margin: auto;
}
.heading-block h2 {
  font-size: 26px;
  color: #7a7a7a;
  font-family: 'cardoregular';
}
.heading-block h2 p {
  margin-bottom: 20px;
}
.columns {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .container {
    padding: 0;
  }
  .heading-block {
    padding: 95px 20px;
  }
  .heading-block h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 960px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.admin-bar {
    margin-top: 46px;
  }
  body.admin-bar #header {
    top: 46px;
  }
}
@media (max-width: 768px) {
  .heading-block {
    padding: 55px 20px;
  }
  .heading-block {
    margin-top: 40px;
    border-top: 1px solid #c9c9c9;
  }
}
/* (max-width: 768px) */
#page_notices {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  z-index: 200;
  background: #34404b;
  color: #fff;
}
#page_notices .woocommerce-message {
  margin-bottom: 0;
  padding: 1em 2em;
}
#page_notices .woocommerce-message:before {
  content: '';
}
#login_form,
#register_form {
  margin: 0 auto 100px;
  width: 400px;
  max-width: 100%;
}
#login_form h2,
#register_form h2 {
  font-family: 'cardoregular';
  text-align: center;
}
#login_form .woocommerce-form__label-for-checkbox,
#register_form .woocommerce-form__label-for-checkbox {
  display: none;
}
#login_form .woocommerce-Button,
#register_form .woocommerce-Button {
  width: 100%;
  margin-top: 15px;
}
#login_form .button,
#register_form .button {
  width: 100%;
}
#login_form .lost_password,
#register_form .lost_password {
  text-align: center;
}
#register_form {
  display: none;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #34404B;
  color: #fff;
  border-top: none;
  line-height: 44px;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #fff;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  padding: 16px 40px !important;
  height: 44px !important;
  line-height: 12px !important;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  background: #fff !important;
}
@media (max-width: 768px) {
  #page_notices {
    height: 166px;
  }
  #page_notices .woocommerce-message {
    height: 160px;
    line-height: 30px;
  }
  #page_notices .button {
    position: absolute;
    bottom: 10px;
  }
}
/* (max-width: 768px) */
.fastFade {
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slowFade {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menuFade {
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sliderTextFade {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
	FONTS
*/
@font-face {
  font-family: 'latoregular';
  src: url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latomedium';
  src: url('fonts/lato-medium-webfont.woff2') format('woff2'), url('fonts/lato-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoitalic';
  src: url('fonts/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoheavy';
  src: url('fonts/lato-heavy-webfont.woff2') format('woff2'), url('fonts/lato-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoblack';
  src: url('fonts/lato-black-webfont.woff2') format('woff2'), url('fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cardoregular';
  src: url('fonts/cardo-regular-webfont.woff2') format('woff2'), url('fonts/cardo-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cardobold';
  src: url('fonts/cardo-bold-webfont.woff2') format('woff2'), url('fonts/cardo-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sothys";
  src: url("fontastic/sothys.eot");
  src: url("fontastic/sothys.eot?#iefix") format("embedded-opentype"), url("fontastic/sothys.woff") format("woff"), url("fontastic/sothys.ttf") format("truetype"), url("fontastic/sothys.svg#sothys") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sothys" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sothys" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-search:before {
  content: "\64";
}
.icon-filter:before {
  content: "\63";
}
.icon-play:before {
  content: "\65";
}
.icon-instagram:before {
  content: "\6a";
}
.icon-facebook:before {
  content: "\6b";
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.contact-page {
  margin: 0 0 80px;
}
.contact-page .banner-image img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  margin-bottom: 100px;
}
.contact-page .contact-info {
  padding-right: 10%;
  border-right: 1px solid #C9C9C9;
}
.contact-page .contact-info h3 {
  margin-bottom: 25px;
}
.contact-page .contact-info p {
  margin-bottom: 20px;
  font-size: 15px;
}
.contact-page .contact-form {
  padding-left: 10%;
}
.contact-page .contact-form label {
  font-size: 15px;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea {
  width: 100%;
  height: 45px;
  padding: 10px 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none !important;
}
.contact-page .contact-form textarea {
  height: 250px;
}
.contact-page .contact-form input[type="submit"] {
  clear: both;
  float: right;
  padding: 15px 65px;
  height: 55px;
}
.contact-page .contact-form .clear-button {
  float: right;
  margin-right: 30px;
  padding: 15px 55px;
  height: 55px;
}
.contact-page .contact-form span.wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-page .contact-form .wpcf7-response-output {
  clear: both;
  float: left;
  margin: 30px 0 10px;
  border: 0;
  padding: 0;
}
.contact-page .contact-form .wpcf7-validation-errors {
  color: #ff0000;
}
@media (max-width: 1084px) {
  .contact-page .container {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .contact-page .contact-info {
    padding-right: 5%;
  }
  .contact-page .contact-form {
    padding-left: 5%;
  }
  .contact-page .contact-form .clear-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact-page {
    margin: 0 0 160px;
  }
  .contact-page .container {
    padding: 0;
  }
  .contact-page .contact-info,
  .contact-page .contact-form {
    padding: 0 40px !important;
    border-right: 0;
  }
  .contact-page .contact-form .clear-button {
    display: none;
  }
}
/* (max-width: 768px) */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 48px;
  width: 100%;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header.headroom--not-top {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: white;
  padding: 20px 48px;
  border-bottom: solid 1px #edf1f1;
}
#header.headroom--not-top .logo .logo_image {
  background-size: 140px 37px;
  width: 140px;
  height: 37px;
}
#header.headroom--not-top.white-header .icon-menu,
#header.headroom--not-top.white-header .icon-search {
  color: #34404b !important;
}
#header.headroom--not-top.white-header .logo .logo_image {
  background: url(../images/logo.png);
  background-size: 140px 37px;
  width: 140px;
  height: 37px;
}
#header.headroom--not-top.white-header .top-right a {
  color: #34404b;
}
#header.headroom--not-top.white-header .top-right a span {
  background: #34404b;
  color: #fff;
}
#header.headroom--not-top.headroom--pinned {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header .top-left .open-menu,
#header .top-right .open-menu {
  margin-right: 34px;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .top-left .open-menu img,
#header .top-right .open-menu img {
  width: 27px;
}
#header .top-left .open-search,
#header .top-right .open-search {
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .top-left .open-search img,
#header .top-right .open-search img {
  width: 20px;
}
#header .icon-search,
#header .icon-menu {
  display: inline-block;
  font-size: 20px;
}
#header .logo {
  text-align: center;
}
#header .logo .logo_image {
  transform-orign: 50% 50%;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 188px;
  height: 50px;
  background: url(../images/logo.png);
  background-size: 188px 50px;
  display: block;
  margin: 0 auto;
}
#header .top-right {
  text-align: right;
}
#header .top-right a {
  text-transform: uppercase;
  color: #34404b;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 15px;
}
#header .top-right a span {
  background: #34404b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-top: 1.5px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 17px;
}
#header.menu_open {
  background-color: transparent !important;
}
#header.menu_open.headroom--not-top {
  border-bottom: 0;
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
#header.menu_open a {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #f7f7f7 !important;
}
#header.menu_open a span {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #34404b;
  background-color: #f7f7f7;
}
#header.menu_open .logo_image {
  background: url(../images/logo-white.png);
  background-size: 188px 50px;
}
#header.menu_open .icon-menu:before {
  content: "\62";
}
#header.white-header .icon-menu,
#header.white-header .icon-search {
  color: white;
  display: inline-block;
}
#header.white-header .logo .logo_image {
  background: url(../images/logo-white.png);
  background-size: 188px 50px;
}
#header.white-header .top-right a {
  color: #fff;
}
#header.white-header .top-right a span {
  background: #fff;
  color: #34404b;
}
#page_search {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 5;
  color: #7a7a7a;
  padding: 0 48px;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#page_search.in_viewport {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
#page_search.in_viewport.headroom--not-top {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#page_search.in_viewport.headroom--pinned {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#page_search .search-wrapper {
  height: 100%;
  position: relative;
}
#page_search .search-wrapper form {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#page_search .search-wrapper form input[type="text"] {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background: none;
  border: 0;
  font-size: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #34404b;
  outline: none;
  font-family: 'cardoregular';
}
#page_search .search-wrapper form input[type="text"]::placeholder {
  color: #34404b;
  opacity: 0.4;
}
#page_search .search-wrapper form input[type="submit"] {
  display: none;
}
#page_menu .menu-image {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/menu-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#page_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #34404b;
  color: #fff;
  padding-top: 150px;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
#page_menu.in_viewport {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#page_menu .menu-wrapper {
  position: relative;
  margin-top: 60px;
}
#page_menu .menu-wrapper .column:first-child {
  border-right: 1px solid #53606c;
}
#page_menu .menu-wrapper .main-menu {
  margin: 40px 0 40px 130px;
}
#page_menu .menu-wrapper .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page_menu .menu-wrapper .main-menu ul li {
  width: 50%;
}
#page_menu .menu-wrapper .main-menu ul li a {
  color: #fff;
  font-size: 32px;
  opacity: 1;
  padding: 6px;
  display: block;
  font-family: 'cardoregular';
}
#page_menu .menu-wrapper .main-menu ul li a:hover {
  color: #fff;
  opacity: 1;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu {
  display: none;
  padding: 55px 0 0 180px;
  position: absolute;
  left: 50%;
  top: 0;
  color: #fff;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu p {
  margin: 0;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu a {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
  font-family: 'latoregular';
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block {
  margin-bottom: 20px;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block p {
  font-size: 16px;
  margin: 0;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block p a {
  padding: 5px 0;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block p:first-child {
  font-size: 24px;
  margin: 0;
  font-family: 'cardoregular';
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block p:first-child a {
  padding: 5px 0;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block .top-link a {
  font-size: 24px;
  margin: 0;
  font-family: 'cardoregular';
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block ul li {
  margin: 10px 0;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block ul li a {
  font-size: 20px;
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block.large-text p,
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block.large-text a {
  font-size: 20px;
  margin: 0;
  font-family: 'cardoregular';
}
#page_menu .menu-wrapper .main-menu ul li .sub-menu .block.large-text a {
  padding: 5px 0;
}
#page_menu .menu-wrapper .main-menu ul li:hover {
  width: 150%;
}
#cart_dropdown {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  min-height: 250px;
  z-index: 200;
  background: #34404b;
  padding: 80px 60px 60px;
  color: #fff;
}
#cart_dropdown .cart-content {
  position: relative;
  color: #fff;
}
#cart_dropdown .cart-content .container {
  width: 100% !important;
  max-width: none;
}
#cart_dropdown .cart-content .close-cart {
  margin-right: 34px;
  position: absolute;
  top: -10px;
  right: -20px;
}
#cart_dropdown .cart-content .close-cart img {
  width: 21px;
}
#cart_dropdown .cart-content .close-cart:hover {
  opacity: 0.5;
}
#cart_dropdown .cart-content h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}
#cart_dropdown .cart-content .empty {
  margin-top: 20px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table {
  margin-top: -35px;
  margin-bottom: 0;
}
#cart_dropdown .woocommerce-cart-form table.shop_table tr th {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table tr th.product-name {
  font-size: 0;
}
#cart_dropdown .woocommerce-cart-form table.shop_table tr td {
  border-color: rgba(255, 255, 255, 0.2);
}
#cart_dropdown .woocommerce-cart-form table.shop_table tr td.product-name {
  width: 40%;
}
#cart_dropdown .woocommerce-cart-form table.shop_table tr td.product-name a {
  color: #fff;
  font-family: 'cardoregular';
  font-size: 18px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart_item .product-thumbnail {
  width: 10%;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart_item .product-thumbnail a {
  display: block;
  background: #fff;
  text-align: center;
  height: 80px;
  width: 80px;
  margin: 10px 0;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart_item .product-thumbnail a img {
  height: 60px;
  width: auto;
  margin: 10px 0 0;
}
#cart_dropdown .woocommerce-cart-form table.shop_table a.remove {
  color: #fff !important;
  font-size: 2em;
  float: right;
  text-align: right;
  font-weight: normal;
}
#cart_dropdown .woocommerce-cart-form table.shop_table a.remove:hover {
  background: none;
  opacity: 0.5;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart-subtotal td,
#cart_dropdown .woocommerce-cart-form table.shop_table .cart-subtotal th {
  padding-top: 20px;
  padding-bottom: 30px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart-subtotal th {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 28px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .cart-subtotal .woocommerce-Price-amount {
  font-size: 18px;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .actions {
  border-top: 0;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .actions .button {
  height: 60px !important;
  font-size: 14px !important;
  background: none !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-weight: 400 !important;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .actions .button:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #34404b !important;
}
#cart_dropdown .woocommerce-cart-form table.shop_table .actions .checkout-button {
  padding: 15px 60px !important;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  #page_menu .menu-wrapper .main-menu ul li a {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  #page_menu .menu-wrapper .column:first-child {
    border: 0;
  }
  #page_search {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #cart_dropdown {
    display: none;
  }
  #header.white-header .logo .logo_image {
    background: url(../images/logo-white.png);
    background-size: 140px 37px;
    width: 140px;
    height: 37px;
  }
  #header {
    padding: 25px;
  }
  #header.headroom--not-top {
    padding: 25px;
  }
  #header .open-search,
  #header .account-link {
    display: none;
  }
  #header .logo .logo_image {
    background-size: 140px 37px;
    width: 140px;
    height: 37px;
  }
  #header .top-left .open-menu {
    margin-top: 7px;
    display: block;
    margin-right: 0;
  }
  #header .top-right a {
    font-size: 0;
  }
  #header .top-right a span {
    font-size: 10px;
  }
  #header .empty-cart {
    font-size: 12px !important;
  }
  #page_menu {
    overflow-y: scroll;
  }
  #page_menu .menu-wrapper {
    margin-top: 0 !important;
  }
  #page_menu .menu-image {
    display: none;
  }
  #page_menu header {
    height: 102px;
  }
  #page_menu header .top-right a span {
    background-color: #fff;
    color: #34404b;
  }
  #page_menu .mobile-menu {
    text-align: left;
    padding: 0 50px;
  }
  #page_menu .mobile-menu .menu-back {
    display: none;
    position: absolute;
    top: 16px;
    left: 30px;
    z-index: 1;
  }
  #page_menu .mobile-menu .menu-back img {
    width: 12px;
  }
  #page_menu .mobile-menu .main-menu {
    margin: 0;
  }
  #page_menu .mobile-menu .main-menu ul li {
    width: 100% !important;
  }
  #page_menu .mobile-menu .main-menu ul li a {
    font-size: 24px;
  }
  #page_menu .mobile-menu .main-menu ul li .sub-menu {
    padding: 0 70px;
    background: #34404b;
    left: 0;
  }
  #page_search .search-wrapper form input[type="text"] {
    font-size: 25px;
  }
}
/* (max-width: 768px) */
footer {
  width: 100%;
  float: left;
  background-color: #34404B;
  padding: 90px 0 0;
  color: #fff;
}
footer .container {
  padding: 0 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #cdbd90;
}
footer p {
  font-size: 26px;
  line-height: 38px;
  font-family: 'cardoregular';
}
footer a {
  display: block;
}
footer .button.white {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  border-color: #cdbd90;
  color: #cdbd90;
}
footer .button.white:hover {
  border-color: white;
}
footer .icon-facebook,
footer .icon-instagram {
  display: inline-block;
  font-size: 20px;
}
footer .footer-icon {
  float: left;
  width: 48px;
  margin-right: 62px;
}
footer .footer-left p {
  display: inline-block;
  width: calc(100% - 110px);
}
footer .footer-bottom {
  clear: both;
  width: 100%;
  border-top: 1px solid #E8EBF6;
  border-top: 1px solid #cdbd90;
  padding: 20px 15px 30px;
  font-size: 14px;
  height: 75px;
  margin-top: 100px;
}
footer .footer-bottom .copyright {
  float: left;
}
footer .footer-bottom .brave {
  float: right;
}
footer .seperator {
  margin-top: 30px;
  position: relative;
}
footer .seperator:before {
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #cdbd90;
  display: block;
}
footer .seperator strong {
  margin-top: 30px;
}
footer strong {
  display: inline-block;
}
#subscribe_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 80px 50px;
  z-index: 30;
  border: solid 1px black;
}
#subscribe_modal #mc_embed_signup .mc-field-group {
  width: calc(100% - 139px);
  display: inline-block;
}
#subscribe_modal #mc_embed_signup .indicates-required {
  text-align: left;
}
#subscribe_modal input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 10px 5px;
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none !important;
  margin-top: 0;
  font-family: 'latoregular';
  -moz-appearance: none;
  -webkit-appearance: none;
}
#subscribe_modal #mc_embed_signup input[type="submit"].button {
  height: 45px;
  background-color: transparent;
  border: solid 1px #34404B !important;
  color: #34404B;
  font-family: 'latobold';
  font-size: 12px;
  border-radius: 0px;
  padding: 0 38px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#subscribe_modal #mc_embed_signup div#mce-responses {
  text-align: left !important;
  font-size: 12px;
  padding: 0;
  width: 100%;
  margin: 0;
  font-weight: normal !important;
}
#subscribe_modal #mc_embed_signup #mce-success-response,
#subscribe_modal #mc_embed_signup #mce-error-response {
  color: black;
  font-weight: normal !important;
  margin: 0;
}
#subscribe_modal p {
  margin: 20px 0 30px;
  font-size: 13px;
}
#subscribe_modal .icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #34404b;
  font-size: 23px;
}
.subscribe_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}
@media (max-width: 1086px) {
  footer .button.white {
    width: 100%;
  }
  footer .footer-right a {
    margin-left: 25px;
  }
}
@media (max-width: 960px) {
  footer .container {
    padding: 0 15px;
  }
  footer .footer-right .column {
    width: 50%;
    float: left;
  }
  #subscribe_modal {
    width: 80%;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .footer-left {
    padding: 0.75rem 40px;
  }
  footer .footer-left .footer-icon {
    float: none;
    margin: 0 auto 20px;
    width: 38px;
  }
  footer .footer-left p {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
  footer .footer-right {
    padding: 0.75rem 40px;
    margin-top: 25px;
  }
  footer .footer-right a {
    margin-left: 0;
  }
  footer .footer-right .menu-mobile .menu-top {
    padding: 15px 0;
    border: 1px solid #cdbd90;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
  }
  footer .footer-right .menu-mobile .menu-top img {
    float: right;
    margin-top: 8px;
    width: 14px;
  }
  footer .footer-right .menu-mobile .menu-top .up-arrow {
    display: none;
  }
  footer .footer-right .menu-mobile .menu-top:hover {
    color: #fff;
  }
  footer .footer-right .menu-mobile .menu-top.open .down-arrow {
    display: none;
  }
  footer .footer-right .menu-mobile .menu-top.open .up-arrow {
    display: block;
  }
  footer .footer-right .menu-mobile .menu-top:last-child {
    border-bottom: 1px solid #C9C9C9;
  }
  footer .footer-right .menu-mobile .sub-menu {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #C9C9C9;
  }
  footer .footer-right .menu-mobile .sub-menu a {
    margin-bottom: 5px;
  }
  footer .footer-bottom {
    margin: 20px 0 0;
    border-top: 0;
    text-align: center;
  }
  footer .footer-bottom .copyright,
  footer .footer-bottom .brave {
    float: none;
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .footer-bottom .brave {
    font-size: 12px;
  }
  #subscribe_modal input[type="email"],
  #subscribe_modal #mc_embed_signup .mc-field-group,
  #subscribe_modal input[type="submit"] {
    width: 100%;
  }
  #subscribe_modal input[type="text"] {
    border-right: 1px solid #C9C9C9;
  }
}
/* (max-width: 768px) */
.home-top {
  position: relative;
}
.home-top .top-slider-wrap .top-slider .slide {
  /*
    			background-image: url('../images/home-slider/slide-2.jpg');
    			background-repeat: no-repeat;
    			background-position: top right;
    			background-size: 70% auto;
    			*/
  height: 100vh;
}
.home-top .top-slider-wrap .top-slider .slide .text {
  width: 40%;
  margin: 0 80px;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.home-top .top-slider-wrap .top-slider .slide .image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  /* background: url('../images/home-slider/slide-2.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-top .top-slider-wrap .top-slider .slide .image img {
  height: 100%;
  object-fit: cover;
}
.home-top .top-slider-wrap .top-slider .slide.active-slide .text {
  opacity: 1;
}
.home-top .top-slider-wrap .bx-controls {
  position: absolute;
  bottom: 0px;
  width: 70%;
  right: 0;
}
.home-top .top-slider-wrap .bx-controls .bx-pager {
  top: 0;
}
.home-top .top-content {
  position: absolute;
  top: 0;
  padding-top: 270px;
  margin-left: 12%;
}
.home-top .top-content h1 {
  font-size: 48px;
}
/*
    RESPONSIVENESS
*/
@media (max-width: 1216px) {
  .home-top .top-content {
    padding-top: 210px;
  }
  .home-top .top-content h1 {
    font-size: 52px;
  }
  .home-top .top-slider-wrap .top-slider .slide {
    height: 690px;
  }
}
@media (max-width: 1086px) {
  .home-top .top-content {
    padding-top: 180px;
  }
  .home-top .top-content h1 {
    font-size: 46px;
  }
  .home-top .top-slider-wrap .top-slider .slide {
    height: 600px;
  }
  .home-top .top-slider-wrap .top-slider .slide .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .home-top .top-slider-wrap .top-slider .slide {
    height: 500px;
  }
  .home-top .top-slider-wrap .top-slider .slide .text h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .home-top .top-content {
    display: none;
  }
  .home-top .top-slider-wrap {
    max-width: 100%;
  }
  .home-top .top-slider-wrap .top-slider .slide {
    height: auto;
  }
  .home-top .top-slider-wrap .top-slider .slide .image {
    width: 100%;
    height: auto;
    position: static;
  }
  .home-top .top-slider-wrap .top-slider .slide .image img {
    height: 50vh;
    object-fit: cover;
  }
  .home-top .top-slider-wrap .top-slider .slide .text {
    width: 100%;
    padding: 0 40px;
    margin: 45px 0 0;
  }
  .home-top .top-slider-wrap .bx-wrapper .bx-controls {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
  .home-top .top-slider-wrap .bx-wrapper .bx-controls .bx-pager a {
    border: 1px solid #c9c9c9;
  }
  .home-top .top-slider-wrap .bx-wrapper .bx-controls .bx-pager a.active {
    background: #c9c9c9;
    border: 1px solid #c9c9c9;
  }
}
/* (max-width: 768px) */
.category-banner,
.featured-product-banner {
  border-top: 1px solid #C9C9C9;
  padding: 150px 0;
  overflow: hidden;
}
.category-banner .description,
.featured-product-banner .description {
  margin-bottom: 30px;
  font-family: 'latoregular';
  font-size: 14px;
  color: #7a7a7a;
}
.category-banner .product,
.featured-product-banner .product {
  text-align: center;
  color: #7a7a7a;
}
.category-banner .product .image,
.featured-product-banner .product .image {
  margin: 40px 0;
  height: 350px;
}
.category-banner .product .image img,
.featured-product-banner .product .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.category-banner .product h2,
.featured-product-banner .product h2 {
  color: #7a7a7a;
  font-family: 'latoregular';
  font-size: 0.9em;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 10%;
  padding-right: 10%;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.category-banner .product .price,
.featured-product-banner .product .price {
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #7a7a7a;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.category-banner .product:hover,
.featured-product-banner .product:hover {
  color: #34404b;
}
.category-banner .product:hover h4,
.featured-product-banner .product:hover h4,
.category-banner .product:hover h2,
.featured-product-banner .product:hover h2,
.category-banner .product:hover .price,
.featured-product-banner .product:hover .price {
  color: #34404b;
}
.featured-product-banner {
  padding-left: 30px;
}
.featured-product-banner .container {
  max-width: 1000px;
}
.featured-product-banner .image-slider {
  background: #f7f7f7;
  max-height: 560px;
  text-align: center;
}
.featured-product-banner .image-slider img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 560px;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.featured-product-banner .floating-text {
  width: 40%;
  position: absolute;
}
.latest-products {
  margin: 80px 0 140px;
}
.latest-products .image-box {
  background: #f7f7f7;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.latest-products .image-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40% 5%;
}
.latest-products .image-box .hover-box {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(52, 64, 75, 0.85);
}
.latest-products .image-box .hover-box a {
  color: #fff;
  font-size: 24px;
  font-family: 'cardoregular';
}
.latest-products .image-box .hover-box a span {
  border-bottom: 2px solid #fff;
  margin-top: 35%;
  display: inline-block;
}
.latest-products .image-box:hover .hover-box {
  opacity: 1;
}
.latest-products .text-box {
  padding: 50% 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .category-banner,
  .featured-product-banner {
    padding: 50px 40px;
  }
  .category-banner .button,
  .featured-product-banner .button {
    width: 100%;
  }
  .category-banner .product-slider-wrap .product-slider .slide img,
  .featured-product-banner .product-slider-wrap .product-slider .slide img {
    margin: auto;
  }
  .category-banner .product-slider-wrap .bx-wrapper,
  .featured-product-banner .product-slider-wrap .bx-wrapper {
    position: relative;
  }
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls {
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev,
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next {
    position: absolute;
  }
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev img,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev img,
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next img,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next img {
    width: 12px;
  }
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-prev {
    left: 0;
  }
  .category-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next,
  .featured-product-banner .product-slider-wrap .bx-wrapper .bx-controls .bx-next {
    right: 0;
  }
  .featured-product-banner {
    padding: 0 0 50px;
  }
  .featured-product-banner .image-slider img {
    margin: 20px 0;
  }
  .featured-product-banner .product-text {
    margin-top: 40px;
    padding: 0 40px;
  }
  .latest-products {
    margin: 60px 0;
  }
  .latest-products .mobile-text-box {
    text-align: center;
    margin-bottom: 100px;
    padding: 0 40px;
  }
  .latest-products .mobile-text-box h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .latest-products .mobile-text-box .button {
    width: 100%;
  }
  .latest-products .category-slider-wrap .category-slider .slide .image-box a {
    padding: 40px 0;
  }
  .latest-products .category-slider-wrap .category-slider .slide .text-box {
    padding: 0 40px;
  }
  .latest-products .category-slider-wrap .category-slider .slide .text-box .button {
    width: 100%;
  }
  .latest-products .category-slider-wrap .bx-wrapper .bx-controls {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .latest-products .category-slider-wrap .bx-wrapper .bx-controls .bx-pager {
    position: static;
  }
  .latest-products .category-slider-wrap .bx-wrapper .bx-controls .bx-pager a {
    border: 1px solid #C9C9C9;
  }
  .latest-products .category-slider-wrap .bx-wrapper .bx-controls .bx-pager a.active {
    background: #C9C9C9;
    border: 1px solid #C9C9C9;
  }
}
/* (max-width: 768px) */
.gift-card-preview {
  display: none;
}
.ywgc_enter_code {
  border: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ywgc_enter_code p {
  margin-bottom: 20px;
}
.woocommerce ul.products li.product a img.restricted_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce ul.products li.product a:hover img.restricted_logo {
  opacity: 1;
}
.woocommerce .restricted_product div.product div.images {
  position: relative;
}
.woocommerce .restricted_product div.product div.images:after {
  background-image: url('/wp-content/themes/sothys/images/restricted.png');
  background-position: center center;
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 140px;
  height: 140px;
}
.woocommerce div.product form.cart.variations_form.cart {
  margin-top: 0;
}
.woocommerce div.product form.cart .variations td {
  width: 100%;
  padding: 0;
  display: block;
}
.woocommerce div.product form.cart .variations td.label {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td.label label {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: #34404B;
  font-size: 14px;
}
.woocommerce div.product form.cart .variations select {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: white;
  font-family: 'latoregular';
  font-size: 14px;
  color: #34404B;
  max-width: 100%;
  min-width: 100%;
  display: block;
  margin-right: 1em;
  height: 50px;
  border-color: #34404B;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.woocommerce div.product form.cart .variations td.value {
  position: relative;
}
.woocommerce div.product form.cart .variations td.value:after {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "+";
  display: block;
}
.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important;
}
/*
	WOOCOMMERCE

*/
.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.shop-wrapper {
  margin-top: 200px;
}
.woocommerce-cart .heading-section h1 {
  font-size: 40px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) "";
}
.woocommerce a.remove {
  color: black !important;
}
.woocommerce .woocommerce-checkout-payment {
  background: transparent !important;
}
.woocommerce address {
  border: none !important;
}
.woocommerce .woocommerce-widget-layered-nav-list,
.woocommerce .widget.widget_sortby_widget .sort-options {
  display: none;
}
.woocommerce .columns {
  margin-bottom: 0;
}
.woocommerce .wc_payment_methods {
  border-bottom: 0 !important;
}
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt {
  text-transform: uppercase;
  color: #34404b;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #34404b;
  padding: 15px 40px !important;
  height: 50px;
  font-family: 'latobold';
  font-weight: 400;
  background: #fff;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover {
  color: #fff;
  background: #34404b !important;
  border-color: #34404b;
}
.woocommerce .checkout-button {
  background: #fff !important;
  color: #34404b !important;
  font-size: 14px !important;
  line-height: 26px !important;
  border: 1px solid #34404b !important;
  padding: 15px 40px !important;
  height: 60px !important;
  font-weight: 400;
}
.woocommerce .checkout-button:hover {
  color: #fff !important;
  background: #34404b !important;
  border-color: #34404b !important;
}
.woocommerce fieldset {
  border: 0;
  margin-top: 30px;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea {
  width: 100%;
  height: 45px;
  padding: 10px 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce textarea {
  height: 250px;
}
.woocommerce input[type="submit"] {
  clear: both;
  float: right;
  padding: 15px 45px;
  height: 55px;
}
.woocommerce .cart-empty {
  margin-bottom: 35px;
}
.woocommerce .quantity .qty {
  height: 30px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 18px 22px;
  font-size: 12px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #34404b;
  border-color: #34404b;
  color: #fff;
}
.woocommerce .woocommerce-product-search {
  margin-bottom: 40px;
  position: relative;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.woocommerce .woocommerce-product-search .search-field {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid #C9C9C9;
  font-size: 14px;
}
.woocommerce .woocommerce-product-search .search-field::placeholder {
  color: #34404b;
  font-weight: bold;
  font-size: 12px;
  opacity: 0.4;
  letter-spacing: 0.5px;
}
.woocommerce .woocommerce-product-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.woocommerce .woocommerce-product-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.woocommerce .woocommerce-product-search input[type="search"]::-webkit-search-decoration,
.woocommerce .woocommerce-product-search input[type="search"]::-webkit-search-cancel-button,
.woocommerce .woocommerce-product-search input[type="search"]::-webkit-search-results-button,
.woocommerce .woocommerce-product-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.woocommerce .woocommerce-product-search button[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  width: 23px;
  padding: 3px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
}
.woocommerce .woocommerce-product-search button[type="submit"] img {
  width: 17px;
}
.woocommerce .woocommerce-product-search button[type="submit"]:hover {
  opacity: 0.5;
}
.woocommerce .widget_product_categories .product-categories li {
  margin-bottom: 4px;
}
.woocommerce .widget_product_categories .product-categories li a {
  color: #7a7a7a;
  font-family: 'cardoregular';
  font-size: 20px;
}
.woocommerce .widget_product_categories .product-categories li a:hover {
  color: #34404b;
}
.woocommerce .widget_product_categories .product-categories .current-cat a {
  color: #34404b;
}
.woocommerce .woocommerce-products-header {
  z-index: 0;
  margin: 0 auto 60px;
  text-align: center;
  height: auto;
  max-width: 750px;
  padding: 48px;
}
.woocommerce .woocommerce-products-header h1 {
  font-size: 42px;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .widget_layered_nav,
.woocommerce .widget_sortby_widget {
  margin: 20px 0;
}
.woocommerce .widget_layered_nav .widgettitle,
.woocommerce .widget_sortby_widget .widgettitle {
  font-family: 'latoregular';
  padding: 15px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  background-image: url('../images/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
  border-bottom: 1px solid #C9C9C9;
  cursor: pointer;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_sortby_widget ul li {
  margin-bottom: 5px;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_sortby_widget ul li a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.woocommerce .widget_layered_nav ul li .count,
.woocommerce .widget_sortby_widget ul li .count {
  display: none;
}
.woocommerce .widget_layered_nav ul .wc-layered-nav-term a::before,
.woocommerce .widget_sortby_widget ul .wc-layered-nav-term a::before {
  margin-top: 6px;
  margin-right: 0.5em;
  background: none;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  float: left;
}
.woocommerce .widget_layered_nav ul .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_sortby_widget ul .woocommerce-widget-layered-nav-list__item--chosen a::before {
  background: #34404b;
  border-color: #34404b;
}
.woocommerce .clear-filters-btn {
  display: block;
  width: 100%;
  margin-top: 50px !important;
}
.woocommerce .shop-content {
  margin-top: 12px;
}
.woocommerce .shop-content .shop-sidebar {
  border-right: 1px solid #C9C9C9;
  padding: 0 40px 80px 0;
}
.woocommerce .shop-content .shop-sidebar #sidebar {
  padding-top: 40px;
}
.woocommerce .shop-content .shop-products {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}
.woocommerce .shop-content .shop-products .woocommerce-result-count {
  display: none;
}
.woocommerce .shop-content .shop-products .woocommerce-info {
  padding: 0;
  background: none;
  color: #34404b;
}
.woocommerce .shop-content .shop-products .woocommerce-info:before {
  content: '';
}
.woocommerce ul.products li.product a {
  text-align: center;
}
.woocommerce ul.products li.product a img {
  margin: auto;
  margin-bottom: 30px;
  max-height: 350px;
  height: 100%;
  width: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #7a7a7a;
  font-family: 'latoregular';
  font-size: 0.9em;
  letter-spacing: normal;
  font-weight: normal;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce ul.products li.product .price {
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #7a7a7a;
  font-weight: bold;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .price {
  color: #34404b;
}
.woocommerce div.product {
  margin-top: 40px;
  /* .product-section {
			clear: both;
			margin-bottom: 140px;
			background-size: 65% auto;
			background-repeat: no-repeat;
			background-position: center left;

			.text {
				width: 40%;
				float: right;
				margin: 160px 0;
				font-size: 15px;

				h3 {
					font-family: 'cardoregular';
					margin-bottom: 25px;
				}
				h4 {
					font-family: 'latoregular';
					margin-bottom: 25px;
					text-transform: uppercase;
				}
				ul {
					list-style: disc;
					margin-left: 25px;
					li {
						margin-bottom: 5px;
					}
				}
				p {
					margin-bottom: 10px;
				}
			}
		}

		.product-section.how-to-use {
			background-position: center right;

			.text {
				float: left;
			}
		} */
}
.woocommerce div.product div.summary {
  width: 50%;
  max-width: 550px;
  float: left;
  margin-bottom: 80px;
}
.woocommerce div.product div.summary .size {
  font-size: 14px;
  color: #34404b;
  margin-bottom: 5px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 42px;
  margin-bottom: 10px;
}
.woocommerce div.product div.summary span.price {
  color: #34404b;
}
.woocommerce div.product div.summary p.price {
  color: #34404b;
  font-size: 1.15em;
  margin-bottom: 15px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: 'latoregular';
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
  display: none;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p:first-child {
  display: block;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description .read-more-link {
  display: block;
  color: #7a7a7a;
  opacity: 0;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description .read-more-link.visible {
  opacity: 1;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description .read-more-link:hover {
  color: #34404b;
}
.woocommerce div.product div.summary .active-ingredients,
.woocommerce div.product div.summary .skin-type {
  margin-bottom: 25px;
  border-bottom: 1px solid #34404b;
  padding-bottom: 12px;
}
.woocommerce div.product div.summary .active-ingredients h4,
.woocommerce div.product div.summary .skin-type h4 {
  font-family: 'latoregular';
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.woocommerce div.product div.summary .active-ingredients p,
.woocommerce div.product div.summary .skin-type p {
  font-size: 14px;
}
.woocommerce div.product div.summary .active-ingredients.popup,
.woocommerce div.product div.summary .skin-type.popup {
  background-image: url('../images/plus-icon.png');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center right;
}
.woocommerce div.product div.summary .product-info-popup {
  display: none;
  background: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 1000px;
  max-width: 95%;
  left: 50%;
  padding: 40px;
  z-index: 60;
}
.woocommerce div.product div.summary .product-info-popup .close-button {
  position: absolute;
  top: 50px;
  right: 40px;
  opacity: 0.7;
  cursor: pointer;
}
.woocommerce div.product div.summary .product-info-popup .close-button img {
  width: 19px;
}
.woocommerce div.product div.summary .product-info-popup .close-button:hover {
  opacity: 1;
}
.woocommerce div.product div.summary .product-info-popup .content {
  width: 600px;
  max-width: 90%;
  margin: auto;
  font-size: 14px;
  margin-top: 50px;
}
.woocommerce div.product div.summary .product-info-popup .content h4 {
  font-family: 'latoregular';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .product-info-popup .content p {
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .product-info-popup .content .sub-text {
  font-size: 11px;
  margin-top: 30px;
}
.woocommerce div.product div.summary .product-info-popup-bg {
  display: none;
  cursor: pointer;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 50;
}
.woocommerce div.product form.cart {
  margin-top: 40px;
}
.woocommerce div.product form.cart div.quantity {
  display: none;
}
.woocommerce div.product form.cart .button {
  text-transform: uppercase;
  color: #7a7a7a;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #7a7a7a;
  padding: 15px 40px;
  height: 50px;
  font-family: 'latobold';
  font-weight: 400;
  background: #fff;
  width: 45%;
}
.woocommerce div.product form.cart .button:hover {
  color: #fff;
  background: #34404b;
  border-color: #34404b;
}
.woocommerce div.product form.cart .find-clinic-button {
  float: right;
  width: 50%;
}
.woocommerce div.product div.images {
  float: right;
}
.woocommerce div.product div.images .fa-camera {
  display: none;
}
.woocommerce div.product div.images #wpis-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce div.product div.images .wpis-slider-nav {
  opacity: 0;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce div.product div.images .wpis-slider-nav.visible {
  opacity: 1;
}
.woocommerce div.product div.images .slick-slide {
  outline: none !important;
}
.woocommerce div.product div.images img {
  margin: auto;
  max-height: 500px;
  width: auto;
  outline: none !important;
}
.woocommerce div.product .product-section {
  clear: both;
  margin-bottom: 140px;
  background-size: 65% auto;
  background-repeat: no-repeat;
  background-position: center left;
}
.woocommerce div.product .product-section .image {
  display: inline-block;
  width: 55%;
}
.woocommerce div.product .product-section .text {
  width: 45%;
  float: right;
  margin: 80px 0 0;
  font-size: 15px;
  padding-left: 25px;
}
.woocommerce div.product .product-section .text h3 {
  font-family: 'cardoregular';
  margin-bottom: 25px;
}
.woocommerce div.product .product-section .text h4 {
  font-family: 'latoregular';
  margin-bottom: 25px;
  text-transform: uppercase;
}
.woocommerce div.product .product-section .text ul {
  list-style: disc;
  margin-left: 25px;
}
.woocommerce div.product .product-section .text ul li {
  margin-bottom: 5px;
}
.woocommerce div.product .product-section .text p {
  margin-bottom: 10px;
}
.woocommerce div.product .product-section.how-to-use .text {
  float: left;
  padding-left: 0;
  padding-right: 25px;
}
.woocommerce .related,
.woocommerce .upsells {
  clear: both;
  padding-top: 30px;
  margin-bottom: 100px;
  text-align: center;
}
.woocommerce .related h2,
.woocommerce .upsells h2 {
  margin-bottom: 80px;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.cart td.actions {
  padding: 20px 0;
}
.woocommerce table td:before {
  display: none;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}
.woocommerce form.login .woocommerce-form__label-for-checkbox,
.woocommerce form.register .woocommerce-form__label-for-checkbox {
  float: right;
}
.woocommerce.single-product #sidebar {
  display: none;
}
.woocommerce-account .heading-section {
  text-align: center;
  margin-top: 40px;
}
.woocommerce-account .heading-section h1 {
  font-size: 42px;
}
.woocommerce-account .woocommerce > .container {
  max-width: 900px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid #C9C9C9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #7a7a7a;
  padding: 10px 15px;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #34404b;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #34404b;
  border-bottom: 2px solid #34404b;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: 50px 0;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: 45%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  padding: 0;
  position: static;
  height: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  text-transform: capitalize;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #34404b;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content form legend {
  font-family: 'cardoregular';
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row span {
  font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
  margin-top: 30px;
}
.woocommerce-account #customer_login {
  margin-top: 40px;
}
.woocommerce-account #customer_login h2 {
  font-family: 'cardoregular';
  font-size: 28px;
}
.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
#sidebar_toggle {
  display: none;
}
/*Order Complete Page */
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-family: 'latoregular';
  font-weight: 400;
  font-size: 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  color: black;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  font-size: 16px;
  text-transform: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 16px 12px 16px 0;
}
.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  font-size: 14px;
}
@media (max-width: 1084px) {
  .woocommerce .restricted_product div.product div.images:after {
    width: 120px;
    height: 120px;
  }
  .shop-wrapper {
    margin-top: 120px;
  }
  .woocommerce .widget_product_categories .product-categories li a {
    font-size: 16px;
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    padding: 6px 10px;
    font-size: 11px;
  }
  .single-product .shop-wrapper {
    margin-top: 140px;
  }
  .woocommerce div.product div.summary {
    padding-left: 48px;
  }
  .woocommerce .shop-content .shop-sidebar {
    padding: 30px;
  }
  .woocommerce div.product .product-section {
    clear: both;
    margin-bottom: 80px;
  }
  .woocommerce div.product .product-section .text {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce div.product .product-section.how-to-use .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce ul.products li.product a img.restricted_logo {
    position: absolute;
    top: 10%;
    left: unset;
    right: 0;
    width: 30%;
    height: auto;
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .woocommerce .restricted_product div.product div.images:after {
    top: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
  .single-product .shop-wrapper {
    margin-top: 91px;
  }
  .woocommerce .woocommerce-products-header {
    margin-bottom: 0;
  }
  .woocommerce .quantity .qty {
    color: #34404b;
    width: auto;
    text-align: right;
  }
  .woocommerce a.remove {
    display: inline-block;
  }
  .woocommerce .shop-content .shop-sidebar {
    border: 0;
    padding: 30px 30px 0;
  }
  .woocommerce .shop-content .shop-sidebar #sidebar {
    padding-bottom: 30px;
  }
  .woocommerce .shop-content .shop-products {
    padding: 80px 30px;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .woocommerce .shop-content .shop-products.out_viewport {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .woocommerce div.product div.summary {
    max-width: 100%;
  }
  .woocommerce div.product div.images #wpis-gallery {
    padding: 0 15px;
  }
  .woocommerce div.product .product-section .text {
    margin: 0;
  }
  .woocommerce div.product form.cart .button {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
@media (max-width: 769px) {
  .woocommerce ul.products li.product a:hover img.restricted_logo {
    opacity: 1;
  }
  .ywgc_enter_code .form-row {
    width: 100% !important;
  }
  .ywgc_enter_code input[type="submit"] {
    width: 100%;
  }
  #sidebar_toggle {
    color: white;
    border-radius: 30px;
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #34404b;
    width: 50px;
    height: 50px;
    z-index: 50;
    cursor: pointer;
    font-size: 25px;
    -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #sidebar_toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
  }
  .checkout-button {
    margin-top: 20px !important;
  }
  .woocommerce table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tr td.product-subtotal {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-name {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity {
    width: 40%;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity div {
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity input {
    max-width: 50px;
    float: right;
  }
  .woocommerce table.shop_table_responsive tr td.product-price {
    width: 40%;
    text-align: left !important;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove {
    width: 20%;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td label.screen-reader-text {
    position: relative !important;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal {
    display: table-row !important;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal th {
    display: table-row;
  }
  .woocommerce .shop-content .shop-products {
    width: 100%;
  }
  .woocommerce .shop-content .shop-sidebar {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    height: auto;
    bottom: 0;
    overflow: scroll;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .woocommerce .shop-content .shop-sidebar.in_viewport {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .woocommerce .woocommerce-products-header {
    padding-top: 0;
  }
  .woocommerce .woocommerce-products-header h1 {
    font-size: 34px;
  }
  .woocommerce .woocommerce-products-header .term-description {
    font-size: 15px;
    color: #7a7a7a;
  }
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
  .woocommerce div.product {
    margin-top: 0;
  }
  .woocommerce div.product div.images {
    width: 100%;
    display: block;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-top: 0 !important;
  }
  .woocommerce div.product div.summary {
    width: 100%;
    float: none;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .woocommerce div.product div.summary .product_title {
    font-size: 34px;
  }
  .woocommerce div.product div.summary .product-info-popup {
    left: 2.5%;
    margin-left: 0;
    padding: 0 10px 20px;
    top: 1%;
    height: auto;
    bottom: 1%;
    overflow-y: scroll;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0% 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .woocommerce div.product div.summary form.cart .button {
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce div.product .product-section {
    background: none !important;
    padding: 0 30px;
    margin-bottom: 50px;
    margin-bottom: 20px;
  }
  .woocommerce div.product .product-section .image {
    width: 100%;
  }
  .woocommerce div.product .product-section .text {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
  .woocommerce div.product .product-section.how-to-use {
    background: none !important;
  }
  .woocommerce .related,
  .woocommerce .upsells {
    margin-bottom: 0;
  }
  .woocommerce .related ul.products li,
  .woocommerce .upsells ul.products li {
    width: 100% !important;
    margin-bottom: 0;
  }
  /* .woocommerce */
}
/* (max-width: 768px) */
@media (max-width: 600px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    float: none !important;
  }
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0;
  position: relative;
  top: -60px;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.bx-wrapper .bx-pager a {
  background: none;
  border: 1px solid #fff;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  margin-bottom: 20px !important;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
}
.bx-wrapper .bx-pager a.active {
  background: #fff;
  border: 1px solid #fff;
}
.faqs {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.faqs .question,
.faqs .answer {
  display: block;
  float: left;
  width: calc(100% - 22px);
  margin-left: 22px;
  display: inline-block;
}
.faqs .question {
  font-family: 'latoheavy';
}
.faqs .question:before {
  display: inline-block;
  content: "Q.";
  font-family: 'latoheavy';
  position: absolute;
  left: 0;
}
.faqs .answer:before {
  display: inline-block;
  content: "A.";
  font-family: 'latoheavy';
  position: absolute;
  left: 0;
}
.content-page .intro-section {
  max-width: 780px;
  margin: 60px auto 120px;
}
.content-page .intro-section h1 {
  font-size: 40px;
}
.content-page .intro-section p {
  font-size: 15px;
  font-family: 'latoregular';
  margin-bottom: 10px;
}
.content-page .content-rows .content-row .text {
  padding: 0 8%;
}
.content-page .content-rows .content-row .text h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.content-page .content-rows .content-row .text p {
  font-family: 'latoregular';
  font-size: 15px;
  margin-bottom: 20px;
}
.content-rows li {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-rows li .text,
.content-rows li .image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.content-rows li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-rows li .text,
  .content-rows li .image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .content-rows .text {
    margin: 40px 0;
  }
  .content-rows li:nth-of-type(odd) {
    flex-direction: unset;
  }
}
.locations-page,
.treatments-map {
  position: relative;
  margin-top: 158px;
}
.locations-page .location-text,
.treatments-map .location-text {
  margin-top: 80px;
}
.locations-page .zoom,
.treatments-map .zoom {
  position: absolute;
  top: 50%;
  right: 3.2%;
  margin-top: -86px;
  z-index: 9;
}
.locations-page .zoom li,
.treatments-map .zoom li {
  width: 51px;
  height: 51px;
  display: block;
  margin: 20px 0px;
  text-indent: -999999px;
  cursor: pointer;
  background: url(../images/map-controls.png) no-repeat center -7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .locations-page .zoom li,
  .treatments-map .zoom li {
    background: url(../images//map-controlsx2.png) no-repeat center -7px;
    background-size: 60px 160px;
  }
}
.locations-page .zoom #zoom_minus,
.treatments-map .zoom #zoom_minus {
  background-position: center -102px;
}
.locations-page .locations-content,
.treatments-map .locations-content {
  overflow-y: scroll;
  height: 776px;
  padding-right: 80px;
}
.locations-page .locations-content h4,
.treatments-map .locations-content h4 {
  font-family: 'latoregular';
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.locations-page .locations-content h1,
.treatments-map .locations-content h1 {
  font-size: 40px;
}
.locations-page .locations-content p,
.treatments-map .locations-content p {
  margin-bottom: 20px;
  font-size: 14px;
}
.locations-page .locations-content .level-content,
.treatments-map .locations-content .level-content {
  width: 100%;
}
.locations-page .locations-content .search-box,
.treatments-map .locations-content .search-box {
  position: relative;
}
.locations-page .locations-content .search-box input[type="text"],
.treatments-map .locations-content .search-box input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
  padding: 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
  font-weight: normal;
  font-family: 'latoregular';
}
.locations-page .locations-content .search-box input[type="text"]::placeholder,
.treatments-map .locations-content .search-box input[type="text"]::placeholder {
  color: #34404b;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.4;
  font-weight: normal;
  font-family: 'latoregular';
}
.locations-page .locations-content .search-box button[type="submit"],
.treatments-map .locations-content .search-box button[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  width: 23px;
  padding: 3px;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  opacity: 0.5;
  background: none;
}
.locations-page .locations-content .search-box button[type="submit"] img,
.treatments-map .locations-content .search-box button[type="submit"] img {
  width: 17px;
}
.locations-page .locations-content .search-box button[type="submit"]:hover,
.treatments-map .locations-content .search-box button[type="submit"]:hover {
  opacity: 1;
}
.locations-page .locations-content .search-box .regions,
.treatments-map .locations-content .search-box .regions {
  margin-top: 30px;
}
.locations-page .locations-content .search-box .regions .region,
.treatments-map .locations-content .search-box .regions .region {
  font-size: 15px;
  margin-right: 40px;
  float: left;
}
.locations-page .locations-content .search-box .regions .region:before,
.treatments-map .locations-content .search-box .regions .region:before {
  margin-top: 5px;
  margin-right: 0.5em;
  background: none;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  float: left;
}
.locations-page .locations-content .search-box .regions .region:last-child,
.treatments-map .locations-content .search-box .regions .region:last-child {
  margin-right: 0;
}
.locations-page .locations-content .search-box .regions .region.active:before,
.treatments-map .locations-content .search-box .regions .region.active:before {
  background: #C9C9C9;
}
.locations-page .locations-content .location-result,
.treatments-map .locations-content .location-result {
  margin: 50px 0 60px;
  display: none;
}
.locations-page .locations-content .location-result .location-scroll .location,
.treatments-map .locations-content .location-result .location-scroll .location {
  display: none;
}
.locations-page .locations-content .location-result .location-scroll .location h3,
.treatments-map .locations-content .location-result .location-scroll .location h3 {
  font-size: 28px;
  margin: 20px 0;
}
.locations-page .locations-content .location-result .location-scroll .location p,
.treatments-map .locations-content .location-result .location-scroll .location p {
  margin-bottom: 5px;
}
.locations-page .locations-content .location-result .location-scroll .location .telephone,
.treatments-map .locations-content .location-result .location-scroll .location .telephone {
  margin-bottom: 15px;
}
.locations-page .locations-content .location-result .location-scroll .location .telephone strong,
.treatments-map .locations-content .location-result .location-scroll .location .telephone strong {
  margin-right: 10px;
}
.locations-page .locations-content .location-result .location-scroll .location .website,
.treatments-map .locations-content .location-result .location-scroll .location .website {
  font-weight: bold;
}
.locations-page .locations-content .location-result .location-scroll .location.active,
.treatments-map .locations-content .location-result .location-scroll .location.active {
  display: block;
}
.locations-page .map,
.treatments-map .map {
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
}
.locations-page .map #map_canvas,
.treatments-map .map #map_canvas {
  width: 100%;
  height: 110%;
}
.page-template-template-locations footer {
  margin-top: 12px;
}
.treatments-map {
  background-color: #F5F5F5;
}
.treatments-map .columns {
  margin-bottom: 0 !important;
}
.treatments-map .locations-content {
  padding: 0 40px;
  max-width: 750px;
  margin: 0 auto 0;
}
.treatments-map .search-box input[type="text"] {
  background-color: transparent;
  border-bottom: solid 2px #34404b;
}
@media (max-width: 1084px) {
  .locations-page .container {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .locations-page .locations-content,
  .treatments-map .locations-content {
    height: 600px;
  }
  .locations-page .map,
  .treatments-map .map {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .page-template-template-locations footer {
    margin-top: 0px;
  }
  .locations-page,
  .treatments-map {
    margin-bottom: 0;
  }
  .locations-page .container,
  .treatments-map .container {
    padding: 0;
  }
  .locations-page .heading-section h1,
  .treatments-map .heading-section h1 {
    font-size: 36px;
    float: none;
    text-align: center;
  }
  .locations-page .locations-content,
  .treatments-map .locations-content {
    height: auto;
    padding: 0 30px 30px;
  }
  .locations-page .locations-content .location-result,
  .treatments-map .locations-content .location-result {
    margin-top: 50px;
  }
  .locations-page .map,
  .treatments-map .map {
    position: relative;
    height: 500px;
    width: 100%;
  }
}
/* (max-width: 768px) */
.locations-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.locations-modal {
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.locations-modal.active {
  visibility: visible;
  opacity: 1;
}
.locations-modal .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1150px;
  max-height: 700px;
  width: 100%;
  height: 100%;
}
.locations-modal .columns {
  height: 100%;
  overflow: scroll;
}
.locations-modal .column {
  padding: 30px 50px 0;
  height: 100%;
}
.locations-modal svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  z-index: 1;
  cursor: pointer;
}
.locations-modal svg path {
  fill: grey;
}
.locations-modal .locations-page {
  height: 100%;
  background-color: white;
  margin-top: 0;
}
.locations-modal .locations-page .locations-content {
  height: calc(100%);
}
.locations-modal .locations-page .map {
  height: calc(100%);
}
.locations-modal .locations-page .container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.locations-modal .locations-page .location-text {
  margin-top: 20px;
}
.locations-modal .locations-page .locations-content {
  padding-right: 0;
}
@media (max-width: 960px) {
  .locations-modal .locations-page .locations-content {
    padding: 30px;
    height: auto;
  }
  .locations-modal .locations-page .map {
    height: calc(50vh - 0px);
  }
}
@media (max-width: 768px) {
  .locations-modal {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .locations-modal .container {
    overflow: scroll;
  }
  .locations-modal .column {
    padding: 0px 20px 0;
  }
  .locations-modal .locations-page {
    overflow: scroll;
  }
  .locations-modal .location-text {
    margin-top: 20px;
  }
  .locations-modal .location-text p {
    display: none;
  }
}
/* (max-width: 768px) */
.news-page {
  margin-top: 220px;
}
.news-page .heading-section {
  margin: 80px 0 100px;
}
.news-page .heading-section h1 {
  font-size: 40px;
  float: left;
}
.news-page .heading-section .news-filter {
  float: right;
}
.news-page .heading-section .news-filter select {
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  text-align: left;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #7a7a7a;
  padding: 15px 20px;
  min-width: 160px;
  height: 50px;
  font-family: 'latobold';
  background-color: #fff;
  background-image: url('../images/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 20px;
  outline: none;
}
.news-page .heading-section .news-filter select:hover {
  cursor: pointer;
  color: #34404b;
  border-color: #34404b;
}
.news-page .background_image {
  background-position: center center !important;
  background-size: cover !important;
}
.news-page .content-section {
  clear: both;
  margin: 80px 0 160px;
}
.news-page .content-section .news-list.row li:nth-of-type(1) {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.news-page .content-section .news-list.row li:nth-of-type(1) img {
  height: 400px;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 {
  margin-bottom: 2rem;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a {
  display: block;
  position: relative;
  line-height: 0;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a img {
  width: 100%;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a .hover {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  background: rgba(52, 64, 75, 0.8);
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a .hover h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a .hover .category,
.news-page .content-section .news-list.row .news-article.col-xs-12 a .hover .date {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'latoregular';
  font-size: 13px;
  letter-spacing: 0.5px;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a .hover .category {
  bottom: auto;
  right: auto;
  top: 20px;
  left: 30px;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 a:hover .hover {
  opacity: 1;
}
.news-page .content-section .news-list.row .news-article.col-xs-12 .mobile-text {
  display: none;
}
.news-page .content-section .news-list.row .full-width {
  width: 100%;
}
.news-article-page .container {
  max-width: 1000px;
  padding: 0 20px;
}
.news-article-page .banner-image img {
  position: relative;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.news-article-page .heading-section {
  margin: 50px 0 110px 0;
  text-align: center;
}
.news-article-page .heading-section h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.news-article-page .heading-section .date {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.news-article-page .heading-section .intro-text {
  width: 750px;
  max-width: 95%;
  margin: auto;
  margin-top: 50px;
  font-size: 15px;
}
.news-article-page .content-section {
  margin-bottom: 150px;
}
.news-article-page .content-section img.size-full {
  width: 100%;
}
.news-article-page .content-section p {
  margin-bottom: 30px;
  font-size: 14px;
}
.news-article-page .content-section .content-rows .content-row .column:first-child {
  padding: 80px 30px 80px 15px;
}
.news-article-page .content-section .content-rows .content-row .column:last-child {
  padding: 80px 15px 80px 30px;
}
@media (max-width: 1084px) {
  .news-page .heading-section {
    padding: 0 15px;
  }
  .news-page .content-section {
    padding: 0;
    margin-bottom: 0;
  }
  .news-page .content-section .news-list.row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .news-page {
    margin-top: 120px;
  }
  .news-page .heading-section {
    margin: 0;
    text-align: center;
  }
  .news-page .heading-section h1 {
    float: none;
  }
  .news-page .heading-section .news-filter {
    display: none;
  }
  .news-page .content-section {
    margin: 80px 0;
  }
  .news-page .content-section .news-list .news-article {
    height: auto;
    overflow: hidden;
  }
  .news-page .content-section .news-list .news-article a .hover {
    opacity: 1 !important;
    position: relative;
    text-align: center;
    background: transparent;
    padding: 2rem 0;
  }
  .news-page .content-section .news-list .news-article a .hover p.category {
    position: relative;
    color: #34404b;
    top: 0;
    left: 0;
    margin-bottom: 1rem;
  }
  .news-page .content-section .news-list .news-article a .hover p.date {
    position: relative;
    bottom: 0;
    right: 0;
    color: #34404b;
  }
  .news-page .content-section .news-list .news-article a .hover h3 {
    color: #34404b;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .news-article-page .heading-section {
    text-align: center;
  }
  .news-article-page .heading-section h1 {
    font-size: 36px;
  }
  .news-article-page .heading-section .intro-text {
    margin-top: 30px;
    max-width: 100%;
  }
  .news-article-page .content-section {
    margin-bottom: 50px;
  }
  .news-article-page .content-section p {
    margin-bottom: 40px;
  }
  .news-article-page .content-section .content-rows .content-row p {
    margin-bottom: 30px;
  }
  .news-article-page .content-section .content-rows .content-row .column {
    padding: 0 40px !important;
  }
}
/* (max-width: 768px) */
.blank-page {
  padding: 0 15px 50px;
  margin: 220px 0 80px;
  color: #34404b;
}
.blank-page .heading-section {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 620px;
}
.blank-page .heading-section h1 {
  font-size: 44px;
}
.blank-page .content-section {
  margin: 100px 0 200px;
}
.blank-page .content-section p {
  margin-bottom: 20px;
}
.blank-page .content-section ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.blank-page .content-section ol li {
  list-style-position: outside;
}
.blank-page .content-section ul,
.blank-page .content-section ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.default-page {
  margin-top: 200px;
}
.default-page .heading-section {
  text-align: center;
}
.default-page .heading-section h1 {
  margin-bottom: 100px;
}
.default-page .container,
.default-page .content-section {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.default-page .woocommerce .woocommerce-order-details {
  margin-bottom: 4rem;
}
.woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .blank-page {
    margin: 100px 0 0;
  }
  .blank-page .heading-section {
    margin: 0 auto;
  }
  .blank-page .heading-section h1 {
    font-size: 24px;
  }
  .blank-page .content-section {
    margin: 50px 0 0;
  }
  .default-page {
    margin-top: 120px;
  }
  .default-page .heading-section h1 {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .default-page h1,
  .default-page h2,
  .default-page h3 {
    font-size: 20px;
  }
}
.fancybox-slide {
  padding: 0 !important;
}
.about-page,
.content-page,
.treatment-page {
  margin-top: 160px;
}
.about-page .top-banner,
.content-page .top-banner,
.treatment-page .top-banner {
  flex-direction: row-reverse;
}
.about-page .top-banner .text,
.content-page .top-banner .text,
.treatment-page .top-banner .text {
  width: 50%;
  float: left;
  padding: 0 10%;
}
.about-page .top-banner .text h2,
.content-page .top-banner .text h2,
.treatment-page .top-banner .text h2 {
  font-family: 'cardoregular';
}
.about-page .top-banner .image,
.content-page .top-banner .image,
.treatment-page .top-banner .image {
  width: 50%;
  float: right;
}
.about-page .top-banner .image img,
.content-page .top-banner .image img,
.treatment-page .top-banner .image img {
  height: 80vh;
  object-fit: cover;
}
.about-page .intro-section,
.content-page .intro-section,
.treatment-page .intro-section {
  margin: 140px auto;
  text-align: center;
}
.about-page .intro-section p,
.content-page .intro-section p,
.treatment-page .intro-section p {
  width: 80%;
  margin: auto;
}
.about-page .content-rows .content-row,
.content-page .content-rows .content-row,
.treatment-page .content-rows .content-row {
  clear: both;
  margin-bottom: 100px;
}
.about-page .content-rows .content-row .text,
.content-page .content-rows .content-row .text,
.treatment-page .content-rows .content-row .text {
  padding: 0 8%;
  width: 50%;
}
.about-page .content-rows .content-row .text h4,
.content-page .content-rows .content-row .text h4,
.treatment-page .content-rows .content-row .text h4 {
  font-family: 'latoregular';
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.about-page .content-rows .content-row .text h5,
.content-page .content-rows .content-row .text h5,
.treatment-page .content-rows .content-row .text h5 {
  font-family: 'cardoregular';
  font-size: 20px;
}
.about-page .content-rows .content-row .text a,
.content-page .content-rows .content-row .text a,
.treatment-page .content-rows .content-row .text a {
  margin-top: 20px;
  float: left;
  text-transform: uppercase;
  color: #34404b;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 45px;
  height: 50px;
  font-family: 'latobold';
  font-weight: 400;
  border: solid 1px #34404b;
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.about-page .content-rows .content-row .text a:hover,
.content-page .content-rows .content-row .text a:hover,
.treatment-page .content-rows .content-row .text a:hover {
  color: #fff;
  background: #34404b;
  border-color: #34404b;
}
.about-page .content-rows .content-row .images-wrap,
.content-page .content-rows .content-row .images-wrap,
.treatment-page .content-rows .content-row .images-wrap {
  width: 50%;
}
.about-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a,
.content-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a,
.treatment-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a {
  border-color: #f5f5f5;
}
.about-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a.active,
.content-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a.active,
.treatment-page .content-rows .content-row .images-wrap .bx-wrapper .bx-pager a.active {
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.about-page .content-rows .content-row .bx-wrapper,
.content-page .content-rows .content-row .bx-wrapper,
.treatment-page .content-rows .content-row .bx-wrapper {
  position: relative;
}
.about-page .content-rows .content-row .bx-controls,
.content-page .content-rows .content-row .bx-controls,
.treatment-page .content-rows .content-row .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.about-page .content-rows .content-row .bx-controls .bx-pager,
.content-page .content-rows .content-row .bx-controls .bx-pager,
.treatment-page .content-rows .content-row .bx-controls .bx-pager {
  top: 0;
}
.about-page .content-rows .content-row .image,
.content-page .content-rows .content-row .image,
.treatment-page .content-rows .content-row .image {
  width: 50%;
}
.video-row {
  width: 100%;
  position: relative;
}
.video-row a {
  display: block;
  line-height: 0;
}
.video-row img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.video-row .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.treatment-page .top-banner {
  margin-bottom: 80px;
}
.treatment-page .top-banner .button {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .about-page {
    margin-top: 146px;
  }
  .about-page .top-banner {
    margin-bottom: 3rem;
  }
  .video-row iframe {
    height: 485px;
  }
}
@media (max-width: 960px) {
  .video-row iframe {
    height: 485px;
  }
}
@media (max-width: 768px) {
  .about-page,
  .content-page,
  .treatment-page {
    margin-top: 120px;
  }
  .about-page .top-banner,
  .content-page .top-banner,
  .treatment-page .top-banner {
    margin-bottom: 0;
  }
  .about-page .top-banner .text,
  .content-page .top-banner .text,
  .treatment-page .top-banner .text {
    margin-top: 60px;
    width: 100%;
    float: none;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .about-page .top-banner .image,
  .content-page .top-banner .image,
  .treatment-page .top-banner .image {
    width: 100%;
    float: none;
  }
  .about-page .top-banner .image img,
  .content-page .top-banner .image img,
  .treatment-page .top-banner .image img {
    height: 50vh;
    object-fit: cover;
  }
  .about-page .intro-section,
  .content-page .intro-section,
  .treatment-page .intro-section {
    margin: 80px 0 90px;
  }
  .about-page .intro-section h1,
  .content-page .intro-section h1,
  .treatment-page .intro-section h1 {
    font-size: 36px;
  }
  .about-page .intro-section p,
  .content-page .intro-section p,
  .treatment-page .intro-section p {
    font-size: 16px;
  }
  .about-page .content-rows .content-row,
  .content-page .content-rows .content-row,
  .treatment-page .content-rows .content-row {
    margin-bottom: 20px;
  }
  .about-page .content-rows .content-row .image,
  .content-page .content-rows .content-row .image,
  .treatment-page .content-rows .content-row .image {
    width: 100%;
  }
  .about-page .content-rows .content-row .text,
  .content-page .content-rows .content-row .text,
  .treatment-page .content-rows .content-row .text {
    padding: 0 30px;
    width: 100%;
  }
  .about-page .content-rows .content-row .text h4,
  .content-page .content-rows .content-row .text h4,
  .treatment-page .content-rows .content-row .text h4 {
    font-family: 'latoregular';
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .about-page .content-rows .content-row .text p,
  .content-page .content-rows .content-row .text p,
  .treatment-page .content-rows .content-row .text p {
    font-family: 'cardoregular';
    font-size: 15px;
  }
  .about-page .content-rows .content-row .text:first-child,
  .content-page .content-rows .content-row .text:first-child,
  .treatment-page .content-rows .content-row .text:first-child {
    margin-bottom: 50px;
  }
  .about-page .content-rows .content-row .images-wrap,
  .content-page .content-rows .content-row .images-wrap,
  .treatment-page .content-rows .content-row .images-wrap {
    width: 100%;
  }
  .treatment-page {
    margin-top: 91px;
  }
  .page-template-template-treatment .treatment-page {
    margin-top: 120px;
  }
}
/* (max-width: 768px) */
.ingredients-page {
  margin-top: 200px;
}
.ingredients-page .heading {
  margin: 40px 0 50px;
  text-align: center;
}
.ingredients-page .heading h2 {
  text-transform: none;
}
.ingredients-page .letters ul {
  margin: 0;
  text-align: center;
}
.ingredients-page .letters ul li {
  display: inline-block;
  margin: 0 5px;
}
.ingredients-page .letters ul li a {
  font-size: 18px;
  padding: 0 5px 3px;
}
.ingredients-page .letters ul li a.active,
.ingredients-page .letters ul li a:hover {
  border-bottom: 2px solid #34404b;
}
.ingredients-page .tags-list {
  text-align: center;
  margin-top: 70px;
}
.ingredients-page .tags-list .tag-name h4 {
  font-size: 28px;
  margin-bottom: 15px;
}
.ingredients-page .tags {
  margin: 110px 0 100px;
}
.ingredients-page .tags .product-tag {
  display: none;
}
.ingredients-page .tags .product-tag .left {
  float: left;
  width: 45%;
  text-align: center;
}
.ingredients-page .tags .product-tag .right {
  float: right;
  width: 45%;
  padding-top: 20px;
}
.ingredients-page .tags .product-tag .right .button {
  margin-top: 60px;
}
.ingredients-page .tags .product-tag h2 {
  clear: both;
  max-width: 400px;
  margin: 40px auto 80px;
  text-align: center;
}
.ingredients-page .tags .product-tag .woocommerce {
  width: 100%;
}
@media (max-width: 768px) {
  .ingredients-page {
    margin-top: 120px;
  }
}
/* (max-width: 768px) */
.page-id-891 .content-page {
  margin-top: 200px;
  /* Checkout Styling */
}
.page-id-891 .content-page .woocommerce .ywgc-preview {
  display: none;
}
.page-id-891 .content-page .woocommerce .wpis-slider-nav {
  display: none;
}
.page-id-891 .content-page .woocommerce div.images img {
  max-height: 100% !important;
  margin-top: 50px !important;
}
.page-id-891 .content-page .woocommerce .ywgc-editor-section-title {
  display: none;
}
.page-id-891 .content-page .ywgc-card-code {
  padding: 0;
  border: none;
  color: #34404b;
}
#product-886 .gift-card-preview {
  display: none !important;
}
#product-886 div.images {
  display: block !important;
}
*::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: capitalize;
  opacity: 1;
  /* Firefox */
}
*:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: capitalize;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  text-transform: capitalize;
}
.woocommerce .product-type-gift-card .ywgc-editor-section-title {
  display: none;
}
.woocommerce .product-type-gift-card label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'latoregular';
}
.woocommerce .product-type-gift-card tr,
.woocommerce .product-type-gift-card td,
.woocommerce .product-type-gift-card tbody,
.woocommerce .product-type-gift-card table {
  display: block;
  width: 100%;
}
.woocommerce .product-type-gift-card input,
.woocommerce .product-type-gift-card input[type="email"],
.woocommerce .product-type-gift-card textarea {
  display: block;
  width: 100%;
  border: none !important;
  border-bottom: solid 1px #34404b !important;
  max-width: 100% !important;
  font-family: 'latoregular';
}
.woocommerce .product-type-gift-card input:focus,
.woocommerce .product-type-gift-card input[type="email"]:focus,
.woocommerce .product-type-gift-card textarea:focus {
  outline: none !important;
}
.woocommerce .product-type-gift-card textarea {
  height: 100px;
}
.woocommerce .product-type-gift-card button.button.alt,
.woocommerce .product-type-gift-card button.button.alt[disabled="disabled"] {
  color: #34404b !important;
}
.woocommerce .product-type-gift-card button.button.alt:hover,
.woocommerce .product-type-gift-card button.button.alt[disabled="disabled"]:hover {
  color: white !important;
}
.woocommerce .product-type-gift-card button.button.alt:disabled {
  background-color: transparent;
  color: #34404b;
}
.woocommerce .product-type-gift-card .ywgc-template {
  display: none;
}
.woocommerce .product-type-gift-card div.images {
  display: none;
}
.woocommerce .product-type-gift-card .gift-card-preview {
  display: inline-block;
  float: right;
  width: 50%;
  padding-left: 30px;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner {
  max-width: 450px;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.18);
}
.woocommerce .product-type-gift-card .gift-card-preview .inner .price {
  background-color: #34404b;
  text-align: center;
  color: white;
  padding: 50px 15px;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner .logo {
  width: 188px;
  height: 50px;
  background: url(../images/logo.png);
  background-size: 188px 50px;
  display: block;
  margin: 0 auto;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner .value {
  font-size: 50px;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner ul {
  padding: 20px;
  position: relative;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner li {
  display: block;
  border-bottom: 1px solid #AEB2B6;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  margin-left: 40px;
  min-height: 28px;
  line-height: 1.7;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner li:before {
  position: absolute;
  left: 6px;
}
.woocommerce .product-type-gift-card .gift-card-preview .inner li.to:before {
  content: "To: ";
}
.woocommerce .product-type-gift-card .gift-card-preview .inner li.from:before {
  content: "From: ";
}
.woocommerce .product-type-gift-card .gift-card-preview .inner li.note:before {
  content: "Note: ";
}
@media (max-width: 768px) {
  .woocommerce .product-type-gift-card .gift-card-preview {
    width: 90%;
    margin-left: 5%;
    float: left;
    padding-left: 0;
  }
  .woocommerce .product-type-gift-card .gift-card-preview .inner {
    margin: 50px auto;
  }
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.container-fluid.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}
.container-fluid.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1084px) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1224px) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.woocommerce-form-login-toggle .container {
  margin-bottom: 20px;
}
.woocommerce-checkout .default-page .container {
  padding: 0 !important;
  margin: 0;
  max-width: unset;
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  padding: 0;
  border: none;
}
.woocommerce-checkout .woocommerce-info {
  display: inline-block;
  background: transparent;
  color: #34404b;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-info a {
  color: #34404b;
  font-family: 'latobold';
}
.woocommerce-checkout .heading-section {
  border-bottom: solid 1px lightgrey;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}
.woocommerce-checkout .heading-section h1 {
  font-size: 42px;
  margin: 0 auto;
}
.woocommerce-checkout h3 {
  font-size: 24px;
  margin-top: 30px;
}
.woocommerce-checkout h3#ship-to-different-address {
  font-family: 'latomedium';
  font-size: 14px;
  margin-top: 20px;
}
.woocommerce-checkout h3#ship-to-different-address input {
  margin-right: 10px;
}
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
.woocommerce-checkout li.wc_payment_method {
  margin-bottom: 20px !important;
}
.woocommerce-checkout li.wc_payment_method .input-radio:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px black;
  background-color: white;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -5px;
}
.woocommerce-checkout li.wc_payment_method .input-radio:checked:before {
  content: "";
  background-color: black;
}
.woocommerce-checkout .payment_methods {
  padding: 1em 0 !important;
}
.woocommerce-checkout .payment_method_partpay p {
  display: none;
}
.woocommerce-checkout .methods img {
  max-width: 100px;
}
.woocommerce-checkout form .form-row {
  padding: 0;
  margin: 10px 0;
}
.woocommerce-checkout form .form-row label {
  font-size: 14px;
}
.woocommerce-checkout .input-checkbox {
  margin-left: 3px !important;
  outline: none !important;
}
.woocommerce-checkout .input-checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px black;
  background-color: white;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -5px;
}
.woocommerce-checkout .input-checkbox:checked:before {
  content: "";
  background-color: black;
}
.woocommerce-checkout #createaccount {
  display: inline-block !important;
  margin-left: 3px;
}
.woocommerce-checkout #createaccount:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px black;
  background-color: white;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -5px;
}
.woocommerce-checkout #createaccount:checked:before {
  content: "";
  background-color: black;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin: 8px 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: 8px 0;
}
.woocommerce-checkout .ywgc_have_code {
  margin: 20px 0;
}
.woocommerce-checkout #place_order {
  margin-top: 20px !important;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  background-color: transparent;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: transparent;
}
.woocommerce-checkout #payment div.payment_box #stripe-card-element {
  font-family: 'latoregular';
  width: 100%;
  height: 45px;
  padding: 10px 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-left: 0px !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  line-height: 1;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}
@media (max-width: 960px) {
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    width: 100% !important;
    display: block !important;
  }
}
