/* @import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&display=swap);/*!
Theme Name: Charbonnel V.1
Theme URI: https://www.recognitioncreative.com/
Author: recognitioncreative
Author URI: https://www.recognitioncreative.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

.container, .container-small {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-small {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 900px;
    width: 100%;
  }
}
.button {
  border-radius: 0 !important;
}

h1,
h2,
h3,
h4 {
  line-height: normal;
  font-family: "Playfair Display" !important;
  font-weight: 100 !important;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 15px;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 64px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 99999;
  bottom: 30px;
  font-size: 12px !important;
  line-height: 14px;
  text-transform: uppercase;
  padding: 40px 0 0;
  color: #06062d !important;
  text-align: center;
}
.back-to-top:before {
  content: "";
  background: url(/wp-content/themes/blank/public/img/sprite.png) -188px -277px no-repeat;
  width: 12px;
  height: 34px;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.back-to-top:hover {
  opacity: 0.7;
}

#cookie-law-info-bar a {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation a {
  display: block;
  text-decoration: none;
} */

/* Small menu. */
/* .menu-toggle,
.main-navigation.toggled ul {
  display: block;
} */

@media screen and (min-width: 1001px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wysiwyg-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  padding: 4px 30px;
  font-size: 14px;
  margin-top: 20px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.wysiwyg-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wysiwyg-button:active {
  background: rgba(0, 0, 0, 0);
}
.wysiwyg-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.wysiwyg-button::before {
  display: none;
}
.wysiwyg-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}







