@charset "UTF-8";
/* 
Theme Name:		SCP 2019 (Hello Elementor child theme)
Theme URI:		https://github.com/elementor/hello-theme-child
Description:	Child theme of Hello Elementor Master
Author:			Good Dog Design
Author URI: 	https://gooddogdesign.com/
Template:		hello-elementor-theme
Version:		1.0.0
Text Domain:	hello-elementor-child-scp2019-scp2019
*/

/*
TIP: to control line wrapping and orhans, apply classes to run the Balance Text functions
- add .apply-balance-text to parent elements, or
- add .balance-text to actual p or h tags
*/

/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6,
h1,.h2,.h3,.h4,.h5,.h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 0;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
table tbody + tbody {
  border-top: 0;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/* Basic responsive layout
   ========================================================================== */
.site-header, body:not([class*=elementor-page-]) .site-main {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575px) {
  .site-header, body:not([class*=elementor-page-]) .site-main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 960px;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Post Item in Archive
   ========================================================================== */
.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media (991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
#comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/* Nunito Sans Light */
/* Light */
/* helper */
.nunito-sans {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Nunito Sans Black */
/* Black */
/* helper */
.nunito-sans,
.scp-page h1.nunito-sans,
.scp-page h2.nunito-sans,
.scp-page h3.nunito-sans,
.scp-page h4.nunito-sans,
.scp-page h5.nunito-sans,
.scp-page h6.nunito-sans,
.scp-page .elementor-widget-heading h1.elementor-heading-title.nunito-sans,
.scp-page .elementor-widget-heading h2.elementor-heading-title.nunito-sans,
.scp-page .elementor-widget-heading h3.elementor-heading-title.nunito-sans,
.scp-page .elementor-widget-heading h4.elementor-heading-title.nunito-sans,
.scp-page .elementor-widget-heading h5.elementor-heading-title.nunito-sans,
.scp-page .elementor-widget-heading h6.elementor-heading-title.nunito-sans {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* AbhayaLibre */
/* Medium */
/* helper */
.abhaya-libre,
.scp-page h1.abhaya-libre,
.scp-page h2.abhaya-libre,
.scp-page h3.abhaya-libre,
.scp-page h4.abhaya-libre,
.scp-page h5.abhaya-libre,
.scp-page h6.abhaya-libre,
.scp-page .elementor-widget-heading h1.elementor-heading-title.abhaya-libre,
.scp-page .elementor-widget-heading h2.elementor-heading-title.abhaya-libre,
.scp-page .elementor-widget-heading h3.elementor-heading-title.abhaya-libre,
.scp-page .elementor-widget-heading h4.elementor-heading-title.abhaya-libre,
.scp-page .elementor-widget-heading h5.elementor-heading-title.abhaya-libre,
.scp-page .elementor-widget-heading h6.elementor-heading-title.abhaya-libre {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-style: normal;
}

/* Fira Sans Extra Condensed */
/* Regular */
/* helper */
.fira-sans,
.scp-page h1.fira-sans,
.scp-page h2.fira-sans,
.scp-page h3.fira-sans,
.scp-page h4.fira-sans,
.scp-page h5.fira-sans,
.scp-page h6.fira-sans,
.scp-page .elementor-widget-heading h1.elementor-heading-title.fira-sans,
.scp-page .elementor-widget-heading h2.elementor-heading-title.fira-sans,
.scp-page .elementor-widget-heading h3.elementor-heading-title.fira-sans,
.scp-page .elementor-widget-heading h4.elementor-heading-title.fira-sans,
.scp-page .elementor-widget-heading h5.elementor-heading-title.fira-sans,
.scp-page .elementor-widget-heading h6.elementor-heading-title.fira-sans {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* Fira Sans Extra Condensed Black 900 */
/* Fira Sans Extra Condensed Black 900 */
/* Nunito Sans Light 300 */
/* Nunito Sans Semi-Bold 600 */
/* #d1293f; */
/* used in error messages, from Pinot Grigio design */
/* used in success messages, from Sauv Blanc design */
/* Gray Set */
/* Purple Set */
/* Red Set */
/*$color-scp-red; */
/* #e54459 */
/* #f6828d */
/* Pink Set */
/*
 * RESET SOME DEFAULTS
 */
/* hide elements but let screen readers for Accessiblity see them */
.sr-reader,
.elementor-widget.sr-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body.scp-page {
  color: #fff;
  /* wtf, why wont some seemingly random elements load fonts from Elementor? */
  /* Nunito Sans Light 300 */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
}

body.scp-page .elementor-widget-text-editor {
  color: #fff;
}

/*body.scp-page.single-post,
body.scp-page.single-post .elementor-widget-text-editor,
body.scp-page.single-post .elementor-icon-list-icon i,
body.scp-page.woocommerce-cart,
body.scp-page.woocommerce-checkout,
body.scp-page.page,
body.scp-page.page .elementor-widget-text-editor {
	color: $color-black;
}*/
body.scp-page.woocommerce-account {
  color: #000;
}

/* fix unknown bug whereby a horo scrollbars appears on small screen sizes on the WC shop page */
.scp-page.woocommerce {
	overflow-x: hidden;
}

.scp-page .elementor-message {
  font-size: 16px;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #ab0707;
}

a:hover,
a:active {
  color: #991f2f;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a.white-link {
  color: #fff;
}

a.white-link:hover,
a.white-link:active {
  color: #ab0707;
}

a[href^="tel:"] {
  white-space: nowrap;
}

/* wtf, why wont the headings work from Elementor? */
.scp-page h1,
.scp-page h2,
.scp-page h3,
.scp-page h4,
.scp-page h5,
.scp-page h6,
.scp-page .elementor-widget-heading h1.elementor-heading-title,
.scp-page .elementor-widget-heading h2.elementor-heading-title,
.scp-page .elementor-widget-heading h3.elementor-heading-title,
.scp-page .elementor-widget-heading h4.elementor-heading-title,
.scp-page .elementor-widget-heading h5.elementor-heading-title,
.scp-page .elementor-widget-heading h6.elementor-heading-title {
  /* Nunito Sans Black */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, 
.h5,
.scp-page .cart_totals h2, 
.scp-page .woocommerce-billing-fields h3, 
.scp-page .woocommerce-shipping-fields h3, 
.scp-page #order_review_heading {
  font-size: 1.75rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

@media (max-width: 600px) {
	h1, .h1 {
	  font-size: 2.5rem;
	}

	h2, .h2 {
	  font-size: 2.5rem;
	}

	h3, .h3 {
	  font-size: 2.0rem;
	}

	h4, .h4 {
	  font-size: 1.75rem;
	}

	h5, 
	.h5,
	.scp-page .cart_totals h2, 
	.scp-page .woocommerce-billing-fields h3, 
	.scp-page .woocommerce-shipping-fields h3, 
	.scp-page #order_review_heading {
	  font-size: 1.5rem;
	}

	h6, .h6 {
	  font-size: 1.05rem;
	}
}

.scp-page table,
.scp-page tbody td,
.scp-page td {
  /* Nunito Sans Light 300 */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.scp-page thead th,
.scp-page th {
  /* Nunito Sans Semi-Bold 600 */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

/* Thanks Elementor Hello theme for making a striped table the default!?! (without a class!) */
.scp-page table caption + thead tr:first-child td,
.scp-page table caption + thead tr:first-child th,
.scp-page table colgroup + thead tr:first-child td,
.scp-page table colgroup + thead tr:first-child th,
.scp-page table thead:first-child tr:first-child td,
.scp-page table thead:first-child tr:first-child th {
  border-top: 0;
}

/* buttons */
.scp-page .elementor-button,
.scp-page .elementor-button.elementor-size-xs,
.scp-page .elementor-button.elementor-size-sm,
.scp-page .elementor-button.elementor-size-md,
.scp-page .elementor-button.elementor-size-lg,
.scp-page .elementor-button.elementor-size-xl,
.scp-page .woocommerce #respond input#submit,
.scp-page .woocommerce a.button,
.scp-page .woocommerce button.button,
.scp-page .woocommerce input.button,
.scp-page.woocommerce #respond input#submit,
.scp-page.woocommerce a.button,
.scp-page.woocommerce button.button,
.scp-page.woocommerce input.button {
  text-transform: uppercase;
  /* Fira Sans Extra Condensed Black 900 */
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  background: #000;
  border-radius: 7px;
  padding: 0.6em 1.5em;
}

.scp-page .elementor-button:hover,
.scp-page .elementor-button.elementor-size-xs:hover,
.scp-page .elementor-button.elementor-size-sm:hover,
.scp-page .elementor-button.elementor-size-md:hover,
.scp-page .elementor-button.elementor-size-lg:hover,
.scp-page .elementor-button.elementor-size-xl:hover,
.scp-page .woocommerce #respond input#submit:hover,
.scp-page .woocommerce a.button:hover,
.scp-page .woocommerce button.button:hover,
.scp-page .woocommerce input.button:hover,
.scp-page.woocommerce #respond input#submit:hover,
.scp-page.woocommerce a.button:hover,
.scp-page.woocommerce button.button:hover,
.scp-page.woocommerce input.button:hover {
  text-transform: uppercase;
  /* Fira Sans Extra Condensed Black 900 */
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ab0707;
  border-radius: 7px;
  padding: 0.6em 1.5em;
}

.scp-page .scp-single-product-right .elementor-button:hover,
.scp-page .scp-single-product-right .elementor-button.elementor-size-xs:hover,
.scp-page .scp-single-product-right .elementor-button.elementor-size-sm:hover,
.scp-page .scp-single-product-right .elementor-button.elementor-size-md:hover,
.scp-page .scp-single-product-right .elementor-button.elementor-size-lg:hover,
.scp-page .scp-single-product-right .elementor-button.elementor-size-xl:hover,
.scp-page .scp-single-product-right .woocommerce #respond input#submit:hover,
.scp-page .scp-single-product-right .woocommerce a.button:hover,
.scp-page .scp-single-product-right .woocommerce button.button:hover,
.scp-page .scp-single-product-right .woocommerce input.button:hover,
.scp-page.woocommerce .scp-single-product-right #respond input#submit:hover,
.scp-page.woocommerce .scp-single-product-right a.button:hover,
.scp-page.woocommerce .scp-single-product-right button.button:hover,
.scp-page.woocommerce .scp-single-product-right input.button:hover {
  text-transform: uppercase;
  /* Fira Sans Extra Condensed Black 900 */
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #ab0707;
  background: #fff;
  border-radius: 7px;
  padding: 0.6em 1.5em;
}

.scp-page.woocommerce .scp-single-product-right .woocommerce-message #respond input#submit:hover,
.scp-page.woocommerce .scp-single-product-right .woocommerce-message a.button:hover,
.scp-page.woocommerce .scp-single-product-right .woocommerce-message button.button:hover,
.scp-page.woocommerce .scp-single-product-right .woocommerce-message input.button:hover {
  color: #fff;
  background: #ab0707;
}

.scp-font-size-medium p,
.scp-font-size-medium .elementor-text-editor.missing-p-tag {
  font-size: 32px;
  font-size: calc(1.25em + 0.15vw);
}

.scp-font-size-medium-smaller p,
.scp-font-size-medium-smaller .elementor-text-editor.missing-p-tag {
  font-size: 28px;
  font-size: calc(1.1em + 0.15vw);
}

.scp-font-size-medium-even-smaller p,
.scp-font-size-medium-even-smaller .elementor-text-editor.missing-p-tag {
  font-size: 45px;
  font-size: calc(1em + 0.15vw);
}

.scp-font-size-large p,
.scp-font-size-large .elementor-text-editor.missing-p-tag {
  font-size: 48px;
  font-size: calc(1.25em + 0.75vw);
}

/* why is this helpful css in Elementor?
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 10px;
} */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section-full_width > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

/*
 * GLOBAL PAGE
 */
/* Default content padding left and right:  */
.elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown,
body.single-product.scp-page:not([class*=elementor-page-]) .site-main {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
  max-width: none;
}

.scp-back-to-wines {
  left: 10px !important;
  margin-left: -10px !important;
}

.scp-reset-slidein {
  left: 10px !important;
  margin-left: -2px !important;
}

.scp-single-product-left > .elementor-column-wrap.elementor-element-populated,
.scp-single-product-right > .elementor-column-wrap.elementor-element-populated {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media screen and (min-width: 1025px) {
	.elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
	.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown,
	body.single-product.scp-page:not([class*=elementor-page-]) .site-main {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: content-box;
		max-width: none;
	}
	
	.elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
		padding-top: 20px;
	}
	.elementor-section-wrap > .elementor-section.elementor-section-boxed.scp-page-navbar > .elementor-container {
		padding-top: 0;
	}

  .scp-back-to-wines {
    left: 10px !important;
    margin-left: -10px !important;
  }

  .scp-reset-slidein {
    left: 10px !important;
    margin-left: -2px !important;
  }

  .scp-single-product-left > .elementor-column-wrap.elementor-element-populated,
.scp-single-product-right > .elementor-column-wrap.elementor-element-populated {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1100px) {
  .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown,
body.single-product.scp-page:not([class*=elementor-page-]) .site-main {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: content-box;
    max-width: none;
  }

  .scp-back-to-wines {
    left: 30px !important;
    margin-left: -30px !important;
  }

  .scp-reset-slidein {
    left: 30px !important;
    margin-left: -26px !important;
  }

  .scp-single-product-left > .elementor-column-wrap.elementor-element-populated,
.scp-single-product-right > .elementor-column-wrap.elementor-element-populated {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1400px) {
  .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown,
body.single-product.scp-page:not([class*=elementor-page-]) .site-main {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: content-box;
    max-width: none;
  }

  /* set to full width on shop product page */
  .post-type-archive-product .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scp-back-to-wines,
.scp-reset-slidein {
    /*left: 20% !important;*/
    /* when using percentages: it is 2x because it is inside a 50% width column */
    left: 0 !important;
    margin-left: 0 !important;
  }

  .scp-single-product-left > .elementor-column-wrap.elementor-element-populated,
.scp-single-product-right > .elementor-column-wrap.elementor-element-populated {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
/* um pls Elementor is this not a container within a container?!? */
.scp-page .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

ul.list-unstyled,
ol.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-unstyled li,
ol.list-unstyled li {
  display: inline-block;
}

.scp-page .elementor-text-editor ul:not(.list-unstyled):not(.products) {
  list-style: none;
  padding: 0;
}

.scp-page .elementor-text-editor ul:not(.list-unstyled):not(.products) li {
  padding-left: 1.3em;
  padding-bottom: 0.5em;
}

.scp-page .elementor-text-editor ul:not(.list-unstyled):not(.products) li:before {
  content: "";
	content: "\f054";
  /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

.scp-fa-number .fa-circle {
  color: #ab0707;
}

.scp-fa-number {
  color: #fff;
  margin-top: -85px;
  position: relative;
  z-index: 1;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.2;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea,
.select2-container--default .select2-selection--single {
  border: solid 1px #c4c4c4;
  border-radius: 0;
  padding: 1.25em 1.25em;
  transition: all 0.3s;
  font-size: 16px;
  color: #737373;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #737373;
}

.select2-container--default .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 64px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #737373;
  line-height: 22px;
}

.woocommerce form .form-row textarea {
  height: 6em;
}

button,
[type=submit],
[type=reset],
[type=button],
#mc-embedded-subscribe-form input.button {
  text-transform: uppercase;
  border: solid 1px #c4c4c4;
  padding: 1.25em 1.25em;
  font-size: 16px;
  color: #737373;
  border-radius: 0;
  transition: all 0.3s;
  /* override WC */
  background-color: transparent;
  font-weight: 400;
  line-height: 1.2;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=reset]:hover,
[type=reset]:focus,
[type=button]:hover,
[type=button]:focus,
#mc-embedded-subscribe-form input.button:hover,
#mc-embedded-subscribe-form input.button:focus {
  border: solid 1px #ab0707;
  color: #fff;
  background-color: #ab0707;
}

/*
 * MailChimp subscribe form in footer
 */
#mc_embed_signup .mc-field-group {
  float: left;
  width: 75%;
  width: calc(100% - 131px);
}

#mc_embed_signup .mc-field-group.mc-field-group-submit {
  float: left;
  width: auto;
}

#mc_embed_signup .mc-field-group input[type=email] {
  border-right: 0;
}

#mc_embed_signup .mc-field-group:focus-within + .mc-field-group.mc-field-group-submit input[type=submit] {
  border-color: #737373;
}

#mc_embed_signup .mc-field-group input[type=submit]:focus,
#mc_embed_signup .mc-field-group input[type=submit]:hover {
  border: solid 1px #ab0707 !important;
}

#mc_embed_signup_result {
  display: none;
  margin-top: 7px;
  padding: 10px 1.25em;
  color: #fff;
}

#mc_embed_signup_result p {
  margin: 0;
  padding: 0;
}

#mc_embed_signup_result.mc_embed_signup_result_error {
  display: block;
  background-color: #fba935;
}

#mc_embed_signup_result a {
  color: #fff;
}

#mc_embed_signup_result a:hover,
#mc_embed_signup_result a:focus,
#mc_embed_signup_result a:active {
  color: #fff;
  text-decoration: underline;
}

#mc_embed_signup_result.mc_embed_signup_result_success {
  display: block;
  background-color: #a0c76d;
}

