@charset "UTF-8";
/*!
Theme Name: StonyCreekAromatics
Theme URI: http://underscores.me/
Author: StonyCreekAromatics
Author URI: http://StonyCreekAromatics
Description: StonyCreekAromatics
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stonycreekaromatics
Template: flatsome
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #6C6B57;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #554939;
}

a.button:hover {
  text-decoration: none;
}

body {
  color: #554939;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #554939;
  font-family: "Montserrat", sans-serif;
}

.header .header-wrapper .header-top {
  background-color: #fdead3 !important;
}

.header .header-wrapper .header-top .flex-left,
.header .header-wrapper .header-top .flex-right {
  display: none;
}

.header .header-wrapper .header-top .flex-center {
  width: 100%;
}

.header .header-wrapper .header-cart-link .icon-shopping-cart {
  font-size: 14px;
}

.header .header-wrapper .header-cart-link .icon-shopping-cart::after {
  background-color: #6C6B57;
}

footer#footer .absolute-footer {
  padding: 15px 0;
}

footer#footer .absolute-footer ul {
  border: none;
}

footer#footer .col {
  padding-bottom: 0;
}

footer#footer .menu-footer-menu-container {
  padding: 10px 0;
}

button,
.btn,
.button {
  border-radius: 5px;
  font-weight: 400;
}

button.btn-primary,
.btn.btn-primary,
.button.btn-primary {
  background-color: #6C6B57;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

button.btn-primary:hover,
.btn.btn-primary:hover,
.button.btn-primary:hover {
  background-color: #554939;
}

button.is-xlarge,
.btn.is-xlarge,
.button.is-xlarge {
  line-height: 100%;
}

button.button-wide,
.btn.button-wide,
.button.button-wide {
  width: 100%;
}

.sca-call-to-action .col {
  margin-bottom: 30px;
}

.sca-call-to-action .cta-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

.sca-call-to-action .cta-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sca-call-to-action .cta-action .button {
  margin: 0;
  font-size: 18px;
}

.sca-product-category .box-text {
  padding: 10px 0;
}

.sca-product-category a:hover {
  text-decoration: none;
}

.sca-product-category .button.category-title {
  background-color: #6C6B57;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  width: 100%;
}

.sca-product-category .button.category-title:hover {
  background-color: #554939;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.sca-wpcf7-wrap {
  background: #6C6B57;
  padding: 20px;
}

.sca-wpcf7-wrap .contact-form-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Great Vibes", sans-serif !important;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sca-wpcf7-wrap .contact-form-title .main-title {
  position: relative;
}

.sca-wpcf7-wrap .contact-form-title .main-title:after {
  background-color: #fff;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sca-wpcf7-wrap .wpcf7 input.wpcf7-submit {
  background: #6C6B57;
  border: 2px solid #FEFDF8;
  border-radius: 5px;
  color: #FFFFFF;
}

.sca-wpcf7-wrap .wpcf7 input.wpcf7-submit:hover {
  background-color: #554939;
  border-color: #554939;
}

.sca-custom-title {
  color: #6C6B57;
}

.sca-custom-title h1,
.sca-custom-title h2,
.sca-custom-title h3,
.sca-custom-title h4,
.sca-custom-title h5,
.sca-custom-title h6 {
  font-family: "Great Vibes", sans-serif !important;
  color: #554939;
}

.sca-custom-title .section-title.section-title-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sca-custom-title .section-title.section-title-center .sca-custom-main-title {
  text-align: center;
}

.section-title b {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-form-register {
  border: 1px solid #707070;
  margin-top: 50px;
  padding: 30px 0 0;
}

.woocommerce-form-register fieldset {
  padding: 0;
}

.woocommerce-form-register .form-group {
  border-bottom: 1px solid #707070;
  padding: 30px;
}

.woocommerce-form-register .form-group.last {
  border: none;
}

.woocommerce-form-register .register-form-title {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.woocommerce-form-register .register-form-title .main-title {
  background-color: #fefdf7;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-form-register .register-form-title .main-title::after {
  background-color: #554939;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.woocommerce-form-register .register-group-title {
  font-size: 16px;
}

.woocommerce-form-register .form-row {
  text-align: center;
}

.woocommerce-form-register label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-form-register label.text-left {
  text-align: left;
}

.woocommerce-form-register label .optional {
  display: none;
}

.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="search"],
.woocommerce-form-register input[type="number"],
.woocommerce-form-register input[type="url"],
.woocommerce-form-register input[type="tel"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register select,
.woocommerce-form-register textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px;
  text-align: center;
}

.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="search"],
.woocommerce-form-register input[type="number"],
.woocommerce-form-register input[type="url"],
.woocommerce-form-register input[type="tel"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register select {
  height: 42px;
}

.woocommerce-form-register #reg_how_many_rooms {
  max-width: 175px;
}

.woocommerce-form-register .register-form-title {
  font-family: "Great Vibes", sans-serif !important;
  color: #554939;
}

.woocommerce-form-register .form-field p > span {
  margin-right: 15px;
}

.woocommerce-form-register .register-shipping-info {
  display: none;
}

.woocommerce-form-register .register-shipping-info.active {
  display: block;
}

.woocommerce-form-register .shipping-info-option .col {
  padding-bottom: 10px;
}

.woocommerce-form-register .shipping-info-option .btn-shipping-info {
  position: relative;
}

.woocommerce-form-register .shipping-info-option .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.woocommerce-form-register .shipping-info-option .option-input:checked::before {
  height: 40px;
  width: 100%;
  position: absolute;
  content: '';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}

.woocommerce-form-register .shipping-info-option .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #6C6B57;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.woocommerce-form-register .shipping-info-option .option-input.radio {
  border-radius: 0;
}

.woocommerce-form-register .shipping-info-option .option-input.radio::after {
  border-radius: 0;
}

.woocommerce-form-register .shipping-info-option .btn-shipping-info {
  border: 1px solid #6C6B57;
  color: #554939;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  text-align: center;
}

.woocommerce-form-register .shipping-info-option .btn-shipping-info.active {
  background-color: #6C6B57;
  color: #ffffff;
}

.woocommerce-form-register .shipping-info-option .btn-shipping-info:hover {
  background-color: #554939;
  color: #ffffff;
}

.woocommerce-form-register .terms-and-conditions label {
  text-align: left;
}

.woocommerce-form-register .terms-and-conditions .option-input {
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border: 1px solid #6C6B57;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.woocommerce-form-register .terms-and-conditions .option-input:hover {
  background: #9faab7;
}

.woocommerce-form-register .terms-and-conditions .option-input:checked {
  background: #554939;
}

.woocommerce-form-register .terms-and-conditions .option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.woocommerce-form-register .terms-and-conditions .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #554939;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.woocommerce-form-register .terms-and-conditions a:hover {
  text-decoration: underline;
}

.woocommerce-form-register #errorText {
  color: #9b3a3a;
  text-align: left;
}

.woocommerce-form-register #errorText label {
  color: #9b3a3a;
  text-transform: none;
  text-align: left;
}

.woocommerce-form-register .woocommerce-form-register__submit {
  background-color: #6C6B57;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.woocommerce-form-register .woocommerce-form-register__submit:hover {
  background-color: #554939;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="date"],
textarea {
  background: #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #554939;
  height: 51px;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
  background: #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #554939;
  height: 51px;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.wpcf7 input.wpcf7-submit {
  background: #6C6B57;
  border: 2px solid #FEFDF8;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.section-title-container.underline .section-title-main {
  position: relative;
}

.section-title-container.underline .section-title-main::after {
  background-color: #554939;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.section-title-container .section-title-center_underline {
  position: relative;
}

.section-title-container .section-title-center_underline .main-title {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.section-title-container .section-title-center_underline .main-title::after {
  background-color: #554939;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.section-title {
  font-weight: 400;
}

.header-top ul.nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top ul.nav > li > a {
  color: #6C6B57;
  font-size: 18px;
  padding: 0;
}

.header-top ul.nav > li > a:hover {
  color: #8d7b64;
}

.header-top ul.nav li.active a, .header-top ul.nav li.current-menu-item a {
  color: #554939;
}

.header-top ul.nav li a {
  color: #554939;
  font-size: 16px;
  text-transform: uppercase;
}

.header-top ul.nav li a::after {
  display: none;
}

.header-top ul.nav li a:hover {
  color: #8d7b64;
}

.header-top ul.nav li.cart-item .header-button a {
  background-color: #FEFDF8;
  font-size: 14px;
}

.header-top ul.nav ul.nav-dropdown a {
  font-size: 14px;
}

.product.product-small .box-text-products .button {
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

.product.product-small .box-text-products .button:hover {
  color: #fff;
}

.sca-account-document .group-document-name {
  border-bottom: 5px solid #707070;
  font-size: 18px;
  padding-bottom: 5px;
}

.sca-account-document .document-list-wrap {
  margin-bottom: 30px;
}

.sca-account-document .file-item {
  border-bottom: 1px solid #707070;
  padding: 10px 0;
}

.sca-account-document .file-item h3.document-title-name {
  font-size: 14px;
  margin: 0 0 15px;
}

.sca-account-document .file-item p {
  font-size: 14px;
}

table.shop_table thead th {
  border-bottom: 3px solid #707070;
}

table.shop_table .product-name h3 {
  font-size: 16px;
}

table.shop_table .product-quantity {
  text-align: center !important;
}

table.shop_table .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

table.shop_table .quantity input[type="button"] {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 600;
}

table.shop_table .quantity input[type="text"],
table.shop_table .quantity input[type="number"] {
  background: #FFFFFF;
  border-radius: 25px !important;
  font-size: 14px;
  font-weight: 400;
  color: #554939;
  height: 51px;
  margin-bottom: 0;
  text-align: center;
  min-width: 80px;
}

table.shop_table .product-price .amount {
  font-weight: 400;
}

table.shop_table .quick-buy-tool-action .button-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

table.shop_table .quick-buy-tool-action .continue-shopping {
  margin-right: 15px;
}

table.shop_table .quick-buy-tool-action .button {
  font-size: 18px;
  padding: 5px 25px;
  min-width: 120px;
  text-transform: uppercase;
}

table.shop_table .quick-buy-tool-action .button.button-add-to-cart {
  margin-right: 0;
}

.sca-flower-bg .section-content > .row {
  position: relative;
}

.sca-flower-bg .section-content > .row::before {
  background-image: url("assets/images/page-content-background.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  opacity: 0.1;
}

.contact-form-section > .section-bg {
  background-size: contain !important;
  display: none;
}

.contact-form-section .col .col-inner .banner {
  background-color: #EBE8E3 !important;
}

.contact-form-section .col .col-inner .banner .bg {
  background-size: contain !important;
}

.contact-form-section .sca-wpcf7-wrap {
  background: #6C6B57;
  padding: 20px;
}

.home .slider-wrapper .text-box-content {
  color: #554939;
}

.home .slider-wrapper .text-box-content .text-inner {
  padding: 15px;
}

.home .slider-wrapper .text-box-content p {
  color: #554939;
  font-size: 18px;
  margin: 0 0 15px 0;
}

.home .slider-wrapper .text-box-content a.button.is-underline {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.home .slider-wrapper .text-box-content a.button.is-underline:hover {
  border-color: #8d7b64;
  color: #8d7b64;
}

.home .slider-wrapper .text-box-content a.button.is-underline:hover::before {
  background-color: #8d7b64;
}

.home .slider-wrapper .text-box-content a.button.is-underline::before {
  background-color: #554939;
  opacity: 1;
  left: 0;
  width: 100%;
}

.home button,
.home .btn,
.home .button {
  padding: 5px 15px;
}

.home button span,
.home .btn span,
.home .button span {
  line-height: 2.4em;
}

.home button.is-xlarge,
.home .btn.is-xlarge,
.home .button.is-xlarge {
  min-height: 1.8em;
}

.home button.is-xlarge span,
.home .btn.is-xlarge span,
.home .button.is-xlarge span {
  line-height: 1.6em;
}

.home .text-box-content h2 {
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.home .text-box-content h2 strong {
  font-weight: 400;
}

.home .section-spa-locator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address {
  display: none !important;
}

.woocommerce-account .row-divided > .col + .col:not(.large-12) {
  border: none;
}

.woocommerce-account .my-account {
  margin-bottom: 60px;
}

.woocommerce-account .header-logged-in .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-account .header-logged-in .brand-logo img {
  max-width: 130px;
}

.woocommerce-account .my-account-header {
  background: none;
  border: none;
  margin-bottom: 30px;
}

.woocommerce-account .my-account-header .page-title {
  color: #554939;
  font-family: "Great Vibes", sans-serif !important;
  font-weight: 400;
}

.woocommerce-account .my-account-header .page-title .main-title {
  position: relative;
  text-transform: none;
}

.woocommerce-account .my-account-header .page-title .main-title::after {
  background-color: #554939;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.woocommerce-account #customer_login .col {
  margin-bottom: 30px;
}

.woocommerce-account .account-login-inner,
.woocommerce-account .account-register-inner {
  background: #F7F5EF;
  border: 1px solid #707070;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px;
}

.woocommerce-account .account-login-inner label,
.woocommerce-account .account-register-inner label {
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce-account .account-login-inner .btn,
.woocommerce-account .account-register-inner .btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  min-width: 180px;
  text-transform: uppercase;
}

.woocommerce-account .account-login-inner .btn:hover,
.woocommerce-account .account-register-inner .btn:hover {
  background-color: #554939;
}

.woocommerce-account .account-login-inner h3 {
  margin-bottom: 30px;
}

.woocommerce-account .account-login-inner .lost_password a {
  text-transform: uppercase;
}

.woocommerce-account .account-register-inner h3 {
  margin-bottom: 40px;
}

.woocommerce-account .account-register-inner p {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.woocommerce-account .my-account-sidebar .icon-change-avatar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.woocommerce-account .my-account-sidebar .icon-change-avatar-link .icon-change-avatar {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.woocommerce-account .my-account-sidebar .icon-change-avatar-link:hover img {
  opacity: 0.6;
}

.woocommerce-account .my-account-sidebar .icon-change-avatar-link:hover .icon-change-avatar {
  display: block;
}

.woocommerce-account .my-account-sidebar .account-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.woocommerce-account .my-account-sidebar .user-info-content {
  max-width: 200px;
  word-break: break-all;
}

.woocommerce-account .my-account-sidebar .user-info-content .welcome-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  width: 100%;
}

.woocommerce-account .my-account-sidebar .user-info-content .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

.woocommerce-account .my-account-sidebar ul#my-account-nav a {
  color: #554939;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-account .my-account-sidebar ul#my-account-nav a:hover {
  color: #6C6B57;
}

.woocommerce-account .my-account-main-content .dashboard-description {
  margin-bottom: 40px;
}

.woocommerce-account .my-account-main-content .dashboard-links {
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-account .my-account-main-content .dashboard-links li {
  width: 48%;
}

.woocommerce-account .my-account-main-content .dashboard-links a {
  background-color: #6C6B57;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 12px 25px;
  text-transform: uppercase;
  width: 100%;
}

.woocommerce-account .my-account-main-content .dashboard-links a:hover {
  background-color: #554939;
}

.woocommerce-account .edit-my-account-detail .my-address-content {
  border-bottom: 1px solid #707070;
  max-width: 100%;
  padding: 30px 15px 30px;
}

.woocommerce-account .edit-my-account-detail .my-address-content .full-width .ubermenu-nav,
.woocommerce-account .edit-my-account-detail .my-address-content .container,
.woocommerce-account .edit-my-account-detail .my-address-content .row {
  max-width: 100%;
}

.woocommerce-account .edit-my-account-detail form label {
  text-align: center;
}

.woocommerce-account .edit-my-account-detail .form-group {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  padding-top: 15px;
}

.woocommerce-account .edit-my-account-detail .form-submit {
  margin-top: 30px;
}

.sca-product-container .product-banner {
  position: relative;
  z-index: 0;
}

.sca-product-container .product-banner.has-parallax {
  padding-top: 640px;
}

.sca-product-container .product-banner .single-product-banner {
  min-height: 640px;
}

.sca-product-container .product-main,
.sca-product-container .product-middle,
.sca-product-container .product-footer {
  background-color: #FEFDF8;
  position: relative;
}

.sca-product-container .product-main {
  padding: 0 15px 20px;
}

.sca-product-container .summary .woocommerce-breadcrumb {
  display: none;
}

.sca-product-container .summary .product-title {
  font-family: "Great Vibes", sans-serif !important;
  font-size: 36px;
  font-weight: 400;
  margin-top: 0;
}

.sca-product-container .summary .entry-summary-main {
  border: 1px solid #6C6B57;
  position: relative;
  padding: 30px;
}

.sca-product-container .summary .entry-summary-main .product-page-price {
  text-align: center;
}

.sca-product-container .summary .entry-summary-main .woocommerce-variation-price,
.sca-product-container .summary .entry-summary-main .price-wrapper {
  border: none;
  background-color: #fefdf8;
  left: 50%;
  font-weight: 400;
  padding: 5px 25px;
  position: absolute;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 50%;
}

.sca-product-container .summary .entry-summary-main .woocommerce-variation-price .amount,
.sca-product-container .summary .entry-summary-main .price-wrapper .amount {
  color: #6C6B57;
  font-weight: 400;
}

.sca-product-container .summary .entry-summary-main .woocommerce-variation-price {
  font-size: 36px;
}

.sca-product-container .summary .entry-summary-main .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 0;
}

.sca-product-container .summary .entry-summary-main .variations ul {
  max-width: 260px;
  list-style: none;
}

.sca-product-container .summary .entry-summary-main .variations li {
  position: relative;
  margin: 0 10px 0;
  text-align: center;
}

.sca-product-container .summary .entry-summary-main .variations select {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px !important;
  height: 51px;
}

.sca-product-container .summary .entry-summary-main .product-page-price .price-wrapper,
.sca-product-container .summary .entry-summary-main .product-page-price .price-wrapper .amount {
  font-size: 36px;
  font-weight: 600;
}

.sca-product-container .summary .entry-summary-main form.cart {
  text-align: center;
}

.sca-product-container .summary .entry-summary-main .quantity {
  margin: 0 0 20px !important;
}

.sca-product-container .summary .entry-summary-main .quantity .is-form,
.sca-product-container .summary .entry-summary-main .quantity button.is-form,
.sca-product-container .summary .entry-summary-main .quantity input[type="submit"].is-form,
.sca-product-container .summary .entry-summary-main .quantity input[type="reset"].is-form,
.sca-product-container .summary .entry-summary-main .quantity input[type="button"].is-form {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}

.sca-product-container .summary .entry-summary-main .quantity input.qty {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px !important;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  margin: 0 10px;
  padding: 10px 25px;
  min-width: 100px;
}

.sca-product-container .summary .entry-summary-main .single_add_to_cart_button {
  background-color: #6C6B57;
  color: #fff;
  left: 50%;
  opacity: 1 !important;
  padding: 10px 25px;
  position: absolute;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

.sca-product-container .summary .retail-product-content {
  color: #6C6B57;
  padding-bottom: 0;
}

.sca-product-container .summary .retail-product-content .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sca-product-container .summary .retail-product-content b {
  background-color: #6C6B57;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  width: 68px;
}

.sca-product-container .summary .retail-product-content .price-wrapper {
  font-size: 36px;
}

.sca-product-container .summary .retail-product-content .woocommerce-Price-amount {
  color: #6C6B57;
  font-weight: 400;
  margin: 0 15px;
}

.sca-product-container .product-middle {
  padding: 30px 0;
}

.sca-product-container .product-middle .product-description ul {
  margin-left: 20px;
  margin-top: 20px;
}

.sca-product-container .product-footer {
  padding: 30px 0;
}

.sca-product-container .product-footer h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sca-product-container .custom-tab-data {
  margin-bottom: 20px;
}

.single-product-cta-bottom .section-title-container {
  margin: 0;
}

.single-product-cta-bottom .section-title-container h1,
.single-product-cta-bottom .section-title-container h2,
.single-product-cta-bottom .section-title-container h3,
.single-product-cta-bottom .section-title-container h4,
.single-product-cta-bottom .section-title-container h5,
.single-product-cta-bottom .section-title-container h6 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-product-cta-bottom .button {
  font-size: 16px;
  padding: 7px 15px;
  width: 100%;
}

.tax-product_cat .row.shop-title-content,
.woocommerce-shop .row.shop-title-content {
  overflow: hidden;
  position: relative;
}

.tax-product_cat .shop-page-title.category-page-title,
.woocommerce-shop .shop-page-title.category-page-title {
  display: none;
}

.tax-product_cat .category.category-group .category-title,
.woocommerce-shop .category.category-group .category-title {
  font-family: "Great Vibes", sans-serif !important;
  font-weight: 400;
}

.tax-product_cat .category.category-group a,
.woocommerce-shop .category.category-group a {
  color: #554939;
}

.tax-product_cat .category.category-group a:hover,
.woocommerce-shop .category.category-group a:hover {
  color: #8d7b64;
}

body.page #asl-storelocator.container.storelocator-main.asl-p-cont.asl-template-0 {
  max-width: 100% !important;
}

#asl-storelocator {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#asl-storelocator .asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  color: #554939 !important;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 550px) {
  .woocommerce-account .edit-my-account-detail .my-address-content .woocommerce-Address {
    padding: 15px;
  }
  .woocommerce-account .edit-my-account-detail .my-address-content .row > .woocommerce-Address:first-child {
    border-right: 1px solid #707070;
  }
}

@media (min-width: 768px) {
  .sca-call-to-action .col {
    margin-bottom: 0;
  }
  .sca-call-to-action .cta-action .button {
    margin: 0 0 10px;
  }
  .woocommerce-form-register label {
    font-size: 14px;
  }
  .home .section-spa-locator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .woocommerce-account .header-logged-in .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-account .header-logged-in .brand-logo img {
    max-width: 180px;
  }
  .woocommerce-account .my-account-main-content .dashboard-description {
    margin-bottom: 70px;
  }
  .woocommerce-account .my-account-main-content .dashboard-links {
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-account .my-account-main-content .dashboard-links li {
    width: 48%;
  }
  .tax-product_cat .category-group,
  .woocommerce-shop .category-group {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
  }
  .tax-product_cat .category-group-products,
  .woocommerce-shop .category-group-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tax-product_cat .category-group-products .product-small,
  .woocommerce-shop .category-group-products .product-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (min-width: 850px) {
  .contact-form-section > .section-bg {
    display: block;
  }
  .woocommerce-account .header-logged-in .brand-logo .nav-icon {
    display: none;
  }
}

@media (min-width: 992px) {
  footer#footer .absolute-footer {
    padding: 20px 0;
  }
  .sca-call-to-action .cta-title {
    font-size: 36px;
  }
  .sca-call-to-action .cta-action .button {
    font-size: 22px;
  }
  .sca-wpcf7-wrap {
    padding: 30px;
  }
  .woocommerce-form-register .register-form-title {
    margin-top: -60px;
  }
  .woocommerce-form-register .register-form-title .main-title {
    display: inline-block;
  }
  .woocommerce-form-register .register-group-title {
    font-size: 24px;
  }
  .woocommerce-form-register input[type="email"],
  .woocommerce-form-register input[type="search"],
  .woocommerce-form-register input[type="number"],
  .woocommerce-form-register input[type="url"],
  .woocommerce-form-register input[type="tel"],
  .woocommerce-form-register input[type="text"],
  .woocommerce-form-register input[type="password"],
  .woocommerce-form-register select {
    height: 52px;
  }
  .woocommerce-form-register .form-group {
    padding: 30px 50px;
  }
  .woocommerce-form-register .shipping-info-option .btn-shipping-info {
    font-size: 18px;
  }
  .header-top ul.nav li a {
    font-size: 16px;
  }
  .sca-account-document .group-document-name {
    font-size: 24px;
  }
  .sca-account-document .file-item h3 {
    font-size: 17px;
  }
  table.shop_table .product-name {
    max-width: 204px;
  }
  table.shop_table .quick-buy-tool-action .button {
    min-width: 260px;
  }
  .sca-flower-bg .section-content > .row {
    position: relative;
  }
  .sca-flower-bg .section-content > .row::before {
    top: 50%;
    right: 0;
    width: 45%;
    height: 680px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-form-section .section-bg {
    background-size: contain !important;
  }
  .contact-form-section .sca-wpcf7-wrap {
    padding: 30px;
    max-width: 507px;
  }
  .home .slider-wrapper .text-box-content .text-inner {
    padding: 20px 30px;
  }
  .woocommerce-account .header-logged-in .brand-logo img {
    max-width: 240px;
  }
  .woocommerce-account .my-account-main-content .dashboard-description {
    margin-bottom: 70px;
  }
  .woocommerce-account .my-account-main-content .dashboard-links {
    max-width: 700px;
  }
  .woocommerce-account .my-account-main-content .dashboard-links a {
    font-size: 18px;
  }
  .woocommerce-account .edit-my-account-detail .my-address-content {
    padding: 30px 5%;
  }
  .woocommerce-account .edit-my-account-detail .my-address-content .woocommerce-Address {
    padding: 15px 30px;
  }
  .sca-product-container .product-banner {
    z-index: 0;
  }
  .sca-product-container .product-banner.has-parallax {
    padding-top: 800px;
  }
  .sca-product-container .product-banner .single-product-banner {
    min-height: 800px;
  }
  .sca-product-container .product-main {
    padding: 0 0 30px;
  }
  .sca-product-container .summary .product-title {
    font-size: 48px;
  }
  .sca-product-container .summary .entry-summary-main {
    min-width: 480px;
    padding: 30px 55px;
  }
  .sca-product-container .summary .entry-summary-main .single_add_to_cart_button {
    min-width: 360px;
  }
  .sca-product-container .product-footer {
    padding: 30px 0;
  }
  .sca-product-container .product-footer h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .sca-product-container .custom-tab-data {
    margin-bottom: 30px;
  }
  .single-product-cta-bottom .button {
    font-size: 24px;
    padding: 10px 40px;
  }
  .tax-product_cat .row.shop-title-content .section-title-container,
  .woocommerce-shop .row.shop-title-content .section-title-container {
    overflow: hidden;
    position: relative;
    min-height: 50px;
  }
  .tax-product_cat .row.shop-title-content .section-title-container .sca-custom-title,
  .woocommerce-shop .row.shop-title-content .section-title-container .sca-custom-title {
    font-size: 44px !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 150%;
  }
  #asl-storelocator .asl-map {
    margin: 0 !important;
  }
  #asl-storelocator .asl-map .spa-locator-description {
    line-height: 30px;
    margin-bottom: 30px;
  }
  #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel,
  #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel #asl-list.storelocator-panel {
    left: initial !important;
    right: 0;
    padding-left: 30px !important;
  }
}

@media (min-width: 1200px) {
  .header .header-wrapper .header-top {
    padding: 10px 0;
  }
  .header .header-wrapper.stuck .header-top ul.nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header-wrapper.stuck .header-top ul.nav > li > a {
    font-size: 14px;
  }
  .header .header-wrapper:not(.stuck) .header-top {
    padding: 20px 0;
  }
  .header .header-wrapper:not(.stuck) .header-main {
    padding: 20px 0 30px 0 !important;
    height: auto !important;
  }
  .header .header-wrapper:not(.stuck) .header-main #logo img.header_logo {
    max-height: initial;
    height: auto;
    max-width: 299px;
    width: 100%;
  }
  footer#footer .absolute-footer {
    padding: 40px 0;
  }
  button.is-xlarge,
  .btn.is-xlarge,
  .button.is-xlarge {
    font-size: 23px;
    padding: 10px 40px;
  }
  .sca-product-category .button.category-title {
    font-size: 20px;
  }
  .sca-wpcf7-wrap {
    margin: 30px 0;
    padding: 40px;
  }
  .woocommerce-form-register .register-form-title {
    margin-top: -80px;
  }
  .woocommerce-form-register .form-group {
    padding: 40px 80px;
  }
  .woocommerce-form-register .shipping-info-option .btn-shipping-info {
    font-size: 24px;
  }
  .wpcf7 input[type="email"],
  .wpcf7 input[type="search"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="text"],
  .wpcf7 textarea,
  .wpcf7 input.wpcf7-submit {
    font-size: 16px;
  }
  h2 {
    font-size: 60px;
  }
  .header-top ul.nav > li > a {
    font-size: 20px;
  }
  table.shop_table .quick-buy-tool-action .button {
    font-size: 18px;
    min-width: 340px;
  }
  .sca-flower-bg .section-content > .row {
    position: relative;
  }
  .sca-flower-bg .section-content > .row::before {
    top: 50%;
    right: 0;
    width: 55%;
    height: 780px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-form-section .sca-wpcf7-wrap {
    padding: 40px;
  }
  .home .slider-wrapper .text-box-content {
    font-size: 24px;
  }
  .home .slider-wrapper .text-box-content .text-inner {
    padding: 30px 40px;
  }
  .home .slider-wrapper .text-box-content p {
    font-size: 24px;
  }
  .home .slider-wrapper .text-box-content a.button {
    font-size: 24px;
    height: 40px;
    min-height: 40px;
  }
  .home h2 {
    font-size: 60px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
  }
  .home h2::after {
    background-color: #554939;
    content: '';
    height: 2px;
    max-width: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
  }
  .woocommerce-account .my-account {
    margin-bottom: 80px;
  }
  .woocommerce-account .my-account-header .page-title {
    font-size: 60px;
  }
  .woocommerce-account .account-login-inner,
  .woocommerce-account .account-register-inner {
    padding: 40px 60px;
  }
  .woocommerce-account .account-login-inner .btn,
  .woocommerce-account .account-register-inner .btn {
    min-width: 280px;
  }
  .woocommerce-account .account-login-inner h3 {
    margin-bottom: 30px;
  }
  .woocommerce-account .account-register-inner h3 {
    margin-bottom: 80px;
  }
  .woocommerce-account .account-register-inner p {
    margin-bottom: 80px;
  }
  .woocommerce-account .my-account-sidebar .account-user {
    margin-bottom: 50px;
  }
  .woocommerce-account .my-account-main-content .dashboard-description {
    margin-bottom: 70px;
  }
  .woocommerce-account .my-account-main-content .dashboard-links {
    max-width: 770px;
  }
  .woocommerce-account .edit-my-account-detail .my-address-content {
    padding: 30px 10%;
  }
  .sca-product-container .product-banner {
    z-index: 0;
  }
  .sca-product-container .product-banner.has-parallax {
    padding-top: 860px;
  }
  .sca-product-container .product-banner .single-product-banner {
    min-height: 860px;
  }
  .sca-product-container .summary .product-title {
    font-size: 60px;
  }
  .sca-product-container .summary .woocommerce-variation-price {
    font-size: 45px;
  }
  .sca-product-container .summary .retail-product-content .price-wrapper {
    font-size: 45px;
  }
  .sca-product-container .product-middle {
    padding: 60px 0 0;
  }
  .sca-product-container .product-footer {
    padding: 60px 0;
  }
  .sca-product-container .product-footer h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .sca-product-container .custom-tab-data {
    margin-bottom: 0;
  }
  #asl-storelocator .asl-map {
    margin: 0 !important;
  }
  #asl-storelocator .asl-map .spa-locator-description {
    line-height: 30px;
    margin-bottom: 40px;
  }
  #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel,
  #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel #asl-list.storelocator-panel {
    background: none !important;
    border: none !important;
    left: initial !important;
    right: 0;
    padding-left: 60px !important;
  }
}

@media (min-width: 1400px) {
  .sca-flower-bg .section-content > .row {
    position: relative;
  }
  .sca-flower-bg .section-content > .row::before {
    top: 50%;
    right: -15%;
    width: 55%;
    height: 780px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .home .section-content > .text {
    padding: 15px;
  }
  .home .section-content > .text p:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=assets/sourcemap/style.css.map */