.site-footer {
  border-top: 3px solid #06062d;
  padding: 40px 0 0 0;
  position: relative;
  margin-top: 50px;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  background: #06062d;
  height: 1px;
  width: 100%;
}
.site-footer .top-footer {
  padding-bottom: 30px;
}
.site-footer .top-footer .footer-one .footer-logo {
  margin-top: -70px;
}
.site-footer .top-footer .footer-one .footer-logo a {
  display: inline-block;
}
.site-footer .top-footer .footer-one .footer-logo img {
  max-width: 120px;
  width: 100%;
  background: #ffffff;
  padding: 10px;
}
.site-footer .top-footer .footer-one .social {
  margin: 20px 0;
}
.site-footer .top-footer .footer-one .social a {
  color: #06062d;
  margin: 0 10px;
  font-size: 22px;
}
.site-footer .top-footer .footer-one .social a:first-of-type {
  margin-left: 0;
}
.site-footer .top-footer .footer-one .text-info {
  max-width: 350px;
  width: 100%;
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 1000px) {
  .site-footer .top-footer .footer-one .text-info {
    max-width: 100%;
  }
}
.site-footer .top-footer .footer-one .text-info p {
  font-size: 12px !important;
}
.site-footer .top-footer .footer-one h3 {
  font-size: 14px;
}
.site-footer .top-footer .footer-two, .site-footer .top-footer .footer-three, .site-footer .top-footer .footer-four {
  margin-top: 22px;
}
.site-footer .top-footer .footer-two h3, .site-footer .top-footer .footer-three h3, .site-footer .top-footer .footer-four h3 {
  margin-top: 0;
  color: #06062d;
  text-transform: capitalize;
  font-size: 14px;
}
.site-footer .top-footer .footer-two ul, .site-footer .top-footer .footer-three ul, .site-footer .top-footer .footer-four ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .top-footer .footer-two ul a, .site-footer .top-footer .footer-three ul a, .site-footer .top-footer .footer-four ul a {
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 1.2;
  color: #666666;
  text-decoration: none;
}
.site-footer .top-footer .footer-two ul a:hover, .site-footer .top-footer .footer-three ul a:hover, .site-footer .top-footer .footer-four ul a:hover {
  color: #06062d;
}
.site-footer .top-footer .footer-four .gfield_label {
  display: none;
}
.site-footer .top-footer .footer-four input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0 0 5px 0 !important;
  font-size: 12px !important;
}
.site-footer .top-footer .footer-four .gfield_html {
  font-size: 12px !important;
}
.site-footer .top-footer .footer-four .gform_footer {
  padding: 0;
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2 {
  background: transparent;
  color: #666666;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  padding: 6px !important;
  font-size: 14px !important;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2:active {
  background: rgba(0, 0, 0, 0);
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2::before {
  display: none;
}
.site-footer .top-footer .footer-four .gform_footer #gform_submit_button_2[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .site-footer .container {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer .site-info {
  border-top: 1px solid #b3b3c2;
  padding: 18px;
  font-size: 12px;
}
.site-footer .site-info p {
  margin: 0;
  font-size: 12px;
}
.site-footer .site-info a {
  position: relative;
  top: 3px;
  font-size: 12px;
}
.site-footer .site-info svg {
  width: 80px;
  height: 15px;
}

.one-column, .one-column--grey {
  padding: 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.one-column--grey {
  background: #f2f2f2;
  color: #06062d;
  text-align: center;
}
.one-column .one-column-button, .one-column--grey .one-column-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.one-column .one-column-button:hover, .one-column--grey .one-column-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.one-column .one-column-button:active, .one-column--grey .one-column-button:active {
  background: rgba(0, 0, 0, 0);
}
.one-column .one-column-button::before, .one-column--grey .one-column-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.two-column-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 0;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .two-column-section .container {
    grid-template-columns: 1fr;
  }
}

.panel-section {
  background: #f2f2f2;
  padding: 10px 0 50px 0;
  text-align: center;
}
.panel-section .container {
  padding: 0 120px 0;
}
@media screen and (max-width: 1000px) {
  .panel-section .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 700px) {
  .panel-section .container {
    padding: 0 50px;
  }
}
.panel-section .panel-main-title {
  padding: 10px 0;
  font-size: 30px;
}
.panel-section .panel-wrap {
  display: flex;
  grid-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .panel-section .panel-wrap {
    flex-direction: column;
  }
}
.panel-section .panel {
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 23%;
}
.panel-section .panel .flex-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.panel-section .panel .info-block {
  min-height: 180px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.panel-section .panel .info-block:first-of-type > a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.panel-section .panel a {
  text-decoration: none;
  display: block;
  position: relative;
/* 	height: 100%; */
}
.panel-section .panel a:hover .imagehover {
  opacity: 0.7;
}
.panel-section .panel a .imagehover {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
}
.panel-section .panel h2 {
  color: #06062d;
  margin: 0;
  padding: 25px 10px 10px 10px;
  font-size: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.panel-section .panel .shop-title a {
  color: #06062d;
}
.panel-section .panel h3 {
  color: #666666;
  margin: 0;
  padding: 25px 10px 0 10px;
  font-size: 14px;
  margin-bottom: -20px;
}
.panel-section .panel img {
  display: block;
  width: 100%;
	height:100%
}
.panel-section .panel .panel-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 4px 30px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.panel-section .panel .panel-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.panel-section .panel .panel-button:active {
  background: rgba(0, 0, 0, 0);
}
.panel-section .panel .panel-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.panel-section .panel .panel-button::before {
  display: none;
}
.panel-section .panel .panel-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.panel-section .promo {
  flex: 0 47.5%;
}
.panel-section .more-button {
  display: block;
  position: relative;
  margin-top: 60px;
}
.panel-section .more-button .panel-more-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
}
.panel-section .more-button .panel-more-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.panel-section .more-button .panel-more-button:active {
  background: rgba(0, 0, 0, 0);
}
.panel-section .more-button .panel-more-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.panel-section .more-button .panel-more-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}


.full-landscape-section {
  margin: 20px 0;
  position: relative;
}
.full-landscape-section .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .full-landscape-section .bg-img {
    background-image: none !important;
  }
}
.full-landscape-section .bg-img:hover {
  transition: 0.5s;
}
.full-landscape-section .bg-img:hover .imagehover {
  opacity: 0.7;
}
.full-landscape-section .imagehover {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  opacity: 0;
  border: 4px solid #ae9a64;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ae9a64;
}
.full-landscape-section .full-landscape--light {
  color: #ffffff;
}
.full-landscape-section .full-landscape--light .full-landscape-button {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.full-landscape-section .full-landscape--light .full-landscape-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.full-landscape-section .full-landscape--light .full-landscape-button:active {
  background: rgba(0, 0, 0, 0);
}
.full-landscape-section .full-landscape--light .full-landscape-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.full-landscape-section .text-block {
  position: relative;
  text-align: center;
  line-height: 1.2;
  padding: 40px;
}
@media screen and (min-width: 1000px) {
  .full-landscape-section .text-block {
    max-width: 450px;
    left: 90px;
    padding: 100px 0;
  }
}
.full-landscape-section .full-landscape-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.full-landscape-section .full-landscape-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.full-landscape-section .full-landscape-button:active {
  background: rgba(0, 0, 0, 0);
}
.full-landscape-section .full-landscape-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.two-portrait-section {
  margin: 20px 0;
}
.two-portrait-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .two-portrait-section .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .two-portrait-section .container {
    padding: 0;
  }
}
.two-portrait-section .portrait-left, .two-portrait-section .portrait-right {
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .two-portrait-section .portrait-left, .two-portrait-section .portrait-right {
    background-image: none !important;
  }
}
.two-portrait-section .portrait-left:hover, .two-portrait-section .portrait-right:hover {
  transition: 0.5s;
}
.two-portrait-section .portrait-left:hover .imagehover, .two-portrait-section .portrait-right:hover .imagehover {
  opacity: 0.7;
}
.two-portrait-section .imagehover {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  opacity: 0;
  border: 4px solid #ae9a64;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ae9a64;
}
.two-portrait-section .portrait--light {
  color: #ffffff;
}
.two-portrait-section .portrait--light .portrait-button {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.two-portrait-section .portrait--light .portrait-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.two-portrait-section .portrait--light .portrait-button:active {
  background: rgba(0, 0, 0, 0);
}
.two-portrait-section .portrait--light .portrait-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.two-portrait-section .text-block {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.two-portrait-section .portrait-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.two-portrait-section .portrait-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.two-portrait-section .portrait-button:active {
  background: rgba(0, 0, 0, 0);
}
.two-portrait-section .portrait-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.two-third-image-right-section {
  margin: 20px 0;
}
.two-third-image-right-section .container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1000px) {
  .two-third-image-right-section .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .two-third-image-right-section .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    align-items: center;
    padding: 0;
  }
}
.two-third-image-right-section .two-third-left {
  text-align: center;
}
.two-third-image-right-section .two-third-left .text-block h2 {
  color: #06062d;
}
@media screen and (max-width: 1000px) {
  .two-third-image-right-section .two-third-left .text-block h2 {
    font-size: 40px;
  }
}
.two-third-image-right-section .two-third-left .text-block p {
  margin: 0 0 10px;
  font-size: 15px;
}
.two-third-image-right-section .two-third-right {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 600px;
}
@media screen and (max-width: 1000px) {
  .two-third-image-right-section .two-third-right {
    min-height: auto;
    height: 300px;
  }
}

.two-third-image-left-section {
  margin: 20px 0;
}
.two-third-image-left-section .container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .two-third-image-left-section .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .two-third-image-left-section .container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    align-items: center;
    padding: 0;
  }
}
.two-third-image-left-section .two-third-left {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 600px;
}
@media screen and (max-width: 1000px) {
  .two-third-image-left-section .two-third-left {
    min-height: auto;
    height: 300px;
  }
}
.two-third-image-left-section .two-third-right {
  text-align: center;
}
.two-third-image-left-section .two-third-right .text-block h2 {
  color: #06062d;
}
@media screen and (max-width: 1000px) {
  .two-third-image-left-section .two-third-right .text-block h2 {
    font-size: 40px;
  }
}
.two-third-image-left-section .two-third-right .text-block p {
  margin: 0 0 10px;
  font-size: 15px;
}