.scp-line-height-normcore,
.scp-page .elementor-widget-heading.scp-line-height-normcore .elementor-heading-title {
  line-height: 1.15;
}

.scp-line-height-tight,
.scp-page .elementor-widget-heading.scp-line-height-tight .elementor-heading-title {
  line-height: 0.95;
}

.scp-line-height-verytight,
.scp-page .elementor-widget-heading.scp-line-height-verytight .elementor-heading-title {
  line-height: 0.85;
}

.scp-text-uppercase {
  text-transform: uppercase;
}

.scp-text-lowercase {
  text-transform: lowercase;
}

/* 
 * PAGE TITLES
 */
/* Force page heading styles as uppercase */
.elementor-heading-title,
.scp-heading-title {
  text-transform: uppercase;
}

/* 
 * COLOUR BACKGROUND SCHEMES
 */
.scp-bg-darkgray {
  background: #333333;
}

.scp-bg-midgray {
  background: #737373;
}

.scp-bg-gray {
  background: #4c4c4c;
}

.scp-bg-darkpurple {
  background: #312027;
}

.scp-bg-midpurple {
  background: #533a44;
}

.scp-bg-lightpurple {
  background: #765c74;
}

.scp-colorset-purple .scp-elementor-feature-block-col-1 {
  background: #312027;
}

.scp-colorset-purple .scp-elementor-feature-block-col-2 {
  background: #533a44;
}

.scp-colorset-purple .scp-elementor-feature-block-col-3 {
  background: #765c74;
}

.scp-colorset-red .scp-elementor-feature-block-col-1 {
  background: #ab0707;
}

.scp-colorset-red .scp-elementor-feature-block-col-2 {
  background: #ca0d0d;
}

