@charset "UTF-8";
/*!
Theme Name:   Winesto
Theme URI:    http://demo2.pavothemes.com/winesto/
Author:       Pavothemes
Author URI:   http://pavothemes.com/
Description:  Winesto is a sophisticated and versatile WooCommerce theme designed to elevate your online wine and liquor retail experience. With a perfect blend of style and functionality, this theme caters to wine and liquor shops, providing an immersive and elegant e-commerce platform.
Version:      2.0.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  winesto
Tags:         Wine Theme, Liquor Shop, E-commerce, Wine Retail, Liquor Store, Online Wine Shop, Responsive Design, Customizable, Fine Wines, Wine Collection, Wine Brands, Liquor Brands, Mobile-Friendly, Wine Accessories, Wine Showcase
*/
/* Text meant only for screen readers. */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--e-global-color-primary);
}

/**
 * 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: var(--e-global-color-secondary);
}

/**
 * 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;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --e-global-color-primary: #BD9E5E;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #646057;
  --e-global-color-accent: #BD9E5E;
  --e-global-color-lighter: #989389;
  --e-global-color-dark: #2E2829;
  --e-global-color-border: #E5E1DB;
  --e-global-color-background-light: #F7F3ED;
  --e-global-typography-primary-font-family: Satoshi, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: normal;
  --e-global-typography-primary-line-height: 1.6;
  --e-global-typography-secondary-font-family: AnticvaRegular, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: normal;
  --e-global-typography-secondary-line-height: 1.125;
  --e-global-typography-tertiary-font-family: Satoshi, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-tertiary-font-weight: 400;
  --e-global-typography-tertiary-text-transform: none;
  --e-global-typography-tertiary-font-style: normal;
  --e-global-typography-tertiary-text-decoration: none;
  --e-global-typography-tertiary-letter-spacing: normal;
  --e-global-typography-tertiary-line-height: 1.6;
  --e-global-typography-text-size: 16px;
  --e-global-typography-text-font-family: Satoshis, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-text-font-weight: 500;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.6;
  --e-global-typography-accent-font-family: Satoshi, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0.1em;
  --e-global-typography-accent-line-height: 1.6;
  --e-global-container-width: 1410px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
  --e-global-border-radius: 0;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  font-size: var(--e-global-typography-text-size);
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407797364em;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 60px;
  font-size: 3.75rem;
}

h2,
.beta {
  font-size: 48px;
  font-size: 3rem;
}

h3,
.gamma {
  font-size: 36px;
  font-size: 2.25rem;
}

h4,
.delta {
  font-size: 26px;
  font-size: 1.625rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

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

p {
  margin: 0 0 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dd {
  margin: 0 0 1.41577975em;
}

b,
strong {
  font-weight: var(--e-global-typography-primary-font-weight);
}

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

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 25px;
  color: var(--e-global-color-secondary);
  padding: 0 30px;
  border: none;
  letter-spacing: 1px;
  margin-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 15px;
    padding: 0 15px;
  }
}
blockquote p {
  position: relative;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 1em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote span {
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: var(--e-global-color-text);
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 0;
}

a {
  color: var(--e-global-color-text);
  text-decoration: none;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

:focus {
  outline: none;
}

.winesto-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
*, *:after, *:before {
  box-sizing: border-box;
}

body.loading {
  position: relative;
}
body.loading::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyloaded {
  transition: all 0.3s !important;
}

#page .site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.elementor-page #page .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content, body.page-template-template-homepage #page .site-content, body.home:not(.blog) #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.home #page .winesto-breadcrumb, body.error404 #page .winesto-breadcrumb {
  display: none;
}

@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-full {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--e-global-container-width);
}
.col-full::before, .col-full::after {
  content: "";
  display: table;
}
.col-full::after {
  clear: both;
}
.col-full [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--e-global-container-width);
}
.header-container::before, .header-container::after {
  content: "";
  display: table;
}
.header-container::after {
  clear: both;
}

.d-none {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*=" column-"], [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}

.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
.site-header [data-elementor-type=wp-post],
.site-header [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-main {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-main {
    min-height: 80px;
    justify-content: space-between;
  }
}

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.site-branding .custom-logo-link + .site-branding-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: block;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 15px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--e-global-color-secondary);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
  line-height: normal !important;
  border-width: 1px;
  padding: 15px;
  width: 100%;
}
.site-header-account .account-dropdown button {
  text-transform: uppercase;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .winesto-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  padding: 7px 30px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--e-global-color-primary);
  background-color: rgba(0, 0, 0, 0.035);
}

@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
}
.site-header-search > a:hover i {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  .site-header-wishlist {
    display: none;
  }
}
.site-header-wishlist .header-wishlist {
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .site-header-cart.header-cart-mobile {
    display: none;
  }
}
.site-header-cart.header-cart-mobile .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  top: 10px;
  right: -10px;
  letter-spacing: 0;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .amount {
  display: none;
}
.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  order: -1;
}

@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account a i {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-account a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist a i {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist .count {
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.header-group-action .site-header-cart .cart-contents:before {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.header-group-action .site-header-cart .cart-contents:hover:before {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-cart .count {
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.header-group-action .site-header-cart .woocommerce-Price-amount {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-left: 10px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .bg-header-1 {
    background-color: var(--e-global-color-primary);
  }
}

.header-1 {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
.header-1 .header-left {
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action > div:not(:last-child) {
  margin-right: 20px;
}
.header-1 .header-right .header-group-action .site-search {
  width: 100%;
}
.header-1 .header-right .header-group-action .site-search .widget_product_search {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 35px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}

.search-popup-active {
  overflow: hidden;
}

.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.site-search-popup.active + .site-search-popup-overlay {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.fadein {
  -webkit-animation: cover_search_fade_in 0.3s ease both;
  animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
  -webkit-animation: cover_search_fade_out 0.3s ease both;
  animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 7px 70px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  right: 15px;
  top: 5px;
  order: 2;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover {
  color: var(--e-global-color-primary);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap form:before {
  display: none;
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search input.search-field {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.site-search-popup .site-search-popup-wrap .site-search input[type=submit],
.site-search-popup .site-search-popup-wrap .site-search button[type=submit] {
  font-size: 0px;
  font-size: 0rem;
  padding-left: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}

@-webkit-keyframes opal-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes opal-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.winesto-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .winesto-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .winesto-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .winesto-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .winesto-mobile-nav {
    top: 46px;
  }
}
.winesto-mobile-nav .search-form {
  margin-top: 1em;
}
.winesto-mobile-nav .winesto-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .winesto-mobile-nav .winesto-social ul li a:before {
  color: #fff;
}
.winesto-mobile-nav .winesto-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.winesto-mobile-nav .winesto-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.winesto-mobile-nav .winesto-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.winesto-mobile-nav .winesto-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.winesto-mobile-nav .winesto-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.winesto-mobile-nav .winesto-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.winesto-mobile-nav .winesto-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.winesto-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
}
.winesto-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.winesto-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.winesto-mobile-nav .mobile-nav-tabs ul li i {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.winesto-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.winesto-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.winesto-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.winesto-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.winesto-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
}
.winesto-mobile-nav .mobile-menu-tab.active {
  display: block;
}

.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 22px;
  right: 24px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  color: var(--e-global-color-secondary);
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: var(--e-global-color-secondary);
}

.winesto-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .winesto-overlay {
  visibility: visible;
  opacity: 1;
}

.winesto-info-button,
.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-secondary);
}
@media (min-width: 1024px) {
  .winesto-info-button,
.menu-mobile-nav-button {
    display: none;
  }
}
.winesto-info-button .winesto-icon,
.menu-mobile-nav-button .winesto-icon {
  display: flex;
  flex-direction: column;
}
.winesto-info-button .winesto-icon > span,
.menu-mobile-nav-button .winesto-icon > span {
  display: inline-block;
  height: 1px;
  width: 44px;
  margin-bottom: 8px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-secondary);
}
.winesto-info-button .winesto-icon > span:last-child,
.menu-mobile-nav-button .winesto-icon > span:last-child {
  margin-bottom: 0;
}
.winesto-info-button .winesto-icon .icon-2,
.menu-mobile-nav-button .winesto-icon .icon-2 {
  width: 34px;
  margin-left: 5px;
}
.winesto-info-button .winesto-icon .icon-3,
.menu-mobile-nav-button .winesto-icon .icon-3 {
  width: 44px;
}
.winesto-info-button:hover .winesto-icon > span,
.menu-mobile-nav-button:hover .winesto-icon > span {
  background-color: var(--e-global-color-primary);
}
.winesto-info-button:hover .winesto-icon .icon-2,
.menu-mobile-nav-button:hover .winesto-icon .icon-2 {
  width: 44px;
  margin-left: 0px;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  padding: 0.6180339845em 0.875em 0.6180339845em;
  font-size: 0.875em;
  max-width: 120px;
}

.menu-badge {
  font-size: 12px;
  font-weight: 700;
  text-transform: Capitalize;
  line-height: 18px;
  padding: 1px 7px;
  margin-left: 5px;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  top: -7px;
  left: 1.1em;
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}

.main-navigation {
  position: relative;
}
.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  margin-left: 0;
  list-style: none;
}
.main-navigation ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  text-align: left;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease;
}
.main-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  margin-left: 44px;
}
.main-navigation li.menu-item {
  position: relative;
  z-index: 9;
}
.main-navigation li.menu-item.current-menu-parent > a, .main-navigation li.menu-item.current-menu-item > a, .main-navigation li.menu-item.current-menu-ancestor > a {
  color: var(--e-global-color-primary) !important;
}
.main-navigation li.menu-item.current-menu-parent > a:after, .main-navigation li.menu-item.current-menu-item > a:after, .main-navigation li.menu-item.current-menu-ancestor > a:after {
  color: var(--e-global-color-primary);
}
.main-navigation li.menu-item:hover {
  z-index: 99;
}
.main-navigation li.menu-item:hover > ul {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.main-navigation li.menu-item ul.has-stretchwidth {
  width: 100vw;
  left: 0;
}
.main-navigation ul.menu {
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul.menu > li.menu-item {
  display: inline-block;
}
.main-navigation ul.menu > li.menu-item > a {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 43px 0px;
  margin: 0 29px;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navigation ul.menu > li.menu-item > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--e-global-color-primary);
  right: auto;
  transition: width 0.5s;
  bottom: 0;
}
.main-navigation ul.menu > li.menu-item > a:hover:before {
  width: 100%;
  left: 0px;
  right: auto;
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a, .main-navigation ul.menu > li.menu-item.page_item_has_children > a, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a:after, .main-navigation ul.menu > li.menu-item.page_item_has_children > a:after, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-navigation ul.menu > li.menu-item > ul {
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.main-navigation ul.menu > li.menu-item:hover > ul {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-navigation ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.menu > li.menu-item:hover > a:after {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu {
  min-width: 240px;
  background-color: #fff;
  padding: 30px 29px 30px 40px;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1rem;
  left: 29px;
}
.main-navigation ul.sub-menu li.menu-item.has-mega-menu > a:after, .main-navigation ul.sub-menu li.menu-item.page_item_has_children > a:after, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.main-navigation ul.sub-menu li.menu-item > a {
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: var(--e-global-typography-secondary-line-height);
  padding: 0 0 12px 0;
}
.main-navigation ul.sub-menu li.menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-navigation,
.mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul,
.mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item,
.mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.mobile-navigation ul > li.menu-item > a i,
.mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a > span,
.mobile-navigation-categories ul > li.menu-item > a > span {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item > a > span:before {
  content: none;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item > a span.text-link,
.mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item > a span.text-link i,
.mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item span.more-link,
.mobile-navigation-categories ul > li.menu-item span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item span.more-link i,
.mobile-navigation-categories ul > li.menu-item span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item span.more-link i.left,
.mobile-navigation-categories ul > li.menu-item span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item span.more-link i.right,
.mobile-navigation-categories ul > li.menu-item span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-item > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-parent > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a > span:before {
  width: 100%;
}
.mobile-navigation ul > li.menu-item button::after,
.mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a,
.mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  text-transform: unset;
  font-weight: var(--e-global-typography-text-font-weight);
  padding: 4px 0 4px 13px;
  border-bottom: none;
  line-height: 24px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item a {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 8px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation ul button::after,
.mobile-navigation-categories ul button::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul button.toggled-on::after,
.mobile-navigation-categories ul button.toggled-on::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 17px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  color: var(--e-global-color-secondary);
}
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: var(--e-global-color-secondary);
}

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  height: 100%;
  max-width: 315px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #2E2829;
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px 21px 30px;
  overflow: hidden;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .winesto-icon {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
}
.vertical-navigation .vertical-navigation-header .winesto-icon::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 12px;
  font-size: 0.75rem;
  transition: transform 0.2s;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-family: var(--e-global-typography-secondary-font-family);
  line-height: var(--e-global-typography-primary-line-height);
  text-transform: var(--e-global-typography-accent-text-transform);
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
  display: none;
  flex-direction: column;
  margin-right: 13px;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span {
  display: inline-block;
  height: 2px;
  width: 18px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span:last-child {
  margin-bottom: 0;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
  width: 12px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
  width: 18px;
}
.vertical-navigation .vertical-menu {
  left: 0;
  width: 100%;
  z-index: 99;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-height: 630px;
  background-color: #FFFFFF;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position-y: 398px;
  background-position-x: 86px;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  max-height: 630px;
  padding: 11px 0px 0 0px;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 30px;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 0;
  color: var(--e-global-color-text);
  font-weight: var(--e-global-typography-text-font-weight);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 5px;
  font-size: 0.3125rem;
  margin-right: 16px;
  color: var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2857142857;
  color: var(--e-global-color-secondary);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-bottom: 3px;
}
.vertical-navigation .vertical-menu li.has-mega-menu > a:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  height: 560px;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 0 30px;
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li > a {
  position: relative;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 20px;
  color: var(--e-global-color-lighter);
}
.vertical-navigation ul.menu > li span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover > a:before {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover span.more-link i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.vertical-navigation ul.menu > li:hover span.more-link i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a:after {
  color: var(--e-global-color-primary);
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
  margin-right: 0;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 18px;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
  display: none;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .winesto-icon {
  display: none;
}

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
  left: 0;
  right: 0;
}
.has-mega-menu.has-containerwidth .mega-fullwidth {
  width: var(--e-global-container-width);
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}

.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
  width: 100vw;
}

.single-winesto_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-winesto_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--e-global-color-text);
}
.single-winesto_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--e-global-color-primary);
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
p {
  margin: 0 0 1.7rem;
}

.post-header {
  display: flex;
  grid-column-gap: 30px;
  margin-bottom: 22px;
}

.entry-title {
  margin-bottom: 0.6rem;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.entry-title a:not(:hover) {
  color: inherit;
}

.page-header h1.page-title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 45px;
}

.entry-thumbnail {
  position: relative;
  margin-bottom: 30px;
  padding-top: 61%;
  overflow: hidden;
  border-radius: 0;
}
.entry-thumbnail img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.03);
  will-change: transform;
}
.entry-thumbnail .posted-on-square {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
.entry-thumbnail:hover img {
  transform: scale(1.03) translateX(1.5%);
}

.categories-link a {
  display: inline-block;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  color: var(--e-global-color-secondary);
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  .categories-link a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.categories-link a:hover {
  color: var(--e-global-color-primary);
}

.posted-on-square a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.17;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.posted-on-square a b {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  display: block;
  line-height: 1;
}

.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  margin: -4px 0 18px;
  line-height: 1;
}
.entry-meta > div.categories-link {
  margin-bottom: 0;
}
.entry-meta .posted-on {
  order: 2;
}
.entry-meta .post-author {
  order: 1;
}
.entry-meta .post-author a:not(:hover) {
  color: var(--e-global-color-text);
}
.entry-meta .meta-reply {
  order: 3;
}

.posted-on {
  display: flex;
  flex-direction: column;
  grid-row-gap: 6px;
  padding: 17px;
  background-color: var(--e-global-color-primary);
  height: 100%;
}
.posted-on a {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 1.08;
  text-transform: uppercase;
}
.posted-on .month {
  font-size: 12px;
  font-size: 0.75rem;
}

.meta-reply, .post-author {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
  grid-column-gap: 10px;
  margin-right: 15px;
  padding-right: 15px;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.meta-reply:before, .post-author:before {
  color: var(--e-global-color-primary);
}
.meta-reply a, .post-author a {
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.meta-reply a:hover, .post-author a:hover {
  color: var(--e-global-color-primary);
}

.entry-excerpt {
  color: var(--e-global-color-text);
  line-height: 1.62;
  margin-bottom: 33px;
}

.entry-taxonomy {
  margin-bottom: 38px;
  margin-top: 61px;
  display: flex;
  justify-content: space-between;
}

.tags-links {
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.tags-links span {
  display: none;
}
.tags-links a {
  display: inline-block;
  color: var(--e-global-color-lighter);
  padding: 0 10px;
  border: 1px solid var(--e-global-color-border);
  margin: 0 6px 0 0;
}
.tags-links a:hover {
  text-decoration: unset;
  color: var(--e-global-color-primary);
}

.winesto-social-share {
  display: flex;
  align-items: center;
}

.post-author:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
}

.excerpt-content {
  color: var(--e-global-color-text);
  margin-bottom: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.7;
}

.more-link {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  grid-column-gap: 8px;
}
.more-link:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
.more-link:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
}

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

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 10px;
}

figcaption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
  color: var(--e-global-color-lighter);
  margin: 15px 0 0 0;
}
@media (max-width: 568px) {
  figcaption {
    text-align: center;
    margin: 10px 0;
  }
}

.single-content .entry-title {
  letter-spacing: 0;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}
.single-content .entry-content {
  margin-bottom: 26px;
}
.single-content .nav-links {
  display: flex;
}
@media (max-width: 567px) {
  .single-content .nav-links {
    display: block;
  }
}
.single-content .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single-content .nav-links .nav-previous {
  justify-content: flex-start;
  margin-right: auto;
}
.single-content .nav-links .nav-previous a:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-content .nav-links .nav-next {
  justify-content: flex-end;
  margin-left: auto;
}
.single-content .nav-links .nav-next a:after {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-content .comment-box {
  margin-bottom: 60px;
}
.single-content .alignnone {
  margin-bottom: 30px;
}
.single-content .title-content {
  text-transform: capitalize;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .single-content .entry-title {
    text-align: center;
  }
  .single-content .entry-meta {
    justify-content: center;
  }
}

.single-post .hentry .entry-content > *:not(.elementor),
.single-post .hentry .entry-header > *:not(.elementor),
.page .hentry .entry-content > *:not(.elementor),
.page .hentry .entry-header > *:not(.elementor) {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-thumbnail {
  margin-bottom: 20px;
  padding-top: 61%;
}
.single-post .entry-content .content-full-width {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-post .entry-content .content-full-width::before, .single-post .entry-content .content-full-width::after {
  content: "";
  display: table;
}
.single-post .entry-content .content-full-width::after {
  clear: both;
}
@media (min-width: 568px) {
  .single-post .entry-content .content-full-width {
    flex-wrap: nowrap;
  }
}
.single-post .entry-content .content-full-width > img:last-child, .single-post .entry-content .content-full-width .content:last-child {
  margin-left: 0;
  margin-right: 0;
}
.single-post .entry-content .content-full-width .title-img {
  margin: 0 0 0.4em;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.single-post .entry-content ul {
  padding: 0;
  margin-bottom: 40px;
}
.single-post .entry-content ul li {
  padding: 0 0 18px 0;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.single-post .entry-content ul li::before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-primary);
  font-size: 16px;
}
.single-post .entry-content ul li::marker {
  content: "";
}
.single-post .entry-content ul li:last-child {
  padding: 0;
}
.single-post .entry-content .row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-post .entry-content .row .column-img {
  width: 60%;
}
.single-post .entry-content .row .column-img img {
  width: 100%;
}
.single-post .entry-content .row .column-text {
  width: 40%;
}
.single-post .entry-content [class*=" column-"], .single-post .entry-content [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}
.single-post .meta-reply, .single-post .post-author {
  display: flex;
  align-items: center;
  color: var(--e-global-color-text);
  grid-column-gap: 4px;
  margin-right: 15px;
  padding: 0;
}

@media (min-width: 568px) {
  .blog-style-list .post-inner {
    display: flex;
    grid-column-gap: 30px;
  }
}
.blog-style-list .post-inner .post-thumbnail {
  width: 100%;
}
@media (min-width: 568px) {
  .blog-style-list .post-inner .post-thumbnail {
    width: 45%;
  }
}
.blog-style-list .post-inner .post-thumbnail .entry-thumbnail {
  padding-top: 80%;
  margin-bottom: 30px;
}
@media (min-width: 568px) {
  .blog-style-list .post-inner .post-thumbnail .entry-thumbnail {
    margin: 0;
    padding-top: 128%;
  }
}
@media (min-width: 1025px) {
  .blog-style-list .post-inner .post-thumbnail .entry-thumbnail {
    padding-top: 100%;
  }
}
.blog-style-list .post-inner .post-content {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-style-list .post-inner .post-content {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 568px) {
  .blog-style-list .post-inner .post-content {
    width: 55%;
  }
}
.blog-style-list .post-inner .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}

.blog-style-grid .column-item {
  margin-bottom: 45px;
}
.blog-style-grid .post-thumbnail {
  margin-bottom: 20px;
}
.blog-style-grid .entry-content {
  display: flex;
  flex-direction: column;
}
.blog-style-grid .entry-title {
  font-size: 24px;
  line-height: 1.25;
}
.blog-style-grid .excerpt-content {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.6em;
}

article.article-default {
  margin-bottom: 26px;
  position: relative;
  border-bottom: none;
}
article.article-default:last-of-type {
  padding-bottom: 0;
  margin-bottom: 35px;
  border-bottom: none;
}
@media (max-width: 568px) {
  article.article-default {
    margin: 0;
  }
}

.search form.search-form label,
.post-password-form label {
  vertical-align: middle;
}
.search form.search-form input[type=submit],
.post-password-form input[type=submit] {
  vertical-align: middle;
}

.post-password-form input {
  height: 50px;
}
@media (max-width: 480px) {
  .post-password-form input[type=password] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.list-items {
  margin: 0;
  padding: 0;
}
.list-items li {
  list-style: none;
  display: flex;
  align-items: center;
}
.list-items li:not(:last-child) {
  margin-bottom: 8px;
}
.list-items li i {
  margin-right: 10px;
  font-size: 1.2em;
}

a.remove {
  display: block;
  width: 1.618034em;
  height: 1.618034em;
  line-height: 1.618;
  font-weight: var(--e-global-typography-text-font-weight);
  text-indent: -9999px;
  position: relative;
}
a.remove::before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--e-global-color-lighter);
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

.author-bio {
  display: flex;
  border-radius: 0;
  background-color: #F0FAFD;
  padding: 30px 30px 46px;
}
.author-bio .avatar-author {
  width: 30%;
  margin-right: 20px;
}
.author-bio .avatar-author img {
  border-radius: 50%;
}
.author-bio .author-bio-content {
  padding-top: 13px;
}
.author-bio .author-bio-content .author-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.author-bio .author-bio-content .author-link {
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.author-bio .author-bio-content .author-description {
  margin: 20px 0 13px;
}
.author-bio .author-bio-content .winesto-author-social {
  display: flex;
  grid-column-gap: 28px;
}
.author-bio .author-bio-content .winesto-author-social i {
  color: var(--e-global-color-lighter);
  font-size: 15px;
}
@media (max-width: 568px) {
  .author-bio {
    padding: 15px;
  }
  .author-bio .avatar-author {
    width: 50%;
    margin: 15px 20px 0 0;
  }
  .author-bio .author-bio-content {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .single-content .wp-block-media-text {
    display: block;
  }
}
/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.winesto-footer-builder .site-footer {
  padding-top: 0;
}

.copyright-bar {
  color: var(--e-global-color-lighter);
  padding: 1.618034em 15px;
  min-height: 105px;
  border-top: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--e-global-color-secondary);
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  [data-elementor-type=footer] {
    margin-bottom: 60px;
  }
}

.scrollup {
  position: fixed;
  bottom: 150px;
  right: 60px;
  z-index: 99999;
  padding: 0;
  width: auto;
  height: 110px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 50%;
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup .scrollup-icon {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}
.scrollup .scrollup-icon:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.scrollup .scrollup-label {
  font-weight: bold;
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.scrollup:hover {
  color: var(--e-global-color-primary);
}
.scrollup:hover .scrollup-icon {
  color: var(--e-global-color-primary);
}
.scrollup.activate {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
@media (max-width: 568px) {
  .alignleft {
    margin: auto;
    width: 100% !important;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.41577975em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.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;
  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;
  color: #21759b;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.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;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
table td,
table th {
  padding: 1em 1.41577975em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: var(--e-global-typography-text-font-weight);
}
table thead th {
  padding: 1.41577975em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 #page {
  position: relative;
}
.error404 .site-content {
  margin: 0 !important;
  padding: 0 !important;
}
.error404 .site-content .col-full {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .error404 .site-content {
    padding: 85px 0 100px;
  }
}
.error404 .page-header {
  text-align: center;
}
.error404 .page-header .img-404 img {
  display: inline-block;
  margin-bottom: 22px;
}
@media (max-width: 568px) {
  .error404 .page-header .img-404 img {
    max-width: 80%;
    margin-bottom: 0;
  }
}
.error404 .page-content .widget_search {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.error404 .page-content .widget_search form .search-field {
  background-color: transparent;
  border-color: var(--e-global-color-secondary);
}
.error404 .error-404 {
  text-align: center;
  padding: 60px 15px 140px;
  background-repeat: no-repeat;
  background-position: right center;
}
.error404 .error {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-primary);
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1.03;
  margin-bottom: 20px;
}
@media (min-width: 568px) {
  .error404 .error {
    font-size: 160px;
    font-size: 10rem;
  }
}
.error404 .error-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.2;
}
@media (min-width: 568px) {
  .error404 .error-subtitle {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.error404 .error-text {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin: 0 auto;
  text-align: center;
  max-width: 410px;
}
.error404 .error-text a {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  width: 100%;
  margin: 60px auto 0;
}
#comments .comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 30px;
  color: var(--e-global-color-secondary);
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
#comments .comment-list .depth-1:first-of-type > .comment-body {
  margin-top: 0;
  border-top: none;
}
#comments .comment-list .comment-body {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
#comments .comment-list .comment-author {
  display: none;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-author {
    display: block;
  }
}
#comments .comment-list .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin: 10px 21px 0 0;
}
#comments .comment-list .comment-content {
  width: 100%;
  background-color: var(--e-global-color-background-light);
  position: relative;
  padding: 20px 20px 25px 40px;
  border-radius: 0;
}
#comments .comment-list .comment-content:after {
  width: 15px;
  border-radius: 2px;
  height: 15px;
  background-color: var(--e-global-color-background-light);
  position: absolute;
  left: -7px;
  top: 35px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 568px) {
  #comments .comment-list .comment-content {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-content {
    width: calc(100% - 83px);
  }
}
#comments .comment-list .comment-content .comment-text {
  margin-bottom: 8px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-meta {
  display: flex;
  flex-direction: column;
  grid-row-gap: 4px;
  margin-bottom: 12px;
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--e-global-color-lighter);
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 3px;
  display: block;
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
}
#comments .comment-list .comment-meta cite {
  color: var(--e-global-color-secondary);
  font-style: normal;
  clear: both;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 400;
  letter-spacing: 0;
}
#comments .comment-list .comment-meta cite a {
  color: var(--e-global-color-primary);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .reply {
  top: 19px;
  right: 30px;
  position: absolute;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#comments .comment-list .reply a:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  margin-right: 10px;
  vertical-align: inherit;
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .reply a.comment-edit-link {
  margin-left: 10px;
}
#comments .comment-list .reply a.comment-edit-link:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  margin-right: 10px;
  vertical-align: inherit;
}
#comments .comment-list .reply a:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list #respond {
  padding: 20px 1.618034em 15px;
  background-color: rgba(0, 0, 0, 0.0125);
  margin: 10px 0 10px auto;
  border-radius: 0;
  border: 1px solid var(--e-global-color-border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments .bypostauthor > .comment-body cite::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#commentform > p, #commentform .comment-form-rating {
  padding: 0 10px;
  width: 100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  padding: 0 10px;
  order: -1;
}
@media (min-width: 1024px) {
  #commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#commentform .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
  padding-bottom: 5px;
}
#commentform p {
  margin-bottom: 1em;
}
#commentform .form-submit {
  margin-top: 6px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-bottom: 20px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  width: 100%;
}
#commentform .comment-notes, #commentform .logged-in-as,
#commentform .comment-form-cookies-consent,
#commentform .comment-form-comment {
  margin-bottom: 30px;
}
#commentform .comment-notes a, #commentform .logged-in-as a,
#commentform .comment-form-cookies-consent a,
#commentform .comment-form-comment a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#commentform .comment-notes a:hover, #commentform .logged-in-as a:hover,
#commentform .comment-form-cookies-consent a:hover,
#commentform .comment-form-comment a:hover {
  color: var(--e-global-color-primary);
}
#commentform .submit {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.151rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
#commentform .submit:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
#commentform .submit:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
  margin-left: 9px;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  clear: both;
  position: relative;
}
#respond .comment-form-cookies-consent label {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
}
#respond label {
  color: var(--e-global-color-secondary);
}
#respond #reply-title {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
  letter-spacing: 1px;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
.sticky #respond #cancel-comment-reply-link:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}

@media only screen and (max-width: 1200px) {
  #comments {
    margin-top: 30px;
    width: 100%;
  }
}
/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618034em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

/* Button Outline */
.button-outline {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.151rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.button-outline:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.button-outline:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.button-outline.loading {
  opacity: 0.5;
}
.button-outline.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
.button-outline.disabled, .button-outline:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-outline.disabled:hover, .button-outline:disabled:hover {
  opacity: 0.5 !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.151rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
  opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
  position: relative;
}
button.loading::after,
input[type=button].loading::after,
input[type=reset].loading::after,
input[type=submit].loading::after,
.button.loading::after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  line-height: 12px;
}

