/*
Theme Name: Mozata
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mozata
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Serif:wght@400;700&family=Karla&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "serif12beta";
  src: url("fonts/Serif12Beta-Italic.otf");
}

@font-face {
  font-family: "serif12beta-bold";
  src: url("fonts/Serif12Beta-Bold.otf");
}

.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
  content: "";
  display: block;
  clear: both;
}

input,
.select2-container--default .select2-selection--single,
select,
input[type="submit"],
.custom-file-attachment,
.custom-checkbox span::after,
a,
.slick-dots button,
form.custom-cart-form .custom-btn,
form.variations_form .custom-btn,
form.cart .custom-btn,
form.custom-cart-form .variations ul li span::after,
form.variations_form .variations ul li span::after,
form.cart .variations ul li span::after,
.product-card-order-now,
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.change-count-btn,
.header .mobile-menu-btn,
.header .right-block .cart-contents .cart-counter,
.mobile-menu .close-mobile-menu-btn,
.mobile-menu ul > li.menu-item-has-children > a::after,
.mobile-menu ul .sub-menu::before,
.home-latest-post .image,
.pager .nav-links > span,
.pager .nav-links a,
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span::after {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #3c3c3c;
  background: #f9f9f8;
  font: 16px/1.2 "Noto Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

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

button {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
textarea,
input[type="textarea"] input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  outline: none;
  resize: none !important;
  border: 1px solid #999;
  padding: 0.4em 6px;
  font-family: "montserrat";
  font-weight: 500;
  max-width: 80%;
}
input[type="text"]:focus,
input[type="textarea"]:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #3c3c3c;
}
input[type="text"]::-webkit-input-placeholder,
input[type="textarea"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="textarea"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="textarea"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="textarea"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"].placeholder,
textarea.placeholder input[type="textarea"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

input,
.select2-container--default .select2-selection--single,
select {
  outline: none;
  height: 51px;
  border-radius: 0;
  border: 1px solid #bcbcbc !important;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  input,
  .select2-container--default .select2-selection--single,
  select {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  input,
  .select2-container--default .select2-selection--single,
  select {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  input,
  .select2-container--default .select2-selection--single,
  select {
    height: 21px;
    font-size: 8px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
input:active,
input:focus,
.select2-container--default .select2-selection--single:active,
.select2-container--default .select2-selection--single:focus,
select:active,
select:focus {
  border-color: #427a57 !important;
}
input::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.41);
  font-size: 16px;
  font-weight: 500;
}
input:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.41);
  font-size: 16px;
  font-weight: 500;
}
input::placeholder,
.select2-container--default .select2-selection--single::placeholder,
select::placeholder {
  color: rgba(136, 136, 136, 0.41);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  input::-webkit-input-placeholder,
  .select2-container--default .select2-selection--single::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder,
  .select2-container--default .select2-selection--single:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder,
  .select2-container--default .select2-selection--single::placeholder,
  select::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  input::-webkit-input-placeholder,
  .select2-container--default .select2-selection--single::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 12px;
  }
  input:-ms-input-placeholder,
  .select2-container--default .select2-selection--single:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 12px;
  }
  input::placeholder,
  .select2-container--default .select2-selection--single::placeholder,
  select::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder,
  .select2-container--default .select2-selection--single::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 8px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .select2-container--default .select2-selection--single:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 8px;
  }
  input::placeholder,
  textarea::placeholder,
  .select2-container--default .select2-selection--single::placeholder,
  select::placeholder {
    font-size: 8px;
  }
}

.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="submit"].custom-btn {
  background-color: rgba(0, 0, 0, 0);
}

.custom-file-attachment {
  position: relative;
  cursor: pointer;
  min-width: 206px;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #d8b06f;
  border: 1px solid #d8b06f;
}
@media (max-width: 991px) {
  .custom-file-attachment {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .custom-file-attachment {
    font-size: 12px;
    min-width: 117px;
  }
}
@media (max-width: 575px) {
  .custom-file-attachment {
    font-size: 10px;
    padding: 6px 12px;
  }
}
.custom-file-attachment:hover {
  border-color: #427a57;
  color: #427a57;
}
.custom-file-attachment.error {
  color: red;
  border-color: red;
}
.custom-file-attachment.active {
  border-color: #427a57;
  color: #427a57;
}
.custom-file-attachment input {
  display: none;
}

.custom-checkbox span {
  padding-left: 31px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-checkbox span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .custom-checkbox span {
    font-size: 12px;
    padding-left: 17px;
  }
}
.custom-checkbox span::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d8b06f;
}
@media (max-width: 575px) {
  .custom-checkbox span::before {
    width: 14px;
    height: 14px;
  }
}
.custom-checkbox span::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  background-color: #d8b06f;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .custom-checkbox span::after {
    width: 10px;
    height: 10px;
    left: 2px;
  }
}

.custom-checkbox input {
  display: none !important;
}

.custom-checkbox input[type="checkbox"]:checked + span::after,
.custom-checkbox input[type="radio"]:checked + span::after {
  opacity: 1;
}

.custom-select {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0;
  height: 23px;
  padding-left: 5px;
  color: #888888;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  position: relative;
  background-image: url("images/drop.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px;
  cursor: pointer;
  padding-right: 16px;
  width: 222px;
}
@media (max-width: 991px) {
  .custom-select {
    font-size: 16px;
    background-size: 10px;
  }
}
@media (max-width: 768px) {
  .custom-select {
    font-size: 14px;
    background-size: 8px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .custom-select {
    width: 103px;
    font-size: 9px;
    padding-right: 5px;
    background-size: 6px;
  }
}
.custom-select::-ms-expand {
  display: none !important;
}
.custom-select option {
  font-size: 14px;
}
@media (max-width: 768px) {
  .custom-select option {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .custom-select option {
    font-size: 9px;
  }
}

.apply-form {
  padding: 0 36px;
}
@media (max-width: 768px) {
  .apply-form .custom-form .custom-border {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 575px) {
  .apply-form .custom-form .custom-border {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .apply-form .custom-form .form-wrap h2 {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.wpcf7-not-valid {
  border-color: red !important;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }
  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%;
  }
}

.widget {
  margin-bottom: 1.2em;
}
@media (max-width: 575px) {
  .widget {
    margin-bottom: 14px !important;
  }
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #3c3c3c;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #3c3c3c;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #3c3c3c;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

iframe {
  max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  color: inherit;
}

h1,
.h1 {
  font-size: 50px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 44px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 19px;
  }
}

h3,
.h3 {
  font-size: 26px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-size: 17px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 10px;
  }
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}
a:hover,
a:focus {
  text-decoration: none;
}

#wrapper {
  max-width: 100%;
  position: relative;
}

a {
  color: #d8b06f;
}
a:hover {
  color: #427a57;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 36px;
}

.marble-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/home-page-marble-bg.png");
}

.slick-dots {
  padding: 0;
  margin: 0;
  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;
}
.slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  list-style-type: none;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background-color: #d8b06f;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #d8b06f;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-border {
  width: 100%;
  border: 1px solid #d8b06f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.custom-border .element {
  position: absolute;
  top: -15px;
  padding: 0 3px;
  background-color: #fff;
}
.custom-border .element img {
  width: 48px;
  height: 29px;
}

.custom-form {
  width: 100%;
  max-width: 836px;
  padding: 25px 23px 29px 23px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .custom-form {
    padding: 10px;
  }
}
.custom-form .custom-border {
  padding-top: 45px;
  padding-bottom: 56px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-form .custom-border {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .custom-form .custom-border {
    padding: 10px;
  }
}
.custom-form .custom-border::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 3px;
  background-color: #fff;
  width: 54px;
  padding-left: 3px;
  padding-right: 3px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
  background-image: url("images/figure5.svg");
}
@media (max-width: 575px) {
  .custom-form .custom-border::before {
    display: block;
    width: 17px;
    height: 10px;
    background-size: 17px;
    top: -6px;
  }
}
.custom-form .form-wrap {
  max-width: 579px;
  width: 100%;
}
.custom-form .form-wrap h2 {
  color: #d8b06f;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .custom-form .form-wrap h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .custom-form .form-wrap h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .custom-form .form-wrap h2 {
    margin-bottom: 6px;
  }
}
.custom-form .form-wrap h3 {
  color: #427a57;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .custom-form .form-wrap h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .custom-form .form-wrap h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .custom-form .form-wrap h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.custom-form .form-wrap .description {
  max-width: 455px;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .custom-form .form-wrap .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .custom-form .form-wrap .description {
    margin-bottom: 15px;
    font-size: 10px;
  }
  .custom-form .form-wrap .description p {
    line-height: 13px;
  }
}
.custom-form .form-wrap input {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .custom-form .form-wrap input {
    margin-bottom: 7px;
  }
}
.custom-form .form-wrap .cols-holder {
  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;
}
.custom-form .form-wrap .cols-holder .col {
  width: 100%;
  max-width: 50%;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .custom-form .form-wrap .cols-holder .col {
    margin-right: 7px;
  }
}
.custom-form .form-wrap .cols-holder .col:last-of-type {
  margin-right: 0;
}
.custom-form .form-wrap .cols-holder .col input {
  width: 100%;
  max-width: 225px;
}
.custom-form .form-wrap .cols-holder .col input::-webkit-input-placeholder {
  color: #888888;
}
.custom-form .form-wrap .cols-holder .col input:-ms-input-placeholder {
  color: #888888;
}
.custom-form .form-wrap .cols-holder .col input::placeholder {
  color: #888888;
}
.custom-form .form-wrap .btn-holder {
  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-top: calc(32px - 20px);
}
@media (max-width: 575px) {
  .custom-form .form-wrap .btn-holder {
    margin-top: calc(11px - 7px);
  }
}
@media (max-width: 374px) {
  .custom-form .form-wrap .btn-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-form .form-wrap .btn-holder .custom-file-attachment {
    margin-bottom: 5px;
  }
}

.gold-element {
  position: relative;
}
.gold-element::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .gold-element::before {
    width: 65px;
    left: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .gold-element::before {
    width: 60px;
    left: -30px;
    height: 517px;
  }
}
@media (max-width: 768px) {
  .gold-element::before {
    width: 40px;
    left: -20px;
    height: 346px;
  }
}
@media (max-width: 575px) {
  .gold-element::before {
    width: 30px;
    height: 255px;
    left: -15px;
  }
}

.gold-element-4::before {
  background-image: url("images/figure10.svg");
  height: 628px;
}

.white-element {
  position: relative;
}
.white-element::after {
  bottom: 0;
  right: 15px;
  content: "";
  z-index: -1;
  position: absolute;
  width: 92px;
  height: 628px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure9.svg");
}
@media (max-width: 1024px) {
  .white-element::after {
    width: 79px;
    height: 546px;
  }
}
@media (max-width: 991px) {
  .white-element::after {
    width: 60px;
    height: 411px;
  }
}
@media (max-width: 768px) {
  .white-element::after {
    width: 40px;
    height: 277px;
  }
}
@media (max-width: 575px) {
  .white-element::after {
    width: 30px;
    height: 217px;
  }
}

.image-bg {
  position: relative;
  padding-left: 12px;
  padding-top: 12px;
  max-height: 351px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .image-bg {
    padding-top: 7px;
    padding-left: 7px;
  }
}
.image-bg::before {
  height: calc(100% - 12px);
  max-height: 351px;
  width: calc(100% - 12px);
  z-index: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url("images/texture.png");
  top: 0;
  left: 0;
}
.image-bg img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-height: 100%;
}
.image-bg.wide {
  padding-left: 24px;
  padding-top: 24px;
}
@media (max-width: 575px) {
  .image-bg.wide {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.image-bg.wide::before {
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  background-image: url("images/single-sand-texture.svg");
}
@media (max-width: 575px) {
  .image-bg.wide::before {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}

.wp-block-image {
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .wp-block-image {
    margin-bottom: 10px;
  }
}
.wp-block-image img {
  width: 100%;
}

.wp-block-columns {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}
.wp-block-columns:last-of-type {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column p {
  margin-bottom: 27px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .wp-block-columns .wp-block-column p {
    line-height: 16px;
    margin-bottom: 10px;
  }
}

span.ajax-loader {
  display: none !important;
}

.breadcrumbs {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  font-size: 19px;
  color: #888888;
  font-style: italic;
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs {
    font-size: 11px;
  }
}
.breadcrumbs span {
  line-height: 25px;
  letter-spacing: 0.57px;
}
@media (max-width: 991px) {
  .breadcrumbs span {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs span {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs span {
    line-height: 17px;
  }
}
.breadcrumbs a {
  line-height: 25px;
  color: #d3d3d3;
}
@media (max-width: 991px) {
  .breadcrumbs a {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs a {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs a {
    line-height: 17px;
  }
}
.breadcrumbs .delimiter {
  color: #d3d3d3;
}

.widget {
  margin-bottom: 35px;
}

.summary {
  float: none !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .summary {
    margin-bottom: 30px !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .summary {
    margin-bottom: 15px !important;
  }
}
.summary h1 {
  margin-top: -5px !important;
  color: #427a57;
  font-size: 45px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .summary h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .summary h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .summary h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.summary .price {
  color: #d8b06f !important;
  font-family: "Noto Serif", serif;
  font-size: 44px !important;
  font-style: italic;
  line-height: 25px;
  margin: 0;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .summary .price {
    display: none;
  }
}
.summary .woocommerce-product-details__short-description {
  color: #3c3c3c;
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.summary .woocommerce-product-details__short-description p {
  max-width: 536px;
  line-height: 25px;
  border-bottom: 1px solid #d8b06f;
  padding-bottom: 33px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .summary .woocommerce-product-details__short-description p {
    border-bottom: 0;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .summary .woocommerce-product-details__short-description p {
    line-height: 16px;
  }
}

form.custom-cart-form,
form.variations_form,
form.cart {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.custom-cart-form .tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart,
form.variations_form .tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart,
form.cart .tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart {
  width: 100%;
  padding-top: 15px;
}
form.custom-cart-form .quantity,
form.variations_form .quantity,
form.cart .quantity {
  margin: 0 !important;
  float: none !important;
}
form.custom-cart-form .quantity input,
form.variations_form .quantity input,
form.cart .quantity input {
  border: 0;
  padding: 0;
  width: 52px !important;
  height: 52px !important;
  background-color: #d8b06f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-left: 22px;
  margin-right: 22px;
}
@media (max-width: 575px) {
  form.custom-cart-form .quantity input,
  form.variations_form .quantity input,
  form.cart .quantity input {
    margin-left: 15px;
    margin-right: 15px;
    width: 27px !important;
    height: 27px !important;
    font-size: 12px;
  }
}
form.custom-cart-form .quantity input[type="number"]::-webkit-inner-spin-button,
form.custom-cart-form .quantity input[type="number"]::-webkit-outer-spin-button,
form.variations_form .quantity input[type="number"]::-webkit-inner-spin-button,
form.variations_form .quantity input[type="number"]::-webkit-outer-spin-button,
form.cart .quantity input[type="number"]::-webkit-inner-spin-button,
form.cart .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}
form.custom-cart-form .quantity input[type="number"],
form.variations_form .quantity input[type="number"],
form.cart .quantity input[type="number"] {
  -moz-appearance: textfield !important;
}
form.custom-cart-form .variations,
form.variations_form .variations,
form.cart .variations {
  margin: 0;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  form.custom-cart-form .variations,
  form.variations_form .variations,
  form.cart .variations {
    margin-bottom: 0;
  }
}
form.custom-cart-form .variations .reset_variations,
form.variations_form .variations .reset_variations,
form.cart .variations .reset_variations {
  display: none !important;
}
form.custom-cart-form .variations .label,
form.variations_form .variations .label,
form.cart .variations .label {
  display: none;
}
form.custom-cart-form .variations tbody,
form.variations_form .variations tbody,
form.cart .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
form.custom-cart-form .variations td,
form.variations_form .variations td,
form.cart .variations td {
  padding: 0;
  line-height: normal;
  width: 100%;
}
form.custom-cart-form .variations tr,
form.variations_form .variations tr,
form.cart .variations tr {
  max-width: 50%;
  width: 100%;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 374px) {
  form.custom-cart-form .variations tr,
  form.variations_form .variations tr,
  form.cart .variations tr {
    max-width: 100%;
  }
}
form.custom-cart-form .variations ul,
form.variations_form .variations ul,
form.cart .variations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
form.custom-cart-form .variations ul li,
form.variations_form .variations ul li,
form.cart .variations ul li {
  height: 100%;
  width: 100%;
  float: none !important;
  min-height: 22px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
form.custom-cart-form .variations ul li:last-of-type,
form.variations_form .variations ul li:last-of-type,
form.cart .variations ul li:last-of-type {
  margin-bottom: 0 !important;
}
form.custom-cart-form .variations ul li::after,
form.custom-cart-form .variations ul li::before,
form.variations_form .variations ul li::after,
form.variations_form .variations ul li::before,
form.cart .variations ul li::after,
form.cart .variations ul li::before {
  display: none;
}
form.custom-cart-form .variations ul li.selected span::after,
form.variations_form .variations ul li.selected span::after,
form.cart .variations ul li.selected span::after {
  opacity: 1;
}
form.custom-cart-form .variations ul li span,
form.variations_form .variations ul li span,
form.cart .variations ul li span {
  line-height: 1;
  box-shadow: none;
  padding: 0;
  position: relative;
  padding-left: 31px !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  form.custom-cart-form .variations ul li span,
  form.variations_form .variations ul li span,
  form.cart .variations ul li span {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  form.custom-cart-form .variations ul li span,
  form.variations_form .variations ul li span,
  form.cart .variations ul li span {
    font-size: 12px !important;
    padding-left: 17px !important;
  }
}
form.custom-cart-form .variations ul li span::before,
form.variations_form .variations ul li span::before,
form.cart .variations ul li span::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d8b06f;
}
@media (max-width: 575px) {
  form.custom-cart-form .variations ul li span::before,
  form.variations_form .variations ul li span::before,
  form.cart .variations ul li span::before {
    width: 14px;
    height: 14px;
  }
}
form.custom-cart-form .variations ul li span::after,
form.variations_form .variations ul li span::after,
form.cart .variations ul li span::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  background-color: #d8b06f;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  form.custom-cart-form .variations ul li span::after,
  form.variations_form .variations ul li span::after,
  form.cart .variations ul li span::after {
    width: 10px;
    height: 10px;
    left: 2px;
  }
}

form.cart button[type="submit"] {
  float: none !important;
}

.woocommerce-variation-price {
  font-size: 0;
}

.woocommerce-variation-availability {
  padding-top: 10px;
}

.woocommerce-product-gallery {
  max-width: 510px;
  float: none !important;
}
.woocommerce-product-gallery .flex-viewport {
  max-height: 521px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-viewport {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .woocommerce-product-gallery .flex-viewport {
    max-height: 300px;
    margin-bottom: 11px;
  }
}
.woocommerce-product-gallery .flex-viewport figure > div {
  float: none;
}
.woocommerce-product-gallery .flex-control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-product-gallery .flex-control-nav li {
  float: none !important;
  width: auto !important;
  max-width: 80px;
  margin-right: 14px !important;
  margin-bottom: 14px !important;
}
@media (max-width: 575px) {
  .woocommerce-product-gallery .flex-control-nav li {
    width: calc(25% - 7px) !important;
    max-width: 69px;
    margin-right: 9px !important;
    margin-bottom: 9px !important;
  }
  .woocommerce-product-gallery .flex-control-nav li:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1 !important;
}

.woocommerce-tabs {
  margin-bottom: 70px;
}
.woocommerce-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px !important;
}
.woocommerce-tabs .tabs::before,
.woocommerce-tabs .tabs::after {
  display: none !important;
}
.woocommerce-tabs .tabs li {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.woocommerce-tabs .tabs li:first-of-type {
  padding-left: 0 !important;
}
.woocommerce-tabs .tabs li:last-of-type {
  padding-right: 0 !important;
}
.woocommerce-tabs .tabs li::before,
.woocommerce-tabs .tabs li::after {
  display: none !important;
}
.woocommerce-tabs .tabs li::after {
  box-shadow: none !important;
  display: block !important;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0 !important;
  height: 20px !important;
  width: 2px !important;
  background-color: #959595;
}
.woocommerce-tabs .tabs li:last-of-type::after {
  display: none !important;
}
.woocommerce-tabs .tabs li.active a {
  color: #d8b06f !important;
  border-bottom: 1px solid #d8b06f;
}
.woocommerce-tabs .tabs li a {
  color: #959595 !important;
  padding: 0 !important;
  padding-bottom: 7px !important;
}
.woocommerce-tabs .panel {
  margin: 0 !important;
}
.woocommerce-tabs .panel .woocommerce-product-details__short-description {
  text-align: center;
  color: #3c3c3c;
  font-family: "Noto Serif", serif;
}
.woocommerce-tabs .panel .woocommerce-product-details__short-description p {
  line-height: 25px;
  margin: 0 !important;
}

.woocommerce table.shop_attributes td {
  padding: 8px;
}

.product-card {
  width: auto !important;
  max-width: 261px;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
}
.product-card .image-holder {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-card .image-holder {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .product-card .image-holder {
    margin-bottom: 7px;
  }
}
.product-card .image-holder > a {
  height: 271px;
  display: inline-block;
}
@media (max-width: 991px) {
  .product-card .image-holder > a {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .product-card .image-holder > a {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .product-card .image-holder > a {
    height: 81px;
  }
}
.product-card .image-holder img {
  width: auto !important;
  min-height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .product-card .image-holder img {
    min-height: 0;
    height: auto;
    width: 100%;
  }
}
.product-card .image-holder .onhover-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  padding-right: 5px;
}
.product-card .image-holder .onhover-block .holder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.product-card .image-holder .onhover-block a {
  width: 100%;
  border: 0;
  margin: 0 !important;
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: 0 !important;
  letter-spacing: 1.2px;
  padding: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-card .image-holder .onhover-block a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-card .image-holder .onhover-block a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-card .image-holder .onhover-block a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-card .image-holder .onhover-block a {
    font-size: 11px;
    letter-spacing: normal;
  }
}
.product-card .image-holder .onhover-block a:hover {
  color: #427a57;
}
.product-card .image-holder .onhover-block .tinv-wishlist {
  height: 21px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-card .image-holder .onhover-block .tinv-wishlist {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .product-card .image-holder .onhover-block .tinv-wishlist {
    margin-bottom: 5px;
  }
}
.product-card .image-holder .onhover-block .tinv-wishlist a {
  font-size: 0;
  width: 24px;
  height: 21px;
}
@media (max-width: 991px) {
  .product-card .image-holder .onhover-block .tinv-wishlist a {
    width: 18px;
    height: 16px;
  }
}
.product-card .image-holder .onhover-block .tinv-wishlist a::before {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  content: "" !important;
  background-image: url("images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-card h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .product-card h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-card h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-card h5 {
    font-size: 11px;
    margin-bottom: 0;
  }
}
.product-card h5 a {
  color: #427a57;
  word-break: break-word;
}
.product-card h5 a:hover {
  color: #d8b06f;
}
.product-card .price {
  color: #d8b06f !important;
  font-family: "Noto Serif", serif;
  font-size: 19px !important;
  line-height: 25px;
  margin: 0;
  margin: 0 !important;
  font-style: italic;
  word-break: break-all;
}
@media (max-width: 991px) {
  .product-card .price {
    font-size: 16px !important;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .product-card .price {
    font-size: 14px !important;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .product-card .price {
    font-size: 11px !important;
    line-height: 17px;
  }
}

.product-card-order-now {
  width: auto;
  max-width: 256px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.product-card-order-now:hover {
  border-color: #d8b06f;
}
.product-card-order-now .onhover-block {
  display: none !important;
}
.product-card-order-now .image-holder {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .product-card-order-now .image-holder {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
  }
}
.product-card-order-now .image-holder > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card-order-now .image-holder > a > img {
  width: 100%;
  max-width: 150px;
}
.product-card-order-now .image-holder .onhover-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  padding-right: 5px;
}
.product-card-order-now .image-holder .onhover-block .holder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.product-card-order-now .image-holder .onhover-block a {
  margin: 0 !important;
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  border: 0 !important;
  padding: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-card-order-now .image-holder .onhover-block a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-card-order-now .image-holder .onhover-block a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-card-order-now .image-holder .onhover-block a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-card-order-now .image-holder .onhover-block a {
    font-size: 11px;
    letter-spacing: normal;
  }
}
.product-card-order-now .image-holder .onhover-block a:hover {
  color: #427a57;
}
.product-card-order-now .image-holder .onhover-block .tinv-wishlist {
  height: 21px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-card-order-now .image-holder .onhover-block .tinv-wishlist {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .product-card-order-now .image-holder .onhover-block .tinv-wishlist {
    margin-bottom: 5px;
  }
}
.product-card-order-now .image-holder .onhover-block .tinv-wishlist a {
  font-size: 0;
  width: 24px;
  height: 21px;
}
@media (max-width: 991px) {
  .product-card-order-now .image-holder .onhover-block .tinv-wishlist a {
    width: 18px;
    height: 16px;
  }
}
.product-card-order-now .image-holder .onhover-block .tinv-wishlist a::before {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  content: "" !important;
  background-image: url("images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-card-order-now .content-holder {
  padding-left: 20px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 9px;
  }
}
.product-card-order-now .content-holder .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .product-card-order-now .content-holder .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.product-card-order-now .content-holder .title h5 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  max-width: 63%;
  position: relative;
  padding-bottom: 3px;
}
@media (max-width: 1023px) {
  .product-card-order-now .content-holder .title h5 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .title h5 {
    margin-right: 0;
  }
}
.product-card-order-now .content-holder .title h5 a {
  color: #595b60;
}
.product-card-order-now .content-holder .title h5 a:hover {
  color: #427a57;
}
.product-card-order-now .content-holder .title ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 37%;
}
@media (max-width: 1023px) {
  .product-card-order-now .content-holder .title ul {
    max-width: 100%;
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .title ul {
    margin-bottom: 0;
  }
}
.product-card-order-now .content-holder .title ul li {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 9px;
  color: #d8b06f;
  position: relative;
  width: 25px;
  height: 16px;
  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-right: 2px;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .title ul li {
    width: 20px;
    height: 12px;
    font-size: 7px;
  }
}
.product-card-order-now .content-holder .title ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 16px;
  background-image: url("images/rhombus-border.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .title ul li::after {
    width: 20px;
    background-size: 20px;
    height: 12px;
  }
}
.product-card-order-now .content-holder .subtitle {
  color: #959595;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}
.product-card-order-now .content-holder .price {
  color: #595b60;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.42px;
  position: relative;
  display: inline-block;
  padding-top: 12px;
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .price {
    padding-top: 8px;
  }
}
.product-card-order-now .content-holder .price del {
  display: block;
}
.product-card-order-now .content-holder .price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 22px;
  background-color: #d8b06f;
}
@media (max-width: 575px) {
  .product-card-order-now .content-holder .price {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

.related.products h3 {
  text-transform: uppercase;
  color: #427a57;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .related.products h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .related.products h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .related.products h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.related.products .products {
  margin-bottom: 50px;
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .related.products .products {
    margin-bottom: 34px;
  }
}

.related.products .product-card {
  float: none !important;
  width: calc(25% - 12px) !important;
  margin-right: 15px !important;
}
@media (max-width: 991px) {
  .related.products .product-card {
    width: calc(33% - 8px) !important;
  }
  .related.products .product-card:nth-child(3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .related.products .product-card {
    width: calc(33% - 8px) !important;
    margin-right: 13px !important;
  }
  .related.products .product-card:nth-child(3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .related.products .product-card > a {
    margin-bottom: 4px;
  }
}
.related.products .product-card.last {
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .related.products .product-card.last {
    display: none;
  }
}
@media (max-width: 575px) {
  .related.products .product-card .image-holder > a {
    height: 92px;
  }
}

.related.products .onsale {
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
}

.related-order-now.products .products {
  margin-bottom: 109px;
}
@media (max-width: 575px) {
  .related-order-now.products .products {
    margin-bottom: 113px;
  }
}

.related-order-now.products h3 {
  display: inline-block;
  color: #888888;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #d8b06f;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .related-order-now.products h3 {
    font-size: 12px;
  }
}

.related-order-now.products .product-card-order-now {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .related-order-now.products .product-card-order-now {
    width: calc(33% - 8px) !important;
    margin-right: 13px !important;
  }
  .related-order-now.products .product-card-order-now:nth-child(3) {
    margin-right: 0 !important;
  }
  .related-order-now.products .product-card-order-now:nth-child(4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now {
    border: 0;
  }
}
.related-order-now.products .product-card-order-now .image-holder {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now .image-holder {
    margin-bottom: 5px;
  }
  .related-order-now.products .product-card-order-now .image-holder img {
    margin: 0;
  }
}
.related-order-now.products .product-card-order-now .content-holder {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .related-order-now.products .product-card-order-now .content-holder {
    padding-left: 5px;
  }
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now .content-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now .content-holder .subtitle {
    font-size: 10px;
    padding-bottom: 5px;
  }
}
.related-order-now.products .product-card-order-now .content-holder .price {
  color: #595b60;
}
@media (max-width: 991px) {
  .related-order-now.products .product-card-order-now .content-holder .price {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now .content-holder .price {
    font-size: 10px;
  }
}
.related-order-now.products .product-card-order-now .content-holder .title h5 {
  max-width: 60%;
}
@media (max-width: 991px) {
  .related-order-now.products .product-card-order-now .content-holder .title h5 {
    max-width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .related-order-now.products .product-card-order-now .content-holder .title h5 {
    font-size: 11px;
  }
}
.related-order-now.products .product-card-order-now .content-holder .title ul {
  max-width: 40%;
}
@media (max-width: 991px) {
  .related-order-now.products .product-card-order-now .content-holder .title ul {
    display: none;
  }
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #d8b06f;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button::before {
  vertical-align: bottom;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
  color: #427a57;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  font-family: "Montserrat", sans-serif !important;
}

table {
  border-color: #bcbcbc;
}

.woocommerce table.shop_table,
.tinvwl-table-manage-list {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-color: #bcbcbc;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td {
  border-color: #bcbcbc;
}
.woocommerce table.shop_table .button.alt,
.tinvwl-table-manage-list .button.alt {
  text-transform: lowercase;
}
.woocommerce table.shop_table .button.alt::first-letter,
.tinvwl-table-manage-list .button.alt::first-letter {
  text-transform: uppercase;
}

.woocommerce table.cart .actions input {
  height: 100%;
  min-height: 36px;
}
@media (max-width: 575px) {
  .woocommerce table.cart .actions input {
    min-height: 24px;
  }
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-bottom: 0;
}

#wizard .steps ul li {
  width: auto !important;
}

.wizard .steps {
  color: #c4c4c4;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wizard .steps {
    margin-bottom: 23px;
  }
}
.wizard .steps ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wizard .steps ul > li {
  width: auto !important;
  float: none;
  position: relative;
  padding-right: 130px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .wizard .steps ul > li {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .wizard .steps ul > li {
    padding-right: 58px;
    padding-left: 8px;
  }
}
@media (max-width: 374px) {
  .wizard .steps ul > li {
    padding-right: 30px;
  }
}
.wizard .steps ul > li:first-of-type {
  padding-left: 0;
}
.wizard .steps ul > li:last-of-type {
  padding-right: 0;
}
.wizard .steps ul > li:last-of-type::after {
  display: none;
}
.wizard .steps ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 115px;
  height: 1px;
  background-color: #d8b06f;
}
@media (max-width: 575px) {
  .wizard .steps ul > li::after {
    width: 50px;
  }
}
@media (max-width: 374px) {
  .wizard .steps ul > li::after {
    width: 22px;
  }
}
.wizard .steps ul > li.current a {
  color: #427a57 !important;
  font-weight: 700 !important;
}
.wizard .steps ul > li a {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  color: #c4c4c4 !important;
  font-weight: 400 !important;
}
@media (max-width: 575px) {
  .wizard .steps ul > li a {
    font-size: 10px;
  }
}
.wizard .steps .number {
  display: none;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover,
.wizard > .steps .done a {
  background-color: #d8b06f;
}

.woocommerce table.shop_table td {
  text-align: center;
}

.mc4wp-response p {
  margin-top: 10px;
  margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
  font-size: 0;
}

.custom-form.sent input {
  border-color: #427a57 !important;
}

.custom-form.sent .filename {
  display: none;
}

.menu-item-2001 {
  font-size: 12px;
  line-height: 1.6;
}

.search-form input {
  height: 51px;
}

.search-form .custom-btn {
  float: none;
  background: none;
  min-height: 51px;
  border-color: #d8b06f !important;
}
.search-form .custom-btn:hover {
  border-color: #427a57 !important;
}

.wizard > .content > .body label.error {
  display: none !important;
}

span.onsale {
  height: 50px !important;
  width: 50px !important;
  position: absolute;
  background-color: #77a464;
  font-weight: 500 !important;
  top: 5px;
  right: 5px;
  min-height: 0;
  z-index: 1 !important;
  border-radius: 50%;
  color: #fff;
  min-width: 0;
  font-size: 13px;
  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-family: "Montserrat", sans-serif;
  left: auto;
}
@media (max-width: 768px) {
  span.onsale {
    height: 40px !important;
    width: 40px !important;
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  span.onsale {
    height: 30px !important;
    width: 30px !important;
    font-size: 8px;
  }
}

.woocommerce-EditAccountForm.edit-account input + span em {
  display: inline-block;
  padding-top: 10px;
}

.woocommerce table.shop_attributes {
  border: 0 !important;
  border-top: 1px solid #3c3c3c !important;
  border-bottom: 1px solid #3c3c3c !important;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
  margin-top: 5px;
  margin-right: 5px;
}

.woocommerce a.remove {
  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;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #d8b06f;
  padding: 0;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce a.remove:hover {
  border-color: red !important;
  background-color: rgba(0, 0, 0, 0);
  color: red !important;
}

.woocommerce-checkout-review-order-table {
  font-size: 15px;
}
@media (max-width: 768px) {
  .woocommerce-checkout-review-order-table {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout-review-order-table {
    font-size: 12px;
  }
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-size: 15px;
  font-weight: normal !important;
  text-align: left;
}
@media (max-width: 768px) {
  .woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 12px;
  }
}
.woocommerce-checkout-review-order-table tfoot .order-total {
  background-color: #d8b06f;
  color: #fafafa !important;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table tfoot .order-total th {
  color: #fafafa !important;
  border-right: 1px solid #bcbcbc !important;
}
.woocommerce-checkout-review-order-table tfoot td {
  font-weight: normal;
}
.woocommerce-checkout-review-order-table tfoot th {
  font-size: 15px;
  color: #427a57;
  font-weight: 600;
}
@media (max-width: 768px) {
  .woocommerce-checkout-review-order-table tfoot th {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout-review-order-table tfoot th {
    font-size: 12px;
  }
}

.review-order-details {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
@media (max-width: 768px) {
  .review-order-details {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .review-order-details {
    font-size: 12px;
  }
}
.review-order-details thead th,
.review-order-details tfoot th {
  color: #427a57;
}
.review-order-details .cart_item .product-name {
  font-size: 15px;
  font-weight: normal !important;
  text-align: left;
}
@media (max-width: 768px) {
  .review-order-details .cart_item .product-name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .review-order-details .cart_item .product-name {
    font-size: 12px;
  }
}
.review-order-details .cart_item .product-name .wmc-product-desc {
  font-weight: normal !important;
}
.review-order-details tfoot .order-total {
  background-color: #d8b06f;
  color: #fafafa !important;
  text-transform: uppercase;
}
.review-order-details tfoot .order-total th {
  color: #fafafa !important;
}
.review-order-details td {
  text-align: center;
}

.shop_table.customer_details {
  font-size: 15px;
}
@media (max-width: 768px) {
  .shop_table.customer_details {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop_table.customer_details {
    font-size: 12px;
  }
}
.shop_table.customer_details tr th {
  color: #427a57;
  font-weight: 600;
}
.shop_table.customer_details tbody tr:first-of-type {
  display: none !important;
  border: 0 !important;
}
.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  border-top: 0;
}

.checkout.woocommerce-checkout {
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.checkout.woocommerce-checkout .actions {
  padding: 25px 23px 28px;
  padding-top: 0;
  background-color: #fff;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .actions {
    padding: 0 9px 8px;
  }
}
.checkout.woocommerce-checkout .actions ul {
  width: 100%;
  border-left: 1px solid #d8b06f;
  border-right: 1px solid #d8b06f;
  border-bottom: 1px solid #d8b06f;
  padding-top: 67px;
  text-align: center;
  padding-bottom: 53px;
  padding-left: 73px;
  padding-right: 73px;
}
@media (max-width: 991px) {
  .checkout.woocommerce-checkout .actions ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .actions ul {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
  }
}
.checkout.woocommerce-checkout .actions ul li {
  width: 100%;
  margin: 0;
}
.checkout.woocommerce-checkout .actions ul li:first-of-type {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .actions ul li:first-of-type {
    margin-bottom: 5px;
  }
}
.checkout.woocommerce-checkout .actions ul li a {
  width: 100%;
  max-width: 444px;
  padding: 16px 30px 14px;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}
.checkout.woocommerce-checkout .actions ul li a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  display: inline-block !important;
  padding: 16px 30px 14px !important;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  .checkout.woocommerce-checkout .actions ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .actions ul li a {
    min-width: 117px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .actions ul li a {
    font-size: 10px;
    padding: 7px 12px 5px;
  }
  .checkout.woocommerce-checkout .actions ul li a:hover {
    padding: 7px 12px 5px !important;
  }
}
.checkout.woocommerce-checkout .content {
  margin: 0;
  padding: 25px 23px 28px;
  padding-bottom: 0;
  overflow: visible;
  background-color: #fff;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content {
    padding: 8px 9px 0;
  }
}
.checkout.woocommerce-checkout .content .woocommerce-shipping-fields h3#ship-to-different-address {
  font-size: 0;
}
.checkout.woocommerce-checkout .content .woocommerce-shipping-fields .shipping_address {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .woocommerce-shipping-fields .shipping_address {
    padding-top: 8px;
  }
}
.checkout.woocommerce-checkout .content .woocommerce-billing-fields h3 {
  display: block;
  color: #d8b06f;
  text-align: center;
  margin: 0;
  margin-bottom: 49px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .woocommerce-billing-fields h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #888888;
  margin: 0;
  height: 17px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox {
    height: 10px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span {
  font-size: 14px;
  padding-left: 24px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span {
    font-size: 7px;
    padding-left: 12px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span::before {
  border-color: #bcbcbc;
  width: 17px;
  height: 17px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span::before {
    width: 10px;
    height: 10px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span::after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/check.png");
  background-repeat: no-repeat;
  left: 4px;
  margin: 0;
  top: 1px;
  bottom: auto;
  width: 14px;
  height: 13px;
  background-size: cover;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents .custom-checkbox span::after {
    width: 10px;
    height: 9px;
    top: -1px;
    left: 2px;
  }
}
.checkout.woocommerce-checkout .content .payment-tab-contents .shop_table {
  display: none;
}
.checkout.woocommerce-checkout .content .payment-tab-contents .wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  border: 0 !important;
}
.checkout.woocommerce-checkout .content .payment-tab-contents .woocommerce-checkout-review-order .form-row.place-order {
  width: 100%;
}
.checkout.woocommerce-checkout .content .order-review-tab > header {
  width: calc(50% - 40px);
  margin-right: 40px;
  float: left;
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab > header {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab > header h2 {
  color: #d8b06f;
  font-size: 33px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .checkout.woocommerce-checkout .content .order-review-tab > header h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab > header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .order-review-tab > header h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .shop_table.customer_details {
  float: left;
  margin: 0;
  margin-right: 40px;
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab .shop_table.customer_details {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses {
  padding-top: 37px;
  float: left;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses {
    padding-top: 20px;
    float: none;
    width: 100%;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-1,
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-2 {
  float: none;
  width: 100%;
}
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-1 p,
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-2 p {
  margin: 0;
}
.checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-1 {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab .col2-set.addresses .col-1 {
    margin-bottom: 10px;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .order-review-details {
  width: 50%;
  float: right;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab .order-review-details {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .order-review-details th,
.checkout.woocommerce-checkout .content .order-review-tab .order-review-details tr,
.checkout.woocommerce-checkout .content .order-review-tab .order-review-details td {
  border: 0 !important;
}
.checkout.woocommerce-checkout .content .order-review-tab .addresses .title h3 {
  color: #427a57;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .checkout.woocommerce-checkout .content .order-review-tab .addresses .title h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .checkout.woocommerce-checkout .content .order-review-tab .addresses .title h3 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .order-review-tab .addresses .title h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.checkout.woocommerce-checkout .content .order-review-tab .product-name .wmc-product-img {
  width: 80px;
  max-width: 80px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .order-review-tab .product-name .wmc-product-img {
    max-width: 60px;
    width: 60px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents,
.checkout.woocommerce-checkout .content .payment-tab-contents,
.checkout.woocommerce-checkout .content .order-review-tab {
  padding-top: 54px;
  padding-left: 73px;
  padding-right: 73px;
  border-top: 1px solid #d8b06f;
  border-left: 1px solid #d8b06f;
  border-right: 1px solid #d8b06f;
  position: relative;
}
@media (max-width: 991px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents,
  .checkout.woocommerce-checkout .content .payment-tab-contents,
  .checkout.woocommerce-checkout .content .order-review-tab {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents,
  .checkout.woocommerce-checkout .content .payment-tab-contents,
  .checkout.woocommerce-checkout .content .order-review-tab {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 11px;
  }
}
.checkout.woocommerce-checkout .content .billing-tab-contents::before,
.checkout.woocommerce-checkout .content .payment-tab-contents::before,
.checkout.woocommerce-checkout .content .order-review-tab::before {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 27px);
  padding: 0 3px;
  background-color: #fff;
  width: 54px;
  padding-left: 3px;
  padding-right: 3px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
  background-image: url("images/figure5.svg");
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .billing-tab-contents::before,
  .checkout.woocommerce-checkout .content .payment-tab-contents::before,
  .checkout.woocommerce-checkout .content .order-review-tab::before {
    display: block;
    width: 17px;
    height: 10px;
    background-size: 17px;
    top: -6px;
    left: calc(50% - 9px);
  }
}
.checkout.woocommerce-checkout .content .woocommerce-additional-fields {
  display: none;
}
.checkout.woocommerce-checkout .content .form-row {
  margin: 0;
  padding: 0;
  width: calc(50% - 8px);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .checkout.woocommerce-checkout .content .form-row {
    margin-bottom: 8px;
    width: calc(50% - 4px);
  }
}
.checkout.woocommerce-checkout .content .form-row.form-row-wide {
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  font-weight: inherit;
  background: #3c3c3c;
  padding: 0.4em 0.7em;
  color: #fff;
  text-decoration: none;
}

.custom-btn,
.load-more,
.woocommerce #review_form #respond .form-submit input,
.tinv-modal-inner button.button,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.wizard > .actions a,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #d8b06f;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d8b06f;
  height: auto;
  padding: 11px 24px 9px;
  text-align: center;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}
@media (max-width: 991px) {
  .custom-btn,
  .load-more,
  .woocommerce #review_form #respond .form-submit input,
  .tinv-modal-inner button.button,
  .comment-form input[type="submit"],
  .post-password-form input[type="submit"],
  .search-form input[type="submit"],
  .wizard > .actions a,
  .woocommerce button.button.alt,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .custom-btn,
  .load-more,
  .woocommerce #review_form #respond .form-submit input,
  .tinv-modal-inner button.button,
  .comment-form input[type="submit"],
  .post-password-form input[type="submit"],
  .search-form input[type="submit"],
  .wizard > .actions a,
  .woocommerce button.button.alt,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .custom-btn,
  .load-more,
  .woocommerce #review_form #respond .form-submit input,
  .tinv-modal-inner button.button,
  .comment-form input[type="submit"],
  .post-password-form input[type="submit"],
  .search-form input[type="submit"],
  .wizard > .actions a,
  .woocommerce button.button.alt,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 10px;
    padding: 7px 12px 5px;
  }
}
.custom-btn:hover,
.load-more:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.tinv-modal-inner button.button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.wizard > .actions a:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #427a57;
  background-color: rgba(0, 0, 0, 0);
  border-color: #427a57;
}
.custom-btn.normal,
.load-more.normal,
.woocommerce #review_form #respond .form-submit input.normal,
.tinv-modal-inner button.button.normal,
.comment-form input[type="submit"].normal,
.post-password-form input[type="submit"].normal,
.search-form input[type="submit"].normal,
.wizard > .actions a.normal,
.woocommerce button.button.alt.normal,
.woocommerce a.button.normal,
.woocommerce button.button.normal,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.normal {
  min-width: 206px;
  max-width: 306px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 30px 14px;
}
@media (max-width: 991px) {
  .custom-btn.normal,
  .load-more.normal,
  .woocommerce #review_form #respond .form-submit input.normal,
  .tinv-modal-inner button.button.normal,
  .comment-form input[type="submit"].normal,
  .post-password-form input[type="submit"].normal,
  .search-form input[type="submit"].normal,
  .wizard > .actions a.normal,
  .woocommerce button.button.alt.normal,
  .woocommerce a.button.normal,
  .woocommerce button.button.normal,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.normal {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .custom-btn.normal,
  .load-more.normal,
  .woocommerce #review_form #respond .form-submit input.normal,
  .tinv-modal-inner button.button.normal,
  .comment-form input[type="submit"].normal,
  .post-password-form input[type="submit"].normal,
  .search-form input[type="submit"].normal,
  .wizard > .actions a.normal,
  .woocommerce button.button.alt.normal,
  .woocommerce a.button.normal,
  .woocommerce button.button.normal,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.normal {
    font-size: 12px;
    min-width: 117px;
  }
}
@media (max-width: 575px) {
  .custom-btn.normal,
  .load-more.normal,
  .woocommerce #review_form #respond .form-submit input.normal,
  .tinv-modal-inner button.button.normal,
  .comment-form input[type="submit"].normal,
  .post-password-form input[type="submit"].normal,
  .search-form input[type="submit"].normal,
  .wizard > .actions a.normal,
  .woocommerce button.button.alt.normal,
  .woocommerce a.button.normal,
  .woocommerce button.button.normal,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.normal {
    font-size: 10px;
    padding: 7px 12px 5px;
  }
}

.woocommerce #review_form #respond .form-submit input {
  border-color: #d8b06f !important;
}
.woocommerce #review_form #respond .form-submit input:hover {
  border-color: #427a57 !important;
}

.tinv-modal-inner button.button.tinvwl_button_close {
  margin-bottom: 0 !important;
}

.tinv-wishlist .button i,
.tinv-wishlist .navigation-button a i {
  margin-right: 3px !important;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before {
  top: -1px;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
  top: 0px;
}

.tinv-modal-inner button.button {
  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;
}

.wizard > .actions a:hover {
  border: 1px solid #427a57;
  padding: 11px 24px 9px !important;
}
@media (max-width: 575px) {
  .wizard > .actions a:hover {
    padding: 7px 12px 5px !important;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-width: 206px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 30px 14px;
}
@media (max-width: 991px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px;
    min-width: 117px;
  }
}
@media (max-width: 575px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 10px;
    padding: 7px 12px 5px;
  }
}

.change-count-btn {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 0;
}
@media (max-width: 575px) {
  .change-count-btn {
    font-size: 15px;
  }
}
.change-count-btn:hover {
  color: #d8b06f;
}
.change-count-btn.add-btn {
  margin-right: 45px;
}
@media (max-width: 991px) {
  .change-count-btn.add-btn {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .change-count-btn.add-btn {
    margin-right: 20px;
  }
}

.header {
  position: absolute;
  width: 100%;
  height: 440px;
  font-family: "Montserrat", sans-serif;
}
.header .gradient-bg {
  padding-top: 40px;
  z-index: 1;
  position: relative;
  background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 768px) {
  .header .gradient-bg {
    padding-top: 32px;
  }
}
.header .gradient-bg .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1310px;
}
.header .logo {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .logo img {
  max-width: 179px;
  width: 100%;
}
@media (max-width: 991px) {
  .header .logo img {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .header .logo img {
    max-width: 102px;
  }
}
.header .mobile-menu-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #d8b06f;
  position: relative;
  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;
}
@media (max-width: 991px) {
  .header .mobile-menu-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .header .mobile-menu-btn {
    width: 41px;
    height: 41px;
  }
}
.header .mobile-menu-btn:hover {
  border-color: #fff;
}
.header .mobile-menu-btn span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header .mobile-menu-btn span {
    height: 2px;
  }
}
@media (max-width: 768px) {
  .header .mobile-menu-btn span {
    height: 1px;
    width: 21px;
  }
}
.header .mobile-menu-btn span::before,
.header .mobile-menu-btn span::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  height: 3px;
  width: 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header .mobile-menu-btn span::before,
  .header .mobile-menu-btn span::after {
    height: 2px;
    top: -6px;
  }
}
@media (max-width: 768px) {
  .header .mobile-menu-btn span::before,
  .header .mobile-menu-btn span::after {
    height: 1px;
    width: 21px;
    top: -5px;
  }
}
.header .mobile-menu-btn span::after {
  top: 7px;
}
@media (max-width: 991px) {
  .header .mobile-menu-btn span::after {
    top: 6px;
  }
}
@media (max-width: 768px) {
  .header .mobile-menu-btn span::after {
    top: 5px;
  }
}
.header .left-block {
  padding-top: 6px;
  min-width: 33.333%;
}
@media (max-width: 768px) {
  .header .left-block {
    padding-top: 0;
  }
}
.header .right-block {
  padding-top: 25px;
  min-width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .header .right-block {
    margin-right: 0;
    padding-top: 8px;
  }
  .header .right-block .right-block-navigation {
    display: none;
  }
}
.header .right-block .cart-contents {
  position: relative;
}
.header .right-block .cart-contents:hover .cart-counter {
  background-color: #d8b06f;
}
.header .right-block .cart-contents img {
  width: 14px;
}
.header .right-block .cart-contents .cart-counter {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 16px;
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fff;
  color: #3c3c3c;
  opacity: 0.94;
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header .right-block .cart-contents .cart-counter {
    font-size: 10px;
    top: -12px;
  }
}
@media (max-width: 575px) {
  .header .right-block .cart-contents .cart-counter {
    font-size: 9px;
    top: -15px;
  }
}
.header .right-block-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .header .right-block-navigation {
    margin-right: 10px;
  }
}
.header .right-block-navigation li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 29px;
}
@media (max-width: 991px) {
  .header .right-block-navigation li {
    margin-right: 10px;
  }
}
.header .right-block-navigation li:last-of-type {
  margin-right: 0;
}
.header .right-block-navigation li:first-of-type a {
  border-color: #d8b06f;
}
.header .right-block-navigation a {
  text-decoration: none;
  color: #fff;
  padding: 10px 17px;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .header .right-block-navigation a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.header .right-block-navigation a:hover {
  border-color: #d8b06f;
  background-color: #d8b06f;
  color: #fff;
}

.mobile-menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  overflow: auto;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 45px 65px 73px 63px;
  max-width: 407px;
  background-color: #fff;
  background-image: url("images/mobile-menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-id-3136 .hero-blog-block,
.page-id-3252 .hero-blog-block,
.page-id-92 .hero-blog-block,
.parent-pageid-2683 .hero-blog-block {
  min-height: 350px !important;
  padding-top: 236px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .mobile-menu {
    max-width: 500px;
    padding: 30px 15px 18px 35px;
  }
  .mobile-menu .header-popup-info {
    display: none;
  }
}
@media (max-width: 575px) {
  .mobile-menu {
    max-width: 240px;
  }
}
.mobile-menu .right-block-navigation {
  display: none;
  margin-top: calc(30px - 6px);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mobile-menu .right-block-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .mobile-menu .right-block-navigation {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.mobile-menu .right-block-navigation li::before {
  display: none;
}
.mobile-menu .right-block-navigation li {
  margin: 0;
  padding: 0;
  margin-right: 16px;
}
.mobile-menu .right-block-navigation li:last-of-type {
  margin-right: 0;
  background-color: #d8b06f;
}
.mobile-menu .right-block-navigation li:last-of-type a {
  color: #fff;
}
@media (max-width: 768px) {
  .mobile-menu .right-block-navigation li {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .mobile-menu .right-block-navigation li {
    font-size: 10px;
  }
}
.mobile-menu .right-block-navigation a {
  display: inline-block;
  color: #d8b06f;
  border-color: #d8b06f;
}
@media (max-width: 575px) {
  .mobile-menu .right-block-navigation a {
    padding: 6px 8px;
    font-weight: 500px;
  }
}
.mobile-menu.submenu-open {
  max-width: 658px;
}
@media (max-width: 991px) {
  .mobile-menu.submenu-open {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .mobile-menu.submenu-open {
    max-width: 240px;
  }
}
.mobile-menu.submenu-open ul .sub-menu::before {
  background-color: #d8b06f;
}
.mobile-menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 5;
}
.mobile-menu .close-mobile-menu-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #d8b06f;
  position: relative;
}
@media (max-width: 991px) {
  .mobile-menu .close-mobile-menu-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .close-mobile-menu-btn {
    width: 41px;
    height: 41px;
  }
}
.mobile-menu .close-mobile-menu-btn:hover {
  background-color: #427a57;
  border-color: #427a57;
}
.mobile-menu .close-mobile-menu-btn span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 20px;
  background-color: #d8b06f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .mobile-menu .close-mobile-menu-btn span {
    height: 2px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .close-mobile-menu-btn span {
    height: 1px;
    width: 15px;
  }
}
.mobile-menu .close-mobile-menu-btn span::after {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 20px;
  background-color: #d8b06f;
}
@media (max-width: 991px) {
  .mobile-menu .close-mobile-menu-btn span::after {
    height: 2px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .close-mobile-menu-btn span::after {
    height: 1px;
    width: 15px;
  }
}
.mobile-menu .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .mobile-menu .top-line {
    display: none;
  }
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .mobile-menu ul {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mobile-menu ul {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .mobile-menu ul {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .mobile-menu ul:nth-child(1) {
    margin-bottom: 18px;
  }
}
.mobile-menu ul:last-of-type {
  margin-bottom: 0;
}
.mobile-menu ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 19px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .mobile-menu ul > li {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .mobile-menu ul > li {
    margin-bottom: 10px;
    padding-left: 14px;
  }
}
@media (max-width: 575px) {
  .mobile-menu ul > li {
    padding-left: 9px;
    margin-bottom: 6px;
  }
}
.mobile-menu ul > li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu ul > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("images/figure7.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .mobile-menu ul > li::before {
    width: 10px;
    height: 6px;
  }
}
@media (max-width: 575px) {
  .mobile-menu ul > li::before {
    top: 5px;
    width: 6px;
    height: 4px;
  }
}
.mobile-menu ul > li.menu-item-has-children > a.open::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-menu ul > li.menu-item-has-children > a::after {
  position: absolute;
  content: "";
  width: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -14px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("images/has-children.svg");
}
@media (max-width: 991px) {
  .mobile-menu ul > li.menu-item-has-children > a::after {
    width: 6px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 575px) {
  .mobile-menu ul > li.menu-item-has-children > a::after {
    width: 4px;
    right: -10px;
    height: 7px;
  }
}
.mobile-menu ul > li > a {
  color: #505050;
  position: relative;
  font-weight: 600;
}
.mobile-menu ul > li > a:hover {
  color: #d8b06f;
}
.mobile-menu ul > li.active > a {
  color: #d8b06f;
}
.mobile-menu ul .sub-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: 253px;
  z-index: 1;
  min-width: 160px;
}
@media (max-width: 991px) {
  .mobile-menu ul .sub-menu {
    position: static;
    padding-top: 6px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mobile-menu ul .sub-menu {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .mobile-menu ul .sub-menu {
    margin-bottom: 11px;
  }
}
.mobile-menu ul .sub-menu::before {
  content: "";
  position: absolute;
  left: calc(-68px - 16px);
  height: 1px;
  width: 68px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
}
@media (max-width: 991px) {
  .mobile-menu ul .sub-menu::before {
    display: none;
  }
}
.mobile-menu ul .sub-menu li {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mobile-menu ul .sub-menu li {
    margin-bottom: 5px;
    padding-left: 0;
  }
}
.mobile-menu ul .sub-menu li::before {
  display: none;
}
.mobile-menu ul .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu ul .sub-menu a {
  color: #626262;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mobile-menu ul .sub-menu a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mobile-menu ul .sub-menu a {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .mobile-menu ul .sub-menu a {
    font-size: 10px;
  }
}
.mobile-menu #menu-primary-navigation > li,
.mobile-menu #menu-primary-navigation-hun > li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mobile-menu #menu-primary-navigation > li,
  .mobile-menu #menu-primary-navigation-hun > li {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .mobile-menu #menu-primary-navigation > li,
  .mobile-menu #menu-primary-navigation-hun > li {
    margin-bottom: 8px;
  }
}
.mobile-menu #menu-primary-navigation > li::before,
.mobile-menu #menu-primary-navigation-hun > li::before {
  top: 8px;
}
@media (max-width: 991px) {
  .mobile-menu #menu-primary-navigation > li::before,
  .mobile-menu #menu-primary-navigation-hun > li::before {
    top: 6px;
  }
}
.mobile-menu #menu-primary-navigation > li:last-of-type,
.mobile-menu #menu-primary-navigation-hun > li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu #menu-primary-navigation > li > a,
.mobile-menu #menu-primary-navigation-hun > li > a {
  font-size: 20px;
}
@media (max-width: 991px) {
  .mobile-menu #menu-primary-navigation > li > a,
  .mobile-menu #menu-primary-navigation-hun > li > a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mobile-menu #menu-primary-navigation > li > a,
  .mobile-menu #menu-primary-navigation-hun > li > a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .mobile-menu #menu-primary-navigation > li > a,
  .mobile-menu #menu-primary-navigation-hun > li > a {
    font-size: 13px;
  }
}
.mobile-menu .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu .holder .close-mobile-menu-btn {
  display: none;
}
@media (max-width: 575px) {
  .mobile-menu .holder .close-mobile-menu-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
  }
}

.footer {
  background-image: -webkit-linear-gradient(239deg, #1a4129 0%, #185530 100%);
  background-image: linear-gradient(211deg, #1a4129 0%, #185530 100%);
  position: relative;
  z-index: 3;
}
.footer > .container {
  padding-top: 48px;
  padding-bottom: 29px;
}
@media (max-width: 768px) {
  .footer > .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer > .container {
    padding-bottom: 11px;
  }
}
.footer .footer-location {
  margin-bottom: 39px;
}
@media (max-width: 575px) {
  .footer .footer-location {
    margin-bottom: 22px;
  }
}
.footer .blocks-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer .blocks-holder {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .footer .blocks-holder {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer .blocks-holder {
    margin-bottom: 15px;
  }
}
.footer .blocks-holder h5 {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 575px) {
  .footer .blocks-holder h5 {
    margin-bottom: 15px;
  }
}
.footer .blocks-holder h5::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("images/figure7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 7px;
}
@media (max-width: 575px) {
  .footer .blocks-holder h5::after {
    width: 6px;
    height: 4px;
    bottom: -8px;
  }
}
.footer .copyright {
  font-family: "Karla", sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .copyright {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 8px;
  }
}
@media (max-width: 575px) {
  .footer .copyright {
    font-size: 6px;
  }
}
.footer .copyright p {
  margin: 0;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.43);
}
.footer .copyright a:hover {
  text-decoration: underline;
}

.share-block {
  text-align: center;
}
.share-block h5 {
  text-align: center;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  color: #626262;
  padding-bottom: 25px;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .share-block h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .share-block h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .share-block h5 {
    font-size: 10px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.share-block h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  background-image: url("images/figure7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .share-block h5::after {
    width: 6px;
    height: 4px;
  }
}
.share-block .sharethis-inline-share-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.share-block .st-btn {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 27px !important;
  min-width: 27px !important;
  border-radius: 0 !important;
  line-height: normal !important;
  margin-right: 22px !important;
}
@media (max-width: 575px) {
  .share-block .st-btn {
    height: 15px !important;
    min-width: 15px !important;
    margin-right: 11px !important;
  }
}
.share-block .st-btn:last-of-type {
  margin-right: 0 !important;
}
.share-block .st-btn img {
  display: none !important;
}
.share-block .st-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.share-block .st-btn[data-network="facebook"]::after {
  background-image: url("images/fb.svg");
}
.share-block .st-btn[data-network="twitter"] {
  height: 24px !important;
  width: 29px !important;
}
@media (max-width: 575px) {
  .share-block .st-btn[data-network="twitter"] {
    width: 17px !important;
    height: 13px !important;
  }
}
.share-block .st-btn[data-network="twitter"]::after {
  background-image: url("images/tw.svg");
}
.share-block .st-btn[data-network="pinterest"]::after {
  background-image: url("images/p.svg");
}

@media print {
  body {
    background: #fff;
    color: #3c3c3c;
    overflow: visible;
  }
  * {
    color: #3c3c3c !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}

.hero-home-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 317px;
  padding-bottom: 221px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-home-block {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .hero-home-block {
    padding-top: 210px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .hero-home-block {
    padding-top: 154px;
    padding-bottom: 94px;
  }
}
.hero-home-block > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 22px;
}
.hero-home-block .text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 912px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-home-block .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-home-block .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-home-block .text {
    font-size: 12px;
  }
}
.hero-home-block .text h3 {
  text-align: center;
  color: #fafafa;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .hero-home-block .text h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.hero-home-block .text p {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #d8b06f;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .hero-home-block .text p {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .hero-home-block .text p {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .hero-home-block .text p {
    margin-bottom: 19px;
  }
}
.hero-home-block .text .link {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-home-block .text .link {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .hero-home-block .text .link {
    font-size: 10px;
  }
}
.hero-home-block .text .link:hover {
  color: #d8b06f;
}
.hero-home-block .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
}
.hero-home-block .line img {
  position: absolute;
  bottom: 197px;
  left: 0;
  width: 11px;
  height: 19px;
}
@media (max-width: 991px) {
  .hero-home-block .line img {
    bottom: 161px;
  }
}
@media (max-width: 768px) {
  .hero-home-block .line img {
    bottom: 121px;
  }
}
@media (max-width: 575px) {
  .hero-home-block .line img {
    bottom: 73px;
  }
}
.hero-home-block .line span {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 1px;
  height: 197px;
  background-color: #d8b06f;
}
@media (max-width: 991px) {
  .hero-home-block .line span {
    height: 161px;
  }
}
@media (max-width: 768px) {
  .hero-home-block .line span {
    height: 121px;
  }
}
@media (max-width: 575px) {
  .hero-home-block .line span {
    height: 73px;
  }
}

.hero-blog-block {
  height: auto;
  min-height: 651px;
  padding: 0;
  padding-top: 336px;
  margin-bottom: 125px;
}
@media (max-width: 991px) {
  .hero-blog-block {
    margin-bottom: 100px;
    padding-top: 270px;
    min-height: 570px;
  }
}
@media (max-width: 768px) {
  .hero-blog-block {
    margin-bottom: 60px;
    padding-top: 200px;
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .hero-blog-block {
    margin-bottom: 30px;
    padding-top: 163px;
    min-height: 326px;
  }
}
.hero-blog-block .text {
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .hero-blog-block .text {
    max-width: 290px;
  }
}
@media (max-width: 575px) {
  .hero-blog-block .text h3 {
    font-size: 20px;
  }
}
.hero-blog-block .text p {
  max-width: 510px;
  margin-bottom: 0;
}

.dark-mode::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.73);
  z-index: 0;
}

.post-template-default.single.single-post .hero-blog-block {
  padding-top: 240px;
  padding-bottom: 0;
  height: auto;
  min-height: 433px;
  margin-bottom: 91px;
}
@media (max-width: 575px) {
  .post-template-default.single.single-post .hero-blog-block {
    margin-bottom: 23px;
    min-height: 326px;
    padding-top: 163px;
  }
}
.post-template-default.single.single-post .hero-blog-block .text {
  max-width: 506px;
}
@media (max-width: 575px) {
  .post-template-default.single.single-post .hero-blog-block .text {
    max-width: 230px;
  }
}
.post-template-default.single.single-post .hero-blog-block .text h3 {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .post-template-default.single.single-post .hero-blog-block .text h3 {
    max-width: 160px;
  }
}
.post-template-default.single.single-post .hero-blog-block .text p {
  margin-bottom: 0;
}

.hero-careers-block .text {
  max-width: 860px;
}
.hero-careers-block .text h3 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.hero-careers-block .text p {
  max-width: 100%;
}

.careers-template-default.single.single-careers .hero-careers-block {
  min-height: 434px;
  padding-top: 234px;
}
@media (max-width: 575px) {
  .careers-template-default.single.single-careers .hero-careers-block {
    padding-top: 163px;
    min-height: 326px;
  }
}

.hero-menu-block {
  padding: 0;
  padding-top: 244px;
  height: auto;
  min-height: 425px;
  margin-bottom: 95px;
}
@media (max-width: 575px) {
  .hero-menu-block {
    margin-bottom: 34px;
    padding-top: 147px;
    min-height: 274px;
  }
}
.hero-menu-block .text {
  color: #fdfdfd;
  font-family: "Montserrat", sans-serif;
}
.hero-menu-block .text h1 {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .hero-menu-block .text h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .hero-menu-block .text h1 {
    margin-bottom: 8px;
  }
}
.hero-menu-block .text p {
  max-width: 400px;
  margin: 0 auto;
  color: #fdfdfd;
}

.hero-shop-block {
  padding: 0;
  padding-top: 262px;
  height: auto;
  min-height: 433px;
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  .hero-shop-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .hero-shop-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero-shop-block {
    margin-bottom: 16px;
    min-height: 326px;
    padding-top: 164px;
  }
}
.hero-shop-block .text {
  max-width: 852px;
}
.hero-shop-block .text p {
  max-width: 100%;
  margin: 0;
}

.hero-order-now {
  padding-top: 257px;
  padding-bottom: 0;
  height: auto;
  min-height: 426px;
  margin-bottom: 46px;
}
@media (max-width: 575px) {
  .hero-order-now {
    margin-bottom: 41px;
    min-height: 274px;
    padding-top: 155px;
  }
}

.wpml-ls-item {
  position: relative;
}

ul.sub-menu {
  display: none;
  position: absolute;
  left: -42px;
  top: 40px;
}

.wpml-ls-item:hover ul.sub-menu {
  display: block !important;
}

.header .right-block-navigation a {
  border: 1px solid #d8b06f;
}

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-socials li::before {
  display: none;
}
.header-socials > li {
  margin: 0 !important;
  position: relative;
  margin-right: 22px !important;
}
@media (max-width: 768px) {
  .header-socials > li {
    margin-right: 15px !important;
  }
}
@media (max-width: 575px) {
  .header-socials > li {
    margin-right: 10px !important;
  }
}
.header-socials > li:last-of-type {
  margin-right: 0 !important;
}
.header-socials > li > a {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  min-width: 19px;
  max-width: 25px;
  height: 19px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .header-socials > li > a {
    min-width: 17px;
    height: 17px;
  }
}
@media (max-width: 768px) {
  .header-socials > li > a {
    min-width: 14px;
    height: 14px;
  }
}
@media (max-width: 575px) {
  .header-socials > li > a {
    min-width: 12px;
    height: 12px;
  }
}
.header-socials > li > a:hover {
  opacity: 0.8;
}
.header-socials > li.social-icon-facebook a {
  background-image: url("images/fb-dark.svg");
}
.header-socials > li.social-icon-instagram a {
  background-image: url("images/inst-dark.png");
}

.header-socials > li.social-icon-tiktok a {
  background-image: url("images/tiktok-dark.png");
}

.header-socials > li.social-icon-youtube a {
  width: 25px;
  background-image: url("images/yt-dark.png");
}
@media (max-width: 991px) {
  .header-socials > li.social-icon-youtube a {
    width: 23px;
  }
}
@media (max-width: 768px) {
  .header-socials > li.social-icon-youtube a {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .header-socials > li.social-icon-youtube a {
    width: 17px;
  }
}

.header-popup-info {
  width: 352px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-popup-info p {
  margin: 0;
}
.header-popup-info .card {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 56px;
  position: relative;
}
.header-popup-info .card::after {
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 365px;
}
.header-popup-info .card::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -170px;
  height: 100%;
  max-height: 446px;
  width: 234px;
  background-image: url("images/spoon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.header-popup-info .card .top-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #d8b06f;
  color: #fff;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 208px;
}
.header-popup-info .card .top-btn:hover {
  background-color: #427a57;
}
.header-popup-info .card .text-holder {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  padding-left: 49px;
  padding-right: 49px;
  padding-bottom: 49px;
}
.header-popup-info .card .text-holder a {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 18px;
  display: inline-block;
}
.header-popup-info .card .text-holder a:hover {
  color: #d8b06f;
}
.header-popup-info .card .text-holder .description {
  font-family: "Noto Serif", serif;
  font-size: 16px;
}

.block-home-lr {
  margin-bottom: 191px;
}
@media (max-width: 991px) {
  .block-home-lr {
    padding-right: 35px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block-home-lr {
    padding-right: 12px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .block-home-lr {
    margin-bottom: 24px;
    padding-right: 2px;
  }
}
.block-home-lr.block-style-wide .img-holder {
  margin-right: -55px;
}
@media (max-width: 1024px) {
  .block-home-lr.block-style-wide .img-holder {
    margin-right: 0;
  }
}
.block-home-lr.block-style-wide .img-holder img {
  width: 737px;
}
@media (max-width: 1024px) {
  .block-home-lr.block-style-wide .img-holder img {
    width: 100%;
    max-width: 700px;
  }
}
.block-home-lr.block-bg-style-white .text-holder {
  background-color: #fff;
  max-width: 373px;
  margin: 0;
  padding: 66px 37px 66px 40px;
}
@media (max-width: 768px) {
  .block-home-lr.block-bg-style-white .text-holder {
    max-width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.block-home-lr.block-style-narrow > .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-home-lr > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .block-home-lr > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* align-items: flex-end; */
  }
}
.block-home-lr.style-icon {
  position: relative;
}
.block-home-lr.style-icon::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .block-home-lr.style-icon::after {
    width: 65px;
    height: 332px;
  }
}
@media (max-width: 991px) {
  .block-home-lr.style-icon::after {
    width: 60px;
    height: 307px;
  }
}
@media (max-width: 768px) {
  .block-home-lr.style-icon::after {
    width: 40px;
    height: 205px;
  }
}
@media (max-width: 575px) {
  .block-home-lr.style-icon::after {
    width: 31px;
    height: 158px;
  }
}
.block-home-lr.style-icons-1::after {
  background-image: url("images/figure1.png");
}
.block-home-lr.style-icons-2::after {
  background-image: url("images/figure2.png");
}
.block-home-lr.style-icons-3::after {
  background-image: url("images/figure3.png");
}
@media (max-width: 1200px) {
  .block-home-lr.style-icons-4 .text-holder {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .block-home-lr.style-icons-4 .text-holder {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .block-home-lr.style-icons-4 .text-holder {
    padding-left: 0px;
  }
}
.block-home-lr.style-icons-4::after {
  background-image: url("images/figure4.svg");
  height: 785px;
  right: auto;
  left: -45px;
  top: -44px;
}
@media (max-width: 1200px) {
  .block-home-lr.style-icons-4::after {
    left: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .block-home-lr.style-icons-4::after {
    height: 515px;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .block-home-lr.style-icons-4::after {
    height: 345px;
    left: -20px;
  }
}
@media (max-width: 575px) {
  .block-home-lr.style-icons-4::after {
    height: 255px;
    width: 30px;
    left: -15px;
    top: 23px;
  }
}
.block-home-lr.style-icons-5 {
  padding-top: 320px;
  margin-bottom: 179px;
}
@media (max-width: 1024px) {
  .block-home-lr.style-icons-5 {
    padding-top: 250px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block-home-lr.style-icons-5 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .block-home-lr.style-icons-5 {
    padding-top: 137px;
    margin-bottom: 38px;
  }
}
@media (max-width: 374px) {
  .block-home-lr.style-icons-5 {
    padding-top: 185px;
  }
}
.block-home-lr.style-icons-5::after {
  background-image: url("images/figure11.svg");
  height: 848px;
  width: 198px;
  right: auto;
  left: 0;
  top: 10px;
}
@media (max-width: 1200px) {
  .block-home-lr.style-icons-5::after {
    height: 700px;
    width: 163px;
  }
}
@media (max-width: 991px) {
  .block-home-lr.style-icons-5::after {
    height: 500px;
    width: 117px;
  }
}
@media (max-width: 768px) {
  .block-home-lr.style-icons-5::after {
    height: 400px;
    width: 93px;
  }
}
@media (max-width: 575px) {
  .block-home-lr.style-icons-5::after {
    height: 318px;
    width: 74px;
    top: -51px;
  }
}
.block-home-lr.style-icons-5::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: -235px;
  right: 42px;
  width: 92px;
  height: 628px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure9.svg");
}
@media (max-width: 1024px) {
  .block-home-lr.style-icons-5::before {
    width: 79px;
    top: -204px;
    height: 544px;
  }
}
@media (max-width: 991px) {
  .block-home-lr.style-icons-5::before {
    display: none;
  }
}
.block-home-lr.image-position-left > .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .block-home-lr.image-position-left > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* align-items: flex-start; */
  }
}
.block-home-lr.image-position-left .text-holder {
  margin-right: 0;
  margin-left: 75px;
}
@media (max-width: 768px) {
  .block-home-lr.image-position-left .text-holder {
    margin-left: 0;
  }
}
.block-home-lr.image-bg-bottom-left .img-holder::before {
  bottom: -21px;
  left: -21px;
}
@media (max-width: 768px) {
  .block-home-lr.image-bg-bottom-left .img-holder::before {
    bottom: -10px;
    left: -10px;
  }
}
.block-home-lr.image-bg-bottom-right .img-holder::before {
  bottom: -21px;
  right: -21px;
}
@media (max-width: 768px) {
  .block-home-lr.image-bg-bottom-right .img-holder::before {
    bottom: -10px;
    right: -10px;
  }
}
.block-home-lr.image-bg-top-left .img-holder::before {
  top: -21px;
  left: -21px;
}
@media (max-width: 768px) {
  .block-home-lr.image-bg-top-left .img-holder::before {
    top: -10px;
    left: -10px;
  }
}
.block-home-lr.image-bg-top-right .img-holder::before {
  top: -21px;
  right: -21px;
}
@media (max-width: 768px) {
  .block-home-lr.image-bg-top-right .img-holder::before {
    top: -10px;
    right: -10px;
  }
}
.block-home-lr.image-bg-none .img-holder::before {
  display: none;
}
.block-home-lr .img-holder {
  position: relative;
}
@media (max-width: 768px) {
  .block-home-lr .img-holder {
    margin-bottom: 24px;
  }
}
.block-home-lr .img-holder::before {
  height: 100%;
  width: 100%;
  z-index: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/texture.png");
}
.block-home-lr .img-holder img {
  width: 100%;
  z-index: 1;
  position: relative;
  max-width: 737px;
}
@media (max-width: 1024px) {
  .block-home-lr .img-holder img {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .block-home-lr .img-holder img {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .block-home-lr .img-holder img {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .block-home-lr .img-holder img {
    max-width: 215px;
  }
}
.block-home-lr .text-holder {
  width: 100%;
  max-width: 392px;
  margin-right: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .block-home-lr .text-holder {
    max-width: 330px;
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  .block-home-lr .text-holder {
    max-width: 100%;
    margin-right: 0;
  }
}
.block-home-lr .text-holder h3 {
  color: #427a57;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .block-home-lr .text-holder h3 {
    margin-bottom: 9px;
  }
}
.block-home-lr .text-holder .description {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  width: 100%;
  max-width: 341px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .block-home-lr .text-holder .description {
    max-width: 100%;
  }
}
.block-home-lr .text-holder .description p {
  margin: 0;
  line-height: 24px;
}
@media (max-width: 768px) {
  .block-home-lr .text-holder .description p {
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .block-home-lr .text-holder .description p {
    line-height: 16px;
  }
}

.block-home-contact {
  padding-top: 166px;
  height: 583px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .block-home-contact {
    height: 500px;
    padding-top: 80px;
  }
}
@media (max-width: 990px) {
  .block-home-contact {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .block-home-contact {
    height: 350px;
    padding-top: 61px;
  }
}
@media (max-width: 575px) {
  .block-home-contact {
    height: 210px;
  }
}
.block-home-contact .custom-form {
  position: relative;
  z-index: 2;
}
.block-home-contact .custom-form .form-wrap .description {
  max-width: 579px;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .block-home-contact .custom-form .form-wrap .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .block-home-contact .custom-form .form-wrap .description {
    margin-bottom: 15px;
  }
}
.block-home-contact .custom-form .form-wrap h2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .block-home-contact .custom-form .custom-border {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 575px) {
  .block-home-contact .custom-form .custom-border::before {
    display: none;
  }
}
.block-home-contact .custom-border {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .block-home-contact .custom-border {
    padding: 10px;
  }
}

.block-home-shop {
  padding-top: 109px;
  padding-bottom: 64px;
  background-color: #19512f;
  position: relative;
}
@media (max-width: 991px) {
  .block-home-shop {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block-home-shop {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .block-home-shop {
    padding-top: 45px;
    padding-bottom: 19px;
  }
}
.block-home-shop::before {
  content: "";
  position: absolute;
  width: 1100px;
  height: 94px;
  left: -549px;
  top: -47px;
  background-image: url("images/figure6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .block-home-shop::before {
    height: 79px;
    width: 924px;
    left: -461px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .block-home-shop::before {
    height: 60px;
    width: 720px;
    left: -359px;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .block-home-shop::before {
    height: 40px;
    width: 480px;
    left: -239px;
    top: -20px;
  }
}
@media (max-width: 575px) {
  .block-home-shop::before {
    height: 31px;
    width: 373px;
    left: -159px;
    top: -16px;
  }
}
.block-home-shop > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .block-home-shop > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-home-shop .text-holder {
  width: 100%;
  max-width: 299px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .block-home-shop .text-holder {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.block-home-shop .text-holder h3 {
  color: #d8b06f;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .block-home-shop .text-holder h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .block-home-shop .text-holder h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .block-home-shop .text-holder h3 {
    margin-bottom: 7px;
  }
}
.block-home-shop .text-holder .description {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .block-home-shop .text-holder .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .block-home-shop .text-holder .description {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .block-home-shop .text-holder .description {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.block-home-shop .text-holder .description p {
  margin: 0;
  line-height: 25px;
}
@media (max-width: 768px) {
  .block-home-shop .text-holder .description p {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .block-home-shop .text-holder .description p {
    line-height: 16px;
  }
}
.block-home-shop .slider {
  max-width: 741px;
}
@media (max-width: 1024px) {
  .block-home-shop .slider {
    max-width: 640px;
  }
}
@media (max-width: 991px) {
  .block-home-shop .slider {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .block-home-shop .slider {
    max-width: 100%;
  }
}
.block-home-shop .slider .item {
  margin-bottom: 34px;
  padding: 0 7px;
}
@media (max-width: 991px) {
  .block-home-shop .slider .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .block-home-shop .slider .item {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .block-home-shop .slider .item {
    margin-bottom: 18px;
  }
}
.block-home-shop .slider .item img {
  width: 100%;
}

.block-home-latest-posts {
  padding-top: 277px;
  padding-bottom: 87px;
  background-image: url("images/latest-marble-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .block-home-latest-posts {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block-home-latest-posts {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .block-home-latest-posts {
    padding-top: 114px;
    padding-bottom: 33px;
  }
}
.block-home-latest-posts .elements {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 535px;
  height: 648px;
}
@media (max-width: 991px) {
  .block-home-latest-posts .elements {
    width: 450px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .block-home-latest-posts .elements {
    top: -85px;
    right: -72px;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
}
@media (max-width: 575px) {
  .block-home-latest-posts .elements {
    width: 380px;
    height: 390px;
  }
}
.block-home-latest-posts::before {
  content: "";
  position: absolute;
  left: 0;
  top: 176px;
  width: 92px;
  height: 628px;
  background-image: url("images/figure10.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1200px) {
  .block-home-latest-posts::before {
    width: 79px;
    height: 543px;
    top: 150px;
  }
}
@media (max-width: 991px) {
  .block-home-latest-posts::before {
    width: 60px;
    height: 411px;
    top: 116px;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .block-home-latest-posts::before {
    width: 40px;
    height: 275px;
    left: -20px;
  }
}
@media (max-width: 575px) {
  .block-home-latest-posts::before {
    width: 30px;
    height: 255px;
    left: -15px;
    background-image: url("images/figure4.svg");
  }
}
.block-home-latest-posts > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-home-latest-posts .title {
  max-width: 797px;
  width: 100%;
  margin-bottom: 73px;
}
@media (max-width: 575px) {
  .block-home-latest-posts .title {
    margin-bottom: 64px;
  }
}
.block-home-latest-posts .title h3 {
  font-size: 49px;
  line-height: 49px;
  color: #427a57;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .block-home-latest-posts .title h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .block-home-latest-posts .title h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .block-home-latest-posts .title h3 {
    font-size: 33px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .block-home-latest-posts .title h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-home-latest-posts .title h3 strong {
  font-weight: 700;
}
.block-home-latest-posts .posts-holder {
  max-width: 797px;
  width: 100%;
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .block-home-latest-posts .posts-holder {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .block-home-latest-posts .posts-holder {
    margin-bottom: 27px;
  }
}
.block-home-latest-posts .btn-holder {
  max-width: 797px;
  width: 100%;
  text-align: center;
}

.franchise-form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 583px;
  padding-top: 166px;
  position: relative;
}
@media (max-width: 991px) {
  .franchise-form {
    height: 450px;
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .franchise-form {
    height: 350px;
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .franchise-form {
    height: 285px;
    padding-top: 200px;
  }
}
.franchise-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 848px;
  background-image: url("images/figure11.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .franchise-form::before {
    height: 700px;
    width: 163px;
  }
}
@media (max-width: 991px) {
  .franchise-form::before {
    height: 500px;
    width: 117px;
  }
}
@media (max-width: 768px) {
  .franchise-form::before {
    height: 400px;
    width: 93px;
  }
}
@media (max-width: 575px) {
  .franchise-form::before {
    height: 318px;
    width: 74px;
    left: -52px;
  }
}
.franchise-form .custom-form {
  z-index: 2;
  position: relative;
  top: -210px;
}

.block-locations .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .block-locations .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-locations .holder .location-item {
  width: 33%;
  max-width: 332px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block-locations .holder .location-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .block-locations .holder .location-item .text-holder {
    margin-left: 10px;
  }
  .block-locations .holder .location-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block-locations .holder .location-item:nth-child(even) .text-holder {
    margin-left: 0;
    margin-right: 10px;
  }
}
.block-locations .holder .location-item .image-holder {
  margin-bottom: 25px;
  max-height: 344px;
  max-width: 332px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .block-locations .holder .location-item .image-holder {
    min-width: 300px;
    max-width: 300px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .image-holder {
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 374px) {
  .block-locations .holder .location-item .image-holder {
    max-width: 150px;
    min-width: 150px;
  }
}
.block-locations .holder .location-item .image-holder img {
  width: 100%;
}
.block-locations .holder .location-item .text-holder {
  text-align: center;
}
@media (max-width: 768px) {
  .block-locations .holder .location-item .text-holder {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .text-holder {
    width: 90px;
  }
  .block-locations .holder .location-item .text-holder .custom-btn {
    min-width: 0;
    padding: 6px 5px;
    width: 100%;
  }
}
.block-locations .holder .location-item .text-holder h5 {
  font-size: 19px;
  margin: 0;
  color: #626262;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-locations .holder .location-item .text-holder h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .block-locations .holder .location-item .text-holder h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .text-holder h5 {
    font-size: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.block-locations .holder .location-item .text-holder h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  background-image: url("images/figure7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .text-holder h5::after {
    width: 6px;
    height: 4px;
  }
}
.block-locations .holder .location-item .text-holder .address {
  max-width: 200px;
  margin: 0 auto;
  color: #d8b06f;
  margin-bottom: 33px;
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .text-holder .address {
    margin-bottom: 15px;
  }
}
.block-locations .holder .location-item .text-holder .address p {
  font-size: 16px;
  margin: 0;
  line-height: 22px;
}
@media (max-width: 991px) {
  .block-locations .holder .location-item .text-holder .address p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .block-locations .holder .location-item .text-holder .address p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .block-locations .holder .location-item .text-holder .address p {
    font-size: 10px;
    line-height: 14px;
  }
}

.general-icons {
  position: relative;
  z-index: 3;
}
.general-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.general-icons ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 170px;
  text-transform: uppercase;
  line-height: 22px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .general-icons ul li {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .general-icons ul li {
    margin-left: 0;
    margin-right: 0;
    margin-right: 20px;
    width: calc(33% - 15px);
  }
  .general-icons ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .general-icons ul li {
    font-size: 11px;
    line-height: 15px;
    margin-right: 0;
    width: 33%;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.general-icons ul li .image-holder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 103px;
  margin-bottom: 15px;
  max-width: 101px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .general-icons ul li .image-holder {
    height: 80px;
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .general-icons ul li .image-holder {
    height: 60px;
    max-width: 60px;
  }
}
@media (max-width: 575px) {
  .general-icons ul li .image-holder {
    margin-bottom: 10px;
    height: 41px;
    max-width: 40px;
  }
}
.general-icons ul li .image-holder img {
  max-height: 100%;
  width: auto;
}
.general-icons ul li span {
  width: 100%;
}

.block-menu-lr {
  margin-bottom: 86px;
}
@media (max-width: 991px) {
  .block-menu-lr {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .block-menu-lr {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .block-menu-lr {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .block-menu-lr:first-of-type .image-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .block-menu-lr:first-of-type .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-menu-lr:first-of-type .menu .image-bg {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    margin-bottom: 21px;
  }
  .block-menu-lr:first-of-type .menu .menu-2-cols-list:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 77px;
  }
}
.block-menu-lr:last-of-type {
  margin-bottom: 0;
}
.block-menu-lr > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-menu-lr > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.block-menu-lr.image-position-right .image-bg {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .block-menu-lr.image-position-right .image-bg {
    margin: 0;
    margin-bottom: 24px;
  }
}
.block-menu-lr.image-position-right > .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .block-menu-lr.image-position-right > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-menu-lr.image-bg-top-right .image-bg {
  padding: 0;
  padding-right: 20px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .block-menu-lr.image-bg-top-right .image-bg {
    padding-right: 15px;
    padding-top: 15px;
  }
}
.block-menu-lr.image-bg-top-right .image-bg::before {
  right: 0;
  top: 0;
  left: auto;
}
.block-menu-lr.image-bg-top-left .image-bg {
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .block-menu-lr.image-bg-top-left .image-bg {
    padding-left: 15px;
    padding-top: 15px;
  }
}
.block-menu-lr.image-bg-top-left .image-bg::before {
  left: 0;
  top: 0;
}
.block-menu-lr.image-bg-bottom-left .image-bg {
  padding: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .block-menu-lr.image-bg-bottom-left .image-bg {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.block-menu-lr.image-bg-bottom-left .image-bg::before {
  top: auto;
  left: 0;
  bottom: 0;
}
.block-menu-lr.image-bg-bottom-right .image-bg {
  padding: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .block-menu-lr.image-bg-bottom-right .image-bg {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.block-menu-lr.image-bg-bottom-right .image-bg::before {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.block-menu-lr.image-bg-none .image-bg {
  padding: 0;
}
.block-menu-lr.image-bg-none .image-bg::before {
  display: none;
}
.block-menu-lr .image-bg {
  overflow: visible;
  max-height: none;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block-menu-lr .image-bg {
    margin: 0;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .block-menu-lr .image-bg {
    max-height: 242px;
    overflow: hidden;
  }
}
.block-menu-lr .image-bg::before {
  max-height: none;
  background-image: url("images/texture-2.png");
  background-size: cover;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
@media (max-width: 575px) {
  .block-menu-lr .image-bg::before {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}
.block-menu-lr .menu .image-bg {
  display: none;
}
.block-menu-lr .info-holder .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .block-menu-lr .info-holder .name {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .block-menu-lr .info-holder .name {
    margin-bottom: 11px;
  }
}
.block-menu-lr .info-holder .name img {
  max-width: 45px;
  margin-right: 11px;
}
@media (max-width: 768px) {
  .block-menu-lr .info-holder .name img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .block-menu-lr .info-holder .name img {
    max-width: 32px;
    margin-right: 13px;
  }
}
.block-menu-lr .info-holder .name .title {
  color: #d8b06f;
  font-size: 49px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .block-menu-lr .info-holder .name .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .block-menu-lr .info-holder .name .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .block-menu-lr .info-holder .name .title {
    font-size: 30px;
  }
}
.block-menu-lr .info-holder .name .title p {
  margin: 0;
}

.home-latest-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .home-latest-post {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-latest-post > .date,
  .home-latest-post .title {
    display: none;
  }
}
@media (max-width: 575px) {
  .home-latest-post {
    margin-bottom: 49px;
  }
}
.home-latest-post:last-of-type {
  margin-bottom: 0;
}
.home-latest-post .mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 11px;
}
.home-latest-post .mobile .date {
  margin: 0;
  margin-bottom: 20px;
}
.home-latest-post .mobile .title {
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .home-latest-post .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-latest-post .date {
  color: #427a57;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-right: 97px;
  min-width: 95px;
}
@media (max-width: 1024px) {
  .home-latest-post .date {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .home-latest-post .date {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .home-latest-post .date {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .home-latest-post .date {
    font-size: 16px;
  }
}
.home-latest-post .title {
  margin: 0;
  margin-right: 130px;
  max-width: 336px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .home-latest-post .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-latest-post .title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-latest-post .title {
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
  }
}
.home-latest-post .title:hover {
  color: #427a57;
}
.home-latest-post .image {
  max-width: 138px;
  max-height: 138px;
  min-width: 68px;
  min-height: 68px;
}
.home-latest-post .image:hover {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .home-latest-post .image {
    max-width: 68px;
    max-height: 68px;
  }
}
.home-latest-post .image img {
  width: 100%;
}

.menu-3-cols-list,
.menu-2-cols-list {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .menu-3-cols-list,
  .menu-2-cols-list {
    margin-bottom: 20px;
  }
}
.menu-3-cols-list:last-of-type,
.menu-2-cols-list:last-of-type {
  margin-bottom: 0;
}
.menu-3-cols-list .col-title-holder,
.menu-2-cols-list .col-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 13px;
  font-size: 15px;
  color: #427a57;
  font-family: "serif12beta", serif;
}
@media (max-width: 991px) {
  .menu-3-cols-list .col-title-holder,
  .menu-2-cols-list .col-title-holder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .menu-3-cols-list .col-title-holder,
  .menu-2-cols-list .col-title-holder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .menu-3-cols-list .col-title-holder,
  .menu-2-cols-list .col-title-holder {
    font-size: 12px;
  }
}
.menu-3-cols-list .col-title-holder span,
.menu-2-cols-list .col-title-holder span {
  width: 55px;
}
@media (max-width: 575px) {
  .menu-3-cols-list .col-title-holder span,
  .menu-2-cols-list .col-title-holder span {
    width: 40px;
  }
}
.menu-3-cols-list .col-title-holder span:first-of-type,
.menu-2-cols-list .col-title-holder span:first-of-type {
  margin-right: 20px;
}
.menu-3-cols-list .col-title-holder span:last-of-type,
.menu-2-cols-list .col-title-holder span:last-of-type {
  margin-left: 23px;
}
@media (max-width: 575px) {
  .menu-3-cols-list .col-title-holder span:last-of-type,
  .menu-2-cols-list .col-title-holder span:last-of-type {
    margin-left: 17px;
  }
}
.menu-3-cols-list .list,
.menu-2-cols-list .list {
  margin: 0;
  padding: 0;
}
.menu-3-cols-list .list li,
.menu-2-cols-list .list li {
  color: #595b60;
  font-size: 15px;
  font-weight: 400;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .menu-3-cols-list .list li,
  .menu-2-cols-list .list li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .menu-3-cols-list .list li,
  .menu-2-cols-list .list li {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .menu-3-cols-list .list li,
  .menu-2-cols-list .list li {
    font-size: 12px;
  }
}
.menu-3-cols-list .list li:last-of-type,
.menu-2-cols-list .list li:last-of-type {
  margin-bottom: 0;
}
.menu-3-cols-list .list li:last-of-type span,
.menu-2-cols-list .list li:last-of-type span {
  padding-bottom: 2px;
}
.menu-3-cols-list .list li span:first-of-type,
.menu-2-cols-list .list li span:first-of-type {
  font-weight: 500;
}
.menu-3-cols-list .list li span,
.menu-2-cols-list .list li span {
  width: 55px;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 575px) {
  .menu-3-cols-list .list li span,
  .menu-2-cols-list .list li span {
    width: 40px;
    padding-bottom: 11px;
  }
}
.menu-3-cols-list .list li span:first-of-type,
.menu-2-cols-list .list li span:first-of-type {
  width: 180px;
  margin-right: 60px;
}
@media (max-width: 575px) {
  .menu-3-cols-list .list li span:first-of-type,
  .menu-2-cols-list .list li span:first-of-type {
    width: 141px;
    margin-right: 45px;
  }
}
@media (max-width: 374px) {
  .menu-3-cols-list .list li span:first-of-type,
  .menu-2-cols-list .list li span:first-of-type {
    width: 125px;
    margin-right: 20px;
  }
}
.menu-3-cols-list .list li span:first-of-type::after,
.menu-2-cols-list .list li span:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 11px;
  width: 6px;
  background-image: url("images/green-rhombus.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .menu-3-cols-list .list li span:first-of-type::after,
  .menu-2-cols-list .list li span:first-of-type::after {
    top: 2px;
  }
}
@media (max-width: 575px) {
  .menu-3-cols-list .list li span:first-of-type::after,
  .menu-2-cols-list .list li span:first-of-type::after {
    width: 5px;
    top: 1px;
    height: 8px;
    background-size: 5px;
  }
}
.menu-3-cols-list .list li span:nth-child(2),
.menu-2-cols-list .list li span:nth-child(2) {
  margin-right: 20px;
}
.menu-3-cols-list .list li span:nth-child(2)::after,
.menu-2-cols-list .list li span:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d8b06f;
}
.menu-3-cols-list .list li span:nth-child(3),
.menu-2-cols-list .list li span:nth-child(3) {
  margin-left: 23px;
}
@media (max-width: 575px) {
  .menu-3-cols-list .list li span:nth-child(3),
  .menu-2-cols-list .list li span:nth-child(3) {
    margin-left: 17px;
  }
}

.menu-2-cols-list .title {
  color: #d8b06f;
  font-family: "serif12beta-bold", serif;
  font-size: 27px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .menu-2-cols-list .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .menu-2-cols-list .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .menu-2-cols-list .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.menu-2-cols-list .title span {
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
.menu-2-cols-list .title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #d8b06f;
}

.menu-2-cols-list .list li span:nth-child(2) {
  margin-right: 0;
}
.menu-2-cols-list .list li span:nth-child(2)::after {
  display: none;
}

.footer-subscribe-form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -145px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .footer-subscribe-form {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 575px) {
  .footer-subscribe-form {
    margin-bottom: -75px;
  }
}
.footer-subscribe-form .custom-form {
  padding: 25px 16px 18px;
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form {
    padding: 10px;
  }
}
.footer-subscribe-form .custom-form .custom-border {
  padding-top: 59px;
  padding-bottom: 41px;
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form .custom-border {
    padding: 22px 16px;
  }
}
.footer-subscribe-form .custom-form .text {
  max-width: 291px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #427a57;
}
@media (max-width: 768px) {
  .footer-subscribe-form .custom-form .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form .text {
    max-width: 198px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.footer-subscribe-form .custom-form .text p {
  margin: 0;
}
.footer-subscribe-form .custom-form h4 {
  margin-bottom: 24px;
  color: #d8b06f;
  font-weight: 400;
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form h4 {
    margin-bottom: 12px;
  }
}
.footer-subscribe-form .custom-form .input-holder {
  width: 100%;
  max-width: 445px;
  margin: 0 auto;
  position: relative;
}
.footer-subscribe-form .custom-form .input-holder input {
  margin: 0;
  padding-left: 22px;
  padding-right: 35px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form .input-holder input {
    height: 24px;
    padding-left: 9px;
    padding-right: 20px;
    font-size: 8px;
  }
}
.footer-subscribe-form .custom-form .input-holder input::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.41);
}
.footer-subscribe-form .custom-form .input-holder input:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.41);
}
.footer-subscribe-form .custom-form .input-holder input::placeholder {
  color: rgba(136, 136, 136, 0.41);
}
.footer-subscribe-form .custom-form button[type="submit"] {
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 23px;
  background-image: url("images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  font-size: 0;
}
@media (max-width: 575px) {
  .footer-subscribe-form .custom-form button[type="submit"] {
    width: 6px;
    height: 12px;
    right: 7px;
  }
}
.footer-subscribe-form .custom-form button[type="submit"]:hover {
  opacity: 0.6;
}

.footer-location {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  padding: 21px 20px;
  border: 1px solid #d8b06f;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-location {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer-location {
    padding: 17px;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-right: 17px;
  }
}
.footer-location .map .acf-map {
  margin: 0;
  width: 600px;
  height: 254px;
}
@media (max-width: 991px) {
  .footer-location .map .acf-map {
    width: 480px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .footer-location .map .acf-map {
    width: 330px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .footer-location .map .acf-map {
    width: 224px;
    height: 96px;
    margin-right: 6px;
  }
}
@media (max-width: 374px) {
  .footer-location .map .acf-map {
    width: 170px;
  }
}
.footer-location .text {
  color: #d8b06f;
  width: 100%;
  text-align: center;
  margin-right: -10px;
}
@media (max-width: 1024px) {
  .footer-location .text {
    margin-right: 0;
  }
}
.footer-location .text h5 {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 140px;
}
@media (max-width: 768px) {
  .footer-location .text h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer-location .text h5 {
    margin-bottom: 5px;
  }
}
.footer-location .text .address {
  max-width: 140px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer-location .text .address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer-location .text .address {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer-location .text .address {
    font-size: 9px;
  }
}
.footer-location .text .address p {
  line-height: 22px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-location .text .address p {
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  .footer-location .text .address p {
    line-height: 10px;
  }
}

.footer-contact {
  max-width: 163px;
  width: 100%;
  text-align: center;
  margin-right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-contact {
    margin-right: 24px;
  }
}
.footer-contact .custom-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 163px;
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .footer-contact .custom-btn {
    min-width: 0;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 5px;
  }
}
.footer-contact a {
  color: #d8b06f;
  font-size: 15px;
  font-weight: 400;
}
.footer-contact a:hover {
  color: #427a57;
}
@media (max-width: 575px) {
  .footer-contact a {
    font-size: 10px;
  }
}

.footer-hours {
  text-align: center;
  max-width: 201px;
  width: 100%;
  color: #d8b06f;
  margin-right: 75px;
}
@media (max-width: 768px) {
  .footer-hours {
    margin-right: 24px;
  }
}
.footer-hours .text {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .footer-hours .text {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer-hours .text {
    font-size: 9px;
    padding-top: 0;
    max-width: 106px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer-hours .text p {
  margin: 0;
  width: 100%;
  line-height: 23px;
}
@media (max-width: 768px) {
  .footer-hours .text p {
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .footer-hours .text p {
    line-height: 13px;
  }
}

.footer-follow-us {
  max-width: 145px;
  width: 100%;
  text-align: center;
}
.footer-follow-us ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.footer-follow-us ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 19px;
  position: relative;
  min-width: 25px;
  min-height: 23px;
}
@media (max-width: 575px) {
  .footer-follow-us ul li {
    min-width: 12px;
    min-height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 9px;
    width: auto;
    height: auto;
  }
}
.footer-follow-us ul li a {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 26px;
  min-height: 23px;
  background-size: cover;
}
@media (max-width: 575px) {
  .footer-follow-us ul li a {
    min-width: 13px;
    min-height: 12px;
  }
}
.footer-follow-us ul li a:hover {
  opacity: 0.8;
}
.footer-follow-us ul li.social-icon-facebook a {
  background-image: url("images/fb.svg");
  height: 26px;
}
@media (max-width: 575px) {
  .footer-follow-us ul li.social-icon-facebook a {
    height: 13px;
  }
}
.footer-follow-us ul li.social-icon-instagram a {
  background-image: url("images/inst.svg");
  height: 26px;
}

.footer-follow-us ul li.social-icon-tiktok a {
  background-image: url("images/tiktok.svg");
}

@media screen and (min-width: 576px) {
  .footer-follow-us ul li.social-icon-tiktok a {
    height: 26px;
  }
}

@media (max-width: 575px) {
  .footer-follow-us ul li.social-icon-instagram a {
    height: 13px;
  }
}
.footer-follow-us ul li.social-icon-youtube a {
  background-image: url("images/yt.svg");
  width: 34px;
}
@media (max-width: 575px) {
  .footer-follow-us ul li.social-icon-youtube a {
    width: 17px;
  }
}
.footer-follow-us ul li.social-icon-pinterest a {
  background-image: url("images/p.svg");
  width: 27px;
  height: 27px;
}
@media (max-width: 575px) {
  .footer-follow-us ul li.social-icon-pinterest a {
    width: 14px;
    height: 14px;
  }
}
.footer-follow-us ul li.social-icon-twitter a {
  background-image: url("images/tw.svg");
  width: 29px;
  height: 24px;
}
@media (max-width: 575px) {
  .footer-follow-us ul li.social-icon-twitter a {
    width: 15px;
    height: 13px;
  }
}

.order-now-sidebar {
  width: 210px;
  min-width: 210px;
}
@media (max-width: 991px) {
  .order-now-sidebar {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .order-now-sidebar {
    width: 150px;
    min-width: 150px;
  }
}
.order-now-sidebar ul {
  padding: 0;
  margin: 0;
}
.order-now-sidebar ul li {
  list-style-type: none;
}
.order-now-sidebar > ul > li {
  position: relative;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}
.order-now-sidebar > ul > li::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8b06f;
}
@media (max-width: 575px) {
  .order-now-sidebar > ul > li::after {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .order-now-sidebar > ul > li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .order-now-sidebar > ul > li {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .order-now-sidebar > ul > li {
    font-size: 16px;
  }
}
.order-now-sidebar > ul > li > ul {
  padding-top: calc(7px + 18px);
}
@media (max-width: 575px) {
  .order-now-sidebar > ul > li > ul {
    padding-top: 15px;
  }
}
.order-now-sidebar > ul > li > ul > li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .order-now-sidebar > ul > li > ul > li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .order-now-sidebar > ul > li > ul > li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .order-now-sidebar > ul > li > ul > li {
    font-size: 11px;
    margin-bottom: 9px;
  }
}
.order-now-sidebar > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}
.order-now-sidebar > ul > li > ul > li > a {
  color: #959595;
}
.order-now-sidebar > ul > li > ul > li > a:hover {
  font-weight: 600;
  color: #427a57;
}
.order-now-sidebar .children {
  padding-left: 32px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .order-now-sidebar .children {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .order-now-sidebar .children {
    padding-left: 14px;
    padding-top: 9px;
  }
}
.order-now-sidebar .children li {
  color: #d8b06f;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .order-now-sidebar .children li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .order-now-sidebar .children li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .order-now-sidebar .children li {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.order-now-sidebar .children li:last-of-type {
  margin-bottom: 0;
}
.order-now-sidebar .children li.active {
  font-weight: 600;
}
.order-now-sidebar .children li.active a {
  color: #427a57;
}
.order-now-sidebar .children a {
  color: #d8b06f;
}
.order-now-sidebar .children a:hover {
  font-weight: 600;
  color: #427a57;
}

.top-product-info-block {
  margin-bottom: 37px;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .top-product-info-block {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.top-product-info-block .description {
  max-width: 388px;
  color: #9a9b9f;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 9px;
}
.top-product-info-block .description p {
  margin: 0;
}
.top-product-info-block ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "serif12beta", serif;
}
@media (max-width: 575px) {
  .top-product-info-block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.top-product-info-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  color: #9a9b9f;
  font-family: "Serif 12 Beta";
  font-style: italic;
  font-size: 9px;
  margin-right: 24px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .top-product-info-block ul li {
    margin-right: 0;
    margin-bottom: 9px;
    font-size: 11px;
  }
  .top-product-info-block ul li:last-of-type {
    margin: 0;
  }
}
.top-product-info-block ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #d8b06f;
  position: relative;
  width: 40px;
  height: 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-right: 5px;
}
@media (max-width: 575px) {
  .top-product-info-block ul li span {
    width: 28px;
    height: 17px;
    font-size: 9px;
  }
}
.top-product-info-block ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 24px;
  background-image: url("images/rhombus-border.svg");
  background-size: 39px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .top-product-info-block ul li span::after {
    width: 28px;
    height: 17px;
    background-size: 28px;
  }
}

.shop-info-banner {
  float: left;
  width: 100%;
  min-height: 271px;
  height: 100%;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fdfdfd;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .shop-info-banner {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .shop-info-banner {
    min-height: 140px;
  }
}
@media (max-width: 575px) {
  .shop-info-banner {
    margin-bottom: 17px;
    min-height: 88px;
  }
}
.shop-info-banner h3 {
  margin: 0;
  font-size: 39px;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .shop-info-banner h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .shop-info-banner h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .shop-info-banner h3 {
    letter-spacing: 0.3px;
    font-size: 15px;
  }
}
.shop-info-banner .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .shop-info-banner .stars {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .shop-info-banner .stars {
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .shop-info-banner .stars {
    margin-bottom: 4px;
  }
}
.shop-info-banner .stars img {
  width: 100%;
  max-width: 22px;
  margin-right: 7px;
}
.shop-info-banner .stars img:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .shop-info-banner .stars img {
    max-width: 18px;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .shop-info-banner .stars img {
    max-width: 16px;
    margin-right: 4px;
  }
}
@media (max-width: 575px) {
  .shop-info-banner .stars img {
    max-width: 10px;
    margin-right: 3px;
  }
}

.post-card {
  width: 100%;
}
.post-card .image-bg {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .post-card .image-bg {
    padding-left: 0;
    padding-right: 7px;
  }
  .post-card .image-bg::before {
    left: auto;
    right: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
.post-card .image-bg a {
  width: 100%;
  display: inline-block;
}
@media (max-width: 575px) {
  .post-card .image-bg a {
    height: 151px;
    position: relative;
    overflow: hidden;
  }
}
.post-card .image-bg img {
  z-index: 1;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 575px) {
  .post-card .image-bg img {
    max-height: none;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.post-card .image-bg .mobile-image {
  display: none;
}
@media (max-width: 575px) {
  .post-card .image-bg .mobile-image {
    display: block;
  }
}
@media (max-width: 575px) {
  .post-card .image-bg .default-image {
    display: none;
  }
}
.post-card .data {
  padding-left: 12px;
  font-size: 13px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .post-card .data {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .post-card .data {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .post-card .data {
    font-size: 9px;
    margin-bottom: 12px;
    padding-left: 0;
  }
}
.post-card .data a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #959595;
}
.post-card .data a:hover {
  color: #d8b06f;
}
.post-card .data a img {
  margin-right: 10px;
  width: 100%;
  max-width: 22px;
}
@media (max-width: 991px) {
  .post-card .data a img {
    max-width: 18px;
  }
}
@media (max-width: 768px) {
  .post-card .data a img {
    max-width: 15px;
  }
}
@media (max-width: 575px) {
  .post-card .data a img {
    max-width: 12px;
    margin-right: 5px;
  }
}
.post-card .title {
  margin-bottom: 5px;
}
.post-card .title a {
  color: #427a57;
}
.post-card .title a:hover {
  color: #d8b06f;
}
.post-card .title h3 {
  margin: 0;
  margin-bottom: 23px;
  color: #427a57;
}
@media (max-width: 768px) {
  .post-card .title h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .post-card .title h3 {
    margin-bottom: 10px;
  }
}
.post-card .title h4 {
  margin: 0;
  font-size: 23px;
}
@media (max-width: 991px) {
  .post-card .title h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .post-card .title h4 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .post-card .title h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.post-card .content {
  font-size: 16px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .post-card .content {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .post-card .content {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.post-card .content p {
  margin: 0;
  line-height: 25px;
}
@media (max-width: 768px) {
  .post-card .content p {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .post-card .content p {
    line-height: 16px;
  }
}

.pager .nav-links {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pager .nav-links > span,
.pager .nav-links a {
  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;
  padding: 0;
  font-size: 16px;
  color: #fff;
  height: 52px;
  width: 52px;
  background-color: #d8b06f;
  font-family: "Montserrat", sans-serif;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .pager .nav-links > span,
  .pager .nav-links a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .pager .nav-links > span,
  .pager .nav-links a {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .pager .nav-links > span,
  .pager .nav-links a {
    width: 28px;
    height: 28px;
    font-size: 9px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.pager .nav-links > span:hover,
.pager .nav-links a:hover {
  background-color: #427a57;
}
.pager .nav-links span[aria-current="page"] {
  background-color: #427a57;
}

.shopping-cart-holder {
  display: none;
}

.widget_shopping_cart_content {
  position: absolute;
  z-index: 100;
  top: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 36px;
}
@media (max-width: 768px) {
  .widget_shopping_cart_content {
    top: 76px;
  }
}

.mini-cart {
  width: 535px;
  margin-left: auto;
  background-color: #fff;
  padding: 25px 23px 23px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .mini-cart {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .mini-cart {
    width: 100%;
    padding: 10px;
  }
}
.mini-cart .empty-block {
  text-align: center;
}
.mini-cart .empty-block p {
  margin: 0;
}
.mini-cart .custom-border {
  padding: 48px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 575px) {
  .mini-cart .custom-border {
    padding: 20px 15px;
  }
}
.mini-cart .custom-border::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 3px;
  background-color: #fff;
  width: 54px;
  padding-left: 3px;
  padding-right: 3px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
  background-image: url("images/figure5.svg");
}
@media (max-width: 575px) {
  .mini-cart .custom-border::before {
    width: 17px;
    height: 10px;
    background-size: 17px;
    top: -6px;
  }
}
.mini-cart .woocommerce-mini-cart__buttons {
  margin: 0;
}
.mini-cart .woocommerce-mini-cart__total,
.mini-cart .woocommerce-mini-cart__buttons a {
  padding: 16px 10px;
  margin: 0;
  background-color: #d8b06f;
  width: 100%;
  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;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .mini-cart .woocommerce-mini-cart__total,
  .mini-cart .woocommerce-mini-cart__buttons a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mini-cart .woocommerce-mini-cart__total,
  .mini-cart .woocommerce-mini-cart__buttons a {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .mini-cart .woocommerce-mini-cart__total,
  .mini-cart .woocommerce-mini-cart__buttons a {
    font-size: 11px;
    padding: 10px;
    margin-bottom: 7px;
  }
}
.mini-cart .woocommerce-mini-cart__total strong,
.mini-cart .woocommerce-mini-cart__buttons a strong {
  margin-right: 5px;
  font-weight: 500;
}
.mini-cart .woocommerce-mini-cart__buttons a {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8b06f;
  font-weight: 500;
  color: #d8b06f;
  margin-bottom: 0;
}
.mini-cart .woocommerce-mini-cart__buttons a:hover {
  color: #427a57;
  border-color: #427a57;
}
.mini-cart ul {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 25px !important;
}
.mini-cart ul li {
  list-style-type: none;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.mini-cart ul li:last-of-type {
  margin-bottom: 0 !important;
}
.mini-cart ul li .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .mini-cart ul li .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.mini-cart ul li .remove_from_cart_button {
  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;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #d8b06f;
  padding: 0;
}
@media (max-width: 575px) {
  .mini-cart ul li .remove_from_cart_button {
    margin-bottom: 15px;
    margin-left: auto;
  }
}
.mini-cart ul li .remove_from_cart_button:hover {
  border-color: #427a57;
}
.mini-cart ul li .remove_from_cart_button img {
  float: none;
  margin: 0;
  width: 10px;
  height: 10px;
}
.mini-cart ul li .mini-cart-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
.mini-cart ul li .mini-cart-product-quantity a {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}
.mini-cart ul li .mini-cart-product-quantity .btnMinus {
  padding-right: 15px;
}
.mini-cart ul li .mini-cart-product-quantity .btnPlus {
  padding-left: 15px;
}
.mini-cart ul li .mini-cart-product-quantity .mini-cart-product-quantity-current {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  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;
  color: #fff;
  background-color: #d8b06f;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .mini-cart ul li .mini-cart-product-quantity .mini-cart-product-quantity-current {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .mini-cart ul li .mini-cart-product-quantity .mini-cart-product-quantity-current {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 11px;
  }
}
.mini-cart ul li .item {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .mini-cart ul li .item {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 15px;
  }
}
.mini-cart ul li .item .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mini-cart ul li .item .price {
  color: #595b60;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.mini-cart ul li .item .name {
  max-width: 195px;
  color: #595b60;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.mini-cart ul li .item .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 1px;
  background-color: #d8b06f;
}
.mini-cart ul li .item img {
  margin: 0;
  width: auto;
  float: none;
  max-width: 80px;
  margin-right: 15px;
}

.page-template-template-home .block-home-lr:first-of-type {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page-template-template-home .block-home-lr:first-of-type {
    margin-top: -67px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .block-home-lr:first-of-type {
    margin-top: -21px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .block-home-lr:first-of-type {
    margin-top: -34px;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .block-home-lr:first-of-type {
    margin-top: -26px;
  }
}
.page-template-template-home .block-home-lr:first-of-type .text-holder {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .page-template-template-home .block-home-lr:first-of-type .text-holder {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .block-home-lr:first-of-type .text-holder {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .block-home-lr:first-of-type .text-holder {
    padding-top: 0;
  }
}

.page-template-template-home .marble-bg {
  margin-bottom: 165px;
}
@media (max-width: 991px) {
  .page-template-template-home .marble-bg {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .marble-bg {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .marble-bg {
    margin-bottom: 24px;
  }
}
.page-template-template-home .marble-bg .block-home-lr:last-of-type {
  margin-bottom: 0;
}

.page-template-template-home .marble-bg + .block-home-lr {
  margin-bottom: 178px;
}
@media (max-width: 991px) {
  .page-template-template-home .marble-bg + .block-home-lr {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .marble-bg + .block-home-lr {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .page-template-template-home .marble-bg + .block-home-lr {
    margin-bottom: 22px;
  }
}

.page-template-template-home .footer > .container {
  padding-top: 198px;
}
@media (max-width: 575px) {
  .page-template-template-home .footer > .container {
    padding-top: 111px;
  }
}

@media (max-width: 575px) {
  .blog .gold-element::before {
    top: 78px;
  }
}

.blog .footer > .container {
  padding-top: 198px;
}
@media (max-width: 575px) {
  .blog .footer > .container {
    padding-top: 111px;
  }
}

.blog .gold-element {
  position: relative;
}
.blog .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -233px;
  right: -45px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .blog .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .blog .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
    bottom: -215px;
  }
}
@media (max-width: 768px) {
  .blog .gold-element::after {
    width: 20px;
    right: 0;
    background-position: left;
    height: 346px;
    bottom: -202px;
  }
}
@media (max-width: 575px) {
  .blog .gold-element::after {
    width: 20px;
    right: 0;
    bottom: 49px;
  }
}

.blog .posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog .posts-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .blog .posts-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog .posts-holder .post-card {
  margin-bottom: 64px;
  max-width: 340px;
  width: calc(33% - 10px);
  margin-right: 10px;
  position: relative;
  padding-bottom: 51px;
}
.blog .posts-holder .post-card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .blog .posts-holder .post-card {
    margin-bottom: 50px;
    width: calc(50% - 10px);
    margin-right: 20px;
    padding-bottom: 48px;
  }
  .blog .posts-holder .post-card:nth-child(3n) {
    margin-right: 20px;
  }
  .blog .posts-holder .post-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .blog .posts-holder .post-card {
    margin-bottom: 40px;
    padding-bottom: 46px;
  }
}
@media (max-width: 575px) {
  .blog .posts-holder .post-card {
    margin-bottom: 27px;
    padding-bottom: 26px;
    width: 100%;
    margin-right: 0 !important;
  }
}
.blog .posts-holder .post-card .custom-btn {
  position: absolute;
  bottom: 0;
}

.blog .pager {
  padding-top: 20px;
  margin-bottom: 67px;
}
@media (max-width: 991px) {
  .blog .pager {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog .pager {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .blog .pager {
    padding-top: 9px;
    margin-bottom: 36px;
  }
}

@media (max-width: 575px) {
  .single-post .gold-element::before {
    top: 85px;
  }
}

.single-post .footer > .container {
  padding-top: 198px;
}
@media (max-width: 575px) {
  .single-post .footer > .container {
    padding-top: 111px;
  }
}

.single-post .post-card {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .single-post .post-card {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .single-post .post-card {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .single-post .post-card {
    margin-bottom: 20px;
  }
}
.single-post .post-card .data {
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .single-post .post-card .data {
    margin-bottom: 12px;
  }
}
.single-post .post-card .image-bg {
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-post .post-card .image-bg {
    padding-left: 0;
    padding-right: 7px;
  }
}
.single-post .post-card .image-bg img {
  width: auto;
  max-width: 100%;
  height: 351px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .single-post .post-card .image-bg img {
    height: 151px;
  }
}
.single-post .post-card .image-bg::before {
  background-image: url("images/single-sand-texture.svg");
}
@media (max-width: 575px) {
  .single-post .post-card .image-bg::before {
    left: auto;
    right: 0;
    max-height: 151px;
  }
}

.single-post .white-element::after {
  bottom: 104px;
}
@media (max-width: 1024px) {
  .single-post .white-element::after {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .single-post .white-element::after {
    display: none;
  }
}

.single-post .share-block {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .single-post .share-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .single-post .share-block {
    margin-bottom: 20px;
  }
}

.single-careers .post-card .image-bg::before {
  width: 100%;
  background-image: url("images/single-sand-texture.svg");
}
@media (max-width: 1024px) {
  .single-careers .post-card .image-bg::before {
    width: calc(100% - 15px);
  }
}

@media (max-width: 575px) {
  .post-type-archive-careers .gold-element::before {
    top: 78px;
  }
}

.post-type-archive-careers #wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/careers-page-marble-bg.png");
}

.post-type-archive-careers .posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .post-type-archive-careers .posts-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .post-type-archive-careers .posts-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.post-type-archive-careers .posts-holder .post-card {
  margin-bottom: 64px;
  max-width: 340px;
  width: calc(33% - 10px);
  margin-right: 10px;
}
.post-type-archive-careers .posts-holder .post-card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .post-type-archive-careers .posts-holder .post-card {
    margin-bottom: 50px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .post-type-archive-careers .posts-holder .post-card:nth-child(3n) {
    margin-right: 20px;
  }
  .post-type-archive-careers .posts-holder .post-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .posts-holder .post-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-careers .posts-holder .post-card {
    margin-bottom: 27px;
    width: 100%;
    margin-right: 0 !important;
  }
}
.post-type-archive-careers .posts-holder .post-card .image-bg {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .post-type-archive-careers .posts-holder .post-card .image-bg {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .posts-holder .post-card .image-bg {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-careers .posts-holder .post-card .image-bg {
    margin-bottom: 7px;
  }
}
.post-type-archive-careers .posts-holder .post-card .title h4 {
  font-size: 31px;
}
@media (max-width: 991px) {
  .post-type-archive-careers .posts-holder .post-card .title h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .posts-holder .post-card .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-careers .posts-holder .post-card .title h4 {
    font-size: 20px;
  }
}

.post-type-archive-careers .pager {
  padding-top: 38px;
  margin-bottom: 75px;
}
@media (max-width: 575px) {
  .post-type-archive-careers .pager {
    padding-top: calc(32px - 27px);
    margin-bottom: 32px;
  }
}

.post-type-archive-careers .gold-element {
  position: relative;
}
.post-type-archive-careers .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -233px;
  right: -45px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .post-type-archive-careers .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
    bottom: -186px;
  }
}
@media (max-width: 991px) {
  .post-type-archive-careers .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
    bottom: -177px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .gold-element::after {
    width: 20px;
    right: 0;
    background-position: left;
    height: 346px;
    bottom: -145px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-careers .gold-element::after {
    width: 20px;
    right: 0;
    bottom: 0;
  }
}

.single-careers .hero-blog-block {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .single-careers .hero-blog-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .single-careers .hero-blog-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .single-careers .hero-blog-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .single-careers .gold-element::before {
    top: 78px;
  }
}

.single-careers .post-card {
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .single-careers .post-card {
    margin-bottom: 20px;
  }
}
.single-careers .post-card h3 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .single-careers .post-card h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .single-careers .post-card h3 {
    margin-bottom: 8px;
  }
}

.single-careers .footer > .container {
  padding-top: 198px;
}
@media (max-width: 575px) {
  .single-careers .footer > .container {
    padding-top: 130px;
  }
}
@media (max-width: 374px) {
  .single-careers .footer > .container {
    padding-top: 170px;
  }
}

.single-careers .white-element::after {
  bottom: calc(120px + 154px);
}
@media (max-width: 768px) {
  .single-careers .white-element::after {
    display: none;
  }
}

.single-careers .custom-form {
  margin-bottom: -120px;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .single-careers .custom-form {
    margin-bottom: -99px;
  }
}
@media (max-width: 374px) {
  .single-careers .custom-form {
    margin-bottom: -132px;
  }
}
.single-careers .custom-form .form-wrap {
  position: relative;
}
.single-careers .custom-form .form-wrap .filename {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 575px) {
  .single-careers .custom-form .form-wrap .filename {
    font-size: 10px;
    text-align: left;
    position: static;
    margin-top: 8px;
    display: block;
  }
}
.single-careers .custom-form .form-wrap .btn-holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-template-contact .hero-blog-block {
  margin-bottom: 0;
}

.page-template-template-contact #content {
  padding-top: 74px;
  padding-bottom: 111px;
  background-image: url("images/contact-marble-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page-template-template-contact #content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-contact #content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-template-contact #content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.page-template-template-contact .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 14px;
  right: -45px;
  width: 198px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 682px;
  background-image: url("images/figure12.svg");
}
@media (max-width: 1024px) {
  .page-template-template-contact .gold-element::after {
    height: 700px;
    width: 163px;
  }
}
@media (max-width: 991px) {
  .page-template-template-contact .gold-element::after {
    height: 500px;
    width: 117px;
  }
}
@media (max-width: 768px) {
  .page-template-template-contact .gold-element::after {
    display: none;
  }
}

.page-template-template-contact .gold-element::before {
  top: auto;
  bottom: -157px;
}
@media (max-width: 1024px) {
  .page-template-template-contact .gold-element::before {
    bottom: -135px;
  }
}
@media (max-width: 991px) {
  .page-template-template-contact .gold-element::before {
    bottom: -105px;
  }
}
@media (max-width: 768px) {
  .page-template-template-contact .gold-element::before {
    bottom: -70px;
  }
}
@media (max-width: 575px) {
  .page-template-template-contact .gold-element::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-template-template-contact .custom-border {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 575px) {
  .page-template-template-contact .custom-border {
    padding-bottom: 17px;
  }
}

.page-template-template-franchise .hero-blog-block {
  margin: 0;
}
.page-template-template-franchise .hero-blog-block .text {
  max-width: 625px;
}
.page-template-template-franchise .hero-blog-block .text p {
  max-width: 625px;
}
@media (max-width: 575px) {
  .page-template-template-franchise .hero-blog-block .text p {
    max-width: 256px;
  }
  .page-template-template-franchise .hero-blog-block .text p br {
    display: none;
  }
}

.page-template-template-franchise #content {
  padding-top: 115px;
  padding-bottom: 336px;
  background-image: url("images/frenchise-marble-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-template-template-franchise #content {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .page-template-template-franchise #content {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .page-template-template-franchise #content {
    padding-top: 25px;
    padding-bottom: 225px;
  }
}
@media (max-width: 374px) {
  .page-template-template-franchise #content {
    padding-bottom: 280px;
  }
}
.page-template-template-franchise #content::after {
  top: auto;
  bottom: -78px;
  right: 42px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page-template-template-franchise #content::after {
    right: 10px;
    bottom: -51px;
  }
}
@media (max-width: 768px) {
  .page-template-template-franchise #content::after {
    display: none;
  }
}

.page-template-template-franchise .custom-form .form-wrap .description {
  max-width: 575px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .page-template-template-franchise .custom-form .form-wrap .description {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .page-template-template-franchise .custom-form .form-wrap .description {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .page-template-template-franchise .custom-form .form-wrap .description {
    margin-bottom: 15px;
  }
}

.page-template-template-franchise .custom-form .custom-border {
  padding-top: 35px;
  padding-bottom: 48px;
}
.page-template-template-franchise .custom-form .custom-border h2 {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .page-template-template-franchise .custom-form .custom-border h2 {
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  .page-template-template-franchise .custom-form .custom-border h3 {
    width: calc(100% + 30px);
    margin-left: -15px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .page-template-template-franchise .custom-form .custom-border {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 575px) {
  .page-template-template-franchise .custom-form .custom-border {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (max-width: 575px) {
  .page-template-template-franchise .custom-form .form-wrap h2 {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.page-template-template-franchise .custom-form .form-wrap input {
  font-weight: 500;
}
.page-template-template-franchise .custom-form .form-wrap input::-webkit-input-placeholder {
  font-weight: 500;
}
.page-template-template-franchise .custom-form .form-wrap input:-ms-input-placeholder {
  font-weight: 500;
}
.page-template-template-franchise .custom-form .form-wrap input::placeholder {
  font-weight: 500;
}

.page-template-template-about .hero-blog-block {
  margin-bottom: 0;
}
.page-template-template-about .hero-blog-block .text p {
  max-width: 100%;
}

.page-template-template-about .gold-element::before {
  top: 136px;
}
@media (max-width: 575px) {
  .page-template-template-about .gold-element::before {
    top: 109px;
  }
}

.page-template-template-about .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 46px;
  right: -45px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .page-template-template-about .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .page-template-template-about .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
  }
}
@media (max-width: 768px) {
  .page-template-template-about .gold-element::after {
    width: 20px;
    right: 0;
    height: 346px;
    background-position: left;
  }
}
@media (max-width: 575px) {
  .page-template-template-about .gold-element::after {
    width: 15px;
    height: 255px;
    display: none;
  }
}

.page-template-template-about #content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/about-marble-bg.png");
  padding-top: 136px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .page-template-template-about #content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .page-template-template-about #content {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .page-template-template-about #content {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .page-template-template-about #content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-template-template-about .image-bg {
  max-height: 380px;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .page-template-template-about .image-bg {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .page-template-template-about .image-bg {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-about .image-bg {
    margin-bottom: 15px;
  }
}
.page-template-template-about .image-bg::before {
  min-height: 242px;
}
.page-template-template-about .image-bg.wide::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .page-template-template-about .image-bg.wide::before {
    width: calc(100% - 24px);
  }
}
@media (max-width: 1200px) and (max-width: 575px) {
  .page-template-template-about .image-bg.wide::before {
    width: calc(100% - 15px);
  }
}
.page-template-template-about .image-bg img {
  min-height: 242px;
  max-width: none;
  width: auto;
}

.page-template-template-about h3 {
  color: #427a57;
  margin-bottom: 11px;
  text-align: center;
}

.page-template-template-about .wp-block-columns .wp-block-image {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .page-template-template-about .wp-block-columns .wp-block-image {
    margin-bottom: 10px;
  }
}

.page-template-template-about .wp-block-columns .wp-block-column:first-of-type {
  max-width: 511px;
}
.page-template-template-about .wp-block-columns .wp-block-column:first-of-type .wp-block-image {
  max-width: 500px;
}

.page-template-template-about .wp-block-columns .wp-block-column:last-of-type {
  max-width: 560px;
  margin-left: 40px !important;
}
@media (max-width: 991px) {
  .page-template-template-about .wp-block-columns .wp-block-column:last-of-type {
    margin-left: 32px !important;
  }
}
@media screen and (max-width: 599px) {
  .page-template-template-about .wp-block-columns .wp-block-column:last-of-type {
    margin-left: 0 !important;
  }
}
.page-template-template-about .wp-block-columns .wp-block-column:last-of-type .wp-block-image {
  max-width: 536px;
}

.page-template-template-locations .hero-blog-block {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-template-template-locations .hero-blog-block .text {
    max-width: 250px;
  }
}

.page-template-template-locations #content {
  padding-top: 115px;
  padding-bottom: 67px;
  background-image: url("images/locations-marble-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-locations #content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-template-locations #content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-locations #content {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.page-template-template-locations #content::before {
  content: "";
  position: absolute;
  left: -97px;
  z-index: -1;
  top: 0;
  width: 198px;
  height: 848px;
  background-image: url("images/figure11.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .page-template-template-locations #content::before {
    height: 700px;
    width: 163px;
    left: -111px;
  }
}
@media (max-width: 991px) {
  .page-template-template-locations #content::before {
    height: 500px;
    width: 117px;
    left: -79px;
  }
}
@media (max-width: 768px) {
  .page-template-template-locations #content::before {
    height: 400px;
    width: 93px;
    left: -64px;
  }
}
@media (max-width: 575px) {
  .page-template-template-locations #content::before {
    height: 318px;
    width: 74px;
    left: -50px;
  }
}

.page-template-template-catering .general-icons,
.page-template-template-event-planning .general-icons {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .page-template-template-catering .general-icons,
  .page-template-template-event-planning .general-icons {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .general-icons,
  .page-template-template-event-planning .general-icons {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-catering .general-icons,
  .page-template-template-event-planning .general-icons {
    margin-bottom: 0;
  }
}

.page-template-template-catering .white-element::after,
.page-template-template-event-planning .white-element::after {
  bottom: auto;
  top: 424px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page-template-template-catering .white-element::after,
  .page-template-template-event-planning .white-element::after {
    display: none;
  }
}

.page-template-template-catering .gold-element::before,
.page-template-template-event-planning .gold-element::before {
  top: 45px;
}
@media (max-width: 1024px) {
  .page-template-template-catering .gold-element::before,
  .page-template-template-event-planning .gold-element::before {
    display: none;
  }
}

.page-template-template-catering .custom-form,
.page-template-template-event-planning .custom-form {
  margin-bottom: -120px;
  z-index: 5;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-catering .custom-form,
  .page-template-template-event-planning .custom-form {
    width: calc(100% - 64px);
  }
}
@media (max-width: 575px) {
  .page-template-template-catering .custom-form,
  .page-template-template-event-planning .custom-form {
    margin-bottom: -106px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .custom-form .custom-border,
  .page-template-template-event-planning .custom-form .custom-border {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 575px) {
  .page-template-template-catering .custom-form .custom-border,
  .page-template-template-event-planning .custom-form .custom-border {
    padding-bottom: 17px;
  }
}

.page-template-template-catering .footer > .container,
.page-template-template-event-planning .footer > .container {
  padding-top: 198px;
}
@media (max-width: 575px) {
  .page-template-template-catering .footer > .container,
  .page-template-template-event-planning .footer > .container {
    padding-top: 130px;
  }
}

.page-template-template-catering #content,
.page-template-template-event-planning #content {
  padding-top: 152px;
}
@media (max-width: 1024px) {
  .page-template-template-catering #content,
  .page-template-template-event-planning #content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .page-template-template-catering #content,
  .page-template-template-event-planning #content {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering #content,
  .page-template-template-event-planning #content {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .page-template-template-catering #content,
  .page-template-template-event-planning #content {
    padding-top: 30px;
  }
}

.page-template-template-catering #wrapper,
.page-template-template-event-planning #wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/catering-page-marble-bg.png");
}

.page-template-template-catering .hero-blog-block,
.page-template-template-event-planning .hero-blog-block {
  margin-bottom: 0;
}
.page-template-template-catering .hero-blog-block .text,
.page-template-template-event-planning .hero-blog-block .text {
  max-width: 681px;
}
.page-template-template-catering .hero-blog-block .text p,
.page-template-template-event-planning .hero-blog-block .text p {
  max-width: 681px;
}

.page-template-template-catering .block-home-lr,
.page-template-template-event-planning .block-home-lr {
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .page-template-template-catering .block-home-lr,
  .page-template-template-event-planning .block-home-lr {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr,
  .page-template-template-event-planning .block-home-lr {
    margin-bottom: 50px;
  }
  .page-template-template-catering .block-home-lr .text-holder .description,
  .page-template-template-event-planning .block-home-lr .text-holder .description {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .page-template-template-catering .block-home-lr,
  .page-template-template-event-planning .block-home-lr {
    margin-bottom: 20px;
  }
  .page-template-template-catering .block-home-lr .img-holder,
  .page-template-template-event-planning .block-home-lr .img-holder {
    margin-bottom: 8px;
  }
  .page-template-template-catering .block-home-lr .text-holder h3,
  .page-template-template-event-planning .block-home-lr .text-holder h3 {
    margin-bottom: 4px;
  }
}
.page-template-template-catering .block-home-lr .img-holder::before,
.page-template-template-event-planning .block-home-lr .img-holder::before {
  width: 100%;
  background-image: url("images/single-sand-texture.svg");
}
.page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before,
.page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before {
  top: -41px;
  left: -41px;
}
@media (max-width: 991px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before {
    top: -21px;
    left: -21px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-left .img-holder::before {
    top: -7px;
    left: -7px;
  }
}
.page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before,
.page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before {
  top: -41px;
  right: -41px;
}
@media (max-width: 991px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before {
    top: -21px;
    right: -21px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-top-right .img-holder::before {
    top: -7px;
    right: -7px;
  }
}
.page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before,
.page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before {
  bottom: -41px;
  right: -41px;
}
@media (max-width: 991px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before {
    bottom: -21px;
    right: -21px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-right .img-holder::before {
    bottom: -7px;
    right: -7px;
  }
}
.page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before,
.page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before {
  bottom: -41px;
  left: -41px;
}
@media (max-width: 991px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before {
    bottom: -21px;
    left: -21px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before,
  .page-template-template-event-planning .block-home-lr.block-style-wide.image-bg-bottom-left .img-holder::before {
    bottom: -7px;
    left: -7px;
  }
}
.page-template-template-catering .block-home-lr.block-style-wide .img-holder,
.page-template-template-event-planning .block-home-lr.block-style-wide .img-holder {
  margin-right: -155px;
  width: auto;
  height: 100%;
}
@media (max-width: 1365px) {
  .page-template-template-catering .block-home-lr.block-style-wide .img-holder,
  .page-template-template-event-planning .block-home-lr.block-style-wide .img-holder {
    margin-right: -55px;
  }
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide .img-holder,
  .page-template-template-event-planning .block-home-lr.block-style-wide .img-holder {
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
}
.page-template-template-catering .block-home-lr.block-style-wide .img-holder img,
.page-template-template-event-planning .block-home-lr.block-style-wide .img-holder img {
  width: 100%;
  max-width: 878px;
}
.page-template-template-catering .block-home-lr.block-style-wide .text-holder,
.page-template-template-event-planning .block-home-lr.block-style-wide .text-holder {
  margin-right: 85px;
  width: 100%;
  max-width: 266px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .page-template-template-catering .block-home-lr.block-style-wide .text-holder,
  .page-template-template-event-planning .block-home-lr.block-style-wide .text-holder {
    margin-right: 0;
    min-width: 0;
    max-width: 100%;
  }
}

.page-template-template-event-planning .hero-blog-block .text p {
  max-width: 510px;
}
@media (max-width: 575px) {
  .page-template-template-event-planning .hero-blog-block .text p br {
    display: none;
  }
}

.page-template-template-menu {
  background-color: #fff;
}
.page-template-template-menu .gold-element::before {
  top: 35px;
}
@media (max-width: 575px) {
  .page-template-template-menu .gold-element::before {
    bottom: 159px;
  }
}
.page-template-template-menu .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 323px;
  right: -46px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .page-template-template-menu .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .page-template-template-menu .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
  }
}
@media (max-width: 768px) {
  .page-template-template-menu .gold-element::after {
    width: 20px;
    right: 0px;
    height: 346px;
    background-position: left;
  }
}
@media (max-width: 575px) {
  .page-template-template-menu .gold-element::after {
    width: 15px;
    height: 255px;
    top: 550px;
  }
}
.page-template-template-menu #content {
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .page-template-template-menu #content {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-menu #content {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-template-menu #content {
    padding-bottom: 23px;
  }
}

.post-type-archive-product .gold-element::before,
.archive.tax-product_cat .gold-element::before {
  top: calc(113px - 29px);
}
@media (max-width: 575px) {
  .post-type-archive-product .gold-element::before,
  .archive.tax-product_cat .gold-element::before {
    top: calc(108px - 16px);
  }
}

.post-type-archive-product .gold-element::after,
.archive.tax-product_cat .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 223px;
  right: -46px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .post-type-archive-product .gold-element::after,
  .archive.tax-product_cat .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .post-type-archive-product .gold-element::after,
  .archive.tax-product_cat .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .gold-element::after,
  .archive.tax-product_cat .gold-element::after {
    width: 20px;
    right: 0;
    height: 346px;
    background-position: left;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .gold-element::after,
  .archive.tax-product_cat .gold-element::after {
    width: 15px;
    height: 255px;
    bottom: 27px;
  }
}

.post-type-archive-product .page-title-holder,
.archive.tax-product_cat .page-title-holder {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .post-type-archive-product .page-title-holder,
  .archive.tax-product_cat .page-title-holder {
    display: none;
  }
}
.post-type-archive-product .page-title-holder > .container,
.archive.tax-product_cat .page-title-holder > .container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.post-type-archive-product .page-title-holder h2,
.archive.tax-product_cat .page-title-holder h2 {
  margin: 0;
  font-size: 42px;
  color: #427a57;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .post-type-archive-product .page-title-holder h2,
  .archive.tax-product_cat .page-title-holder h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .page-title-holder h2,
  .archive.tax-product_cat .page-title-holder h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-title-holder h2,
  .archive.tax-product_cat .page-title-holder h2 {
    font-size: 22px;
  }
}

.post-type-archive-product .results-holder,
.archive.tax-product_cat .results-holder {
  margin-bottom: 71px;
}
@media (max-width: 991px) {
  .post-type-archive-product .results-holder,
  .archive.tax-product_cat .results-holder {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder,
  .archive.tax-product_cat .results-holder {
    margin-bottom: 20px;
  }
}
.post-type-archive-product .results-holder .result-count-holder,
.archive.tax-product_cat .results-holder .result-count-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder .result-count-holder,
  .archive.tax-product_cat .results-holder .result-count-holder {
    display: none;
  }
}
.post-type-archive-product .results-holder .page-view-btns,
.archive.tax-product_cat .results-holder .page-view-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
}
@media (max-width: 991px) {
  .post-type-archive-product .results-holder .page-view-btns,
  .archive.tax-product_cat .results-holder .page-view-btns {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder .page-view-btns,
  .archive.tax-product_cat .results-holder .page-view-btns {
    margin-right: 10px;
  }
}
.post-type-archive-product .results-holder .page-view-btns button,
.archive.tax-product_cat .results-holder .page-view-btns button {
  padding: 0;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  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;
}
@media (max-width: 991px) {
  .post-type-archive-product .results-holder .page-view-btns button,
  .archive.tax-product_cat .results-holder .page-view-btns button {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder .page-view-btns button,
  .archive.tax-product_cat .results-holder .page-view-btns button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .results-holder .page-view-btns button,
  .archive.tax-product_cat .results-holder .page-view-btns button {
    width: 14px;
    height: 14px;
  }
}
.post-type-archive-product .results-holder .page-view-btns button:last-of-type,
.archive.tax-product_cat .results-holder .page-view-btns button:last-of-type {
  margin-right: 0;
}
.post-type-archive-product .results-holder .page-view-btns button:hover,
.archive.tax-product_cat .results-holder .page-view-btns button:hover {
  opacity: 0.7;
}
.post-type-archive-product .results-holder .page-view-btns button img,
.archive.tax-product_cat .results-holder .page-view-btns button img {
  width: 100%;
}
.post-type-archive-product .results-holder .result-count,
.archive.tax-product_cat .results-holder .result-count {
  color: #d3d3d3;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 19px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .post-type-archive-product .results-holder .result-count,
  .archive.tax-product_cat .results-holder .result-count {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder .result-count,
  .archive.tax-product_cat .results-holder .result-count {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .results-holder .result-count,
  .archive.tax-product_cat .results-holder .result-count {
    font-size: 11px;
  }
}
.post-type-archive-product .results-holder .result-count p,
.archive.tax-product_cat .results-holder .result-count p {
  line-height: 25px;
  letter-spacing: 0.57px;
  margin: 0;
}
@media (max-width: 991px) {
  .post-type-archive-product .results-holder .result-count p,
  .archive.tax-product_cat .results-holder .result-count p {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder .result-count p,
  .archive.tax-product_cat .results-holder .result-count p {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .results-holder .result-count p,
  .archive.tax-product_cat .results-holder .result-count p {
    line-height: 17px;
  }
}
.post-type-archive-product .results-holder > .container,
.archive.tax-product_cat .results-holder > .container {
  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;
}
@media (max-width: 768px) {
  .post-type-archive-product .results-holder > .container,
  .archive.tax-product_cat .results-holder > .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.post-type-archive-product .results-holder .ordering-form,
.archive.tax-product_cat .results-holder .ordering-form {
  float: none;
  margin: 0;
}

.post-type-archive-product .page-cols,
.archive.tax-product_cat .page-cols {
  padding-bottom: 79px;
}
@media (max-width: 991px) {
  .post-type-archive-product .page-cols,
  .archive.tax-product_cat .page-cols {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .page-cols,
  .archive.tax-product_cat .page-cols {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols,
  .archive.tax-product_cat .page-cols {
    padding-bottom: 22px;
    margin-top: -43px;
  }
}
.post-type-archive-product .page-cols > .container,
.archive.tax-product_cat .page-cols > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols > .container,
  .archive.tax-product_cat .page-cols > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.post-type-archive-product .page-cols .page-content,
.archive.tax-product_cat .page-cols .page-content {
  width: 100%;
}
.post-type-archive-product .page-cols .page-content .products,
.archive.tax-product_cat .page-cols .page-content .products {
  margin: 0;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .post-type-archive-product .page-cols .page-content .products,
  .archive.tax-product_cat .page-cols .page-content .products {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .page-cols .page-content .products,
  .archive.tax-product_cat .page-cols .page-content .products {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols .page-content .products,
  .archive.tax-product_cat .page-cols .page-content .products {
    margin-bottom: 10px;
  }
}
.post-type-archive-product .page-cols .page-content .product-card,
.archive.tax-product_cat .page-cols .page-content .product-card {
  margin-right: 14px !important;
  width: calc(33% - 8px) !important;
  margin-bottom: 31px !important;
}
.post-type-archive-product .page-cols .page-content .product-card.product-card-list,
.archive.tax-product_cat .page-cols .page-content .product-card.product-card-list {
  max-width: 100%;
  width: 100% !important;
  margin-right: 0 !important;
  text-align: left;
}
.post-type-archive-product .page-cols .page-content .product-card.product-card-list .image-holder,
.archive.tax-product_cat .page-cols .page-content .product-card.product-card-list .image-holder {
  float: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .post-type-archive-product .page-cols .page-content .product-card.product-card-list .image-holder,
  .archive.tax-product_cat .page-cols .page-content .product-card.product-card-list .image-holder {
    margin-right: 15px;
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols .page-content .product-card.product-card-list .image-holder,
  .archive.tax-product_cat .page-cols .page-content .product-card.product-card-list .image-holder {
    max-width: 150px;
  }
}
.post-type-archive-product .page-cols .page-content .product-card.last,
.archive.tax-product_cat .page-cols .page-content .product-card.last {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .post-type-archive-product .page-cols .page-content .product-card.last,
  .archive.tax-product_cat .page-cols .page-content .product-card.last {
    margin-right: 14px !important;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols .page-content .product-card.last,
  .archive.tax-product_cat .page-cols .page-content .product-card.last {
    margin-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .page-cols .page-content .product-card,
  .archive.tax-product_cat .page-cols .page-content .product-card {
    width: calc(50% - 7px) !important;
    margin-bottom: 25px !important;
  }
  .post-type-archive-product .page-cols .page-content .product-card:nth-child(2n),
  .archive.tax-product_cat .page-cols .page-content .product-card:nth-child(2n) {
    margin-right: 0 !important;
  }
  .post-type-archive-product .page-cols .page-content .product-card:nth-child(2n).last,
  .archive.tax-product_cat .page-cols .page-content .product-card:nth-child(2n).last {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-cols .page-content .product-card,
  .archive.tax-product_cat .page-cols .page-content .product-card {
    margin-bottom: 14px !important;
    margin-right: 10px !important;
  }
}

.post-type-archive-product .shop-sidebar,
.archive.tax-product_cat .shop-sidebar {
  margin-right: 67px;
}
@media (max-width: 991px) {
  .post-type-archive-product .shop-sidebar,
  .archive.tax-product_cat .shop-sidebar {
    margin-right: 30px;
  }
}

.post-type-archive-product select,
.archive.tax-product_cat select {
  border: 0 !important;
}

.shop-sidebar {
  width: 210px;
  min-width: 210px;
}
@media (max-width: 991px) {
  .shop-sidebar {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar {
    width: 150px;
    min-width: 150px;
  }
}
.shop-sidebar h5 {
  color: #626262;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.57px;
  line-height: 25px;
  margin: 0;
  border-bottom: 1px solid #d8b06f;
  padding-bottom: 9px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .shop-sidebar h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar h5 {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar h5 {
    font-size: 16px;
    line-height: 19px;
  }
}
.shop-sidebar .product-categories {
  padding: 0;
  margin: 0;
}
.shop-sidebar .product-categories li {
  list-style-type: none;
}
.shop-sidebar .product-categories > li {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .shop-sidebar .product-categories > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar .product-categories > li {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar .product-categories > li {
    margin-bottom: 6px;
  }
}
.shop-sidebar .product-categories > li:last-of-type {
  margin-bottom: 0;
}
.shop-sidebar .product-categories > li > a {
  color: #626262;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  line-height: 1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .shop-sidebar .product-categories > li > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar .product-categories > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar .product-categories > li > a {
    font-size: 11px;
  }
}
.shop-sidebar .product-categories .children {
  padding: 0;
  margin: 0;
  padding-left: 32px;
  padding-top: 13px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .shop-sidebar .product-categories .children {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar .product-categories .children {
    padding-left: 20px;
    margin-bottom: 5px;
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar .product-categories .children {
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.shop-sidebar .product-categories .children li {
  margin-bottom: 9px;
}
.shop-sidebar .product-categories .children li:last-of-type {
  margin-bottom: 0;
}
.shop-sidebar .product-categories .children li a {
  color: #d8b06f;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.51px;
  line-height: 1px;
}
@media (max-width: 991px) {
  .shop-sidebar .product-categories .children li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .shop-sidebar .product-categories .children li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar .product-categories .children li a {
    font-size: 11px;
  }
}
.shop-sidebar .product-categories .children li a:hover {
  color: #427a57;
}
@media (max-width: 768px) {
  .shop-sidebar .widget_price_filter {
    display: none;
  }
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  margin: 0;
  height: 1px;
  background-color: #d8b06f !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 1px;
  background-color: #d8b06f;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #d8b06f;
  -webkit-transform: rotate(-50deg) skewX(-10deg);
  -ms-transform: rotate(-50deg) skewX(-10deg);
  transform: rotate(-50deg) skewX(-10deg);
  border-radius: 2px;
  width: 16px;
  height: 16px;
  top: -7px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  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 .widget_price_filter .price_slider_wrapper .price_slider {
  width: 90%;
  margin: 0 auto;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
  text-align: left;
  color: #626262;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
@media (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label {
    font-size: 11px;
  }
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label > span {
  padding-right: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label .numbers {
  color: #d8b06f;
  font-size: 17px;
  letter-spacing: 0.51px;
}
@media (max-width: 991px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label .numbers {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label .numbers {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label .numbers {
    font-size: 11px;
  }
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount button[type="submit"] {
  display: none;
}

.post-type-archive-product .page-content {
  position: relative;
}

.post-type-archive-product .page-content .preload {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.post-type-archive-product .page-content .preload::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.post-type-archive-product .page-content .preload::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("images/preloader.gif");
  width: 160px;
  height: 160px;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .post-type-archive-product .page-content .preload::after {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-product .page-content .preload::after {
    width: 100px;
    height: 100px;
  }
}

.single-product .gold-element::before {
  top: calc(87px - 29px);
}
@media (max-width: 575px) {
  .single-product .gold-element::before {
    top: calc(108px - 16px);
  }
}

.single-product .gold-element::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 45px;
  right: -46px;
  width: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/figure4.svg");
  height: 785px;
}
@media (max-width: 1200px) {
  .single-product .gold-element::after {
    width: 65px;
    right: -32px;
    height: 559px;
  }
}
@media (max-width: 991px) {
  .single-product .gold-element::after {
    width: 60px;
    right: -30px;
    height: 517px;
  }
}
@media (max-width: 768px) {
  .single-product .gold-element::after {
    width: 20px;
    right: 0;
    height: 346px;
    background-position: left;
  }
}
@media (max-width: 575px) {
  .single-product .gold-element::after {
    width: 15px;
    height: 255px;
    bottom: auto;
    top: calc(244px - 16px);
  }
}

.single-product form.custom-cart-form,
.single-product form.variations_form,
.single-product form.cart {
  display: none;
}
@media (max-width: 768px) {
  .single-product form.custom-cart-form,
  .single-product form.variations_form,
  .single-product form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .single-product .summary {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .single-product .summary .woocommerce-product-details__short-description p {
    margin: 0;
  }
}

.single-product .summary .subtitle {
  display: inline-block;
  color: #888888;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .single-product .summary .subtitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 575px) {
  .single-product .summary .subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}

.single-product .summary form.variations_form,
.single-product .summary form.cart {
  display: block;
}
@media (max-width: 768px) {
  .single-product .summary form.variations_form,
  .single-product .summary form.cart {
    display: none;
  }
}

.single-product .summary form.custom-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .single-product .summary form.custom-cart-form {
    display: none;
  }
}

.single-product span.onsale {
  top: -25px !important;
  left: -25px !important;
}
@media (max-width: 768px) {
  .single-product span.onsale {
    top: -44px !important;
    left: -20px !important;
  }
}

.product-template-single-product-order-now .gold-element::after,
.product-template-single-product-order-now .gold-element::before {
  display: none;
}

.single-product-holder {
  padding-top: calc(78px - 29px);
}
@media (max-width: 768px) {
  .single-product-holder .woocommerce-tabs {
    display: none;
  }
}
@media (max-width: 575px) {
  .single-product-holder {
    padding-top: calc(33px - 16px);
  }
}
.single-product-holder .product .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .single-product-holder .product .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.single-product-holder .product .holder .woocommerce-product-gallery {
  margin-right: 43px;
  min-width: 509px;
}
@media (max-width: 1023px) {
  .single-product-holder .product .holder .woocommerce-product-gallery {
    min-width: 400px;
  }
}
@media (max-width: 991px) {
  .single-product-holder .product .holder .woocommerce-product-gallery {
    margin-right: 20px;
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .single-product-holder .product .holder .woocommerce-product-gallery {
    margin-right: 0;
    min-width: 200px;
    margin-bottom: 51px;
  }
}
.single-product-holder .product .holder .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-holder .product .holder .woocommerce-variation-add-to-cart .custom-btn {
  min-width: 168px;
}
@media (max-width: 768px) {
  .single-product-holder .product .holder .woocommerce-variation-add-to-cart .custom-btn {
    min-width: 117px;
  }
}
.single-product-holder .variations .label {
  display: block !important;
  text-transform: lowercase;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.single-product-holder .variations .label::first-letter {
  text-transform: uppercase;
}

.single-product-order-now-holder .product .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder {
    margin-bottom: 42px;
  }
}
.single-product-order-now-holder .product .holder .image-holder {
  border: 2px solid #d8b06f;
  margin-right: 36px;
  max-width: 516px;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .image-holder {
    margin-right: 0;
    display: none;
    margin-bottom: 37px;
    height: 100%;
  }
}
.single-product-order-now-holder .product .holder .image-holder .woocommerce-product-gallery {
  width: 100%;
  margin: 0;
}
.single-product-order-now-holder .product .holder .image-holder .woocommerce-product-gallery .flex-control-nav {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .image-holder .woocommerce-product-gallery .flex-control-nav {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
.single-product-order-now-holder .product .holder .image-holder .variations_form {
  display: none;
}
.single-product-order-now-holder .product .holder .summary {
  max-width: 536px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-order-now-holder .product .holder .summary .image-holder {
  display: none;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .summary .image-holder {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.single-product-order-now-holder .product .holder .summary .image-holder form.custom-cart-form,
.single-product-order-now-holder .product .holder .summary .image-holder form.variations_form {
  display: none;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .summary form.custom-cart-form,
  .single-product-order-now-holder .product .holder .summary form.variations_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .summary form.custom-cart-form,
  .single-product-order-now-holder .product .holder .summary form.variations_form {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .summary .woocommerce-product-gallery {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
.single-product-order-now-holder .product .holder .summary .product_title {
  color: #595b60;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .single-product-order-now-holder .product .holder .summary .product_title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .summary .product_title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .summary .product_title {
    font-size: 22px;
  }
}
.single-product-order-now-holder .product .holder .summary .woocommerce-product-details__short-description {
  margin-bottom: 23px;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart {
  margin: 0;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations {
  margin: 0;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations {
    margin-bottom: 0;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations .reset_variations {
  display: none !important;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations .label {
  display: none;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations td {
  padding: 0;
  line-height: normal;
  width: 100%;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations tr {
  max-width: 50%;
  width: 100%;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 374px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations tr {
    max-width: 100%;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li {
  height: 100%;
  width: 100%;
  min-height: 22px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li:last-of-type {
  margin-bottom: 0 !important;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li::after,
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li::before {
  display: none;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li.selected span::after {
  opacity: 1;
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span {
  line-height: 1;
  box-shadow: none;
  padding: 0;
  position: relative;
  padding-left: 31px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span {
    font-size: 12px !important;
    padding-left: 17px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d8b06f;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span::before {
    width: 14px;
    height: 14px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  background-color: #d8b06f;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .variations ul li span::after {
    width: 10px;
    height: 10px;
    left: 2px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 31px;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field {
    margin-bottom: 22px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field label {
  margin-bottom: 7px;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field label {
    font-size: 12px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field textarea {
  width: 100%;
  height: 73px;
  border: 0;
  background-color: rgba(232, 232, 232, 0.54);
  width: 100%;
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .extra-comments-field textarea {
    height: 93px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation.single_variation {
  float: left;
  padding-top: 15px;
  max-width: 192px;
}
@media (max-width: 1200px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation.single_variation {
    max-width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .single-product-order-now-holder
    .product
    .holder
    .variations_form.cart
    .woocommerce-variation.single_variation
    .woocommerce-variation-price {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product-order-now-holder
    .product
    .holder
    .variations_form.cart
    .woocommerce-variation.single_variation
    .woocommerce-variation-price
    .price {
    padding-left: 3px;
  }
  .single-product-order-now-holder
    .product
    .holder
    .variations_form.cart
    .woocommerce-variation.single_variation
    .price {
    display: block;
    margin: 0;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-add-to-cart .quantity {
  margin: 0 !important;
  float: none !important;
}
.single-product-order-now-holder
  .product
  .holder
  .variations_form.cart
  .woocommerce-variation-add-to-cart
  .quantity
  input {
  border: 0;
  padding: 0;
  width: 52px;
  height: 52px;
  background-color: #d8b06f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-left: 22px;
  margin-right: 22px;
}
@media (max-width: 575px) {
  .single-product-order-now-holder
    .product
    .holder
    .variations_form.cart
    .woocommerce-variation-add-to-cart
    .quantity
    input {
    margin-left: 15px;
    margin-right: 15px;
    width: 27px;
    height: 27px;
    font-size: 12px;
  }
}
.single-product-order-now-holder
  .product
  .holder
  .variations_form.cart
  .woocommerce-variation-add-to-cart
  .quantity
  input[type="number"]::-webkit-inner-spin-button,
.single-product-order-now-holder
  .product
  .holder
  .variations_form.cart
  .woocommerce-variation-add-to-cart
  .quantity
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}
.single-product-order-now-holder
  .product
  .holder
  .variations_form.cart
  .woocommerce-variation-add-to-cart
  .quantity
  input[type="number"] {
  -moz-appearance: textfield !important;
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-add-to-cart .custom-btn {
  min-width: 168px;
}
@media (max-width: 768px) {
  .single-product-order-now-holder
    .product
    .holder
    .variations_form.cart
    .woocommerce-variation-add-to-cart
    .custom-btn {
    min-width: 117px;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price {
  color: #d8b06f;
  font-family: "Montserrat", sans-serif;
  font-size: 19px !important;
  font-weight: 700;
  margin-right: 41px;
}
@media (max-width: 991px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price {
    font-size: 12px !important;
  }
}
.single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price span {
  font-size: 19px !important;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
@media (max-width: 991px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price span {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price span {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .single-product-order-now-holder .product .holder .variations_form.cart .woocommerce-variation-price span {
    font-size: 14px !important;
  }
}

.page-template-template-order-now {
  background-color: #fff;
}
.page-template-template-order-now .mobile-holder {
  display: none;
}
@media (max-width: 575px) {
  .page-template-template-order-now .mobile-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-template-template-order-now .mobile-holder .order-now-sidebar {
  display: block;
  margin-right: 9px;
}
.page-template-template-order-now .mobile-holder .top-product-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-order-now .mobile-holder .sort-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-order-now .pc-holder {
  width: 100%;
}
@media (max-width: 575px) {
  .page-template-template-order-now .top-product-info-block {
    display: none;
  }
}
.page-template-template-order-now .order-now-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 79px;
}
@media (max-width: 991px) {
  .page-template-template-order-now .order-now-holder {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-order-now .order-now-holder {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-template-order-now .order-now-holder {
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-order-now .order-now-sidebar {
  margin-right: 67px;
  padding-top: calc(128px - 46px);
}
@media (max-width: 991px) {
  .page-template-template-order-now .order-now-sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .page-template-template-order-now .order-now-sidebar {
    margin-right: 0;
    padding-top: 0;
    display: none;
  }
}
.page-template-template-order-now .sort-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .page-template-template-order-now .sort-holder {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-order-now .sort-holder {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .page-template-template-order-now .sort-holder {
    display: none;
    margin-bottom: 40px;
  }
}
.page-template-template-order-now .sort-holder .custom-select {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  width: 175px;
  letter-spacing: normal;
  border: 0 !important;
}
@media (max-width: 991px) {
  .page-template-template-order-now .sort-holder .custom-select {
    font-size: 14px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .page-template-template-order-now .sort-holder .custom-select {
    font-size: 12px;
    width: 130px;
  }
}
@media (max-width: 575px) {
  .page-template-template-order-now .sort-holder .custom-select {
    font-size: 9px;
    width: 97px;
  }
}
.page-template-template-order-now .products-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.page-template-template-order-now .products-holder li {
  list-style-type: none;
}
.page-template-template-order-now .products-holder .product-card-order-now {
  margin-bottom: 37px;
  width: 100%;
  max-width: 33%;
}
@media (max-width: 768px) {
  .page-template-template-order-now .products-holder .product-card-order-now {
    max-width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .page-template-template-order-now .products-holder .product-card-order-now {
    margin-bottom: 16px;
  }
}
.page-template-template-order-now .load-more-holder {
  display: none;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .page-template-template-order-now .load-more-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-template-template-order-now .load-more-holder .load-more {
  text-transform: uppercase;
  min-width: 146px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .page-template-template-order-now .pager {
    display: none;
  }
}

.product-template-single-product-order-now {
  background-color: #fff;
}
.product-template-single-product-order-now .hero-order-now {
  margin-bottom: 97px;
}
@media (max-width: 991px) {
  .product-template-single-product-order-now .hero-order-now {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .product-template-single-product-order-now .hero-order-now {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .product-template-single-product-order-now .hero-order-now {
    margin-bottom: 34px;
  }
}

.page-template-template-register .hero-blog-block {
  padding-bottom: 0;
  height: auto;
  padding-top: 257px;
  padding-bottom: 54px;
  margin-bottom: 57px;
}
@media (max-width: 991px) {
  .page-template-template-register .hero-blog-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-template-register .hero-blog-block {
    margin-bottom: 22px;
    padding-top: 155px;
    min-height: 0;
  }
}
.page-template-template-register .hero-blog-block h3 {
  margin: 0;
}
.page-template-template-register .hero-blog-block .text {
  max-width: 500px;
}
@media (max-width: 575px) {
  .page-template-template-register .hero-blog-block .text {
    max-width: 276px;
  }
}

.page-template-template-register p {
  margin: 0;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 16px;
}
@media (max-width: 575px) {
  .woocommerce form .show-password-input,
  .woocommerce-page form .show-password-input {
    top: 4px;
  }
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  margin: 0;
}

.woocommerce form.login,
.woocommerce form.register,
form.woocommerce-ResetPassword {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 25px 23px 29px 23px;
  margin: 0 auto;
  text-align: center;
  max-width: 579px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .woocommerce form.login,
  .woocommerce form.register,
  form.woocommerce-ResetPassword {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login,
  .woocommerce form.register,
  form.woocommerce-ResetPassword {
    margin-bottom: 33px;
    padding: 9px;
  }
}
.woocommerce form.login .custom-border,
.woocommerce form.register .custom-border,
form.woocommerce-ResetPassword .custom-border {
  padding: 54px 40px 35px;
}
@media (max-width: 991px) {
  .woocommerce form.login .custom-border,
  .woocommerce form.register .custom-border,
  form.woocommerce-ResetPassword .custom-border {
    padding: 30px 25px 30px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .custom-border,
  .woocommerce form.register .custom-border,
  form.woocommerce-ResetPassword .custom-border {
    padding: 16px 18px 20px;
  }
}
.woocommerce form.login h2,
.woocommerce form.register h2,
form.woocommerce-ResetPassword h2 {
  color: #d8b06f;
  margin: 0;
  font-size: 33px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .woocommerce form.login h2,
  .woocommerce form.register h2,
  form.woocommerce-ResetPassword h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .woocommerce form.login h2,
  .woocommerce form.register h2,
  form.woocommerce-ResetPassword h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login h2,
  .woocommerce form.register h2,
  form.woocommerce-ResetPassword h2 {
    font-size: 22px;
    margin-bottom: 11px;
  }
}
.woocommerce form.login .additional-text,
.woocommerce form.register .additional-text,
form.woocommerce-ResetPassword .additional-text {
  text-align: right;
  color: rgba(136, 136, 136, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .woocommerce form.login .additional-text,
  .woocommerce form.register .additional-text,
  form.woocommerce-ResetPassword .additional-text {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .additional-text,
  .woocommerce form.register .additional-text,
  form.woocommerce-ResetPassword .additional-text {
    margin-bottom: 14px;
    font-size: 7px;
  }
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row,
form.woocommerce-ResetPassword .form-row {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .woocommerce form.login .form-row,
  .woocommerce form.register .form-row,
  form.woocommerce-ResetPassword .form-row {
    margin-bottom: 8px;
  }
}
.woocommerce form.login input,
.woocommerce form.register input,
form.woocommerce-ResetPassword input {
  border-color: #bcbcbc;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
}
@media (max-width: 575px) {
  .woocommerce form.login input,
  .woocommerce form.register input,
  form.woocommerce-ResetPassword input {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.woocommerce form.login input::-webkit-input-placeholder,
.woocommerce form.register input::-webkit-input-placeholder,
form.woocommerce-ResetPassword input::-webkit-input-placeholder {
  color: #bcbcbc;
}
.woocommerce form.login input:-ms-input-placeholder,
.woocommerce form.register input:-ms-input-placeholder,
form.woocommerce-ResetPassword input:-ms-input-placeholder {
  color: #bcbcbc;
}
.woocommerce form.login input::placeholder,
.woocommerce form.register input::placeholder,
form.woocommerce-ResetPassword input::placeholder {
  color: #bcbcbc;
}
.woocommerce form.login .button-holder,
.woocommerce form.register .button-holder,
form.woocommerce-ResetPassword .button-holder {
  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 form.login .button-holder .custom-btn,
.woocommerce form.register .button-holder .custom-btn,
form.woocommerce-ResetPassword .button-holder .custom-btn {
  margin: 0;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .woocommerce form.login .button-holder .custom-btn,
  .woocommerce form.register .button-holder .custom-btn,
  form.woocommerce-ResetPassword .button-holder .custom-btn {
    margin-bottom: 10px;
  }
}
.woocommerce form.login .button-holder .custom-checkbox,
.woocommerce form.register .button-holder .custom-checkbox,
form.woocommerce-ResetPassword .button-holder .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.woocommerce form.login .terms-holder,
.woocommerce form.register .terms-holder,
form.woocommerce-ResetPassword .terms-holder {
  color: #888888;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .woocommerce form.login .terms-holder,
  .woocommerce form.register .terms-holder,
  form.woocommerce-ResetPassword .terms-holder {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .terms-holder,
  .woocommerce form.register .terms-holder,
  form.woocommerce-ResetPassword .terms-holder {
    font-size: 10px;
    margin-bottom: 14px;
  }
}
.woocommerce form.login .terms-holder a,
.woocommerce form.register .terms-holder a,
form.woocommerce-ResetPassword .terms-holder a {
  color: #888888;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.woocommerce form.login .terms-holder a:hover,
.woocommerce form.register .terms-holder a:hover,
form.woocommerce-ResetPassword .terms-holder a:hover {
  border-bottom: 1px solid #888888;
}
.woocommerce form.login .already-holder,
.woocommerce form.register .already-holder,
form.woocommerce-ResetPassword .already-holder {
  text-align: center;
  color: #595b60;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .woocommerce form.login .already-holder,
  .woocommerce form.register .already-holder,
  form.woocommerce-ResetPassword .already-holder {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .woocommerce form.login .already-holder,
  .woocommerce form.register .already-holder,
  form.woocommerce-ResetPassword .already-holder {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .already-holder,
  .woocommerce form.register .already-holder,
  form.woocommerce-ResetPassword .already-holder {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 3px;
  }
}
.woocommerce form.login .woocommerce-LostPassword,
.woocommerce form.login .login-link,
.woocommerce form.register .woocommerce-LostPassword,
.woocommerce form.register .login-link,
form.woocommerce-ResetPassword .woocommerce-LostPassword,
form.woocommerce-ResetPassword .login-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: #427a57;
}
.woocommerce form.login .woocommerce-LostPassword:hover,
.woocommerce form.login .login-link:hover,
.woocommerce form.register .woocommerce-LostPassword:hover,
.woocommerce form.register .login-link:hover,
form.woocommerce-ResetPassword .woocommerce-LostPassword:hover,
form.woocommerce-ResetPassword .login-link:hover {
  color: #d8b06f;
}
.woocommerce form.login .woocommerce-LostPassword a,
.woocommerce form.login .login-link a,
.woocommerce form.register .woocommerce-LostPassword a,
.woocommerce form.register .login-link a,
form.woocommerce-ResetPassword .woocommerce-LostPassword a,
form.woocommerce-ResetPassword .login-link a {
  color: #427a57;
}
.woocommerce form.login .woocommerce-LostPassword a:hover,
.woocommerce form.login .login-link a:hover,
.woocommerce form.register .woocommerce-LostPassword a:hover,
.woocommerce form.register .login-link a:hover,
form.woocommerce-ResetPassword .woocommerce-LostPassword a:hover,
form.woocommerce-ResetPassword .login-link a:hover {
  color: #d8b06f;
}
@media (max-width: 768px) {
  .woocommerce form.login .woocommerce-LostPassword,
  .woocommerce form.login .login-link,
  .woocommerce form.register .woocommerce-LostPassword,
  .woocommerce form.register .login-link,
  form.woocommerce-ResetPassword .woocommerce-LostPassword,
  form.woocommerce-ResetPassword .login-link {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .woocommerce-LostPassword,
  .woocommerce form.login .login-link,
  .woocommerce form.register .woocommerce-LostPassword,
  .woocommerce form.register .login-link,
  form.woocommerce-ResetPassword .woocommerce-LostPassword,
  form.woocommerce-ResetPassword .login-link {
    font-size: 11px;
  }
}
.woocommerce form.login .login-link,
.woocommerce form.register .login-link,
form.woocommerce-ResetPassword .login-link {
  text-transform: uppercase;
  border-bottom: 3px solid #427a57;
}
@media (max-width: 768px) {
  .woocommerce form.login .login-link,
  .woocommerce form.register .login-link,
  form.woocommerce-ResetPassword .login-link {
    border-bottom-width: 2px;
  }
}
@media (max-width: 575px) {
  .woocommerce form.login .login-link,
  .woocommerce form.register .login-link,
  form.woocommerce-ResetPassword .login-link {
    border-bottom-width: 1px;
  }
}
.woocommerce form.login .login-link:hover,
.woocommerce form.register .login-link:hover,
form.woocommerce-ResetPassword .login-link:hover {
  border-bottom-color: #d8b06f;
}

form.woocommerce-ResetPassword .form-row {
  width: 100%;
}
form.woocommerce-ResetPassword .form-row label {
  display: none;
}

form.woocommerce-ResetPassword .text {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  form.woocommerce-ResetPassword .text {
    margin-bottom: 15px;
  }
}

.woocommerce form.register .repead-pass-row {
  margin-bottom: 5px;
}

.woocommerce form.register .custom-btn {
  width: 100%;
}

.woocommerce form.register h2 {
  max-width: 367px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-cart main {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .page-template-template-cart main {
    margin-bottom: 21px;
  }
}

.page-template-template-cart .hero-blog-block {
  margin-bottom: 57px;
}
@media (max-width: 575px) {
  .page-template-template-cart .hero-blog-block {
    margin-bottom: 22px;
  }
}

.page-template-template-cart .hero-cart-block {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .page-template-template-cart .hero-cart-block {
    margin-bottom: 22px;
  }
}

.page-template-template-cart .thankyou-block {
  color: #888888;
  max-width: 579px;
}
.page-template-template-cart .thankyou-block .custom-border {
  padding: 54px 10px 45px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .custom-border {
    padding: 13px 10px 15px;
  }
  .page-template-template-cart .thankyou-block .custom-border::before {
    display: block;
    width: 17px;
    height: 10px;
    background-size: 17px;
    top: -6px;
  }
}
.page-template-template-cart .thankyou-block h3 {
  color: #d8b06f;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block h3 {
    margin-bottom: 7px;
    max-width: 160px;
  }
}
.page-template-template-cart .thankyou-block .text {
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .text {
    font-size: 10px;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 17px;
  }
}
.page-template-template-cart .thankyou-block .text p {
  margin: 0;
}
.page-template-template-cart .thankyou-block .order-number {
  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-bottom: 46px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .order-number {
    font-size: 10px;
    margin-bottom: 17px;
  }
}
.page-template-template-cart .thankyou-block .order-number p {
  margin: 0;
  margin-right: 28px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .order-number p {
    margin-right: 20px;
  }
}
.page-template-template-cart .thankyou-block .order-number strong {
  padding: 9px 12px;
  color: #595b60;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d8b06f;
}
@media (max-width: 768px) {
  .page-template-template-cart .thankyou-block .order-number strong {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .order-number strong {
    font-size: 12px;
    padding: 4px 9px;
  }
}
.page-template-template-cart .thankyou-block .have-question-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-cart .thankyou-block .have-question-holder h5 {
  font-weight: 400;
  margin: 0;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .have-question-holder h5 {
    font-size: 12px;
    margin-bottom: 26px;
  }
}
.page-template-template-cart .thankyou-block .have-question-holder h5::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #d8b06f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .have-question-holder h5::after {
    width: 6px;
    height: 6px;
    bottom: -15px;
  }
}
.page-template-template-cart .thankyou-block .have-question-holder .custom-btn {
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 163px;
}
@media (max-width: 575px) {
  .page-template-template-cart .thankyou-block .have-question-holder .custom-btn {
    min-width: 127px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.page-template-template-cart a.remove {
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .page-template-template-cart a.remove {
    margin: 0 !important;
  }
}

.page-template-template-cart .shop_table.shop_table_responsive {
  font-size: 15px;
}
@media (max-width: 768px) {
  .page-template-template-cart .shop_table.shop_table_responsive {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-template-template-cart .shop_table.shop_table_responsive {
    font-size: 12px;
  }
}
.page-template-template-cart .shop_table.shop_table_responsive tr th {
  color: #427a57;
}
.page-template-template-cart .shop_table.shop_table_responsive tr td {
  text-align: left;
}
.page-template-template-cart .shop_table.shop_table_responsive .quantity .qty {
  width: 100%;
  max-width: 70px;
  text-align: left;
}
@media (max-width: 575px) {
  .page-template-template-cart .shop_table.shop_table_responsive .quantity .qty {
    max-width: 40px;
  }
}
.page-template-template-cart .shop_table.shop_table_responsive .order-total {
  background-color: #d8b06f;
  color: #fafafa !important;
  text-transform: uppercase;
}
.page-template-template-cart .shop_table.shop_table_responsive .order-total th {
  color: #fafafa !important;
}

.page-template-template-cart .shop_table {
  border-color: #bcbcbc;
  border: 0;
}
.page-template-template-cart .shop_table td,
.page-template-template-cart .shop_table th {
  border-left: 0;
  border-bottom: 0;
  border-color: #bcbcbc !important;
}
@media (max-width: 768px) {
  .page-template-template-cart .shop_table td,
  .page-template-template-cart .shop_table th {
    border-right: 0;
  }
}
.page-template-template-cart .shop_table th {
  border-top: 0;
}
.page-template-template-cart .shop_table tr th:last-of-type,
.page-template-template-cart .shop_table tr td:last-of-type {
  border-right: 0;
}
.page-template-template-cart .shop_table thead {
  font-size: 15px;
  color: #427a57;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-template-template-cart .shop_table thead {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-template-template-cart .shop_table thead {
    font-size: 12px;
  }
}
.page-template-template-cart .shop_table tbody .product-thumbnail a {
  display: inline-block;
}
.page-template-template-cart .shop_table tbody .product-thumbnail img {
  display: block;
  width: 80px;
}
.page-template-template-cart .shop_table tbody .product-name {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-template-template-cart .shop_table tbody .product-name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-template-template-cart .shop_table tbody .product-name {
    font-size: 12px;
  }
}
.page-template-template-cart .shop_table tbody .product-price,
.page-template-template-cart .shop_table tbody .product-subtotal {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
}

.page-template-template-register.logged-in main {
  margin-bottom: 50px;
}
.page-template-template-register.logged-in main p {
  margin-bottom: 10px;
}

.page-template-template-register.woocommerce-lost-password main {
  margin-bottom: 50px;
}

.page-template-default.page header,
.error404 header,
.search.search-results header {
  height: auto;
}

.page-template-default.page main,
.error404 main,
.search.search-results main {
  padding-top: 200px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-template-default.page main,
  .error404 main,
  .search.search-results main {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .page-template-default.page main,
  .error404 main,
  .search.search-results main {
    padding-top: 140px;
  }
}

.search.search-results .posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .search.search-results .posts-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .search.search-results .posts-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.search.search-results .posts-holder .post-card {
  margin-bottom: 64px;
  max-width: 340px;
  width: calc(33% - 10px);
  margin-right: 10px;
}
.search.search-results .posts-holder .post-card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .search.search-results .posts-holder .post-card {
    margin-bottom: 50px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .search.search-results .posts-holder .post-card:nth-child(3n) {
    margin-right: 20px;
  }
  .search.search-results .posts-holder .post-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .search.search-results .posts-holder .post-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .search.search-results .posts-holder .post-card {
    margin-bottom: 27px;
    width: 100%;
    margin-right: 0 !important;
  }
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}
/*# sourceMappingURL=style.css.map */

.block-home-contact .custom-form {
  position: relative;
  z-index: 22;
}

.page-template-template-catering .block-home-lr.image-position-left > .container {
  flex-direction: column;
}

.page-template-template-catering .block-home-lr > .container {
  flex-direction: column;
}

.d-flex {
  display: flex;
  justify-content: center;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.col-12 {
  width: 100%;
}
.menu {
  padding: 10px;
}
.menu:hover {
  transform: translateY(-20px);
  transition: all 400ms;
}
.menu h5 {
  padding: 5px;
  text-align: center;
  color: #d8b070;
}

@media screen and (min-width: 768px) {
  .col-md-4 {
    max-width: 25% !important;
  }
  .input {
    max-width: 225px;
  }
}

@media screen and (max-width: 576px) {
  .mobile-menu .right-block-navigation li:last-of-type {
    background-color: transparent;
  }
  .mobile-menu .right-block-navigation li:last-of-type a {
    color: black;
  }

  .page-template-template-about .wp-block-columns .wp-block-column p {
    text-align: center;
  }

  .wp-block-spacer {
    max-height: 30px;
  }
  .has-medium-font-size {
    font-size: 16px !important;
  }

  .block-home-contact:lang(hu) {
    height: 370px;
  }
}

.content h3 {
  padding-bottom: 30px;
}

.news-h1 {
  font-size: 20px;
  padding: 15px;
  color: white;
}

.bg-gold {
  background-color: #d8b070;
  margin: 10px;
  border-radius: 10px;
}

.bg-green {
  background-color: #19432a;
  margin: 10px;
  border-radius: 10px;
}

/* .border-gold {
  border: 1px solid #d8b070;
 
} */

.border-gold {
  margin: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/texture.png");
  border-radius: 10px;
}

.border-gold img,
.bg-green img,
.bg-gold img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page-id-3492 main,
.page-id-3515 main,
.page-id-3497 main {
  padding-top: 0px !important;
}

.post-category {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 35px;
  color: white;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-grid;
}

.post-category.awards,
.post-category.dijak {
  /* background-color: #19432a; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/texture.png");
}

.post-category.media,
.post-category.média {
  background-color: #d8b06f;
}

.post-category.news,
.post-category.hírek {
  background-color: #427a57;
}

.single-post .content h3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.single .aligncenter {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block !important;
}

.page-id-3515 .hero-blog-block, .page-id-3813 .hero-blog-block {
  margin-bottom: 75px;
}

.page-id-3813 main {
  padding-top: 0px !important;
}