.scp-colorset-red .scp-elementor-feature-block-col-3 {
  background: #ab0707;
}

.scp-colorset-pink .scp-elementor-feature-block-col-1 {
  background: #984659;
}

.scp-colorset-pink .scp-elementor-feature-block-col-2 {
  background: #c97e8f;
}

.scp-colorset-pink .scp-elementor-feature-block-col-3 {
  background: #fab4c7;
}

/* 
 * PAGE HEADER BACKGROUND IMAGE
 */
.scp-page-header-img.elementor-column {
  /*min-height: 70vw;*/
  min-height: 100vh;
}

.scp-page-header-img.scp-page-header-img-limit-height.elementor-column {
  min-height: 75vh;
}

.scp-page-header-img.scp-page-header-img-limit-height-shorter.elementor-column {
  min-height: 55vh;
}

@media screen and (max-width: 1024px) {
  .scp-page-header-img.scp-page-header-img-limit-height-shorter.elementor-column {
    min-height: 24vh;
  }
}
.scp-page-header-img.elementor-column > .elementor-column-wrap {
  padding-top: 14vw !important;
  padding-bottom: 3vw !important;
}

@media screen and (max-width: 1000px) {
  .scp-page-header-img.elementor-column > .elementor-column-wrap {
    padding-top: 120px !important;
  }
}
.scp-page-header-img.elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
  flex-flow: column;
  flex-wrap: wrap;
}

.scp-page-header-img-to-bottom {
  align-self: flex-end;
  margin-top: auto;
}

.scp-page .elementor-widget-heading.scp-page-header-img-title-1 {
  margin-bottom: 6px;
}

.scp-page .elementor-widget-heading.scp-page-header-img-title-1 .elementor-heading-title,
.scp-heading-title .elementor-heading-title {
  font-size: 16px;
}

.scp-page .elementor-widget-heading.scp-page-header-img-title-2 .elementor-heading-title {
  font-size: 62px;
  font-size: calc(2.5vw + 1.7em);
}

.scp-page-header-img-to-bottom a {
  color: #fff;
  text-decoration: none;
}

.scp-page-header-img-to-bottom a:hover,
.scp-page-header-img-to-bottom a:active,
.scp-page-header-img-to-bottom a:focus {
  color: #ab0707;
  text-decoration: none;
}

/* 
 * PAGE FOOTER
 */
/*body.scp-page .scp-page-footer,
body.scp-page .scp-page-footer .elementor-widget-text-editor {
	color: $color-black;
	font-size: 14px;
}

body.scp-page .scp-page-footer a,
body.scp-page .scp-page-footer .elementor-widget-text-editor a {
	color: $color-black;
}*/
body.scp-page .scp-page-footer a:hover,
body.scp-page .scp-page-footer a:active,
body.scp-page .scp-page-footer a:focus,
body.scp-page .scp-page-footer .elementor-widget-text-editor a:hover,
body.scp-page .scp-page-footer .elementor-widget-text-editor a:active,
body.scp-page .scp-page-footer .elementor-widget-text-editor a:focus {
  color: #ab0707;
}

.footer-links li:after {
  content: "|";
  margin: 0 2px 0 4px;
}

.footer-links li:last-child:after {
  content: "";
  display: none;
}

@media screen and (max-width: 1024px) {
  .scp-page-footer {
    text-align: center;
  }

  .scp-page-footer #mc_embed_signup {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.list-unstyled.footer-links li,
ol.list-unstyled.footer-links li {
    display: block;
    padding: 4px 0;
  }

  .footer-links li:after {
    content: "";
    display: none;
  }
}
/*
 * Post pages archive
 */
.elementor-widget-archive-posts .elementor-posts .elementor-post,
.scp-latest-news-block .elementor-posts .elementor-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-archive-posts .elementor-posts .elementor-post__text,
.scp-latest-news-block .elementor-posts .elementor-post__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-archive-posts .elementor-posts .elementor-post__read-more,
.scp-latest-news-block .elementor-posts .elementor-post__read-more {
  margin-top: auto;
}

/*
 * Post pages single
 */
body.scp-page.single-post .elementor-widget .elementor-icon-list-items.elementor-inline-items.elementor-post-info .elementor-icon-list-item {
  font-size: 14px;
}

/* oh Elementor what are you doing */
body.scp-page.single-post .elementor-widget .elementor-icon-list-items.elementor-inline-items.elementor-post-info .elementor-icon-list-item:first-child {
  margin-left: 5px;
}

body.scp-page.single-post .elementor-widget .elementor-icon-list-items.elementor-inline-items.elementor-post-info .elementor-icon-list-item .elementor-icon-list-icon {
  margin-left: 4px;
  margin-right: 7px;
}

/* 
 * PAGE HEADER BAR
 */
.scp-page-navbar.elementor-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.admin-bar .scp-page-navbar.elementor-section {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .scp-page-navbar.elementor-section {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .scp-page-navbar.elementor-section {
    top: 0;
  }

  .admin-bar .scp-page-navbar.elementor-section.apply-top-zero,
.admin-bar .elementor-542378 .elementor-element.elementor-element-319f69d7.apply-top-zero {
    top: 0 !important;
  }
}
.scp-page-navbar .elementor-column.scp-page-navbar-logo {
  width: 148px !important;
  position: relative;
  z-index: 9999;
}

.scp-page-navbar .elementor-column.scp-page-navbar-top-menu {
  /*width: calc(100% - 206px) !important;*/
  /* approx, for 2 menu items */
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 1023px) {
  .scp-page-navbar .elementor-column.scp-page-navbar-top-menu {
    width: calc(100% - 206px) !important;
    /* approx, for 2 menu items */
  }
}
.scp-page-navbar .elementor-column.scp-pop-up-menu-col {
  width: 58px !important;
}

.scp-page-navbar > .elementor-container > .elementor-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .scp-page-navbar .elementor-column.scp-page-navbar-logo {
    width: 30% !important;
  }

  .scp-page-navbar .elementor-column.scp-page-navbar-top-menu {
    width: calc(70% - 43px) !important;
    /* approx, for 2 menu items */
  }

  .scp-page-navbar .elementor-column.scp-pop-up-menu-col {
    width: 43px !important;
  }
}
/* PAGE HEADER NAV */
.scp-page-navbar a {
  color: #fff;
}

.scp-page-navbar a:hover,
.scp-page-navbar a:active {
  color: #ab0707;
}

.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:hover,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover {
  padding-left: 14px;
  padding-right: 14px;
  padding: 3px 18px 0 18px;
  /* 3px at top to compensate for font leading being off centre */
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:hover,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a:hover,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item.highlighted,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:focus,
.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover {
    padding: 17px 5px 18px 5px;
    font-size: 16px !important;
  }
}
.scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-nav-menu li a {
  font-family: "Abhaya Libre", serif;
  /*font-size: 18px;
  color: $color-white;*/
}

/*.scp-page-navbar .elementor-nav-menu li.highlighted a,
.scp-page-navbar .elementor-nav-menu li a:focus,
.scp-page-navbar .elementor-nav-menu li a:hover {
	color: $color-scp-red;
}*/
.single-product.slidein-activated .scp-page-navbar .elementor-nav-menu li,
.single-product.slidein-activated .scp-page-navbar .elementor-nav-menu li a {
  color: #000;
}

.single-product .scp-page-navbar .elementor-nav-menu li.highlighted a,
.single-product .scp-page-navbar .elementor-nav-menu li a:hover,
.single-product .scp-page-navbar .elementor-nav-menu li a:active {
  color: #000;
}

.single-product.slidein-activated .scp-page-navbar .elementor-nav-menu li.highlighted a,
.single-product.slidein-activated .scp-page-navbar .elementor-nav-menu li a:hover,
.single-product.slidein-activated .scp-page-navbar .elementor-nav-menu li a:active {
  color: #ab0707;
}

.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a,
.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a,
.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a {
  color: #fff;
}

.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li.highlighted a,
.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a:hover,
.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a:active,
.scp-page.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li.highlighted a,
.scp-page.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a:hover,
.scp-page.elementor-mobile-menu-open .scp-page-navbar .elementor-nav-menu li a:active,
.elementor-mobile-menu-open .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:focus:before,
.elementor-mobile-menu-open .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:hover:before {
  color: #000;
}

@media screen and (max-width: 600px) {
  .scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-nav-menu li a {
    font-size: 16px;
  }

  .scp-page-navbar .elementor-nav-menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 359px) {
  .scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-nav-menu li a {
    font-size: 15px;
  }
}
/* Page header nav menu: tweak button in nav menu to be a good lil button */
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button {
  background-color: #f7ba34;
  margin-left: 20px;
  max-height: 42px;
}

.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item {
  padding: 0;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
}

.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item:hover,
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item:active,
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item.elementor-item-active {
  color: #fff !important;
}

.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 1420px) {
  .scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .scp-page-navbar .elementor-nav-menu li,
.scp-page-navbar .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-button .elementor-item {
    font-size: 24px;
  }
}
/* PAGE HEADER NAV - POP UP MENU */
.scp-page-navbar .elementor-menu-toggle {
  margin: 0 15px 0 0 !important;
  /* soz not soz overide default Elementor. 15px is same as left-right padding of li element */
  width: 43px;
  /* height set by height of site logo, makes it easier */
  height: 43px;
  background: transparent;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 600px) {
  .scp-page-navbar .elementor-menu-toggle {
    margin: 0 0 0 0 !important;
  }
}
.scp-page-navbar .elementor-menu-toggle .eicon-menu-bar {
  font-size: 35px;
}