.outline-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.151rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.outline-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.outline-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819660059em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.938rem 1.25rem;
  background-color: #fff;
  border: 1px solid var(--e-global-color-border);
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--e-global-color-primary);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--e-global-color-text);
}

select {
  padding: 0.75rem 2rem 0.75rem 1.25rem;
}
select:not([size]):not([multiple]) {
  color: var(--e-global-color-text);
  background-color: #ffffff;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  border-radius: 0;
}

.select2-container .selection {
  position: relative;
}
.select2-container .select2-dropdown {
  border-color: var(--e-global-color-border);
}
.select2-container.select2-container--default {
  text-align: left;
}
.select2-container.select2-container--default .select2-selection--single {
  border-color: var(--e-global-color-border);
  height: 52px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 16px;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  position: static;
  margin: 0;
  display: block;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 1.25em;
  padding-right: 30px;
  color: var(--e-global-color-text);
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: var(--e-global-typography-text-font-weight);
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618034em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618034em;
  margin-top: 1.618034em;
  border-color: var(--e-global-color-border);
}
fieldset legend {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  padding: 0.6180339845em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41577975em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 10px 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #E5E1DB;
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  width: 42px;
  height: 42px;
  line-height: 3;
  color: var(--e-global-color-text);
  background-color: #F4F8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.page-numbers:not(ul).current, .page-numbers:not(ul):hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.page-numbers:not(ul).next, .page-numbers:not(ul).prev {
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-numbers:not(ul).next span, .page-numbers:not(ul).prev span {
  display: none;
}
.page-numbers:not(ul).prev {
  margin-right: 0px;
}
.page-numbers:not(ul).next {
  margin-left: 0px;
}

.page-links {
  padding-top: 20px;
}
.page-links > * {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  color: var(--e-global-color-text);
}
.page-links > *.current, .page-links > *:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

nav.navigation {
  clear: both;
}
nav.navigation::before, nav.navigation::after {
  content: "";
  display: table;
}
nav.navigation::after {
  clear: both;
}

.woocommerce-pagination {
  margin-top: 45px;
}

.blog-style-list ul.page-numbers {
  justify-content: left;
}

.pagination, .woocommerce-pagination {
  clear: both;
  margin-top: 31px;
}
.pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::before, .woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.pagination ul.page-numbers li, .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 8px;
}
.pagination .rtl a.next,
.pagination .rtl a.prev, .woocommerce-pagination .rtl a.next,
.woocommerce-pagination .rtl a.prev {
  transform: rotateY(180deg);
}