.stores-section {
  margin: 20px 0;
}
.stores-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .stores-section .container {
    grid-template-columns: 1fr;
  }
}
.stores-section .store {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .stores-section .store {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.stores-section .store .store-info {
  background: #f2f2f2;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .stores-section .store .store-info {
    order: 2;
  }
}
.stores-section .store .store-info div {
  display: block;
}
.stores-section .store .store-info h3 {
  color: #06062d;
  margin-top: 0;
}
.stores-section .store .store-info p {
  margin: 5px;
}
.stores-section .store .store-info a {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  padding: 4px 30px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.stores-section .store .store-info a:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.stores-section .store .store-info a:active {
  background: rgba(0, 0, 0, 0);
}
.stores-section .store .store-info a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.stores-section .store .store-info a::before {
  display: none;
}
.stores-section .store .store-info a[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.stores-section .store .store-img {
  background: #f2f2f2;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 700px) {
  .stores-section .store .store-img {
    background-repeat: inherit !important;
    order: 1;
  }
}

.slider-section {
  /* Arrows */
}
.slider-section .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-section .slider-section--light {
  color: #ffffff;
}
.slider-section .slider-section--light .slider-section-button {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.slider-section .slider-section--light .slider-section-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.slider-section .slider-section--light .slider-section-button:active {
  background: rgba(0, 0, 0, 0);
}
.slider-section .slider-section--light .slider-section-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
@media screen and (max-width: 1000px) {
  .slider-section .text-block {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 15px 30px 30px;
    text-align: center;
  }
}
.slider-section .text-block h2 {
  font-size: 36px;
  margin: 0 0 18px 0;
}
.slider-section .text-block p {
  font-size: 18px;
  line-height: 25px;
}
.slider-section .text-block a {
  color: #666666;
  text-decoration: none;
}
.slider-section .slider-section-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  padding: 0 10px;
  line-height: 30px;
}
.slider-section .slider-section-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.slider-section .slider-section-button:active {
  background: rgba(0, 0, 0, 0);
}
.slider-section .slider-section-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.slider-section .image {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .slider-section .slick-slide img {
    max-width: 150%;
    transform: translateX(-27%);
  }
}
@media screen and (max-width: 1000px) {
  .slider-section .slick-slide .fwi img {
    max-width: 100%;
    transform: translateX(0) !important;
  }
}
.slider-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1000px) {
  .slider-section .slick-dots {
    display: none !important;
  }
}
.slider-section .slick-dots li {
  margin: 0 0.25rem;
}
.slider-section .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #06062d;
  text-indent: -9999px;
}
.slider-section .slick-dots li.slick-active button {
  background: #06062d;
}
.slider-section .slick-prev,
.slider-section .slick-next {
  display: none !important;
}

.slider-section .text-block {
  color: #666 !important;
}

.slider a {
  text-decoration: none !important;
}

.slick-slide img {
  width: 100%;
}

.form-section {
  padding: 30px;
}

#gform_submit_button_1 {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0;
}
#gform_submit_button_1:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
#gform_submit_button_1:active {
  background: rgba(0, 0, 0, 0);
}
#gform_submit_button_1::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.gform_footer {
  text-align: center;
}

.gform_title {
  display: none;
}

input {
  padding: 10px 10px !important;
  margin: 0 !important;
}

textarea {
  padding: 10px 10px !important;
}

.contact-form-text-block {
  font-size: 12px;
}
.contact-form-text-block a {
  color: #06062d;
}
.contact-form-text-block a:hover {
  color: #666666;
  text-decoration: none;
}

.contact-form-dropdown .gfield_label {
  display: none !important;
}
.contact-form-dropdown label {
  display: none;
}
.contact-form-dropdown select {
  height: 50px;
  background: #ffffff;
  color: #666666;
}

.tabs {
  margin: 1.5rem 0;
}

/* Thumbs */
.tabs-thumbs {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tabs-thumb {
  display: inline-block;
  line-height: 3;
  position: relative;
}
.tabs-thumb a {
  display: block;
  padding: 0 1.5rem;
  color: #9d9d9d;
  text-decoration: none;
  cursor: pointer;
}
.tabs-thumb a:hover {
  color: #ae9a64;
}

/* Panels */
.tabs-panels {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
}

.tabs-panel {
  display: none;
}

/* Active */
.tabs-thumb.is-active a {
  color: #ae9a64;
}
.tabs-thumb.is-active a:hover {
  cursor: default;
  color: #ae9a64;
}
.tabs-thumb.is-active a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ae9a64;
}

.woocommerce a, .woocommerce p, .woocommerce th, .woocommerce td {
  font-weight: 100 !important;
}
.woocommerce .return-to-shop a {
  background: transparent;
  padding: 0.918em 1em;
  color: #06062d;
  border: 1px solid #06062d;
  font-weight: 100 !important;
}
.woocommerce .return-to-shop a:hover {
  background: #06062d;
  color: #ffffff;
  border: 1px solid #06062d;
}