/*.scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:before { */
.scp-page-navbar .elementor-menu-toggle.elementor-active .eicon-menu-bar {
  color: #fff;
}

.scp-page-navbar .elementor-menu-toggle.elementor-active:hover {
  opacity: 0.8;
}

/*.scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:focus:before,
.scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:hover:before {
	color: $color-scp-red;
}

.single-product.slidein-activated .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:before {
	color: $color-black;
}

.single-product .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:focus:before,
.single-product .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:hover:before {
    color: $color-black;
}

.single-product.slidein-activated .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:focus:before,
.single-product.slidein-activated .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:hover:before {
    color: $color-scp-red;
}

.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:before {
    color: $color-white;
}

.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:focus:before,
.single-product.slidein-activated.elementor-mobile-menu-open .scp-page-navbar .elementor-menu-toggle .eicon-menu-bar:hover:before {
    color: $color-black;
}
*/
body.scp-page.elementor-mobile-menu-open {
  /*overflow: hidden;*/
}

body.scp-page.elementor-mobile-menu-open .scp-page-navbar.elementor-section {
  position: fixed;
}

.scp-page-navbar .elementor-element.scp-pop-up-menu-col > .elementor-column-wrap {
  -webkit-box-align: self-start !important;
  -ms-flex-align: self-start !important;
  -ms-grid-row-align: self-start !important;
  align-items: self-start !important;
  /* soz not soz overide default Elementor */
}

.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown {
  position: fixed;
  top: 0 !important;
  /* soz not soz overide default Elementor */
  right: 0;
  bottom: 0;
  left: 0 !important;
  /* soz not soz overide default Elementor */
  width: auto !important;
  /* soz not soz overide default Elementor */
  margin-top: 0 !important;
  /* soz not soz overide default Elementor */
  padding-top: 140px;
  background: #ab0707;
  /* override default Elementor */
  -webkit-transition: max-height 0s, -webkit-transform 0s;
  transition: max-height 0s, -webkit-transform 0s;
  -o-transition: max-height 0s, transform 0s;
  transition: max-height 0s, transform 0s;
  transition: max-height 0s, transform 0s, -webkit-transform 0s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

@media screen and (max-width: 600px) {
  .scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown {
    padding-top: 90px;
  }
}
.scp-page-navbar .scp-pop-up-menu .elementor-nav-menu {
  float: right;
}

.scp-page-navbar .elementor-nav-menu--dropdown .elementor-nav-menu li {
  margin: 0;
  padding: 0;
}

.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a {
  font-family: "Abhaya Libre", serif;
  font-size: 65px;
  line-height: 1.1;
  color: #fff;
  clear: both;
}

.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a {
  float: right;
  clear: right;
  padding: 0 15px !important;
  /* soz not soz overide default Elementor */
}

/* soz not soz lots of classes to overide default Elementor */
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a.elementor-item.elementor-item-active,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a.elementor-item.highlighted,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a:hover,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a:active {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

/* soz not soz lots of classes to overide default Elementor */
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a:hover,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a:active {
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 600px) {
  .scp-page-navbar .elementor-nav-menu--dropdown .elementor-nav-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li,
.scp-page-navbar .elementor-element .elementor-element.scp-pop-up-menu .elementor-nav-menu--dropdown li a {
    font-size: 35px;
  }
}
/*
 * Default colour scheme
*/
.scp-single-product-left,
.scp-single-product-right {
  /*background: #e6e6e6;*/
}

/*
 * Fancy slide-in or jump down to
*/
/*.elementor-542399 > .elementor-inner > .elementor-section-wrap {
	overflow-x: hidden;
}*/
.elementor-542399 > .elementor-inner > .elementor-section-wrap,
.elementor-543492 > .elementor-inner > .elementor-section-wrap {
  overflow: hidden;
}

.elementor-542399 .elementor-element.elementor-element-d823fc4,
.elementor-543492 .elementor-element.elementor-element-192e5077 {
  transition: transform 1s ease-in-out;
}

.elementor-542399.slidein-activated .elementor-element.elementor-element-d823fc4,
.elementor-543492.slidein-activated .elementor-element.elementor-element-192e5077 {
  transform: translate(-50vw, 0);
}

.elementor-editor-active .elementor-542399 .elementor-element.elementor-element-d823fc4,
.elementor-editor-active .elementor-542399.slidein-hidden .elementor-element.elementor-element-d823fc4,
.elementor-editor-active .elementor-542399.slidein-activated .elementor-element.elementor-element-d823fc4,
.elementor-editor-active .elementor-543492 .elementor-element.elementor-element-192e5077,
.elementor-editor-active .elementor-543492.slidein-hidden .elementor-element.elementor-element-192e5077,
.elementor-editor-active .elementor-543492.slidein-activated .elementor-element.elementor-element-192e5077 {
  display: block;
  width: 100vw;
  transform: none;
}

.elementor-542399 .elementor-element.elementor-element-787f754.scp-single-product-left .scp-back-to-wines,
.elementor-543492 .elementor-element.elementor-element-7367bbbb.scp-single-product-left .scp-back-to-wines {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.elementor-542399 .elementor-element.elementor-element-787f754.scp-single-product-left .scp-back-to-wines a,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein a,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines a,
.elementor-543492 .elementor-element.elementor-element-7367bbbb.scp-single-product-left .scp-back-to-wines a,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein a,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines a {
  color: #fff !important;
}

.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.elementor-542399.slidein-activated .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines,
.elementor-543492.slidein-activated .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines {
  opacity: 0;
  display: none;
}

.elementor-542399.slidein-activated .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein,
.elementor-543492.slidein-activated .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein {
  opacity: 1;
}

.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines a,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein a,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines a,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein a {
  color: #fff;
}

.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines a:hover,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein a:hover,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines a:active,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein a:active,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines a:focus,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein a:focus,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines a:hover,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein a:hover,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines a:active,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein a:active,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines a:focus,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein a:focus {
  color: #333333;
}

body.scp-page .scp-single-product-slidein {
  color: #000;
}

.scp-about-the-wine-accordion .elementor-tab-title a {
  color: #000;
}

.scp-about-the-wine-accordion .elementor-tab-title a:hover,
.scp-about-the-wine-accordion .elementor-tab-title a:focus,
.scp-about-the-wine-accordion .elementor-tab-title a:active {
  color: #ab0707;
}

.scp-about-the-wine-accordion .elementor-tab-content,
.scp-about-the-wine-accordion .elementor-accordion-icon {
  color: #000;
}

/* Our WC Qty and Add to Cart buttons, with Bottle and By A Case (dozen) options */
/* Using tables for this is crumpty!?! But to keep it Accessible, predictable, and compact, it's our best option */
.scp-page.woocommerce div.product.elementor .quantity input[type=text].qty,
.scp-page.woocommerce div.product.elementor .quantity input[type=number].qty,
.scp-page .woocommerce .shop_table .quantity input[type=text].qty,
.scp-page .woocommerce .shop_table .quantity input[type=number].qty {
  padding: 0;
  color: #000;
  transition: none;
  width: 2.125em;
  border: 0;
  background: transparent;
  text-align: left;
}

.scp-page .woocommerce .shop_table .quantity input[type=text].qty,
.scp-page .woocommerce .shop_table .quantity input[type=number].qty {
	border: 1px solid #d3ced2;
	min-height: 33px;
    min-width: 45px;
    padding-left: 8px;
}

.scp-page.woocommerce .elementor-widget.elementor-widget-woocommerce-product-add-to-cart {
  margin-bottom: 0;
}

table.wine-options-add-to-cart-table {
  margin-bottom: 0;
}

.wine-options-add-to-cart-table th,
.wine-options-add-to-cart-table td {
  vertical-align: middle;
}

.wine-options-add-to-cart-table th {
  color: #9e9e9e;
  font-size: 10px;
  font-weight: 800;
  padding: 12px 0 0 0;
  border-top: 1px solid #d0d0d0;
}

.wine-options-add-to-cart-table td {
  font-size: 16px;
  padding: 5px 0 7px 0;
}

.wine-options-add-to-cart-table .wine-product-qty-and-btn-col th,
.wine-options-add-to-cart-table .wine-product-qty-and-btn-col td {
  padding-left: 10px;
}

.woocommerce div.product .wine-product-qty-and-btn-col form.cart {
  align-items: center;
  flex-direction: row;
}

.scp-page.woocommerce div.product.elementor .wine-options-add-to-cart-table .quantity .qty {
  vertical-align: middle;
}

.woocommerce div.product .wine-product-qty-and-btn-col form.cart .button {
  /* Fix font issue */
  /*margin-bottom: -1px;*/
  /* make it appear to be in a rowspan=2 */
  margin-top: -25px;
}

.woocommerce div.product.elementor .wine-product-qty-and-btn-col .quantity + .button {
  margin-left: auto;
}

.scp-page.woocommerce div.product .wine-options-add-to-cart-table form.cart:after {
  content: "";
  display: none;
}

.scp-page.woocommerce #respond input#submit.alt,
.scp-page.woocommerce a.button.alt,
.scp-page.woocommerce button.button.alt,
.scp-page.woocommerce input.button.alt,
.scp-page.woocommerce a.added_to_cart {
	/*background-color: #fff;*/
	background-color: #000;
	/*color: #ab0707; */
	color: #fff;
	/*border: 1px solid #ab0707;*/
	border: 1px solid #000;
	border-radius: 11px;
	padding: 9px 6px;
	font-size: 15px;
}

.scp-page.woocommerce #respond input#submit.alt:hover,
.scp-page.woocommerce a.button.alt:hover,
.scp-page.woocommerce button.button.alt:hover,
.scp-page.woocommerce input.button.alt:hover,
.scp-page.woocommerce a.added_to_cart:hover {
	background-color: #ab0707;
	color: #fff;
	border: 1px solid #ab0707;
	border-radius: 11px;
	font-size: 15px;
}

.scp-page.woocommerce .single_add_to_cart_button {
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 7px;
}

.scp-page.woocommerce a.added_to_cart {
  margin-top: 7px;
  padding: 0.6em 1.5em;
  text-transform: uppercase;
  border-radius: 7px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

.scp-page.woocommerce #respond input#submit.disabled,
.scp-page .woocommerce #respond input#submit.disabled,
.scp-page.woocommerce #respond input#submit:disabled,
.scp-page .woocommerce #respond input#submit:disabled,
.scp-page.woocommerce #respond input#submit:disabled[disabled],
.scp-page .woocommerce #respond input#submit:disabled[disabled],
.scp-page.woocommerce a.button.disabled,
.scp-page .woocommerce a.button.disabled,
.scp-page.woocommerce a.button:disabled,
.scp-page .woocommerce a.button:disabled,
.scp-page.woocommerce a.button:disabled[disabled],
.scp-page .woocommerce a.button:disabled[disabled],
.scp-page.woocommerce button.button.disabled,
.scp-page .woocommerce button.button.disabled,
.scp-page.woocommerce button.button:disabled,
.scp-page .woocommerce button.button:disabled,
.scp-page.woocommerce button.button:disabled[disabled],
.scp-page .woocommerce button.button:disabled[disabled],
.scp-page.woocommerce input.button.disabled,
.scp-page .woocommerce input.button.disabled,
.scp-page.woocommerce input.button:disabled,
.scp-page .woocommerce input.button:disabled,
.scp-page.woocommerce input.button:disabled[disabled],
.scp-page .woocommerce input.button:disabled[disabled] {
  background-color: #fff;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 11px;
  opacity: 0.5;
  padding: 9px 6px;
}

.scp-page.woocommerce #respond input#submit.alt.disabled:hover,
.scp-page .woocommerce #respond input#submit.alt.disabled:hover,
.scp-page.woocommerce #respond input#submit.alt:disabled:hover,
.scp-page .woocommerce #respond input#submit.alt:disabled:hover,
.scp-page.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.scp-page .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.scp-page.woocommerce a.button.alt.disabled:hover,
.scp-page .woocommerce a.button.alt.disabled:hover,
.scp-page.woocommerce a.button.alt:disabled:hover,
.scp-page .woocommerce a.button.alt:disabled:hover,
.scp-page.woocommerce a.button.alt:disabled[disabled]:hover,
.scp-page .woocommerce a.button.alt:disabled[disabled]:hover,
.scp-page.woocommerce button.button.alt.disabled:hover,
.scp-page .woocommerce button.button.alt.disabled:hover,
.scp-page.woocommerce button.button.alt:disabled:hover,
.scp-page .woocommerce button.button.alt:disabled:hover,
.scp-page.woocommerce button.button.alt:disabled[disabled]:hover,
.scp-page .woocommerce button.button.alt:disabled[disabled]:hover,
.scp-page.woocommerce input.button.alt.disabled:hover,
.scp-page .woocommerce input.button.alt.disabled:hover,
.scp-page.woocommerce input.button.alt:disabled:hover,
.scp-page .woocommerce input.button.alt:disabled:hover,
.scp-page.woocommerce input.button.alt:disabled[disabled]:hover,
.scp-page .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #fff;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 11px;
  opacity: 0.5;
  padding: 9px 6px;
}

/* more compact btns for archive pages */
.scp-page.woocommerce ul.products li.product #respond input#submit.alt,
.scp-page.woocommerce ul.products li.product a.button.alt,
.scp-page.woocommerce ul.products li.product button.button.alt,
.scp-page.woocommerce ul.products li.product input.button.alt {
  border-radius: 7px;
  padding: 5px 5px 3px 5px;
  font-size: 13px;
}

.scp-single-product-slidein .elementor-accordion .elementor-tab-title {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  padding: 15px 0;
}

.scp-single-product-slidein .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  font-size: 20px;
  margin-top: 7px;
}

.scp-single-product-slidein .elementor-accordion .elementor-accordion-item,
.scp-single-product-slidein .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  padding: 0;
  border: 0;
  border-top: 1px solid #d0d0d0;
}

.scp-single-product-slidein .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-bottom: 1px solid #d0d0d0;
}