[class*=elementor-grid-] + .pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers {
  justify-content: center;
}

nav.post-navigation {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: var(--e-global-color-border);
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  color: var(--e-global-color-secondary);
}
nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
  color: var(--e-global-color-primary);
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  border-radius: 0;
  width: 100px;
  height: 100px;
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    width: 60px;
    height: 60px;
  }
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 30px;
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
  }
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  color: var(--e-global-color-lighter);
  position: relative;
  line-height: 1.16;
  margin-bottom: 8px;
  align-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}
nav.post-navigation .nav-previous {
  float: left;
  padding-right: 15px;
}
nav.post-navigation .nav-previous .reader-text {
  justify-content: flex-start;
}
nav.post-navigation .nav-previous .reader-text:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 11px;
  font-size: 0.6875rem;
  padding-right: 6px;
  line-height: 5px;
}
nav.post-navigation .nav-previous .nav-content {
  margin: 6px 0 0 20px;
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
}
nav.post-navigation .nav-next .reader-text {
  justify-content: flex-end;
}
nav.post-navigation .nav-next .reader-text:after {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 6px;
  line-height: 5px;
}
nav.post-navigation .nav-next .nav-content {
  margin: 6px 20px 0 0;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  display: none;
}
@media (min-width: 1024px) {
  #secondary {
    display: block;
  }
}
#secondary .winesto-widget-woocommerce .wp-block-group__inner-container > h2,
#secondary .winesto-widget-woocommerce .widget-title,
#secondary .winesto-widget-woocommerce .widgettitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#secondary .winesto-widget-woocommerce .wp-block-group__inner-container > h2:after,
#secondary .winesto-widget-woocommerce .widget-title:after,
#secondary .winesto-widget-woocommerce .widgettitle:after {
  margin-left: 11px;
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  transition: all ease 0.2s;
  font-size: 16px;
  font-size: 1rem;
  transform: rotate(0deg);
}
#secondary .winesto-widget-woocommerce .wp-block-group__inner-container > h2.toggled-on,
#secondary .winesto-widget-woocommerce .widget-title.toggled-on,
#secondary .winesto-widget-woocommerce .widgettitle.toggled-on {
  color: var(--accent);
}
#secondary .winesto-widget-woocommerce .wp-block-group__inner-container > h2.toggled-on:after,
#secondary .winesto-widget-woocommerce .widget-title.toggled-on:after,
#secondary .winesto-widget-woocommerce .widgettitle.toggled-on:after {
  transform: rotate(180deg);
}