.woocommerce-message {
  border-top: 3px solid #06062d;
}
.woocommerce-message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 22px;
  background: url(/wp-content/themes/blank/public/img/sprite.png) -44px 0px no-repeat;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .woocommerce-loop-product__title {
  color: #666666;
}
.woocommerce .price .woocommerce-Price-amount {
  color: #666666;
  font-size: 18px;
}
.woocommerce .woocommerce .quantity .qty {
  padding: 5px !important;
}
.woocommerce .product_meta {
  display: none;
}
.woocommerce .related h2:nth-child(1) {
  border-top: 1px solid #06062d;
  padding: 50px;
  text-align: center;
  color: #06062d;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: transparent;
  padding: 0.918em 1em;
  color: #06062d;
  border: 1px solid #06062d;
  font-weight: 100 !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #06062d;
  color: #ffffff;
  border: 1px solid #06062d;
}

.add_to_cart_button, .product_type_simple {
  background: #ffffff !important;
  color: #06062d !important;
  border: 1px solid #06062d !important;
  border-radius: 0 !important;
  font-family: "Playfair Display" !important;
  font-weight: 100 !important;
  -webkit-font-smoothing: antialiased;
}
.add_to_cart_button:hover, .product_type_simple:hover {
  background: #06062d !important;
  color: #ffffff !important;
  border: 1px solid #06062d !important;
}

.woocommerce div.product .product_title {
  font-size: 20px;
  color: #06062d;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #06062d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Playfair Display" !important;
  font-weight: 100 !important;
  -webkit-font-smoothing: antialiased;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #666666;
}

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.woocommerce-product-gallery__trigger:after {
  display: none !important;
}
.woocommerce-product-gallery__trigger img {
  display: none !important;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  border-color: #1781ae;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 2;
  text-indent: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: -19px 0;
  margin: 0 5px 0 0;
  background: url(/wp-content/themes/blank/public/img/sprite.png) -158px -67px no-repeat;
  background-size: 430px;
  width: 27px !important;
  height: 25px !important;
  border: none !important;
  border-radius: 0 !important;
}

.shop-margin {
  display: flex;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 1000px) {
  .shop-margin {
    grid-template-columns: 1fr;
  }
}