.scp-single-product-slidein .elementor-accordion .elementor-tab-content {
  border-top: 0;
  padding: 0 0 15px 0;
}

.scp-single-product-slidein .elementor-accordion .elementor-tab-content > *:last-child {
  margin-bottom: 0;
}

/* Format price */
.scp-page.woocommerce div.product p.price,
.scp-page.woocommerce div.product span.price,
.wine-product-price-col del {
  color: #000;
}

/* Dont underline inserterd prices, ie the sale or discounted price */
.scp-page.woocommerce div.product p.price ins,
.scp-page.woocommerce div.product span.price ins,
.wine-product-price-col ins {
  text-decoration: none;
  font-weight: 300;
}

.scp-page.woocommerce div.product p.price del,
.scp-page.woocommerce div.product span.price del,
.wine-product-price-col del {
  color: #ab0707;
  color: #000;
  opacity: 1;
}

.scp-page.woocommerce div.product .scp-single-product-right p.price,
.scp-page.woocommerce div.product .scp-single-product-right span.price,
.scp-page.woocommerce div.product .scp-single-product-right p.price ins,
.scp-page.woocommerce div.product .scp-single-product-right span.price ins,
.scp-single-product-right .wine-product-price-col ins,
.scp-page.woocommerce div.product .scp-single-product-right p.price del,
.scp-page.woocommerce div.product .scp-single-product-right span.price del,
.scp-single-product-right .wine-product-price-col del {
  color: #fff;
  text-transform: uppercase;
}

/*.wine-attributes {
	border-top: 1px solid $color-white;
}

dl.wine-attributes dt {
	border-left: 1px solid $color-white;
}

dl.wine-attributes dt:first-child {
	border-left: 0;
}

dl.wine-attributes dt,
dl.wine-attributes dd {
	float: left;
	width: 25%;
	text-align: center;
}

dl.wine-attributes dt {
	padding-top: 32px;
}

dl.wine-attributes dd {
	margin-left: -25%;
	margin-top: 35px;
}*/
.wine-attributes {
  border-top: 1px solid #fff;
  max-width: 90%;
  margin: 0 auto;
}

table.wine-attributes th,
table.wine-attributes td {
	border-left: 1px solid #fff;
	width: 25%;
	text-align: center;
	padding: 15px;
	padding-left: 1vw;
	padding-right: 1vw;
	line-height: 1;
}

table.wine-attributes tr th:first-child,
table.wine-attributes tr td:first-child {
  border-left: 0;
}

table.wine-attributes th,
.wine-attributes .attribute-icon {
	padding-top: 32px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #d1293f;
}

table.wine-attributes td,
.wine-attributes .attribute-value,
dl.wine-attributes dt.attribute-icon:after {
	padding-top: 0;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 20px;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.05em;
}

dl.wine-attributes {
	display: table;
	border-top: 0;
}

dl.wine-attributes dt.attribute-icon {
    display: table-cell;
	text-align: center;
	padding: 15px;
	padding-left: 1vw;
	padding-right: 1vw;
    line-height: 1;
	border: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
}

dl.wine-attributes dd.attribute-value {
    display: none;
	text-align: center;
}

dl.wine-attributes dt.attribute-icon:after {
    display: block;
    position: relative;
    content: attr(data-dd);
    left: 0;
    top: 10px;
	color: #fff;
    text-align: center;
	padding-bottom: 15px;
}

dl.wine-attributes dt.attribute-icon:first-child {
	border-left: 0;
}