.widget_block,
.widget {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 50px;
  line-height: var(--e-global-typography-text-line-height);
}
.widget_block:last-child,
.widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_block ul,
.widget ul {
  margin-left: 0;
  list-style: none;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
}
.widget_block ul li,
.widget ul li {
  margin-bottom: 4px;
  display: block;
  align-items: center;
}
.widget_block ul .children,
.widget ul .children {
  margin-top: 4px;
}
.widget_block ul ul,
.widget ul ul {
  margin-left: 1.41577975em;
  margin-top: 1.1em;
}
.widget_block ul .cat-item,
.widget ul .cat-item {
  grid-column-gap: 15px;
}
.widget_block ul .cat-item:before,
.widget ul .cat-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--e-global-color-border);
}
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .widget-title,
.widget_block .widgettitle,
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  display: block;
  margin-bottom: 10px;
  line-height: 1.6;
}
.widget_block.widget_recent_entries,
.widget.widget_recent_entries {
  counter-reset: section;
  margin-bottom: 2.65rem;
}
.widget_block.widget_recent_entries .widget-title,
.widget_block.widget_recent_entries .widgettitle,
.widget.widget_recent_entries .widget-title,
.widget.widget_recent_entries .widgettitle {
  margin-bottom: 1.2rem;
}
.widget_block.widget_recent_entries .recent-posts li,
.widget.widget_recent_entries .recent-posts li {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  margin-bottom: 0;
  grid-column-gap: 20px;
}
.widget_block.widget_recent_entries .recent-posts li:first-child,
.widget.widget_recent_entries .recent-posts li:first-child {
  padding-top: 0;
}
.widget_block.widget_recent_entries .recent-posts li:last-child,
.widget.widget_recent_entries .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_block.widget_recent_entries .post-date,
.widget.widget_recent_entries .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  color: var(--e-global-color-lighter);
  text-transform: capitalize;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail,
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail img,
.widget.widget_recent_entries .recent-posts-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.widget_block.widget_recent_entries .recent-posts-info,
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget_block.widget_recent_entries .post-title,
.widget.widget_recent_entries .post-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.4;
  margin-bottom: 8px;
}
.widget_block.widget_recent_entries .post-title a,
.widget.widget_recent_entries .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--e-global-color-secondary);
}
.widget_block.widget_recent_entries .post-title a:hover,
.widget.widget_recent_entries .post-title a:hover {
  text-decoration: none;
  color: var(--e-global-color-primary);
}
.widget_block.widget_rss .rss-date,
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget_block.widget_rss .widget-title .rsswidget,
.widget.widget_rss .widget-title .rsswidget {
  display: inline-block;
  color: inherit;
}
.widget_block.widget_rss .rss-date,
.widget_block.widget_rss cite,
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--e-global-color-secondary);
}
.widget_block.widget_rss li,
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget_block.widget_rss li a.rsswidget,
.widget.widget_rss li a.rsswidget {
  text-decoration: underline;
  line-height: 1.41577975em;
}