.shop-filters h3 {
  color: #06062d;
  margin-bottom: 0;
}
.shop-filters .searchandfilter {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.shop-filters .searchandfilter ul {
  margin: 0;
  padding: 0;
}
.shop-filters .sf-field-post-meta-_price, .shop-filters .sf-field-taxonomy-product_tag {
  cursor: pointer;
  color: #06062d;
  position: relative;
}
.shop-filters .searchandfilter .noUi-connect {
  background: #06062d;
}

.shop-one-col {
  background: #f0f0f0;
  text-align: center;
  margin-bottom: 50px;
  padding: 34px 0;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 265px;
}
.shop-one-col .container {
  max-width: 600px;
}
.shop-one-col img {
  width: 300px;
  margin-left: 20px;
}
.shop-one-col .description {
  padding: 0 0 60px;
  font-size: 15px;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

.woocommerce-products-header__title {
  color: #06062d;
  padding: 0 0 43px;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-products-header__title:after {
  height: 30px;
  width: 1px;
  background: #000;
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.products .product .woocommerce-product-details__short-description {
  display: none;
}
.products .product img {
  border: 2px solid transparent;
}
.products .product .shop-product-image-description {
  position: relative;
}
.products .product:hover .woocommerce-product-details__short-description {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 12px;
  padding: 10px;
  height: 100%;
  border: 2px solid #ae9a64;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0 10%;
}
.products .product:hover .woocommerce-product-details__short-description p {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.woocommerce span.onsale {
  background: #ae9a64;
  min-width: 3.5em !important;
}

.woocommerce-tabs {
  border-top: 1px solid #999999;
}
.woocommerce-tabs .wc-tabs {
  padding: 0 4px !important;
  margin: 0 !important;
}

.woocommerce table.shop_attributes {
  border-top: 0 !important;
  margin-top: 10px !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border-bottom: 0 !important;
  font-weight: 100 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: none;
  box-shadow: none;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none !important;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .button {
  align-self: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  flex-grow: 1;
}

.product-addon-totals {
  border-top: none !important;
  border-bottom: none !important;
  display: none;
}
.product-addon-totals ul {
  padding: 0;
}
.product-addon-totals .wc-pao-col1 {
  font-family: "Playfair Display" !important;
  font-weight: 100 !important;
  -webkit-font-smoothing: antialiased;
}
.product-addon-totals .wc-pao-col2 {
  display: none;
}
.product-addon-totals .wc-pao-subtotal-line {
  display: none;
}
.product-addon-totals .wc-pao-subtotal-line .price {
  display: none;
}

.additional_information_tab {
  display: none !important;
}

.address-block .buttons {
  position: relative !important;
}

.cart-header {
  background: #f0f0f0;
  margin: 1em calc(50% - 50vw);
  margin-top: -1.5em;
  margin-bottom: 2.5em;
  text-align: center;
  padding: 10px;
}
.cart-header:after {
  content: "";
  display: block;
  position: relative;
  top: 13px;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
}
.cart-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cart-header .container {
    flex-direction: column;
  }
}
.cart-header h1 {
  color: #06062d;
  font-size: 25px;
  text-transform: capitalize;
}
.cart-header .outline-btn {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.cart-header .outline-btn:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cart-header .outline-btn:active {
  background: rgba(0, 0, 0, 0);
}
.cart-header .outline-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.cart-header .outline-btn::before {
  display: none;
}
.cart-header .outline-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-header .filled-btn {
  background: #06062d;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.cart-header .filled-btn:hover {
  background: transparent;
  color: #06062d;
  transition: all 0.3s ease;
}
.cart-header .filled-btn:active {
  background: black;
}
.cart-header .filled-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.cart-header .filled-btn::before {
  display: none;
}
.cart-header .filled-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 120px !important;
}

.shop-filters .fa {
  display: none;
}
@media screen and (max-width: 1000px) {
  .shop-filters .fa {
    display: inline-block;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .shop-filters .searchandfilter {
    display: none;
  }
}

.woocommerce-cart .woocommerce-cart-form__contents th {
  color: #06062d;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-remove a {
  color: #666666 !important;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-remove a:hover {
  background: #06062d;
  color: #ffffff !important;
}
.woocommerce-cart .product-name a {
  color: #666666;
}
.woocommerce-cart .product-name a:hover {
  color: #999999;
}
.woocommerce-cart .coupon input {
  width: 150px !important;
}
.woocommerce-cart .coupon button {
  background: transparent;
  padding: 0.918em 1em;
  color: #06062d;
  border: 1px solid #06062d;
  font-weight: 100 !important;
}
.woocommerce-cart .coupon button:hover {
  background: #06062d;
  color: #ffffff;
  border: 1px solid #06062d;
}
.woocommerce-cart .shipping-calculator-button {
  color: #06062d;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: transparent;
  padding: 0.918em 1em !important;
  color: #06062d;
  border: 1px solid #06062d;
  font-weight: 100 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #06062d;
  color: #ffffff;
  border: 1px solid #06062d;
}

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

.woocommerce-info {
  border-top-color: #06062d;
}
.woocommerce-info:before {
  color: #06062d;
}

a {
  color: #06062d;
}


#wc_checkout_add_ons {
  border: 1px solid #AE9A64;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

#wc_checkout_add_ons label {
  font-size: 25px;
  margin: 0 5px;
}
#wc_checkout_add_ons .input-checkbox {
  opacity: 0;
}
#wc_checkout_add_ons label img {
  width: 204px;
  width: 523px;
}

.fee th {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .fee th {
    flex-direction: column;
  }
}
.fee th img {
  max-width: 150px;
  width: 100%;
}

.select2-container .country_to_state .country_select {
  width: 100% !important;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.woocommerce ul#shipping_method li input {
  top: 5px;
  position: relative;
  right: 2px;
}

.wc-shipping-multiple-addresses .shop_table .cart .select.address-select {
  width: 100% !important;
}

.woocommerce-cart .cross-sells {
  display: none !important;
}

.myaccount-login {
  margin: 1em calc(50% - 50vw);
  padding: 170px 0;
  margin-top: -1.5em;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 1000px) {
  .myaccount-login {
    padding: 0px;
  }
}
.myaccount-login .woocommerce-form-login, .myaccount-login .woocommerce-form-register {
  background: #f2f2f2;
  padding: 20px;
  text-align: center !important;
  padding: 20px 40px 30px !important;
  box-shadow: 0 0 0px 3px #fff, 0 0 0 4px #e6e6e6;
  border-radius: 0 !important;
}
.myaccount-login .woocommerce-form-login .form-row, .myaccount-login .woocommerce-form-register .form-row {
  display: flex;
  flex-direction: column;
}
.myaccount-login .woocommerce-form-login h2, .myaccount-login .woocommerce-form-register h2 {
  margin: 0;
  color: #06062d;
}
.myaccount-login .woocommerce-form-login .password-reset-temp, .myaccount-login .woocommerce-form-register .password-reset-temp {
  margin-bottom: 0;
}
.myaccount-login .woocommerce-form-login a, .myaccount-login .woocommerce-form-register a {
  color: #06062d;
}
.myaccount-login .woocommerce-form-login a:hover, .myaccount-login .woocommerce-form-register a:hover {
  text-decoration: none;
}
.myaccount-login .woocommerce-form-login .woocommerce-form-login__submit, .myaccount-login .woocommerce-form-login .woocommerce-form-register__submit, .myaccount-login .woocommerce-form-register .woocommerce-form-login__submit, .myaccount-login .woocommerce-form-register .woocommerce-form-register__submit {
  background: transparent !important;
  color: #06062d !important;
  border: 1px solid #06062d !important;
  border-radius: 0 !important;
  min-width: 162px;
  padding: 14px 10px;
  font-weight: 100 !important;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.5s;
}
.myaccount-login .woocommerce-form-login .woocommerce-form-login__submit:hover, .myaccount-login .woocommerce-form-login .woocommerce-form-register__submit:hover, .myaccount-login .woocommerce-form-register .woocommerce-form-login__submit:hover, .myaccount-login .woocommerce-form-register .woocommerce-form-register__submit:hover {
  background: #06062d !important;
  color: #ffffff !important;
  border: 1px solid #06062d !important;
}

.my-account-title {
  padding: 10px;
  text-align: center;
  background: #f2f2f2 !important;
  margin: 1em calc(50% - 50vw);
  margin-top: -1.5em;
  margin-bottom: 2.5em;
}
.my-account-title h1 {
  color: #06062d;
}

.woocommerce-MyAccount-content {
  background: #f2f2f2;
  padding: 30px;
}

.woocommerce-MyAccount-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  margin: 20px;
  background: #06062d;
}
@media screen and (max-width: 1000px) {
  .woocommerce-MyAccount-navigation li {
    margin: 0;
  }
}
.woocommerce-MyAccount-navigation li a {
  background: #ffffff;
  color: #06062d;
  padding: 10px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-MyAccount-navigation li a:hover {
  border-bottom: 1px solid #06062d;
}
.woocommerce-MyAccount-navigation .is-active a {
  border-bottom: 1px solid #06062d;
}

body > .backdrop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
body > .backdrop .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  color: #06062d;
  transform: translate(-50%);
  padding: 20px;
  text-align: center;
}
body > .backdrop .shoppopupbuttons {
  margin-top: 20px;
}
body > .backdrop .shoppopupbuttons button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 4px 30px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
body > .backdrop .shoppopupbuttons button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
body > .backdrop .shoppopupbuttons button:active {
  background: rgba(0, 0, 0, 0);
}
body > .backdrop .shoppopupbuttons button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
body > .backdrop .shoppopupbuttons button::before {
  display: none;
}
body > .backdrop .shoppopupbuttons button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.corporate-backdrop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 99999;
}
.corporate-backdrop #corporate-popup-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  padding: 70px;
}
@media screen and (max-width: 1000px) {
  .corporate-backdrop #corporate-popup-div {
    padding: 25px;
  }
}
.corporate-backdrop #corporate-popup-div .corporate-popup-close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #ffffff;
  cursor: pointer;
}
.corporate-backdrop #corporate-popup-div iframe {
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 1001px) {
  .header-search {
    display: block;
    position: relative;
  } 
}