@media screen and (max-width: 700px) {
	table.wine-attributes td,
	.wine-attributes .attribute-value,
	dl.wine-attributes dt.attribute-icon:after {
		font-size: 20px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
	table.wine-attributes td,
	.wine-attributes .attribute-value,
	dl.wine-attributes dt.attribute-icon:after {
		font-size: 18px;
	}
}

@media screen and (max-width: 520px),
screen and (min-width: 768px) and (max-width: 1023px) {
	dl.wine-attributes dt.attribute-icon:after {
		display: none;
	}
	
	dl.wine-attributes dt.attribute-icon {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		border: 1px solid #fff;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	dl.wine-attributes dt.attribute-icon:first-child {
		border: 1px solid #fff;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	
	dl.wine-attributes dd.attribute-value {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		border: 1px solid #fff;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		padding-bottom: 9px;
	}
}


@media screen and (max-width: 767px) {
  .elementor-542399 .elementor-element.elementor-element-d823fc4,
.elementor-542399.slidein-hidden .elementor-element.elementor-element-d823fc4,
.elementor-543492 .elementor-element.elementor-element-192e5077,
.elementor-543492.slidein-hidden .elementor-element.elementor-element-192e5077 {
    display: block;
    width: 100%;
  }

  /* reset if moving browser from tablet to mobile */
  .elementor-542399.slidein-activated .elementor-element.elementor-element-d823fc4,
.elementor-543492.slidein-activated .elementor-element.elementor-element-192e5077 {
    transform: translate(0, 0);
  }

  .elementor-542399 .elementor-element.elementor-element-787f754.scp-single-product-left,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right,
.elementor-542399 .elementor-element.elementor-element-e1854ac.scp-single-product-slidein,
.elementor-543492 .elementor-element.elementor-element-7367bbbb.scp-single-product-left,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right,
.elementor-543492 .elementor-element.elementor-element-269d314b.scp-single-product-slidein {
    width: 100%;
  }

  .elementor-542399 .elementor-element.elementor-element-787f754.scp-single-product-left,
.elementor-543492 .elementor-element.elementor-element-7367bbbb.scp-single-product-left {
    order: 2;
  }

  .elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right {
    order: 1;
  }

  .elementor-542399 .elementor-element.elementor-element-e1854ac.scp-single-product-slidein,
.elementor-543492 .elementor-element.elementor-element-269d314b.scp-single-product-slidein {
    order: 3;
  }

  .elementor-542399 .elementor-element.elementor-element-787f754.scp-single-product-left .scp-back-to-wines,
.elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein,
.elementor-542399.slidein-activated .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-reset-slidein,
.elementor-543492 .elementor-element.elementor-element-7367bbbb.scp-single-product-left .scp-back-to-wines,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein,
.elementor-543492.slidein-activated .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-reset-slidein {
    opacity: 0;
    display: none;
  }

  .elementor-542399 .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines,
.elementor-542399.slidein-activated .elementor-element.elementor-element-31fe0bb.scp-single-product-right .scp-back-to-wines,
.elementor-543492 .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines,
.elementor-543492.slidein-activated .elementor-element.elementor-element-eaacffd.scp-single-product-right .scp-back-to-wines {
    opacity: 1;
    display: block;
  }
}
/**
 * Main shop archive page
 */
/* WC Shop Archive page */
.scp-page.woocommerce {
  color: #000;
}

/* 260px is the min size of our Qty+Add to cart buttons table */
/*.scp-page .elementor-element.elementor-products-grid ul.products,
.scp-page .elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
.scp-page .elementor-element.elementor-products-grid ul.products.columns-3 {
    -ms-grid-columns: ( minmax(260px, 1fr) )[auto-fit];
        grid-template-columns: repeat( auto-fit, minmax(260px, 1fr) );
}

.scp-page .elementor-element.elementor-products-grid ul.products li {
    -ms-grid-column: span 1;
        grid-column: span 1;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  text-align: center;
}

.woocommerce ul.products li.product .price {
  text-align: center;
}

.woocommerce ul.products li.product .button {
  text-align: center;
}

/* align buttons to bottom */
.woocommerce ul.products li.product .button {
  margin-top: auto;
  justify-self: flex-end;
}

.woocommerce ul.products li.product .button,
.scp-page.woocommerce a.added_to_cart {
  -ms-flex-item-align: center;
  align-self: center;
}

.woocommerce ul.products li.product .wine-options-add-to-cart-table tr:last-child td {
  /*border-bottom: 1px solid #d0d0d0;*/
}

.woocommerce ul.products li.product a img {
  margin: auto;
}

.woocommerce ul.products li.product a .imagewrapper {
  width: 70%;
  margin: auto;
  padding-top: 233%;
  /* 70% of 333% wine bottle aspect ratio, for 180x600 */
  position: relative;
  /* for image inside of it */
}

/* If you want text inside of the container */
.woocommerce ul.products li.product a .imagewrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*margin: auto;*/
  /* vertically center */
}

@media screen and (min-width: 1300px) {
  .woocommerce ul.products li.product a .imagewrapper {
    padding-top: 70vh;
  }

  .woocommerce ul.products li.product a img {
    width: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 100%;
  }
}
@media screen and (max-width: 1299px) {
  .woocommerce ul.products li.product a .imagewrapper {
    padding-top: 50vw;
  }

  .woocommerce ul.products li.product a img {
    width: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .woocommerce ul.products li.product a .imagewrapper {
    width: 100%;
    padding-top: 50vw;
  }

  .woocommerce ul.products li.product a img {
    width: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 100%;
  }
}
.woocommerce ul.products li.product a .imagewrapper.square-image {
  width: 100% !important;
}

.scp-page .elementor-element.elementor-products-grid ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  background-color: #ab0707;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  padding-bottom: 2px;
}

.scp-page .elementor-element.elementor-products-grid ul.products li.product .onsale,
.scp-page .elementor-542675 .elementor-element.elementor-element-84d9e15.elementor-wc-products ul.products li.product span.onsale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scp-page #add_payment_method table.cart td.actions .coupon .input-text,
.scp-page.woocommerce-cart table.cart td.actions .coupon .input-text,
.scp-page.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 112px;
}

@media screen and (max-width: 450px) {
  .scp-page.woocommerce #content table.cart td.actions .coupon,
.scp-page.woocommerce table.cart td.actions .coupon,
.scp-page.woocommerce-page #content table.cart td.actions .coupon,
.scp-page.woocommerce-page table.cart td.actions .coupon,
.scp-page .woocommerce #content table.cart td.actions .coupon,
.scp-page .woocommerce table.cart td.actions .coupon,
.scp-page .woocommerce-page #content table.cart td.actions .coupon,
.scp-page .woocommerce-page table.cart td.actions .coupon {
    text-align: left;
  }

  .scp-page #add_payment_method table.cart td.actions .coupon .input-text,
.scp-page.woocommerce-cart table.cart td.actions .coupon .input-text,
.scp-page.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: none;
    clear: both;
    margin: 0 0 7px 0;
  }

  .scp-page .woocommerce #content table.cart td.actions .coupon .button.alt,
.scp-page .woocommerce #content table.cart td.actions .coupon .input-text + .button,
.scp-page .woocommerce table.cart td.actions .coupon .button.alt,
.scp-page .woocommerce table.cart td.actions .coupon .input-text + .button,
.scp-page .woocommerce-page #content table.cart td.actions .coupon .button.alt,
.scp-page .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, 
.scp-page .woocommerce-page table.cart td.actions .coupon .button.alt,
.scp-page .woocommerce-page table.cart td.actions .coupon .input-text + .button,
.scp-page.woocommerce #content table.cart td.actions .coupon .button.alt,
.scp-page.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.scp-page.woocommerce table.cart td.actions .coupon .button.alt,
.scp-page.woocommerce table.cart td.actions .coupon .input-text + .button,
.scp-page.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.scp-page.woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .scp-page.woocommerce-page table.cart td.actions .coupon .button.alt,
.scp-page.woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 7px 0;
  }
}
.scp-page.woocommerce-cart,
.scp-page.woocommerce-checkout {
  background-color: #333333;
}

.scp-page.woocommerce-cart table,
.scp-page.woocommerce-checkout table {
  background-color: #fff;
}

.scp-page.woocommerce-cart table td,
.scp-page.woocommerce-cart table th,
.scp-page.woocommerce-checkout table td,
.scp-page.woocommerce-checkout table th {
  color: #000;
}

.scp-page .woocommerce-error,
.scp-page .woocommerce-info,
.scp-page .woocommerce-message {
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #ab0707;
}

.scp-page .woocommerce-message {
  border-top-color: #a0c76d;
}

.scp-page .woocommerce-message::before {
  color: #a0c76d;
}

.scp-page .woocommerce-info {
  border-top-color: #333333;
}

.scp-page .woocommerce-info::before {
  color: #333333;
}

.scp-page .woocommerce-error {
  border-top-color: #ab0707;
}

.scp-page .woocommerce-error::before {
  color: #ab0707;
}

.scp-page.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  max-width: 180px;
  margin-bottom: 30px;
}

.scp-page.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
}

.scp-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scp-page .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.scp-page .woocommerce form.login,
.scp-page .woocommerce form.register {
  border: 0;
  padding: 0;
  max-width: 400px;
}

.scp-page .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 22px;
}

.scp-page .woocommerce form .woocommerce-LostPassword {
  margin-top: 25px;
}

.elementor-element.elementor-products-grid .woocommerce ul.products {
	grid-column-gap: 0;
    grid-row-gap: 0;
}