.widget_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form > div,
.site-search form > div {
  position: relative;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  width: 100%;
  flex: 1;
  border: 1px solid var(--e-global-color-border);
  padding: 16px 20px;
  padding-right: 55px;
  border-radius: 0;
}
.widget_search form input[type=text]::placeholder,
.widget_search form input[type=search]::placeholder,
.site-search form input[type=text]::placeholder,
.site-search form input[type=search]::placeholder {
  color: var(--e-global-color-lighter);
}
.widget_search form [type=submit],
.site-search form [type=submit] {
  font-size: 0;
  line-height: 0;
  width: 52px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.widget_search form [type=submit]:before,
.site-search form [type=submit]:before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 1;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-secondary);
}
.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41577975em;
  border-color: var(--e-global-color-border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--e-global-color-text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--e-global-color-primary);
}

.widget.widget_tag_cloud .tagcloud, .widget.widget_tag_cloud .wp-block-tag-cloud,
.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .wp-block-tag-cloud {
  margin-top: 13px;
}
.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  color: var(--e-global-color-lighter);
  background-color: transparent;
  padding: 4px 10px;
  margin-top: 7px;
  margin-right: 4px;
  border: 1px solid;
  line-height: 1;
  border-color: var(--e-global-color-border);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after {
  display: none;
  content: ".";
  margin: -8px 8px 0;
  vertical-align: middle;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
  color: #fff;
  text-decoration: unset;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  color: var(--e-global-color-lighter);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--e-global-color-secondary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
  color: var(--e-global-color-primary);
}