.header-search-icon {
  cursor: pointer;
}

.header-search-backdrop {
  background: rgba(237, 237, 237, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 99;
}
.header-search-backdrop .header-search-close {
  position: absolute;
  top: 76px;
  right: 76px;
  color: #06062d;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
}
.header-search-backdrop .header-search-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 70px;
  font-family: "Playfair Display";
  position: absolute;
  transform: translate(10px, 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.header-search-backdrop .header-search-form h2 {
  color: #06062d;
  margin: 0;
  font-size: 2.3rem;
}
.header-search-backdrop .header-search-form p {
  color: #06062d;
  margin: 0;
  padding-bottom: 10px;
}
.header-search-backdrop .header-search-form .search-field {
  padding: 8px 10px;
}
.header-search-backdrop .header-search-form ::-webkit-input-placeholder {
  color: transparent;
}
.header-search-backdrop .header-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.header-search-backdrop .header-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.header-search-backdrop .header-search-form :-ms-input-placeholder {
  color: transparent;
}
.header-search-backdrop .header-search-form .search-submit {
  background: #06062d;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #06062d;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 30px !important;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
.header-search-backdrop .header-search-form .search-submit:hover {
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header-search-backdrop .header-search-form .search-submit:active {
  background: black;
}
.header-search-backdrop .header-search-form .search-submit::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.header-search-backdrop .header-search-form .search-submit::before {
  display: none;
}
.header-search-backdrop .header-search-form .search-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.promo-backdrop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.promo-backdrop #promo-popup-div {
  left: 0;
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0px auto;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.promo-backdrop #promo-popup-div .promo-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #06062d;
  cursor: pointer;
}
.promo-backdrop #promo-popup-div .promo-popup-close button {
  background: none;
  border: none;
  cursor: pointer;
}
.promo-backdrop #promo-popup-div .image img {
  display: block;
  width: 100%;
  height: auto;
}
.promo-backdrop #promo-popup-div .content {
  padding: 33px 24px 0px 33px;
}
.promo-backdrop #promo-popup-div .content h1 {
  color: #06062d;
  margin: 0;
  font-size: 30px;
}
.promo-backdrop #promo-popup-div .content form {
  position: relative;
}
.promo-backdrop #promo-popup-div .content input {
  width: 88%;
}
.promo-backdrop #promo-popup-div .content .gform_footer {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}
.promo-backdrop #promo-popup-div .content .gform_footer input {
  width: auto;
  background: #ffffff;
  border-left: none;
  border-radius: 0;
  height: 46px;
  color: #06062d;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .promo-backdrop #promo-popup-div .content .gform_footer input {
    height: 54px;
  }
}
.promo-backdrop #promo-popup-div .bottom-content {
  padding: 0 33px 5px 33px;
  font-size: 13px;
}
.promo-backdrop #promo-popup-div .bottom-content a {
  color: #666666;
}

.error-404 .container-small {
  margin: 0 auto;
}
.error-404 header {
  text-align: center;
  background: #f2f2f2;
  padding: 35px 0;
}
.error-404 header h1 {
  color: #06062d;
  text-transform: uppercase;
  margin: 0;
}
.error-404 header h3 {
  margin: 0;
  font-size: 18px;
}
.error-404 .page-content {
  margin: 50px auto;
  font-size: 16px;
}
.error-404 .page-content p {
  margin: 0;
}
.error-404 .page-content h3 {
  font-size: 16px;
  margin: 0;
}
.error-404 .page-content ul {
  margin: 0;
}
.error-404 .page-content ul li a {
  color: #666666;
}
.error-404 .page-content ul li a:visited {
  color: #666666;
}
.error-404 .page-content .buttons {
  text-align: center;
}
.error-404 .page-content .buttons .button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 50px;
}
.error-404 .page-content .buttons .button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.error-404 .page-content .buttons .button:active {
  background: rgba(0, 0, 0, 0);
}
.error-404 .page-content .buttons .button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.news-top-bar {
  position: relative;
  background: #f0f0f0;
  padding: 10px;
}
.news-top-bar img {
  display: block;
  margin: 0 auto;
}

.news-filter {
  position: relative;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-evenly;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .news-filter {
    flex-direction: column;
    text-align: center;
  }
}
.news-filter a {
  color: #666666;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 5px;
}
.news-filter a:hover {
  border: 1px solid #06062d;
}
.news-filter h3 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .news-filter h3 {
    display: inline-block;
    margin: 20px 0;
  }
}
.news-filter .blogfilter {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-filter .blogfilter {
    display: none;
  }
}
.news-filter .blogfilter .blogfilter-section {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1000px) {
  .news-filter .blogfilter .blogfilter-section {
    flex-direction: column;
  }
}