@media (max-width: 1024px) {
  .elementor-element.elementor-products-grid .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-element.elementor-products-grid .woocommerce ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card {
  display: flex;
  width: 100%;
  height: 100%;
}

.card .front {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.card .front img {
  width: 100%;
}

.card .back {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #333335;
  padding: 10px 20px;
  align-items: center;
  justify-content: stretch;
  align-content: stretch;
  flex-direction: column;
  opacity: 0;
}

.card .back .back-content {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card .back h3 {
  color: #fff;
  font-family: "Abhaya Libre", serif;
  font-size: 3rem !important;
  line-height: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 10px 0;
}

.card .back h5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: auto;
  max-height: 145px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 925px) {
  .card .back h3 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
  }

  .card .back h5 {
    max-height: 115px;
    overflow: hidden;
  }

  .woocommerce ul.products li.product .card .back .back-content .btn-container {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .card .back h3 {
    /*font-size: 2.5rem !important; */
	/* the above is too big to fit sometimes! */
	font-size: 2rem !important;
    /*line-height: 2.5rem; */
	line-height: 2rem;
  }

  .card .back h5 {
    max-height: 115px;
    overflow: hidden;
  }

  .woocommerce ul.products li.product .card .back .back-content .btn-container {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
	.card .back h3 {
		font-size: 2rem !important;
		line-height: 2rem;
	}
	.card .back h5 {
		font-size: 20px;
	}
}
.card .back h6 {
  color: #d1293f;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0 0;
}

.card .back .btn-container {
  text-align: center;
}

.card .back .btn-container a,
.card .back .btn-container a,
.card .back .btn-container a.btn {
  font-size: 16px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1;
  background-color: transparent;
  border-radius: 7px;
  padding: 0.6em 1.5em;
  transition: all 0.3s;
  color: #fff;
}

.card .back .btn-container a.btn:hover {
  color: #ff9600;
}

.card .back del {
  display: none;
}

.card .back .wine-options-add-to-cart-table {
  border: none;
  position: relative;
  margin-top: 20px;
}

card .back .wine-options-add-to-cart-table tr th {
  color: #fff;
  padding: 5px 0 0 0;
  /*border-top: 1px solid rgba(255, 255, 255, 0.25); */
  border: none;
}

.card .back .wine-options-add-to-cart-table tr td {
  padding: 5px 6px;
  /* remember to change .card .back .onsale below too */
  /*text-align: center;*/
  text-align: left;
  color: #fff;
  /*border-top: 1px solid $color-white;
  border-left: 1px solid $color-white;*/
  border: none;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.card .back .wine-options-add-to-cart-table tr td.wine-product-price-col {
  padding-right: 12px;
  text-align: right;
}

.scp-page.woocommerce div.product .card .back .wine-options-add-to-cart-table tr td p.price del,
.scp-page.woocommerce div.product .card .back .wine-options-add-to-cart-table tr td span.price del,
.card .back .wine-options-add-to-cart-table tr td.wine-product-price-col del,
.scp-page.woocommerce div.product .card .back .wine-options-add-to-cart-table tr td p.price ins,
.scp-page.woocommerce div.product .card .back .wine-options-add-to-cart-table tr td span.price ins,
.card .back .wine-options-add-to-cart-table tr td.wine-product-price-col ins {
  color: #fff;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 600;
}

/*.card .back .wine-options-add-to-cart-table tr td:last-child {
	border-right: 1px solid $color-white;
}*/
.card .back .wine-options-add-to-cart-table tr:last-child td {
  /*border-bottom: 1px solid $color-white;*/
  border-bottom: none;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table td.wine-product-btn-col {
  text-align: right;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table button.button.alt,
.scp-page.woocommerce ul.products li.product .card .back .button {
  font-size: 16px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5;
  background-color: transparent;
  border-radius: 7px;
  padding: 0.6em 1.5em;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
  border: none;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table form.cart {
	display: flex;
	flex-direction: column;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table td.wine-product-btn-col {
	width: 130px;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table button.button.alt {
	display: block;
	float: none;
    width: 100%;
	max-width: 120px;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table button.button.alt + .added_to_cart {
	display: block;
	float: none;
    width: 100%;
	max-width: 120px;
	text-align: center;
}

.scp-page.woocommerce ul.products li.product .card .back .wine-options-add-to-cart-table button.button.alt:hover,
.scp-page.woocommerce ul.products li.product .card .back .button:hover {
  background: #ab0707;
}

/* .card .back .onsale {
    top: -70px !important;
}*/
.scp-page .elementor-element.elementor-products-grid ul.products li.product .card .back .onsale,
.woocommerce span.onsale {
  position: absolute;
  top: -15px;
  left: 0;
  margin: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #c51d39;
  display: block !important;
  line-height: 1.1;
  padding: 3px;
  min-height: auto;
  font-size: 13px;
  width: 150px;
  font-weight: 600;
}

.woocommerce ul.products li.product .card .back .back-content > *:first-child {
  /*margin-top: auto !important;*/
}

.woocommerce ul.products li.product .card .back .back-content .btn-container {
  margin: 30px 0 20px 0;
}

.card:hover .front {
  /*display: none;*/
}

.card:hover .back {
  opacity: 1;
}

.card .front {
  position: relative;
  z-index: 1;
  background: #c51d39;
}

.card .front h3 {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.card .front .scp-loop-front-price {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  background: #000;
  color: #fff;
  border-radius: 7px;
  padding: 0.6em 1.5em;
  font-size: 16px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 900;
  line-height: 1.1;
}

.card .front .scp-loop-front-price,
.card .front .scp-loop-front-price del,
.card .front .scp-loop-front-price ins {
  color: #fff;
}

.card .front .scp-loop-front-price ins {
  text-decoration: none;
}

.mixitup-controls-wrapper {
  width: 100%;
  /* for sticky */
}

.mixitup-controls-wrapper.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}

.mixitup-controls {
  margin: 0;
  padding: 7px 10px;
  background-color: #161616;
  border: 0;
}

.wine-brand-filter-in-use.wine-filter-in-use .mixitup-controls.wine-brand-filter {
  padding-bottom: 2px;
}

.wine-brand-filter-in-use.wine-filter-in-use .mixitup-controls.wine-filter {
  padding-top: 2px;
}

.mixitup-controls {
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-left: 1px; /* 10px - legend/button padding of 8px -1px buffer for character F */
	padding-right: 1px; /* 10px - legend/button padding of 8px -1px buffer for character F */
}
@media screen and (max-width: 600px) {
	.mixitup-controls {
		/*padding-left: 10px;
		padding-right: 10px;*/
		padding-left: 3px; /* 10px - legend/button padding of 6px -1px buffer for character F */
		padding-right: 3px; /* 10px - legend/button padding of 6px -1px buffer for character F */
	}
}
@media screen and (min-width: 1100px) {
	.mixitup-controls {
		/*padding-left: 30px;
		padding-right: 30px;*/
		padding-left: 21px; /* 30px - legend/button padding of 8px -1px buffer for character F */
		padding-right: 21px; /* 30px - legend/button padding of 8px -1px buffer for character F */
	}
}
.mixitup-controls .mixitup-controls-label {
  clear: left;
}

.mixitup-controls .mixitup-controls-label,
.mixitup-controls button {
  padding: 4px 8px;
  border: 0;
  text-transform: none;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  background: transparent;
  float: left;
}

.mixitup-controls button:focus,
.mixitup-controls [type=button]:hover,
.mixitup-controls [type=button]:focus,
.mixitup-controls button.active {
  background: transparent;
}

/*.mixitup-controls button:focus,
.mixitup-controls [type="button"]:hover,
.mixitup-controls [type="button"]:focus,
.mixitup-controls button.active,*/
.mixitup-controls button.mixitup-control-active {
  background-color: #ab0707;
}

.mixitup-controls button.mixitup-control-active[data-filter=".all"] {
  background-color: #333333;
}

@media screen and (max-width: 600px) {
  .mixitup-controls .mixitup-controls-label,
.mixitup-controls button {
    padding: 5px 6px;
    font-size: 13px;
  }
}
.mixitup-controls .mixitup-controls-label {
  /*padding-left: 0;*/
}

.mixitup-controls-wrapper {
	/*margin-left: -6px;
	margin-right: -6px;*/
	margin-left: 0;
	margin-right: 0;
	/*width: calc(100% + 6px) !important;*/
	/*width: 100vw !important;*/
	width: 100% !important;
}

.onsale.wc-memberships-member-discount {
  opacity: 0.7;
  text-transform: uppercase;
}

.mixitup-no-results {
  background-color: #ab0707;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
}

@media screen and (min-width: 1400px) {
  .mixitup-no-results {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* 
 * RECAPTCHA
 */
.woocommerce-form .g-recaptcha,
.woocommerce-form div[class*="recaptcha"],
.woocommerce-form p[class*="woocommerce"],
.woocommerce-ResetPassword .g-recaptcha {
	clear: both;
	float: left;
	width: 100%;
}
.woocommerce-form .g-recaptcha,
.woocommerce-form div[class*="recaptcha"],
.woocommerce-ResetPassword .g-recaptcha {
	padding: 3px;
    margin: 0 0 6px;
}
.woocommerce #payment .g-recaptcha {
	float: right;
	margin-bottom: 0.75em;
}
.woocommerce #payment .g-recaptcha + a[href*="recaptcha"] {
	float: right;
	clear: right;
	margin-bottom: 0.75em;
}
.woocommerce #payment label[for="reg_captcha"],
.woocommerce-form-row  label[for="lostpassword_captcha"] {
	display: none !important;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	clear: right;
}

.wine-options-add-to-cart-btns-only,
.elementor-add-to-cart > form.cart {
    display: flex;
    flex-direction: column;
    position: fixed;
	z-index: 99;
    top: 131px;
    right: 5.3vw;
	padding-right: 1px;
}
.admin-bar .wine-options-add-to-cart-btns-only,
.admin-bar .elementor-add-to-cart > form.cart {
    top: 177px;
}

.elementor-add-to-cart > form.cart .quantity {
    display: none;
}
	

@media (min-width: 480px) {
	.wine-options-add-to-cart-btns-only,
	.elementor-add-to-cart > form.cart{
		top: 148px;
	}
	.admin-bar .wine-options-add-to-cart-btns-only,
	.admin-bar .elementor-add-to-cart > form.cart {
		top: 194px; /* 32px + 129px */
	}
}

@media screen and (max-width: 600px) {
	body #wpadminbar {
		position: fixed;
	}
}

.wine-add-to-cart-btn ins {
	text-decoration: none;
}

.scp-page.woocommerce .wine-add-to-cart-btn button.button.alt {
	padding: 0.6em 1em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	float: none;
}

.scp-page.woocommerce .wine-add-to-cart-btn button.button.alt del {
	font-weight: 600;
}

.wine-add-to-cart-btn .scp-buy-item,
.wine-add-to-cart-btn .scp-price {
	display: block;
}
.wine-add-to-cart-btn .scp-price {
	margin-top: 2px;
}

@media screen and (max-width: 600px) {
	.scp-page.woocommerce .wine-add-to-cart-btn button.button.alt {
		padding: 0.6em .75em;
	}
}

.scp-page.woocommerce .wine-add-to-cart-btn .cart {
	display: flex;
	flex-direction: column;
}

.scp-page.woocommerce .wine-add-to-cart-btn  a.button.loading,
.scp-page.woocommerce .wine-add-to-cart-btn  button.button.loading,
.scp-page.woocommerce .wine-add-to-cart-btn  input.button.loading {
	opacity: .5;
}

.scp-page.woocommerce .wine-add-to-cart-btn a.button.added:after, 
.scp-page.woocommerce .wine-add-to-cart-btn button.button.added:after, 
.scp-page.woocommerce .wine-add-to-cart-btn input.button.added:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
}

.scp-page.woocommerce .wine-add-to-cart-btn a.button.loading:after, 
.scp-page.woocommerce .wine-add-to-cart-btn button.button.loading:after, 
.scp-page.woocommerce .wine-add-to-cart-btn input.button.loading:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
}

.scp-page.woocommerce .wine-add-to-cart-btn button.button.alt + a.added_to_cart {
	margin-top: 0;
	margin-bottom: 10px;
	
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 11px;
}
.scp-page.woocommerce .wine-add-to-cart-btn button.button.alt + a.added_to_cart:hover {
	background-color: #ab0707;
    color: #fff;
    border: 1px solid #ab0707;
}

.woocommerce .wine-options-add-to-cart-btns-only .onsale,
.woocommerce .wine-options-add-to-cart-btns-only .onsale.wc-memberships-member-discount {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 7px 0;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    color: #c51d39;
    display: block !important;
    line-height: 1.1;
    padding: 0;
    min-height: auto;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.wine-add-to-cart-btn .scp-buy-item br,
	.woocommerce .wine-options-add-to-cart-btns-only .onsale br,
	.woocommerce .wine-options-add-to-cart-btns-only .onsale.wc-memberships-member-discount br {
		display: none;
	}
}

/* fix issue with bg of cards */
.card .front img {
	min-height:100%;
	min-width: 100%;
	object-fit: cover;
}

/* Accessability:
 * Focusing the button with a keyboard will show a dashed black line.
 * https://css-tricks.com/the-focus-visible-trick/
 */
body button:focus-visible,
body a:focus-visible {
	outline: 1px dashed;
    outline: 1px solid -webkit-focus-ring-color;
}
/* Accessability:
 * Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow.
 * https://css-tricks.com/the-focus-visible-trick/
 */
body button:focus:not(:focus-visible),
body a:focus:not(:focus-visible){
	outline: none;
	box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

/* cannot find in Elementor */
@media (max-width: 767px) {
	.admin-bar .elementor-542378 .elementor-element.elementor-element-0f4122f .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
	.admin-bar .elementor-542378 .elementor-element.elementor-element-0f4122f .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 154px !important;
	}
	
	body .elementor-542378 .elementor-element.elementor-element-0f4122f .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
	body .elementor-542378 .elementor-element.elementor-element-0f4122f .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 108px !important;
	}

	body .mixitup-controls-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
		/*width: 100vw !important;
		width: calc(100vw - 17px) !important;*/
		width: 100vw !important;
	}
}

@media (max-width: 480px) {
	body .mixitup-controls-wrapper {
		top: 108px !important;
	}
	
	body.admin-bar .mixitup-controls-wrapper {
		top: 154px !important;
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	body .mixitup-controls-wrapper {
		top: 88px !important;
	}
	
	body.admin-bar .mixitup-controls-wrapper {
		top: 134px !important;
	}
}

/* debug only! */
/*body .mixitup-controls-wrapper {
	display: none !important;
}
body .elementor-542378 {
	display: none !important;
}
.elementor-542494 {
	display: none !important;
}
.elementor-element-cf7fd6e {
	display: none !important;
}
#wpadminbar {
	display: none !important;
}
.products.columns-3 li {
	display: none !important;
	max-width: 100vw;
    overflow-x: hidden;
}
.products.columns-3 li:first-child {
	display: block !important;
}*/
@media (max-width: 767px) {
	.products.columns-3 li {
		max-width: 100vw;
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

.scp-page-navbar .elementor-nav-menu--main .elementor-nav-menu .menu-item-scp-cart a.elementor-item {
	position: relative;
}

.scp-cart-label {
	display: block;
}

.scp-cart-items {
	display: block;
	position: absolute; /* remove from the doc flow, so that our menu items remain visually spaced */
    top: 31px;
	left: 50%;
    transform: translateX(-50%);
}

.scp-cart-items .scp-cart-items-price {
	font-size: 85%;
}

.scp-cart-items .scp-cart-items-number {
	font-size: 76%;
	display: inline-block;
	margin-right: 5px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    height: 20px;
    width: 20px;
    text-align: center;
}

.menu-item-scp-cart .elementor-item:hover .scp-cart-items .scp-cart-items-number {
	background: #d1293f;
	color: #fff;
}

@media (max-width: 480px) {
	.scp-cart-items .scp-cart-items-number {
		height: 18px;
		width: 18px;
		line-height: 18px;
	}
}

.scp_checkout_age_verification .woocommerce-input-wrapper input,
.scp_checkout_age_verification .woocommerce-input-wrapper label {
	float: left;
}

.scp_checkout_age_verification .woocommerce-input-wrapper input {
	margin-right: 10px;
}

.scp_checkout_age_verification .woocommerce-input-wrapper label {
	line-height: 1 !important;
    vertical-align: middle;
	margin-right: 20px;
}

/* max-width: 480px */
.scp-first-section,
.page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
.elementor-default > .content-area > .site-main,
.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
	margin-top: 88px;
}

.admin-bar .scp-first-section,
.admin-bar .page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
.admin-bar.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
.admin-bar.elementor-default > .content-area > .site-main,
.admin-bar.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
	margin-top: 88px;
}

@media (max-width: 1024px) {
	.scp-first-section,
	.page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.elementor-default > .content-area > .site-main,
	.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 98px;
		margin-top: 110px;
	}
	.admin-bar .scp-first-section,
	.admin-bar .page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.elementor-default > .content-area > .site-main,
	.admin-bar.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 98px;
		margin-top: 110px;
	}
}

@media (max-width: 767px) {
	.scp-first-section,
	.page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.elementor-default > .content-area > .site-main,
	.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 107px;
		margin-top: 118px;
	}
	.admin-bar .scp-first-section,
	.admin-bar .page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.elementor-default > .content-area > .site-main,
	.admin-bar.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 98px;
		margin-top: 118px;
	}
}

@media (max-width: 480px) {
	.scp-first-section,
	.page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.elementor-default > .content-area > .site-main,
	.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 108px;
	}
	.admin-bar .scp-first-section,
	.admin-bar .page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.elementor-default > .content-area > .site-main,
	.admin-bar.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 88px;
		margin-top: 118px;
	}
}