.wp-block-latest-comments__comment a,
.widget_recent_comments a {
  text-decoration: underline;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

.winesto-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41577975em;
}

.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav ul li {
  padding-left: 1.618034em;
}
.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav ul li::before {
  font-family: "winesto-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5407797364em;
  display: block;
  float: left;
  opacity: 0.35;
  margin-left: -1.618034em;
  width: 1em;
}
.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav ul li .children {
  margin-left: 0;
}
.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav li::before {
  content: "";
}
.winesto-canvas-filter .winesto-canvas-filter-wrap .widget_layered_nav .chosen::before {
  content: "";
}

.widget_calendar caption,
.wp-block-calendar caption {
  padding: 7px 0;
  background: var(--e-global-color-primary);
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.widget_calendar table th,
.wp-block-calendar table th {
  background: #ddd;
  color: var(--e-global-color-secondary);
}

@keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1440px 0px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407797364em !important;
    display: inline-block;
  }

  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .winesto-content-width-wide .winesto-sorting-wrapper,
.winesto-content-width-wide #page .site-content,
.winesto-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.winesto-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 30px;
    padding-right: 30px;
  }

  /**
   * Comments
   */
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid #E5E1DB;
  }
  .comment-list ol.children {
    margin-left: 80px;
    list-style: none;
  }

  #respond .comment-form-comment {
    clear: both;
  }

  /**
   * Primary Navigation
   */
  .winesto-primary-navigation {
    clear: both;
  }
  .winesto-primary-navigation::before, .winesto-primary-navigation::after {
    content: "";
    display: table;
  }
  .winesto-primary-navigation::after {
    clear: both;
  }

  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .wpml-ls-statics-footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer::after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  .copyright-bar .winesto-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