.news-block {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .news-block {
    flex-direction: column;
  }
}
.news-block .news-left {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .news-block .news-left {
    width: 100%;
    flex-direction: column;
  }
}
.news-block .news-left .blog-page-item {
  width: 33.33333333%;
  float: left;
  flex-basis: 33%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .news-block .news-left .blog-page-item {
    width: 100%;
  }
}
.news-block .news-left .blog-page-item .blog-item-inner {
  padding: 0 0 18px;
  margin: 0 10px 27px;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 0 0 #f2f2f2;
  box-shadow: 0px 3px 0 #fff, 0 6px 0 #f2f2f2;
}
.news-block .news-left .blog-page-item .posted-on {
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 3px;
  color: #666666;
}
.news-block .news-left .blog-page-item .posted-on a {
  color: #666666;
  text-decoration: none;
}
.news-block .news-left .blog-page-item .entry-title {
  margin: 0 0 12px;
}
.news-block .news-left .blog-page-item .entry-title a {
  color: #06062d;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 12px;
  text-decoration: none;
}
.news-block .news-left .blog-page-item .entry-title a:hover {
  color: #666666;
}
.news-block .news-left .blog-page-item .entry-content {
  margin-top: 0;
}
.news-block .news-left .blog-page-item .entry-content p {
  margin-top: 0;
}
.news-block .news-right {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .news-block .news-right {
    width: 100%;
  }
}
.news-block .news-right .news-signup {
  text-align: center;
  background: #f0f0f0;
  border: none;
  padding: 50px 50px 40px 50px;
  box-shadow: inset 0px 0px 0 4px #ffffff;
  border: 1px solid #f0f0f0;
}
.news-block .news-right .news-signup h3 {
  padding: 52px 0 0;
  position: relative;
  color: #06062d;
  max-width: 245px;
  margin: 0 auto 15px;
  font-size: 32px;
}
.news-block .news-right .news-signup h3:before {
  content: "";
  position: absolute;
  top: 0;
  width: 44px;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/wp-content/themes/blank/public/img/sprite.png) -164px -349px no-repeat;
}
.news-block .news-right .news-signup p {
  position: relative;
  color: #666666;
  font-size: 16px;
}
.news-block .news-right .news-signup input {
  text-transform: uppercase;
  width: 100% !important;
  padding: 5px 0 !important;
  background: none;
  border: 1px solid #404041;
  border-width: 0 0 1px;
  font-size: 11px !important;
  border-radius: 0 !important;
}
.news-block .news-right .news-signup .gform_button {
  background: #ffffff;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px !important;
  padding: 8px 20px !important;
  font-size: 18px !important;
  text-transform: capitalize;
  width: auto !important;
}
.news-block .news-right .news-signup .gform_button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.news-block .news-right .news-signup .gform_button:active {
  background: #bfbfbf;
}
.news-block .news-right .news-signup .gform_button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}

.single-news-post {
  font-size: 15px;
}
.single-news-post h1 {
  text-align: center;
  font-size: 30px;
  color: #06062d;
  margin: 0 0 54px;
  position: relative;
}
.single-news-post h1:after {
  height: 36px;
  width: 1px;
  background: #000;
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-blog-post-section {
  max-width: 880px;
  padding: 20px 0;
  border-bottom: 1px solid #06062d;
  box-shadow: 0px 2px 0 #fff, 0px 6px 0 #06062d;
  margin: 0 auto;
}

#nav-single-post {
  display: flex;
  justify-content: space-between;
}
#nav-single-post a {
  color: #666666;
  text-decoration: none;
}
#nav-single-post a:hover {
  color: #999999;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  display: block;
  width: 100%;
}

.img-left-one-column, .img-left-one-column--grey {
  padding: 30px;
}
.img-left-one-column--grey {
  background: #f2f2f2;
  color: #06062d;
  text-align: center;
}
.img-left-one-column .img-left-one-column-button, .img-left-one-column--grey .img-left-one-column-button {
  background: transparent;
  color: #06062d;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #b3b3c2;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
.img-left-one-column .img-left-one-column-button:hover, .img-left-one-column--grey .img-left-one-column-button:hover {
  background: #06062d;
  color: #ffffff;
  transition: all 0.3s ease;
}
.img-left-one-column .img-left-one-column-button:active, .img-left-one-column--grey .img-left-one-column-button:active {
  background: rgba(0, 0, 0, 0);
}
.img-left-one-column .img-left-one-column-button::before, .img-left-one-column--grey .img-left-one-column-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 100%;
  left: 50%;
  background: #b3b3c2;
}
.img-left-one-column .container, .img-left-one-column--grey .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .img-left-one-column .container, .img-left-one-column--grey .container {
    flex-direction: column;
  }
}

.search-results .page-title {
  padding: 40px;
  text-align: center;
  background: #f2f2f2;
  margin: 1em calc(50% - 50vw);
  margin-top: 0;
}
.search-results .search-results-section {
  display: flex;
  flex-wrap: wrap;
}
.search-results .search-results-section article {
  width: 25%;
  flex-basis: 25%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .search-results .search-results-section article {
    width: 50%;
    flex-basis: 50%;
  }
}
.search-results .search-results-section article .entry-title {
  line-height: 15px;
}
.search-results .search-results-section article .entry-title a {
  color: #666666;
  text-decoration: none;
  font-size: 15px;
}
.search-results .search-results-section article h2 {
  margin: 0;
}
.search-results .search-results-section a {
  color: #666666;
  text-decoration: none;
}