@media (min-width: 1025px) {
	.scp-first-section,
	.page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.elementor-default > .content-area > .site-main,
	.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 110px;
	}
	.admin-bar .scp-first-section,
	.admin-bar .page-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
	.admin-bar.elementor-default > .content-area > .site-main,
	.admin-bar.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		margin-top: 110px;
	}
}

.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
	padding-top: 0 !important;
}
@media (max-width: 1024px) {
	.blog > .elementor.elementor-location-archive > .elementor-section-wrap > .elementor-section:first-child {
		padding-top: 20px !important;
	}
}

.scp-single-product-left > .elementor-column-wrap,
.scp-single-product-right > .elementor-column-wrap {
	padding-top: 25px !important; /* or clean up in Elementor */
}

.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=date],
.woocommerce-billing-fields input[type=email],
.woocommerce-billing-fields input[type=number],
.woocommerce-billing-fields input[type=password],
.woocommerce-billing-fields input[type=search],
.woocommerce-billing-fields input[type=tel],
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea,
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    border: 0;
    padding: 0.75em 1.25em;
    color: #000;
}

.woocommerce-error li {
    margin-bottom: 10px;
}

.scp-sold-out {
	position: absolute;
    z-index: 1;
    top: 0;
    margin: 0;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    background: #c51d39;
	background: rgba(197, 29, 57, 0.75);
    filter: brightness(85%);
}

.card .back .scp-sold-out + h3 {
	margin-top: 20px !important;
}

body:not([class*=elementor-page-]).post-type-archive-product .site-main,
.post-type-archive-product .site-main {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce .products ul, 
.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: 0;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.scp-stevism {
	margin: 0 !important;
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-3 li.scp-stevism {
    width: 100%;
}

@media (min-width: 768px) {
	.woocommerce ul.products.columns-3 li.product, 
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-3 li.scp-stevism {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.woocommerce ul.products.columns-3 li.product, 
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-3 li.scp-stevism {
		width: 33.3333%;
	}
}

.scp-stevism {
	background: #d1293f;
	text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	padding-top: 10vw;
	padding-bottom: 10vw;
}

.scp-stevism .stevism-label {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.scp-stevism .stevism-quote {
	padding: 0 8px;
	font-family: "Abhaya Libre", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
	line-height: 1.2;
	color: #000;
}

.scp-stevism .stevism-quote > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.scp-stevism .stevism-quote {
		padding: 0 24px;
		font-size: 35px;
	}
}

body .elementor-542378 .elementor-element.elementor-element-047336d {
    z-index: 10000;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
	display: none !important;
}

.page-content p:empty {
	display: none;
}

.btn-container.btn-tasting-note {
    margin: 40px auto 0 auto;
}

.scp-page.woocommerce .btn-container.btn-tasting-note a.button.alt {
    padding: 0.6em 1em;
}