.main-navigation.toggled div.menu {
    display: none;
  }

  .primary-navigation {
    display: block;
  }

  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important;
  }

  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }

  [class*=winesto-sidebar-] .content-area {
    width: calc(100% - 380px);
    float: right;
  }
  .woocommerce[class*=winesto-sidebar-] .content-area {
    width: calc(100% - 330px);
  }
  .winesto-sidebar-left .content-area {
    float: right;
  }
  .winesto-sidebar-right .content-area {
    float: left;
  }

  [class*=winesto-sidebar-] .widget-area {
    width: 300px;
    float: left;
  }
  .winesto-sidebar-left .widget-area {
    float: left;
  }
  .winesto-sidebar-right .widget-area {
    float: right;
  }

  .left-sidebar .content-area {
    float: left;
  }
  .left-sidebar .widget-area {
    float: right;
  }

  .winesto-content-width-wide .elementor-section.elementor-section-boxed > .elementor-container,
.winesto-content-width-wide .col-full {
    max-width: 100%;
  }
  .winesto-content-width-wide .winesto-sorting-wrapper,
.winesto-content-width-wide #page .site-content,
.winesto-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.winesto-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 60px;
    padding-right: 60px;
  }
  .winesto-content-width-wide .e-con {
    --container-max-width: 100%;
  }

  .winesto-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  display: inline-block;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 40px;
  line-height: 46px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span i:before {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item .sub-menu-active a {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item {
  position: relative;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
  padding-left: 30px;
}
.hfe-nav-menu.vertical .hfe-has-submenu-container .hfe-menu-toggle:hover {
  border: none;
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  margin: 0px;
}
.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
  background-color: var(--e-global-color-primary);
  width: 0%;
}

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

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

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
.winesto-social-share {
  font-size: 14px;
  font-size: 0.875rem;
}
.winesto-social-share .social-share-header {
  color: var(--e-global-color-text);
}
.winesto-social-share a {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--e-global-color-text);
}
.winesto-social-share a:hover {
  color: var(--e-global-color-primary);
}
.winesto-social-share a span {
  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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.winesto-social-share a span:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.single-product .winesto-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22px;
}
.single-product .winesto-social-share .social-share-header {
  display: block;
  margin-right: 18px;
}
.single-product .winesto-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin-right: 10px;
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.single-product .winesto-social-share a.social-facebook {
  background-color: #3B5998;
}
.single-product .winesto-social-share a.social-twitter {
  background-color: #1DA1F2;
}
.single-product .winesto-social-share a.social-linkedin {
  background-color: #0077B5;
}
.single-product .winesto-social-share a.social-google {
  background-color: #787C80;
}
.single-product .winesto-social-share a.social-pinterest {
  background-color: #E60023;
}
.single-product .winesto-social-share a i {
  font-size: 12px;
  font-size: 0.75rem;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.winesto-av-overlay {
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  cursor: wait;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}

.winesto-av {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 15px #000;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  padding: 20px;
  text-align: center;
  z-index: 99999;
  background-size: cover;
  background-position: center;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .winesto-av {
    width: 800px;
  }
}
.winesto-av .winesto-av-inner {
  max-width: 560px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .winesto-av .winesto-av-inner {
    margin: 120px auto;
  }
}
.winesto-av h2 {
  box-sizing: border-box;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 auto 10px;
  line-height: 1.28;
  max-width: 280px;
}
@media (min-width: 768px) {
  .winesto-av h2 {
    max-width: 560px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.winesto-av img {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .winesto-av img {
    margin: 0 auto 40px;
  }
}
.winesto-av p {
  box-sizing: border-box;
}
.winesto-av p:last-child {
  margin-bottom: 0;
}
.winesto-av p strong {
  color: var(--e-global-color-primary);
}
.winesto-av .winesto-av-description {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
.winesto-av .winesto-av-copy {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 1.2rem;
}
.winesto-av button {
  margin: 5px;
}
.winesto-av button.yes {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.winesto-av button.yes:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.winesto-av button.no {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.winesto-av button.no:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.winesto-av .errors {
  box-sizing: border-box;
  color: #ff1f1f;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.winesto-av .errors ul,
.winesto-av .errors li {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
.winesto-av .errors li span {
  background: #ebebeb;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #ff1f1f;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  line-height: 13px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 14px;
}
.winesto-av .fields {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0 10px 0;
}

.overflow-to-left .winesto-swiper {
  overflow: visible;
  clip-path: inset(-100% 0 -100% -100%);
}

.overflow-to-right .winesto-swiper {
  overflow: visible;
  clip-path: inset(-100% -100% -100% 0);
}

.elementor-element .winesto-swiper-wrapper .swiper-slide {
  height: unset;
  width: calc((100% - ((var(--e-global-column-to-show) - 1) * var(--grid-column-gap))) / var(--e-global-column-to-show));
  margin-right: var(--grid-column-gap);
}
.elementor-element .winesto-swiper-wrapper .swiper {
  position: static;
}
.elementor-element .winesto-swiper-wrapper .swiper .elementor-swiper-button {
  display: flex;
  min-width: 1em;
  min-height: 1em;
  font-size: 16px;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  color: var(--e-global-color-accent);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
  z-index: 2;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .elementor-element .winesto-swiper-wrapper .swiper .elementor-swiper-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-element .winesto-swiper-wrapper .swiper .elementor-swiper-button:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
@media (min-width: 768px) {
  .elementor-element .winesto-swiper-wrapper .swiper .elementor-swiper-button-prev {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .elementor-element .winesto-swiper-wrapper .swiper .elementor-swiper-button-next {
    right: -30px;
  }
}
.elementor-element .winesto-swiper-wrapper .swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}

.elementor-pagination-style-1 .swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
}
@media (max-width: 1200px) {
  .elementor-pagination-style-1 .swiper-pagination-horizontal {
    flex-direction: row;
  }
}
.elementor-pagination-style-1 .swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 15px 13px;
}
.elementor-pagination-style-1 .swiper-pagination-bullet {
  background-color: var(--e-global-color-border);
  cursor: pointer;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.elementor-pagination-style-1 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border: 1px solid var(--e-global-color-primary);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -5px;
  left: -5px;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-pagination-style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-primary);
  width: 4px;
  height: 4px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-pagination-style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  top: -8px;
  left: -8px;
}

.elementor-pagination-style-2 .swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-pagination-style-2 .swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}
.elementor-pagination-style-2 .swiper-pagination-bullet {
  background-color: var(--e-global-color-border);
  cursor: pointer;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: relative;
}
.elementor-pagination-style-2 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border: 1px solid var(--e-global-color-border);
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -8px;
  left: -8px;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4px;
  height: 4px;
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: var(--e-global-color-primary);
  opacity: 1;
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-pagination-style-2 .swiper-pagination-bullet:hover {
  background-color: var(--e-global-color-primary);
}

.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.elementor-pagination-position-outside .swiper-wrapper {
  padding-bottom: 30px;
}



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