.heritage-section {
  background: #f2f2f2;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .heritage-section {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .heritage-section {
    padding: 10px 0;
  }
}
.heritage-section h2 {
  text-align: center;
  margin-top: 0;
  text-align: center;
  margin-top: 0;
  line-height: normal;
  font-family: "Playfair Display" !important;
  font-weight: 100 !important;
  font-size: 16px;
  padding-bottom: 15px;
}
.heritage-section .chocolate-item-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .heritage-section .chocolate-item-block {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heritage-section .chocolate-item-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.heritage-section .chocolate-item-block .chocolate-item {
  background: #ffffff;
  padding: 10px;
  border: 2px solid #d9d9d9;
  display: block;
  color: #666666;
  transition: 0.3s;
}
.heritage-section .chocolate-item-block .chocolate-item:hover {
  cursor: pointer;
  color: #666666;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
}
.heritage-section .chocolate-item-block .chocolate-item h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.heritage-section .chocolate-item-block .chocolate-item h4 {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.heritage-section .chocolate-item-block .chocolate-item-is-active {
  position: relative;
  display: block;
  border: 2px solid #ae9a64;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
}
.heritage-section .chocolate-item-block .chocolate-description {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: 2px solid #d9d9d9;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 30px 50px;
  max-width: 500px;
  width: 90%;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-block img {
  max-width: 250px;
  width: 100%;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-block h3 {
  margin: 0;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-block h4 {
  margin: 0;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ffffff;
  cursor: pointer;
}
.heritage-section .chocolate-item-block .chocolate-description .chocolate-description-close .fa {
  color: #c3c3c3;
  font-size: 20px;
}



.promo-backdrop, .image-pormo-backdrop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.promo-backdrop #promo-popup-div, .image-pormo-backdrop #promo-popup-div {
  left: 0;
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0px auto;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.promo-backdrop #promo-popup-div .promo-popup-close, .image-pormo-backdrop #promo-popup-div .promo-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #06062d;
  cursor: pointer;
}
.promo-backdrop #promo-popup-div .promo-popup-close button, .image-pormo-backdrop #promo-popup-div .promo-popup-close button {
  background: none;
  border: none;
  cursor: pointer;
}
.promo-backdrop #promo-popup-div .image img, .image-pormo-backdrop #promo-popup-div .image img {
  display: block;
  width: 100%;
  height: auto;
}
.promo-backdrop #promo-popup-div .content, .image-pormo-backdrop #promo-popup-div .content {
  padding: 33px 24px 0px 33px;
}
.promo-backdrop #promo-popup-div .content h1, .image-pormo-backdrop #promo-popup-div .content h1 {
  color: #06062d;
  margin: 0;
  font-size: 30px;
}
.promo-backdrop #promo-popup-div .content form, .image-pormo-backdrop #promo-popup-div .content form {
  position: relative;
}
.promo-backdrop #promo-popup-div .content input, .image-pormo-backdrop #promo-popup-div .content input {
  width: 88%;
}
.promo-backdrop #promo-popup-div .content .gform_footer, .image-pormo-backdrop #promo-popup-div .content .gform_footer {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}
.promo-backdrop #promo-popup-div .content .gform_footer input, .image-pormo-backdrop #promo-popup-div .content .gform_footer input {
  width: auto;
  background: #ffffff;
  border-left: none;
  border-radius: 0;
  height: 46px;
  color: #06062d;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .promo-backdrop #promo-popup-div .content .gform_footer input, .image-pormo-backdrop #promo-popup-div .content .gform_footer input {
    height: 54px;
  }
}
.promo-backdrop #promo-popup-div .bottom-content, .image-pormo-backdrop #promo-popup-div .bottom-content {
  padding: 0 33px 5px 33px;
  font-size: 13px;
}
.promo-backdrop #promo-popup-div .bottom-content a, .image-pormo-backdrop #promo-popup-div .bottom-content a {
  color: #666666;
}

.image-pormo-backdrop {
  background: rgba(174, 154, 100, 0.8);
  padding: 20px;
}
.image-pormo-backdrop #promo-popup-div {
  background: none;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  height: auto; 
}
.image-pormo-backdrop #promo-popup-div .video {
  max-width: 800px;
  width: 100%;
}
.image-pormo-backdrop #promo-popup-div .image {
  max-width: 800px;
  width: 100%;
}

.site-title .video {
  width: 150px;
}



/** footer-promo-section **/
.footer-promo-section{
  margin: 20px 0;
}


	.footer-promo-section-mobile-image{
		display: none !important;
	}

@media screen and (max-width: 1000px){
	.footer-promo-section-desktop-image{
		display: none !important;
	}
	.footer-promo-section-mobile-image{
		display: block !important;
		max-width: 100% !important;
    transform: unset !important;
	}
}





.woocommerce-cart .bottom-cart-wrap {
	display: flex;
	gap: 50px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .bottom-cart-wrap {
    flex-direction: column-reverse;
	  gap: 5px;
  }
}
.bottom-cart-wrap .left-otheradded .others-customers-added {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: flex-start;
text-align: center;
}
@media screen and (max-width: 768px) {
  .bottom-cart-wrap .left-otheradded .others-customers-added {
    grid-template-columns: 1fr;
    grid-gap: 0.4rem;
  }
}

.bottom-cart-wrap .cart-collaterals,
.bottom-cart-wrap .left-otheradded{
	flex: 1;
}

.bottom-cart-wrap .cart-collaterals .cart_totals {
	width: 100%;
}

 */
