/*!
Theme Name: Maydel
Theme URI: http://underscores.me/
Author: Venell Studio
Author URI: http://venell.studio
Description: Description
Version: 1.4.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maydel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Maydel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'Charter';
  src: url("fonts/CharterRegular.eot");
  src: url("fonts/CharterRegular.eot?#iefix") format("embedded-opentype"), url("fonts/CharterRegular.woff") format("woff"), url("fonts/CharterRegular.ttf") format("truetype"), url("fonts/CharterRegular.svg#Charter") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charter';
  src: url("fonts/CharterItalic.eot");
  src: url("fonts/CharterItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CharterItalic.woff") format("woff"), url("fonts/CharterItalic.ttf") format("truetype"), url("fonts/CharterItalic.svg#Charter") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Charter';
  src: url("fonts/CharterBold.eot");
  src: url("fonts/CharterBold.eot?#iefix") format("embedded-opentype"), url("fonts/CharterBold.woff") format("woff"), url("fonts/CharterBold.ttf") format("truetype"), url("fonts/CharterBold.svg#Charter") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Charter';
  src: url("fonts/CharterBoldItalic.eot");
  src: url("fonts/CharterBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CharterBoldItalic.woff") format("woff"), url("fonts/CharterBoldItalic.ttf") format("truetype"), url("fonts/CharterBoldItalic.svg#Charter") format("svg");
  font-weight: bold;
  font-style: italic; }

/*  Default sizes-------------------------------------------------------------------------- */
/*  Breakpoints -------------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*********************
RESPONSIVE HELPER FUNCTION
*********************/
@media (max-width: 767px) {
  .hide-for-mobile {
    display: none !important;
    visibility: hidden;
    pointer-events: none; } }

@media (min-width: 768px) {
  .show-for-mobile {
    display: none !important;
    visibility: hidden;
    pointer-events: none; } }

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

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

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

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

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

/**
 * 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;
  font-size: 1em; }

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

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

/**
 * 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;
  font-size: 1em; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input[type="search"],
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input[type="search"] {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

/**
 * 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"], .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration, .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-decoration,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-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;
  font: inherit; }

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input[type="search"],
select,
optgroup,
textarea {
  color: #231F20;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-size: 16px;
  line-height: 1.5; }

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

h1, .h1, h2 {
  font-family: "Playfair Display", Times, Georgia, serif;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0; }
  h1 + .subhead, .h1 + .subhead, h2 + .subhead {
    margin-top: 0.8125rem;
    margin-bottom: 2.25rem; }

.subhead {
  font-size: 1.25rem;
  color: #4A4A4A;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin: 0; }

.interior .subhead {
  margin-top: 0.8125rem;
  margin-bottom: 2.25rem; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1em;
  font-style: normal; }

pre {
  background: #f4F4F5;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark,
ins {
  background: rgba(1, 179, 198, 0.15);
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
.woocommerce-page #masthead, .woocommerce-page #search, .post-template-default #masthead, .post-template-default #search, .page-template-default #masthead, .page-template-default #search, .page-template-page-bundel-generator #masthead, .page-template-page-bundel-generator #search {
  border-bottom: 1px solid #c8cbcd; }

#announcement {
  width: 100%;
  position: relative;
  text-align: center;
  background: #01B3C6;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  padding: .5em 0; }
  @media (max-width: 47.9375rem) {
    #announcement {
      margin-top: 3.8125rem; } }
#masthead {
  padding: 1.25rem 3.4027777778%;
  height: 4.875rem;
  position: relative; }
  @media (max-width: 768px) {
    #masthead {
      padding: 0.5625rem 3.4027777778%;
      height: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      background: #FFF;
      box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.1); } }
  #masthead .default {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
  #masthead .site-branding {
    max-width: 5.125rem;
    height: auto;
    margin-top: 0.375rem; }
    @media (max-width: 47.9375rem) {
      #masthead .site-branding {
        order: 2;
        align-self: center;
        flex-basis: 50%; } }
  #masthead .menu-icons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: auto;
    max-width: 11.875rem; }
    @media (max-width: 47.9375rem) {
      #masthead .menu-icons {
        order: 3;
        flex-basis: 25%;
        justify-content: flex-end; } }
    #masthead .menu-icons #search-icon {
      height: 1.75rem;
      width: 1.75rem;
      margin-right: 2rem; }
      #masthead .menu-icons #search-icon svg {
        width: 100%;
        height: auto;
        fill: currentColor;
        color: #253037; }
      #masthead .menu-icons #search-icon:hover {
        cursor: pointer; }
        #masthead .menu-icons #search-icon:hover svg {
          color: #444146; }
      @media (max-width: 47.9375rem) {
        #masthead .menu-icons #search-icon {
          width: 1.25rem;
          height: 1.25rem;
          margin-right: 0.75rem; } }
    #masthead .menu-icons #account-icon {
      height: 2.25rem;
      width: 1.6875rem;
      margin-right: 2rem; }
      #masthead .menu-icons #account-icon svg {
        width: 100%;
        height: auto;
        fill: currentColor;
        color: #253037; }
        #masthead .menu-icons #account-icon svg:hover {
          color: #444146; }
      @media (max-width: 47.9375rem) {
        #masthead .menu-icons #account-icon {
          display: none; } }
  #masthead #mini-cart {
    position: relative; }
    #masthead #mini-cart ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #masthead #mini-cart ul li {
        list-style: none;
        margin: 0;
        padding: 0; }
        #masthead #mini-cart ul li.cart, #masthead #mini-cart ul li.current-menu-item {
          position: relative; }
          #masthead #mini-cart ul li.cart a, #masthead #mini-cart ul li.current-menu-item a {
            display: block;
            position: relative;
            color: #4A4A4A; }
            #masthead #mini-cart ul li.cart a img, #masthead #mini-cart ul li.current-menu-item a img {
              display: block; }
              @media (max-width: 47.9375rem) {
                #masthead #mini-cart ul li.cart a img, #masthead #mini-cart ul li.current-menu-item a img {
                  width: 1.5rem;
                  height: auto; } }
            #masthead #mini-cart ul li.cart a span.amount, #masthead #mini-cart ul li.current-menu-item a span.amount {
              display: block;
              position: absolute;
              top: 0.4375rem;
              left: -0.125rem;
              font-size: 0.625rem;
              width: 100%;
              text-align: center; }
              @media (max-width: 47.9375rem) {
                #masthead #mini-cart ul li.cart a span.amount, #masthead #mini-cart ul li.current-menu-item a span.amount {
                  top: 0.09375rem; } }
  #masthead #search {
    padding: 1.25rem 3.4027777778%;
    height: 4.875rem;
    z-index: 100;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none; }
    @media (max-width: 47.9375rem) {
      #masthead #search {
        padding: 0.5625rem 3.4027777778%;
        height: auto;
        min-height: 3.8125rem;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        background: #FFF;
        box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.1); } }
    #masthead #search .inner-search {
      max-width: 44.25rem;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin: 0 auto;
      position: relative; }
      #masthead #search .inner-search #close-search {
        width: 1rem;
        height: 1rem; }
        #masthead #search .inner-search #close-search svg {
          height: auto;
          width: 100%; }
        #masthead #search .inner-search #close-search:hover {
          cursor: pointer; }
    @media (min-width: 768px) {
      #masthead #search .aws-container {
        width: calc(100% - 16px);
        padding: 0 3.375rem; } }
    #masthead #search .aws-container input.aws-search-field {
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      border: none; }
    #masthead #search .aws-container .aws-search-form .aws-form-btn {
      background: #FFF;
      border: none; }
      #masthead #search .aws-container .aws-search-form .aws-form-btn .aws-search-btn_icon {
        color: #253037 !important;
        width: 1.75rem;
        height: 1.75rem; }
    #masthead #search .aws-container .aws-search-form:before {
      display: block;
      content: "";
      background: transparent url("images/icon-search.svg") center center no-repeat;
      background-size: contain;
      width: 1.75rem;
      height: 1.8125rem;
      margin-top: 0.375rem; }
      @media (max-width: 47.9375rem) {
        #masthead #search .aws-container .aws-search-form:before {
          width: 1.25rem;
          height: 1.25rem;
          margin-top: 0.75rem; } }
    #masthead #search .aws-container .aws-search-clear {
      display: none !important; }

.aws-search-result {
  border: none !important;
  font-size: 1.25rem !important;
  line-height: 1.2em !important;
  box-shadow: 0 0.4375rem 0.4375rem rgba(0, 0, 0, 0.1); }
  @media (max-width: 47.9375rem) {
    .aws-search-result {
      width: 100% !important;
      left: 0 !important; } }
  @media (max-width: 47.9375rem) {
    .aws-search-result .aws_result_scroll {
      max-height: 92vh !important; } }
  @media (min-width: 768px) {
    .aws-search-result .aws_result_content {
      width: 84%; } }
  .aws-search-result .aws_result_content .aws_result_head {
    font-size: 1.25rem !important;
    font-weight: normal !important; }
    @media (min-width: 768px) {
      .aws-search-result .aws_result_content .aws_result_head {
        width: 61.0526315789%;
        float: left; } }
    @media (max-width: 47.9375rem) {
      .aws-search-result .aws_result_content .aws_result_head {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        font-size: 1rem !important;
        line-height: 1.2em !important; } }
    @media (max-width: 47.9375rem) {
      .aws-search-result .aws_result_content .aws_result_head .aws_result_price {
        padding-top: 0; } }
    @media (max-width: 47.9375rem) {
      .aws-search-result .aws_result_content .aws_result_head .aws_result_title {
        padding-right: 0.5rem; } }
  @media (min-width: 768px) {
    .aws-search-result .aws_result_content .aws_add_to_cart {
      width: 33%;
      float: right; } }
  @media (max-width: 47.9375rem) {
    .aws-search-result .aws_result_content .aws_add_to_cart {
      display: flex !important;
      justify-content: flex-end; } }
  .aws-search-result .aws_result_content .aws_add_to_cart .aws_cart_button {
    border: 1px solid;
    border-color: #01B3C6;
    border-radius: 0;
    background: #01B3C6;
    color: #FFF;
    line-height: 1;
    padding: 0.6875rem 0.625rem 0.6875rem;
    min-height: 2.25rem;
    min-width: 0 !important;
    font-weight: bold;
    font-size: 0.875rem !important;
    letter-spacing: 0.051em;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    margin: 0px !important; }
    .aws-search-result .aws_result_content .aws_add_to_cart .aws_cart_button:hover {
      background: #018593 !important;
      border-color: #018593 !important;
      color: #FFF;
      cursor: pointer; }
    @media (max-width: 47.9375rem) {
      .aws-search-result .aws_result_content .aws_add_to_cart .aws_cart_button {
        order: 1; } }
  .aws-search-result .aws_result_content .aws_add_to_cart input.aws_quantity_field {
    width: 19.2771084337% !important;
    margin: 0 3.6144578313% 0 0 !important;
    min-height: 2.25rem;
    background: #FFF;
    border: 1px solid #92979b;
    text-align: center;
    border-radius: 0;
    padding: 6px !important; }
  .aws-search-result .aws_result_image {
    width: 14% !important;
    padding-right: 2% !important; }
    .aws-search-result .aws_result_image img {
      width: 100% !important;
      height: auto;
      border: 1px solid #92979b; }
  .aws-search-result .aws_result_item {
    border-bottom-color: #92979b; }
    .aws-search-result .aws_result_item .aws_add_to_cart .aws_cart_button {
      background: #01B3C6 !important;
      color: #FFF !important; }
      .aws-search-result .aws_result_item .aws_add_to_cart .aws_cart_button a, .aws-search-result .aws_result_item .aws_add_to_cart .aws_cart_button a:visited {
        color: #FFF;
        text-decoration: none !important; }

#colophon {
  padding: 4.875rem 0 5.3125rem;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 768px) {
    #colophon {
      text-align: center; } }
  #colophon .grid-wrap {
    margin: 0 auto; }
    @media (min-width: 768px) {
      #colophon .grid-wrap {
        max-width: 1440px;
        display: grid;
        grid-template-columns: repeat(12, 6.9444444444%);
        grid-column-gap: 1.3888888889%; } }
  #colophon #signup-form {
    grid-column: 2 / span 4; }
    @media (max-width: 1240px) {
      #colophon #signup-form {
        grid-column: 4 / span 6; } }
    @media (max-width: 1240px) {
      #colophon #signup-form h4 {
        text-align: center; } }
  #colophon #nav1 {
    grid-column: 7 / span 2; }
    @media (max-width: 1240px) {
      #colophon #nav1 {
        grid-column: 2 / span 3;
        grid-row: 2; } }
  #colophon #nav2 {
    grid-column: 9 / span 2; }
    @media (max-width: 1240px) {
      #colophon #nav2 {
        grid-column: 6 / span 3;
        grid-row: 2; } }
  #colophon #nav3 {
    grid-column: 11 / span 2; }
    @media (max-width: 1240px) {
      #colophon #nav3 {
        grid-column: 10 / span 3;
        grid-row: 2; } }
  #colophon .nav-menu {
    text-align: left; }
    @media (max-width: 1240px) {
      #colophon .nav-menu {
        margin-top: 3.75rem; } }
    @media (max-width: 768px) {
      #colophon .nav-menu {
        text-align: center; } }
    #colophon .nav-menu h4 {
      color: rgba(255, 255, 255, 0.65);
      margin-bottom: 0.9375rem; }
    #colophon .nav-menu ul {
      font-size: 1.25rem;
      letter-spacing: 0.014375em;
      font-weight: bold;
      line-height: 1em; }
      #colophon .nav-menu ul li {
        margin: 0.3125rem 0 1.25rem; }
    #colophon .nav-menu a:hover {
      color: #01B3C6; }
  #colophon .fine-print {
    font-size: 0.9375rem;
    line-height: 1.375em;
    grid-column: 2 / span 4;
    grid-row-start: 2;
    margin-top: 6.75rem; }
    @media (max-width: 1240px) {
      #colophon .fine-print {
        grid-row-start: 3;
        grid-column: 2 / span 8; } }
    #colophon .fine-print p {
      margin: 0; }
  #colophon h4 {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0 0 0.625rem 0;
    letter-spacing: 0.014375em; }
  #colophon #email_signup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start; }
    #colophon #email_signup .klaviyo_field_group {
      width: 67%; }
      @media (max-width: 768px) {
        #colophon #email_signup .klaviyo_field_group {
          width: 85.9375%;
          margin: 0 auto;
          float: none; } }
      #colophon #email_signup .klaviyo_field_group input {
        width: 100%;
        border: none;
        padding-top: .78rem;
        padding-bottom: .75rem; }
    #colophon #email_signup .klaviyo_form_actions {
      width: 33%;
      min-width: 9rem;
      flex-basis: 9rem; }
      #colophon #email_signup .klaviyo_form_actions button.cta {
        margin: 0;
        width: 100%;
        min-width: 9rem; }
  #colophon a {
    color: #FFF; }
  #colophon #social {
    margin-top: 6.75rem;
    grid-column: 11 / span 2;
    grid-row-start: 2;
    width: auto;
    text-align: center; }
    @media (max-width: 1240px) {
      #colophon #social {
        grid-row-start: 3; } }
    #colophon #social a {
      margin: 0 1.25rem 0 0.5rem;
      display: inline-block; }
      #colophon #social a img {
        max-width: 1.5rem;
        height: auto; }

/*  Modal styles -------------------------------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999;
  display: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .modal.open {
    display: flex;
    visibility: visible;
    opacity: 1; }
  .modal .modal-interior {
    width: 80%;
    max-width: 20rem;
    height: auto;
    background: #FFF;
    padding: 3.5rem 2rem 2rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    position: relative; }
    .modal .modal-interior #close-modal {
      position: absolute;
      top: 0.875rem;
      right: 0.875rem;
      width: 1.25rem;
      height: 1.1875rem; }
      .modal .modal-interior #close-modal:hover {
        cursor: pointer; }
    .modal .modal-interior #modal-contents {
      letter-spacing: 0.025em;
      font-size: 1.125rem; }
      .modal .modal-interior #modal-contents h4 {
        color: #FF5F55;
        font-weight: bold;
        font-size: 1.25rem;
        text-transform: uppercase;
        letter-spacing: 0.098em;
        text-align: center;
        margin: 0; }
      .modal .modal-interior #modal-contents button {
        min-width: 0 !important;
        width: 100%;
        text-transform: uppercase;
        text-align: center; }

body {
  background: #FFF; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-collapse: collapse; }

.entry-content .wp-block-table .has-fixed-layout td {
  border: 1px solid #92979b;
  padding: 0.375rem;
  vertical-align: top; }

/* Links
--------------------------------------------- */
a {
  color: #01B3C6;
  transition: color 0.25s ease-in-out; }
  a:visited {
    color: #01B3C6; }
  a:hover, a:focus, a:active {
    color: #4A4A4A; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.btn:not(.show-password-input), .button:not(.show-password-input), .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:not(.show-password-input), .wc-block-components-button:not(.show-password-input), .wc-block-components-button:not(.is-link):not(.show-password-input), .components-button:not(.show-password-input),
input[type="button"]:not(.show-password-input),
.dgwt-wcas-sf-wrapp input[type="button"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
input[type="reset"]:not(.show-password-input),
.dgwt-wcas-sf-wrapp input[type="reset"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
input[type="submit"]:not(.show-password-input),
.dgwt-wcas-sf-wrapp input[type="submit"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
.nf-form-cont .nf-form-content input[type="submit"]:not(.show-password-input),
button.klaviyo_submit_button:not(.show-password-input) {
  border: 1px solid;
  border-color: #01B3C6;
  border-radius: 0;
  background: #01B3C6;
  color: #FFF;
  line-height: 1;
  padding: 1.0625rem 1.3125rem 0.875rem;
  min-width: 15rem;
  font-weight: bold;
  letter-spacing: 0.051em;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 768px) {
    .btn:not(.show-password-input), .button:not(.show-password-input), .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:not(.show-password-input), .wc-block-components-button:not(.show-password-input), .wc-block-components-button:not(.is-link):not(.show-password-input), .components-button:not(.show-password-input),
    input[type="button"]:not(.show-password-input),
    .dgwt-wcas-sf-wrapp input[type="button"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
    input[type="reset"]:not(.show-password-input),
    .dgwt-wcas-sf-wrapp input[type="reset"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
    input[type="submit"]:not(.show-password-input),
    .dgwt-wcas-sf-wrapp input[type="submit"][type="search"].dgwt-wcas-search-input:not(.show-password-input),
    .nf-form-cont .nf-form-content input[type="submit"]:not(.show-password-input),
    button.klaviyo_submit_button:not(.show-password-input) {
      min-width: 100%; } }
  .btn:not(.show-password-input):hover, .button:not(.show-password-input):hover, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:not(.show-password-input):hover, .wc-block-components-button:not(.show-password-input):hover, .wc-block-components-button:not(.is-link):not(.show-password-input):hover, .components-button:not(.show-password-input):hover,
  input[type="button"]:not(.show-password-input):hover,
  input[type="reset"]:not(.show-password-input):hover,
  input[type="submit"]:not(.show-password-input):hover,
  .nf-form-cont .nf-form-content input[type="submit"]:not(.show-password-input):hover,
  button.klaviyo_submit_button:not(.show-password-input):hover {
    background: #018593;
    border-color: #018593;
    color: #FFF;
    cursor: pointer; }
  .btn:not(.show-password-input):active, .btn:not(.show-password-input):focus, .button:not(.show-password-input):active, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:not(.show-password-input):active, .button:not(.show-password-input):focus, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:not(.show-password-input):focus, .wc-block-components-button:not(.show-password-input):active, .wc-block-components-button:not(.show-password-input):focus, .wc-block-components-button:not(.is-link):not(.show-password-input):active, .wc-block-components-button:not(.is-link):not(.show-password-input):focus, .components-button:not(.show-password-input):active, .components-button:not(.show-password-input):focus,
  input[type="button"]:not(.show-password-input):active,
  input[type="button"]:not(.show-password-input):focus,
  input[type="reset"]:not(.show-password-input):active,
  input[type="reset"]:not(.show-password-input):focus,
  input[type="submit"]:not(.show-password-input):active,
  input[type="submit"]:not(.show-password-input):focus,
  .nf-form-cont .nf-form-content input[type="submit"]:not(.show-password-input):active,
  .nf-form-cont .nf-form-content input[type="submit"]:not(.show-password-input):focus,
  button.klaviyo_submit_button:not(.show-password-input):active,
  button.klaviyo_submit_button:not(.show-password-input):focus {
    border-color: #01B3C6; }

#k_id_email {
  padding: 1.0625rem 1.3125rem 0.875rem; }

a.btn, a.button, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, a.wc-block-components-button {
  text-decoration: none;
  display: inline-block; }
  a.btn:visited, a.button:visited, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:visited, a.wc-block-components-button:visited {
    color: #FFF; }

a.cta, a.checkout, a.checkout-button, a.woocommerce-button, a.button-prev, a.button-next, a.submit, a.wc-block-components-button, a.button, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, a.ninja-forms-field, button.cta, button.checkout, button.checkout-button, button.woocommerce-button, button.button-prev, button.button-next, button.submit, button.wc-block-components-button, button.button, button.ninja-forms-field, input.cta, .dgwt-wcas-sf-wrapp input.cta[type="search"].dgwt-wcas-search-input, input.checkout, .dgwt-wcas-sf-wrapp input.checkout[type="search"].dgwt-wcas-search-input, input.checkout-button, .dgwt-wcas-sf-wrapp input.checkout-button[type="search"].dgwt-wcas-search-input, input.woocommerce-button, .dgwt-wcas-sf-wrapp input.woocommerce-button[type="search"].dgwt-wcas-search-input, input.button-prev, .dgwt-wcas-sf-wrapp input.button-prev[type="search"].dgwt-wcas-search-input, input.button-next, .dgwt-wcas-sf-wrapp input.button-next[type="search"].dgwt-wcas-search-input, input.submit, .dgwt-wcas-sf-wrapp input.submit[type="search"].dgwt-wcas-search-input, input.wc-block-components-button, .dgwt-wcas-sf-wrapp input.wc-block-components-button[type="search"].dgwt-wcas-search-input, input.button, .dgwt-wcas-sf-wrapp input.button[type="search"].dgwt-wcas-search-input, input.ninja-forms-field, .dgwt-wcas-sf-wrapp input.ninja-forms-field[type="search"].dgwt-wcas-search-input,
.nf-form-cont .nf-form-content input[type="submit"].cta,
.nf-form-cont .nf-form-content input[type="submit"].checkout,
.nf-form-cont .nf-form-content input[type="submit"].checkout-button,
.nf-form-cont .nf-form-content input[type="submit"].woocommerce-button,
.nf-form-cont .nf-form-content input[type="submit"].button-prev,
.nf-form-cont .nf-form-content input[type="submit"].button-next,
.nf-form-cont .nf-form-content input[type="submit"].submit,
.nf-form-cont .nf-form-content input[type="submit"].wc-block-components-button,
.nf-form-cont .nf-form-content input[type="submit"].button,
.nf-form-cont .nf-form-content input[type="submit"].ninja-forms-field {
  text-transform: uppercase !important;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center; }

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5; }

.w-btn, .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button {
  background-color: #FFF;
  color: #01B3C6; }

.thwmscf-buttons input, .thwmscf-buttons .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .thwmscf-buttons input[type="search"].dgwt-wcas-search-input {
  min-width: 0 !important; }

.thwmscf-buttons .thwmscf-cart-url {
  background-color: #FFF;
  border-color: #FFF;
  text-align: left;
  min-width: 0 !important;
  color: #231F20;
  padding-left: 0; }
  .thwmscf-buttons .thwmscf-cart-url:visited {
    color: #231F20; }
  .thwmscf-buttons .thwmscf-cart-url:before {
    display: inline-block;
    content: "\2190"; }

/*  Fix Block buttons -------------------------------------------------------------------------- */
.wc-block-components-button, .components-button {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  background-color: #01B3C6 !important; }
  .wc-block-components-button:hover, .components-button:hover {
    background: #018593 !important;
    border-color: #018593 !important; }

.wc-blocks-components-panel__button {
  width: 100% !important;
  min-width: 0 !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
input.dgwt-wcas-search-input,
input[type="number"],
input[type="number"]#mwb_wgm_price,
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #92979b;
  border-radius: 0;
  height: auto;
  padding: 0.625rem 0.875rem;
  text-align: left; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus,
  input.dgwt-wcas-search-input:focus,
  input[type="number"]:focus,
  input[type="number"]#mwb_wgm_price:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }
  .woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="url"], .woocommerce-account input[type="password"], .woocommerce-account input[type="search"], .woocommerce-account .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .woocommerce-account input[type="search"].dgwt-wcas-search-input, .woocommerce-account input.dgwt-wcas-search-input, .woocommerce-account input[type="number"], .woocommerce-account input[type="number"]#mwb_wgm_price, .woocommerce-account input[type="tel"], .woocommerce-account input[type="range"], .woocommerce-account input[type="date"], .woocommerce-account input[type="month"], .woocommerce-account input[type="week"], .woocommerce-account input[type="time"], .woocommerce-account input[type="datetime"], .woocommerce-account input[type="datetime-local"], .woocommerce-account input[type="color"], .woocommerce-account textarea {
    border-color: #C0CCC1; }

select {
  border: 1px solid #92979b;
  height: auto !important;
  padding: 0.625rem 0.875rem; }

textarea {
  width: 100%; }

input[type="search"]::-webkit-search-decoration, .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-decoration,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-cancel-button,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-results-button,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-results-decoration,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  font-size: 1.25rem;
  height: auto !important;
  padding: 0.625rem 2.5rem 0.625rem 0.875rem; }

/*  Ajax search -------------------------------------------------------------------------- */
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px; }

.dgwt-wcas-preloader {
  right: 1.5rem; }

.dgwt-wcas-suggestions-wrapp {
  border-color: #92979b !important; }
  .dgwt-wcas-suggestions-wrapp button {
    background: transparent;
    border: none;
    border-bottom: 1px solid #92979b !important; }
    .dgwt-wcas-suggestions-wrapp button:last-of-type {
      border-bottom: none !important; }
    .dgwt-wcas-suggestions-wrapp button:hover, .dgwt-wcas-suggestions-wrapp button:focus, .dgwt-wcas-suggestions-wrapp button.dgwt-wcas-suggestion-selected {
      background: rgba(37, 48, 55, 0.05); }
  .dgwt-wcas-suggestions-wrapp a.added_to_cart.wc-forward {
    display: none !important; }
  .dgwt-wcas-suggestions-wrapp span.dgwt-wcas-st, .dgwt-wcas-suggestions-wrapp span.dgwt-wcas-sp {
    font-size: 1.25rem;
    font-weight: normal; }

input::-webkit-outer-spin-button, .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-outer-spin-button,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-inner-spin-button,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*  My Account forms -------------------------------------------------------------------------- */
.woocommerce-account form .form-row {
  position: relative;
  /* label {
				text-transform: none !important;
				letter-spacing: 0 !important;
				font-size: rem(16);
				font-weight: normal !important;
				position: absolute;
				transform: translateY(.9em);
				left: 0;
				top: 0;
				transform-origin: top left;
				line-height: 1.375;
				color: #757575;
				transition: transform .2s ease;
				margin: 0 0 0 rem(14) !important;
				overflow: hidden;
				text-overflow: ellipsis;
				max-width: calc(100% - 32px);
				cursor: text;
				
				abbr {
					text-decoration: none !important;
				}
			} */ }

.select2-container--default .select2-selection--single {
  color: #666;
  border: 1px solid #C0CCC1;
  border-radius: 0;
  padding: 0.375rem 0.875rem;
  height: 2.875rem; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 2rem;
    font-size: 1rem;
    padding-left: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.5625rem; }

/*  Klaviyo restyle -------------------------------------------------------------------------- */
.klaviyo_inner {
  text-align: center !important;
  font-size: 1.125rem !important;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  max-height: none !important; }
  .klaviyo_inner .fieldset {
    margin-bottom: 2em; }
  .klaviyo_inner h2 {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.5rem; }
  .klaviyo_inner p {
    font-size: 1em; }
  .klaviyo_inner input, .klaviyo_inner .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .klaviyo_inner input[type="search"].dgwt-wcas-search-input {
    display: block;
    width: 100%;
    border: 1px solid #92979b;
    font-size: .9375rem;
    padding: .8em; }
  .klaviyo_inner .klaviyo_form_actions {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important; }
    .klaviyo_inner .klaviyo_form_actions .cta {
      margin-top: 1em !important;
      margin-bottom: 0 !important; }

.form-error-message {
  color: #FFF;
  margin-top: 1em; }
  .form-error-message img {
    max-width: 18px;
    height: auto;
    margin-top: 2px; }

ul.form-section {
  list-style: none; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: auto; }
  @media (max-width: 47.9375rem) {
    .main-navigation {
      order: 1;
      flex-basis: 25%; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background: #FFF;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: block;
      padding-bottom: 1.25rem;
      width: 98%; }
      @media (max-width: 768px) {
        .main-navigation ul ul {
          box-shadow: none;
          float: none;
          position: relative;
          top: auto;
          display: none; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 0 1.25rem 0; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
      .main-navigation ul ul a {
        min-width: 200px;
        font-size: 1rem; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 0.3125rem;
      display: block; }
  .main-navigation li {
    position: relative;
    padding: 0 1.5625rem; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #01B3C6; }
    @media (min-width: 768px) {
      .main-navigation li ul li:hover ul {
        left: 100%; } }
  .main-navigation a {
    color: #253037;
    display: block;
    text-decoration: none;
    font-size: 1.375rem;
    letter-spacing: 0.028em; }
  .main-navigation .menu-toggle {
    min-width: 0;
    background: #FFF;
    color: #231F20;
    border: none;
    padding: 0.5rem;
    width: 2.375rem;
    height: 2rem; }
    .main-navigation .menu-toggle span.icon-bar {
      margin-top: 0; }
      .main-navigation .menu-toggle span.icon-bar, .main-navigation .menu-toggle span.icon-bar:before, .main-navigation .menu-toggle span.icon-bar:after {
        cursor: pointer;
        border-radius: 1px;
        height: 0.125rem;
        width: 1.375rem;
        background: #231F20;
        position: absolute;
        display: block;
        content: '';
        transition: all 250ms ease-in-out; }
      .main-navigation .menu-toggle span.icon-bar:before {
        top: -0.375rem; }
      .main-navigation .menu-toggle span.icon-bar:after {
        bottom: -0.375rem; }
  .main-navigation.toggled .menu-toggle span {
    background-color: transparent !important; }
    .main-navigation.toggled .menu-toggle span:before, .main-navigation.toggled .menu-toggle span:after {
      top: 0; }
    .main-navigation.toggled .menu-toggle span:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-navigation.toggled .menu-toggle span:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

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

.main-navigation.toggled .menu-main-nav-container {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  background: #FFF;
  padding-bottom: 0.5rem; }
  @media (max-width: 768px) {
    .main-navigation.toggled .menu-main-nav-container {
      min-height: 100vh; } }
  .main-navigation.toggled .menu-main-nav-container a {
    padding: 0.5rem 0; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; }
    .main-navigation ul ul {
      width: auto; }
      .main-navigation ul ul li {
        padding-top: 1.25rem;
        padding-bottom: 0.3125rem; }
        .main-navigation ul ul li a {
          font-size: 1.375rem; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .site-main .woocommerce-pagination, .site-main .page-navigation {
  margin: 0 0 1.5em;
  clear: both; }

.comment-navigation .nav-links, .comment-navigation .page-numbers,
.posts-navigation .nav-links,
.posts-navigation .page-numbers,
.post-navigation .nav-links,
.post-navigation .page-numbers,
.woocommerce-pagination .nav-links,
.woocommerce-pagination .page-numbers,
.page-navigation .nav-links,
.page-navigation .page-numbers {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.woocommerce-pagination .nav-previous,
.page-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.woocommerce-pagination .nav-next,
.page-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.comment-navigation ul,
.posts-navigation ul,
.post-navigation ul,
.woocommerce-pagination ul,
.page-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .comment-navigation ul li,
  .posts-navigation ul li,
  .post-navigation ul li,
  .woocommerce-pagination ul li,
  .page-navigation ul li {
    display: block;
    padding: 0 0.75rem; }

.comment-navigation .page-numbers,
.posts-navigation .page-numbers,
.post-navigation .page-numbers,
.woocommerce-pagination .page-numbers,
.page-navigation .page-numbers {
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center; }
  .comment-navigation .page-numbers a,
  .posts-navigation .page-numbers a,
  .post-navigation .page-numbers a,
  .woocommerce-pagination .page-numbers a,
  .page-navigation .page-numbers a {
    text-decoration: none; }

.woocommerce-pagination ul {
  padding-top: 3.75rem; }

.nav-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-menu ul li {
    list-style: none;
    padding: 0; }
    .nav-menu ul li a {
      text-decoration: none; }

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

.post,
.page {
  margin: 0; }

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

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

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

/*  Helper classes-------------------------------------------------------------------------- */
.wrap {
  max-width: 86.2745098039%;
  margin: 0 auto; }
  @media (min-width: 1240px) {
    .wrap {
      max-width: 1180px; } }
.min-wrap {
  max-width: 86.2745098039%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .min-wrap {
      max-width: 37.5rem; } }
.centered {
  text-align: center; }

/*  Hero sections -------------------------------------------------------------------------- */
#hero {
  position: relative; }
  @media (max-width: 768px) {
    #hero {
      margin-top: 0; } }
  #hero .post-thumbnail img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block; }
  #hero .hero-interior {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #FFF; }
    #hero .hero-interior .wrap {
      max-width: 42.0833333333%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      flex-flow: column wrap;
      justify-content: center;
      align-items: center;
      align-content: center; }
      #hero .hero-interior .wrap img.mobile-img {
        width: 100%;
        height: auto; }
      @media (max-width: 768px) {
        #hero .hero-interior .wrap {
          max-width: 41.5625%; } }
      @media (max-width: 1024px) {
        #hero .hero-interior .wrap.mobile-wrap {
          max-width: 87.5%; } }
    #hero .hero-interior h2 {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.5rem;
      letter-spacing: 0.53em;
      font-weight: normal;
      margin: 0; }
      #hero .hero-interior h2.cta-headline {
        font-family: "Playfair Display", Times, Georgia, serif;
        font-size: 3.75rem;
        text-transform: none;
        letter-spacing: 0.016em; }
        @media (max-width: 481px) {
          #hero .hero-interior h2.cta-headline {
            font-size: 2.25rem;
            margin: 1.5rem 0; } }
    #hero .hero-interior p {
      font-size: 1.5rem;
      letter-spacing: 0;
      margin: 2.375rem 0 3.75rem; }
      @media (max-width: 1112px) {
        #hero .hero-interior p {
          margin: 1.5rem 0; } }
    @media (max-width: 900px) {
      #hero .hero-interior a.cta {
        display: none; } }
  @media (max-width: 481px) {
    #hero.blog-hero {
      background: #212121;
      padding-bottom: 1.5rem; } }
  #hero.blog-hero img {
    display: block;
    width: 100%; }
    @media (max-width: 481px) {
      #hero.blog-hero img {
        display: none; } }
  @media (max-width: 481px) {
    #hero.blog-hero .hero-interior {
      position: relative;
      display: block; } }
  @media (min-width: 768px) {
    #hero.blog-hero .hero-interior .wrap {
      max-width: 600px; } }
  @media (max-width: 481px) {
    #hero.blog-hero .hero-interior .wrap {
      max-width: 90%; } }
  #hero.blog-hero .hero-interior p {
    margin-bottom: 3rem; }
  #hero.category-hero .hero-interior .wrap {
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-font-smoothing: antialiased !important;
    max-width: 81.9444444444%; }
    @media (min-width: 1240px) {
      #hero.category-hero .hero-interior .wrap {
        max-width: 1180px; } }
    @media (max-width: 768px) {
      #hero.category-hero .hero-interior .wrap {
        max-width: 86.25%; } }
    #hero.category-hero .hero-interior .wrap h1.woocommerce-products-header__title {
      font-weight: normal;
      font-size: 3rem;
      text-transform: capitalize; }
      @media (max-width: 768px) {
        #hero.category-hero .hero-interior .wrap h1.woocommerce-products-header__title {
          font-size: 1.375rem; } }
    #hero.category-hero .hero-interior .wrap .term-description {
      font-size: 1.5rem;
      line-height: 2.125rem;
      font-weight: normal; }
      @media (min-width: 768px) {
        #hero.category-hero .hero-interior .wrap .term-description {
          max-width: 39.625rem; } }
      #hero.category-hero .hero-interior .wrap .term-description p {
        margin: 0.8125rem 0 2.4375rem 0; }
    #hero.category-hero .hero-interior .wrap a.cta {
      text-align: center; }
  #hero .hero-form {
    width: 100%; }
    #hero .hero-form form {
      width: 100%; }
    #hero .hero-form #header_email_signup {
      padding: 0;
      overflow: auto; }
      #hero .hero-form #header_email_signup .klaviyo_field_group {
        float: left;
        width: 67%; }
        @media (max-width: 768px) {
          #hero .hero-form #header_email_signup .klaviyo_field_group {
            width: 85.9375%;
            margin: 0 auto;
            float: none; } }
        #hero .hero-form #header_email_signup .klaviyo_field_group input {
          width: 100%;
          border: none;
          padding-top: .78rem;
          padding-bottom: .75rem; }
      #hero .hero-form #header_email_signup .klaviyo_form_actions {
        float: right;
        width: 33%; }
        @media (max-width: 768px) {
          #hero .hero-form #header_email_signup .klaviyo_form_actions {
            width: 85.9375%;
            float: none;
            margin: 0.75rem auto 0; } }
        #hero .hero-form #header_email_signup .klaviyo_form_actions button.cta {
          margin: 0;
          width: 100%;
          min-width: 0; }

#learn-more.generic .carousel-row {
  margin-bottom: 0; }

#learn-more.generic .caption h4 {
  font-size: 1.5rem;
  font-family: "Playfair Display", Times, Georgia, serif;
  font-weight: normal;
  letter-spacing: 0.019em; }

/*  Section classes -------------------------------------------------------------------------- */
.page-section {
  padding: 3.625rem 0 4.5625rem 0; }
  @media (max-width: 768px) {
    .page-section {
      padding-top: 2.4375rem; } }
  .page-section .row {
    width: 50%;
    margin: 3rem auto 5.9375rem; }
    @media (min-width: 768px) {
      .page-section .row {
        width: 100%;
        max-width: 73.75rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: stretch;
        align-items: flex-start;
        align-content: flex-start; } }
    .page-section .row.icon-row {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-section .row.icon-row {
          align-items: center;
          align-content: center;
          justify-content: space-around; } }
      .page-section .row.icon-row .about-icon {
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-content: center;
        align-items: center; }
        @media (min-width: 768px) {
          .page-section .row.icon-row .about-icon {
            max-width: 12.125rem; } }
    .page-section .row .img {
      width: 16.6666666667%;
      margin: 0; }
      @media (max-width: 768px) {
        .page-section .row .img {
          width: 100%; } }
      .page-section .row .img img {
        width: 100%;
        height: auto;
        padding: 0 21.45%;
        border-bottom: 1px solid #c8cbcd; }
      .page-section .row .img a {
        color: #231F20;
        text-decoration: none; }
    .page-section .row .caption h4 {
      margin: 1.5625rem 0 0;
      font-weight: bold;
      font-size: 1.5rem;
      letter-spacing: 0.019em; }
    .page-section .row .caption h5 {
      margin: 0;
      font-weight: normal;
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      color: #4A4A4A !important;
      pointer-events: none;
      text-decoration: none; }
  .page-section .carousel-row:after {
    content: ''; }
    @media (max-width: 768px) {
      .page-section .carousel-row:after {
        content: 'flickity';
        display: none; } }
  .page-section .flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer; }
  .page-section h2.section-title {
    font-size: 3rem;
    color: #253037; }
  .page-section#main-content {
    padding-top: 0.45em; }
    .page-section#main-content div.subhead {
      font-size: 1.25rem; }
    @media (min-width: 768px) {
      .page-section#main-content .content-block {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 2.7118644068%;
           -moz-column-gap: 2.7118644068%;
                column-gap: 2.7118644068%; } }
    .page-section#main-content .content-block .img-block {
      text-align: center;
      margin-bottom: 3.0625rem; }
      .page-section#main-content .content-block .img-block a {
        color: #253037;
        text-decoration: none; }
        .page-section#main-content .content-block .img-block a:hover {
          color: #231F20; }
      .page-section#main-content .content-block .img-block figure {
        margin: 0; }
    .page-section#main-content .content-block .caption h4 {
      font-family: "Playfair Display", Times, Georgia, serif;
      font-weight: normal;
      font-size: 1.5rem;
      margin: 0.875rem 0 0.4375rem; }
    .page-section#main-content .content-block .caption h5 {
      font-size: 1.25rem;
      margin: 0;
      font-weight: normal; }
  .page-section.darkblue {
    background: #253037;
    color: #FFF; }
    .page-section.darkblue.flex {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .page-section.darkblue.flex {
          padding: 0;
          display: flex;
          flex-direction: row;
          justify-content: stretch;
          align-content: center;
          align-items: center; }
          .page-section.darkblue.flex .right, .page-section.darkblue.flex .left {
            width: 50%; } }
      .page-section.darkblue.flex .right.img img {
        width: 100%;
        height: auto;
        display: block; }
      .page-section.darkblue.flex .inner {
        text-align: center;
        margin: 0 auto 0;
        width: 49.1132332879%;
        max-width: 22.5rem; }
        @media (max-width: 768px) {
          .page-section.darkblue.flex .inner {
            margin-bottom: 5rem; } }
        .page-section.darkblue.flex .inner p {
          font-size: 1.25rem; }
  .page-section h3.section-title {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: "Playfair Display", Times, Georgia, serif;
    margin-top: 0; }

.gray {
  padding: 3.75rem 0 6.125rem; }
  .gray.gradient {
    background-image: linear-gradient(180deg, rgba(37, 48, 55, 0.05) 0%, rgba(37, 48, 55, 0) 28%); }

.blue {
  color: #FFF;
  background-color: #253037; }

/*  Interior pages -------------------------------------------------------------------------- */
.post #primary, .page #primary, .error404 #primary, .search-no-results #primary, .search-results #primary {
  padding-top: 3.5625rem; }
  .post #primary h1.entry-title, .page #primary h1.entry-title, .error404 #primary h1.entry-title, .search-no-results #primary h1.entry-title, .search-results #primary h1.entry-title {
    margin-top: 0;
    text-align: center; }

.single .hentry .entry-header, .page-template-default .hentry .entry-header {
  position: relative; }
  .single .hentry .entry-header .post-thumbnail, .page-template-default .hentry .entry-header .post-thumbnail {
    position: relative;
    z-index: 1; }
    .single .hentry .entry-header .post-thumbnail img, .page-template-default .hentry .entry-header .post-thumbnail img {
      width: 100%;
      height: auto; }
  .single .hentry .entry-header .entry-title-wrap, .page-template-default .hentry .entry-header .entry-title-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #FFF; }
    .single .hentry .entry-header .entry-title-wrap .wrap, .page-template-default .hentry .entry-header .entry-title-wrap .wrap {
      width: 100%; }
    .single .hentry .entry-header .entry-title-wrap h1.entry-title, .page-template-default .hentry .entry-header .entry-title-wrap h1.entry-title {
      font-size: 4.5rem;
      text-align: left;
      font-weight: normal; }
      @media (max-width: 1024px) {
        .single .hentry .entry-header .entry-title-wrap h1.entry-title, .page-template-default .hentry .entry-header .entry-title-wrap h1.entry-title {
          font-size: 6.16vw; } }
      .single .hentry .entry-header .entry-title-wrap h1.entry-title:after, .page-template-default .hentry .entry-header .entry-title-wrap h1.entry-title:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        max-width: 18.75rem;
        margin: 3.125rem 0;
        background-image: url(images/dashes-white.svg);
        background-repeat: repeat-x;
        background-position: center left; }
        @media (max-width: 1024px) {
          .single .hentry .entry-header .entry-title-wrap h1.entry-title:after, .page-template-default .hentry .entry-header .entry-title-wrap h1.entry-title:after {
            margin: .5em 0; } }
        @media (max-width: 768px) {
          .single .hentry .entry-header .entry-title-wrap h1.entry-title:after, .page-template-default .hentry .entry-header .entry-title-wrap h1.entry-title:after {
            max-width: 69.2307692308%; } }
    .single .hentry .entry-header .entry-title-wrap h2.entry-subtitle, .page-template-default .hentry .entry-header .entry-title-wrap h2.entry-subtitle {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 2rem;
      letter-spacing: 0.441875rem;
      text-transform: uppercase;
      text-align: left; }
      @media (max-width: 1024px) {
        .single .hentry .entry-header .entry-title-wrap h2.entry-subtitle, .page-template-default .hentry .entry-header .entry-title-wrap h2.entry-subtitle {
          font-size: 2.74vw; } }
  .single .hentry .entry-header.featured, .page-template-default .hentry .entry-header.featured {
    margin-bottom: 3.5rem; }

/*  Target blog only -------------------------------------------------------------------------- */
.single:not(.woocommerce-page) {
  /*  Entry Footer -------------------------------------------------------------------------- */ }
  .single:not(.woocommerce-page) .entry-content.wrap {
    font-family: "Charter", Times, Georgia, serif;
    color: #4A4A4A;
    padding-top: 0; }
    @media (min-width: 768px) {
      .single:not(.woocommerce-page) .entry-content.wrap {
        max-width: 600px; } }
    .single:not(.woocommerce-page) .entry-content.wrap p, .single:not(.woocommerce-page) .entry-content.wrap ul, .single:not(.woocommerce-page) .entry-content.wrap ol {
      font-size: 1.25rem;
      line-height: 2.125rem;
      letter-spacing: -0.01em;
      margin-left: 0; }
    .single:not(.woocommerce-page) .entry-content.wrap h3, .single:not(.woocommerce-page) .entry-content.wrap h4 {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.5625rem;
      font-weight: bold; }
    .single:not(.woocommerce-page) .entry-content.wrap a:not(.components-button, .button) {
      color: #231F20;
      border-bottom: 1px solid #01B3C6;
      text-decoration: none; }
      .single:not(.woocommerce-page) .entry-content.wrap a:not(.components-button, .button):hover {
        color: #01B3C6; }
  .single:not(.woocommerce-page) .entry-footer {
    margin: 4.375rem auto 1.875rem;
    padding: 1.8125rem 0 2.25rem;
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C; }
    .single:not(.woocommerce-page) .entry-footer .cat-links, .single:not(.woocommerce-page) .entry-footer .tags-links {
      font-size: 1.125rem; }
      .single:not(.woocommerce-page) .entry-footer .cat-links span, .single:not(.woocommerce-page) .entry-footer .tags-links span {
        font-size: 0.875rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        display: inline-block;
        min-width: 12.5%; }

/*  Archive pages -------------------------------------------------------------------------- */
.blog #primary, .archive #primary, .error404 #primary, .search-results #primary, .search-no-results #primary {
  padding-top: 3rem; }

.blog .grid, .archive .grid, .error404 .grid, .search-results .grid, .search-no-results .grid {
  display: block; }
  @media (min-width: 768px) {
    .blog .grid, .archive .grid, .error404 .grid, .search-results .grid, .search-no-results .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2.8571428571%;
         -moz-column-gap: 2.8571428571%;
              column-gap: 2.8571428571%; } }
.blog .post, .archive .post, .error404 .post, .search-results .post, .search-no-results .post {
  margin-bottom: 3.75rem; }
  .blog .post .entry-header .section-meta, .archive .post .entry-header .section-meta, .error404 .post .entry-header .section-meta, .search-results .post .entry-header .section-meta, .search-no-results .post .entry-header .section-meta {
    padding-top: 0; }
    .blog .post .entry-header .section-meta h5, .archive .post .entry-header .section-meta h5, .error404 .post .entry-header .section-meta h5, .search-results .post .entry-header .section-meta h5, .search-no-results .post .entry-header .section-meta h5 {
      margin-top: 0.75rem; }
  .blog .post .entry-header .entry-title, .archive .post .entry-header .entry-title, .error404 .post .entry-header .entry-title, .search-results .post .entry-header .entry-title, .search-no-results .post .entry-header .entry-title {
    font-size: 3rem;
    line-height: 1.1em; }
    .blog .post .entry-header .entry-title a, .archive .post .entry-header .entry-title a, .error404 .post .entry-header .entry-title a, .search-results .post .entry-header .entry-title a, .search-no-results .post .entry-header .entry-title a {
      color: #444146;
      text-decoration: none; }
      .blog .post .entry-header .entry-title a:hover, .archive .post .entry-header .entry-title a:hover, .error404 .post .entry-header .entry-title a:hover, .search-results .post .entry-header .entry-title a:hover, .search-no-results .post .entry-header .entry-title a:hover {
        color: #01B3C6; }
  .blog .post .entry-content, .archive .post .entry-content, .error404 .post .entry-content, .search-results .post .entry-content, .search-no-results .post .entry-content {
    font-family: "Charter", Times, Georgia, serif;
    font-size: 1.0625rem;
    line-height: 1.75rem; }
    .blog .post .entry-content .read-more, .archive .post .entry-content .read-more, .error404 .post .entry-content .read-more, .search-results .post .entry-content .read-more, .search-no-results .post .entry-content .read-more {
      display: block;
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.0625rem;
      font-weight: bold;
      text-decoration: none;
      margin-top: 0.5rem; }

.blog .grid-post .entry-header .entry-title, .archive .grid-post .entry-header .entry-title, .error404 .grid-post .entry-header .entry-title, .search-results .grid-post .entry-header .entry-title, .search-no-results .grid-post .entry-header .entry-title {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: -0.022em;
  margin-bottom: 0.25rem; }

.top-post {
  width: 100%;
  grid-column: 1 / span 3;
  margin-bottom: 4.5rem; }
  @media (min-width: 768px) {
    .top-post .featured-image {
      width: 65.5555555556%;
      float: left; } }
  @media (min-width: 768px) {
    .top-post .post {
      width: 31.5873015873%;
      float: right; } }
.post-type-archive-product .hero-interior.woocommerce-products-header {
  display: none; }

/*  Interior content pages (About, Policies) ----------------------------------------------- */
@media (min-width: 768px) {
  .page-template-default:not(.woocommerce-page) .site-main.wrap, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap {
    max-width: 600px; } }

.page-template-default:not(.woocommerce-page) .site-main.wrap h1.entry-title:after, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap h1.entry-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 45.8333333333%;
  margin: 1.1em auto;
  background-image: url(images/dashes.svg);
  background-repeat: no-repeat;
  background-position: center center; }

.page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content {
  font-size: 1.25rem;
  line-height: 1.8125em;
  letter-spacing: 0.014em;
  color: #4A4A4A; }
  .page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content .wp-block-image, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content .wp-block-image {
    width: 100%; }
    .page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content .wp-block-image figcaption, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content .wp-block-image figcaption {
      font-size: 0.8125rem;
      line-height: 1.2em;
      width: auto; }
  .page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content h2, .page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content h3, .page-template-default:not(.woocommerce-page) .site-main.wrap .entry-content h4, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content h2, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content h3, .page-template-page-bundel-generator:not(.woocommerce-page) .site-main.wrap .entry-content h4 {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #231F20;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.0146em; }

/*  Entry header -------------------------------------------------------------------------- */
.entry-header .section-meta {
  padding-top: 3.5625rem; }
  .entry-header .section-meta .back-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    width: auto;
    text-decoration: none; }
    .entry-header .section-meta .back-link img {
      margin-right: 0.4375rem; }
    .entry-header .section-meta .back-link span {
      font-size: 1.125rem;
      color: #231F20;
      text-decoration: underline;
      line-height: 1em; }
      .entry-header .section-meta .back-link span:hover {
        text-decoration: none; }
  .entry-header .section-meta h5 {
    font-weight: bold;
    letter-spacing: 0.169em;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 2.75rem 0 0; }
    .entry-header .section-meta h5 a {
      text-decoration: none; }

@media (min-width: 1024px) {
  .entry-header.wrap {
    max-width: 600px; } }

.entry-header.wrap .entry-title {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  line-height: 4rem;
  letter-spacing: 0em;
  margin: 0.625rem 0 1.625rem;
  font-weight: 500;
  letter-spacing: -0.03em; }

.entry-header.wrap .post-thumbnail {
  margin: 2.3125rem 0; }

@media (min-width: 768px) {
  .entry-header.wrap .entry-meta {
    max-width: 600px;
    margin: 0 auto; } }

.entry-header.wrap .entry-meta span.date {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.034em; }

/*  404 & Search -------------------------------------------------------------------------- */
.error404 .hero-form .search-form, .search-results .hero-form .search-form, .search-no-results .hero-form .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch; }

.error404 .hero-form label, .search-results .hero-form label, .search-no-results .hero-form label {
  width: auto;
  flex-grow: 3;
  align-self: stretch; }
  .error404 .hero-form label input[type=search], .search-results .hero-form label input[type=search], .search-no-results .hero-form label input[type=search] {
    border-color: #FFF;
    width: 100%;
    min-height: 3.125rem; }

.error404 .hero-form input.search-submit, .search-results .hero-form input.search-submit, .search-no-results .hero-form input.search-submit {
  text-transform: uppercase;
  align-self: stretch;
  min-height: 3.125rem; }
  @media (max-width: 1024px) {
    .error404 .hero-form input.search-submit, .search-results .hero-form input.search-submit, .search-no-results .hero-form input.search-submit {
      min-width: 0; } }
.error404 .widget, .search-results .widget, .search-no-results .widget {
  zoom: 1; }
  .error404 .widget:before, .error404 .widget:after, .search-results .widget:before, .search-results .widget:after, .search-no-results .widget:before, .search-no-results .widget:after {
    content: "";
    display: table; }
  .error404 .widget:after, .search-results .widget:after, .search-no-results .widget:after {
    clear: both; }

.error404 .product, .search-results .product, .search-no-results .product {
  text-align: left; }
  .error404 .product .quantity, .search-results .product .quantity, .search-no-results .product .quantity {
    display: none !important; }
  .error404 .product a.woocommerce-loop-product__link, .search-results .product a.woocommerce-loop-product__link, .search-no-results .product a.woocommerce-loop-product__link {
    display: block;
    margin-bottom: 1.5625rem; }

.error404 .blog-archive .widget-title, .search-results .blog-archive .widget-title, .search-no-results .blog-archive .widget-title {
  margin-bottom: 6.25rem;
  margin-top: 7.5rem; }

.error404 h1.woocommerce-products-header__title, .search-results h1.woocommerce-products-header__title, .search-no-results h1.woocommerce-products-header__title {
  display: none; }

/*  Mobile header -------------------------------------------------------------------------- */
@media (max-width: 481px) {
  .page-template-default #primary, .error404 #primary, .search-results #primary, .search-no-results #primary {
    padding-top: 5.125rem; } }

@media (max-width: 481px) {
  .single #primary {
    padding-top: 3.25rem; } }

/*  Account pages -------------------------------------------------------------------------- */
.woocommerce-account #primary {
  padding-bottom: 5.625rem; }

/*  Link generator -------------------------------------------------------------------------- */
.page-template-page-bundel-generator .site-main {
  padding-bottom: 3.75rem; }

.page-template-page-bundel-generator .entry-content {
  text-align: left; }
  .page-template-page-bundel-generator .entry-content span.important {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FF5F55;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.0146em;
    text-transform: uppercase; }
  .page-template-page-bundel-generator .entry-content input#aff {
    background: #FFF;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #92979b; }
  .page-template-page-bundel-generator .entry-content button.aff-link {
    text-transform: uppercase;
    margin-top: 1.5rem; }

.page-template-page-bundel-generator #home-cart .woocommerce-mini-cart__total {
  display: none; }

.page-template-page-bundel-generator #home-cart .woocommerce-mini-cart__buttons {
  display: none; }

.page-template-page-bundel-generator #link-generator {
  margin-top: -0.75rem;
  margin-bottom: 3rem; }
  .page-template-page-bundel-generator #link-generator code {
    background: #f4F4F5;
    padding: 0.5rem;
    border: 1px solid #92979b;
    display: block;
    overflow-wrap: break-word; }
  .page-template-page-bundel-generator #link-generator button {
    text-transform: uppercase;
    margin-top: 1.5rem; }

/*  Email embeds in post -------------------------------------------------------------------------- */
.email-embed {
  background: rgba(37, 48, 55, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem; }
  .email-embed h3#email-signup {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 400; }
  @media (min-width: 768px) {
    .email-embed .flex {
      display: flex;
      width: 100%;
      flex-direction: row;
      align-content: stretch; } }
  .email-embed .flex .klaviyo_field_group {
    flex-grow: 2; }
    .email-embed .flex .klaviyo_field_group input[type=email] {
      min-height: 3.0625rem; }
  .email-embed .flex .klaviyo_form_actions .cta {
    margin-top: 0 !important; }

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

.bypostauthor {
  display: block; }

.comments-area {
  padding-bottom: 4.1875rem; }
  .comments-area .info {
    background: #f4F4F5;
    padding: 1.0625rem; }
    .comments-area .info h5 {
      margin: 0;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.5rem; }
    .comments-area .info p {
      margin: 0;
      font-size: 1.125rem;
      line-height: 1.5rem; }
  .comments-area .comments-title {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 2.375rem 0 1.4375rem; }
  .comments-area .comment-list {
    padding-left: 0;
    margin-left: 0; }
    .comments-area .comment-list .comment-grid {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      align-content: space-between; }
      .comments-area .comment-list .comment-grid img {
        width: 9%;
        min-width: 54px;
        margin-right: 2.6666666667%; }
      .comments-area .comment-list .comment-grid .comment-body {
        width: 88.3333333333%; }
        .comments-area .comment-list .comment-grid .comment-body .comment-author {
          font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 1rem;
          letter-spacing: 0.046em; }
          .comments-area .comment-list .comment-grid .comment-body .comment-author a {
            color: #363b4c;
            text-decoration: none; }
          .comments-area .comment-list .comment-grid .comment-body .comment-author .fn {
            font-weight: bold;
            font-style: normal;
            text-transform: capitalize; }
        .comments-area .comment-list .comment-grid .comment-body .comment-text {
          font-family: "Charter", Times, Georgia, serif;
          font-size: 1.125rem;
          line-height: 2.125rem; }
          .comments-area .comment-list .comment-grid .comment-body .comment-text p:first-of-type {
            margin-top: 0; }
          .comments-area .comment-list .comment-grid .comment-body .comment-text p:last-of-type {
            margin-bottom: 0; }
        .comments-area .comment-list .comment-grid .comment-body .reply {
          font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 1rem;
          letter-spacing: 0.046em;
          margin-bottom: 1.6875rem; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #231F20;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }
  @media (max-width: 481px) {
    .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }
  @media (max-width: 481px) {
    .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Woo Commerce
--------------------------------------------------------------*/
/*
Theme Name: Maydel

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: table-header-group; }

table.shop_table_responsive tbody th {
  display: table-cell; }

table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
  text-align: left; }

table.shop_table_responsive tr td {
  display: table-cell; }
  table.shop_table_responsive tr td::before {
    display: none; }

@media screen and (max-width: 47.9375em) {
  table.shop_table_responsive:not(.cart) thead {
    display: none; }
  table.shop_table_responsive:not(.cart) tr td {
    display: block;
    text-align: right;
    clear: both; }
    table.shop_table_responsive:not(.cart) tr td::before {
      content: attr(data-title) ": ";
      float: left; }
    table.shop_table_responsive:not(.cart) tr td.product-remove a {
      text-align: left; }
    table.shop_table_responsive:not(.cart) tr td.product-remove::before {
      display: none; }
    table.shop_table_responsive:not(.cart) tr td.actions::before, table.shop_table_responsive:not(.cart) tr td.download-actions::before {
      display: none; }
    table.shop_table_responsive:not(.cart) tr td.download-actions .button, table.shop_table_responsive:not(.cart) tr td.download-actions .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions table.shop_table_responsive:not(.cart) tr td.download-actions a.wc-block-components-checkout-return-to-cart-button {
      display: block;
      text-align: center; } }

.woocommerce-orders-table th, .woocommerce-table--order-details th, .shop_table th {
  border-bottom: 1px solid #c8cbcd;
  font-weight: 600;
  padding-bottom: 0.375rem; }

.woocommerce-orders-table a.woocommerce-button, .woocommerce-table--order-details a.woocommerce-button, .shop_table a.woocommerce-button {
  padding: 0;
  background: transparent;
  border: none;
  text-transform: none !important;
  min-width: 0 !important;
  letter-spacing: 0;
  font-weight: 400;
  display: inline-block; }
  .woocommerce-orders-table a.woocommerce-button:first-of-type, .woocommerce-table--order-details a.woocommerce-button:first-of-type, .shop_table a.woocommerce-button:first-of-type {
    margin-right: 1rem; }

.woocommerce-orders-table td, .woocommerce-table--order-details td, .shop_table td {
  padding: 0 0 1rem 0; }
  .woocommerce-orders-table td.woocommerce-orders-table__header-order-actions, .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions, .woocommerce-table--order-details td.woocommerce-orders-table__header-order-actions, .woocommerce-table--order-details td.woocommerce-orders-table__cell-order-actions, .shop_table td.woocommerce-orders-table__header-order-actions, .shop_table td.woocommerce-orders-table__cell-order-actions {
    padding-right: 0; }

.woocommerce-table--order-details th, .shop_table th {
  text-align: left; }

.woocommerce-table--order-details tfoot, .shop_table tfoot {
  vertical-align: top; }
  .woocommerce-table--order-details tfoot th, .shop_table tfoot th {
    border-bottom: none;
    padding-bottom: 0; }

.woocommerce-table--order-details .woocommerce-table__product-name, .shop_table .woocommerce-table__product-name {
  width: 65%;
  min-width: 25.75rem; }

.woocommerce-table--order-details .woocommerce-table__product-total, .shop_table .woocommerce-table__product-total {
  padding-right: 0; }

/**
 * Products
 */
ul.products, ul.wc-block-grid__products {
  margin: 0;
  padding: 0; }
  ul.products li.product, ul.products li.wc-block-grid__product, ul.wc-block-grid__products li.product, ul.wc-block-grid__products li.wc-block-grid__product {
    list-style: none;
    position: relative;
    margin-bottom: 3.4375rem; }
    ul.products li.product.product-type-variable a.add_to_cart_button, ul.products li.wc-block-grid__product.product-type-variable a.add_to_cart_button, ul.wc-block-grid__products li.product.product-type-variable a.add_to_cart_button, ul.wc-block-grid__products li.wc-block-grid__product.product-type-variable a.add_to_cart_button {
      margin-top: 1.5625rem; }
    ul.products li.product img, ul.products li.wc-block-grid__product img, ul.wc-block-grid__products li.product img, ul.wc-block-grid__products li.wc-block-grid__product img {
      display: block; }
    ul.products li.product .button, ul.products li.product .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions ul.products li.product a.wc-block-components-checkout-return-to-cart-button, ul.products li.wc-block-grid__product .button, ul.products li.wc-block-grid__product .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions ul.products li.wc-block-grid__product a.wc-block-components-checkout-return-to-cart-button, ul.wc-block-grid__products li.product .button, ul.wc-block-grid__products li.product .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions ul.wc-block-grid__products li.product a.wc-block-components-checkout-return-to-cart-button, ul.wc-block-grid__products li.wc-block-grid__product .button, ul.wc-block-grid__products li.wc-block-grid__product .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-components-checkout-return-to-cart-button {
      display: block; }
      ul.products li.product .button.ajax_add_to_cart.added:after, ul.products li.product .wc-block-checkout__actions a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, .wc-block-checkout__actions ul.products li.product a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, ul.products li.wc-block-grid__product .button.ajax_add_to_cart.added:after, ul.products li.wc-block-grid__product .wc-block-checkout__actions a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, .wc-block-checkout__actions ul.products li.wc-block-grid__product a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, ul.wc-block-grid__products li.product .button.ajax_add_to_cart.added:after, ul.wc-block-grid__products li.product .wc-block-checkout__actions a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, .wc-block-checkout__actions ul.wc-block-grid__products li.product a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, ul.wc-block-grid__products li.wc-block-grid__product .button.ajax_add_to_cart.added:after, ul.wc-block-grid__products li.wc-block-grid__product .wc-block-checkout__actions a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after, .wc-block-checkout__actions ul.wc-block-grid__products li.wc-block-grid__product a.ajax_add_to_cart.added.wc-block-components-checkout-return-to-cart-button:after {
        display: inline-block;
        content: "\2713";
        padding-left: .5em; }
    ul.products li.product a.added_to_cart.wc-forward, ul.products li.wc-block-grid__product a.added_to_cart.wc-forward, ul.wc-block-grid__products li.product a.added_to_cart.wc-forward, ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart.wc-forward {
      display: block;
      text-align: center;
      padding-top: .5em; }
  ul.products li.product-type-composite span.price, ul.wc-block-grid__products li.product-type-composite span.price {
    display: none; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 27.6833333333%;
    float: left;
    margin-right: 8.47%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%; }
  ul.products.columns-2 li.product {
    width: 45.765%; }
  ul.products.columns-3 li.product {
    width: 27.6833333333%; }
  ul.products.columns-4 li.product {
    width: 18.6475%; }
  ul.products.columns-5 li.product {
    width: 13.224%; }
  ul.products.columns-6 li.product {
    width: 9.6016666667%; } }

/*  Woocommerce archive pages -------------------------------------------------------------------------- */
.archive.woocommerce-page #site-search, .error404 #site-search, .search-no-results #site-search {
  padding-bottom: 3rem; }

.archive.woocommerce-page #archive-grid, .error404 #archive-grid, .search-no-results #archive-grid {
  background: #f4F5F5;
  background: linear-gradient(180deg, #f4F5F5 0%, white 300px); }
  .archive.woocommerce-page #archive-grid #primary, .error404 #archive-grid #primary, .search-no-results #archive-grid #primary {
    padding-top: 0; }
    .archive.woocommerce-page #archive-grid #primary .woocommerce-breadcrumb, .error404 #archive-grid #primary .woocommerce-breadcrumb, .search-no-results #archive-grid #primary .woocommerce-breadcrumb {
      padding-top: 3.125rem; }
    .archive.woocommerce-page #archive-grid #primary .woocommerce-result-count, .error404 #archive-grid #primary .woocommerce-result-count, .search-no-results #archive-grid #primary .woocommerce-result-count {
      font-size: 1.25rem;
      letter-spacing: 0.008125em;
      width: auto;
      float: left; }
      @media (max-width: 768px) {
        .archive.woocommerce-page #archive-grid #primary .woocommerce-result-count, .error404 #archive-grid #primary .woocommerce-result-count, .search-no-results #archive-grid #primary .woocommerce-result-count {
          float: none;
          width: 100%; } }
    .archive.woocommerce-page #archive-grid #primary .woocommerce-ordering, .error404 #archive-grid #primary .woocommerce-ordering, .search-no-results #archive-grid #primary .woocommerce-ordering {
      float: right;
      width: auto;
      margin-top: 0.5625rem;
      background: transparent url(images/select-down.svg) no-repeat 96% center;
      padding-right: 0;
      border: 1px solid #92979b; }
      @media (max-width: 768px) {
        .archive.woocommerce-page #archive-grid #primary .woocommerce-ordering, .error404 #archive-grid #primary .woocommerce-ordering, .search-no-results #archive-grid #primary .woocommerce-ordering {
          float: none;
          width: 100%; } }
      .archive.woocommerce-page #archive-grid #primary .woocommerce-ordering select, .error404 #archive-grid #primary .woocommerce-ordering select, .search-no-results #archive-grid #primary .woocommerce-ordering select {
        -webkit-appearance: none;
        border-radius: 0;
        min-height: 3.25rem;
        background: transparent;
        font-size: 1.25rem;
        letter-spacing: 0.008125em;
        border: none;
        padding-right: 1.875rem;
        width: 100%; }

.archive.woocommerce-page .site-main, .error404 .site-main, .search-no-results .site-main {
  max-width: 86.2745098039%;
  margin: 0 auto 5.625rem; }
  @media (min-width: 1240px) {
    .archive.woocommerce-page .site-main, .error404 .site-main, .search-no-results .site-main {
      max-width: 1180px; } }
.archive.woocommerce-page .woocommerce-breadcrumb, .error404 .woocommerce-breadcrumb, .search-no-results .woocommerce-breadcrumb {
  padding-top: 3.5625rem;
  font-weight: bold;
  letter-spacing: 0.169em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem; }
  .archive.woocommerce-page .woocommerce-breadcrumb a, .error404 .woocommerce-breadcrumb a, .search-no-results .woocommerce-breadcrumb a {
    text-decoration: none; }

.archive.woocommerce-page ul.products, .error404 ul.products, .search-no-results ul.products {
  margin-top: 6.25rem;
  zoom: 1; }
  .archive.woocommerce-page ul.products:before, .archive.woocommerce-page ul.products:after, .error404 ul.products:before, .error404 ul.products:after, .search-no-results ul.products:before, .search-no-results ul.products:after {
    content: "";
    display: table; }
  .archive.woocommerce-page ul.products:after, .error404 ul.products:after, .search-no-results ul.products:after {
    clear: both; }
  .archive.woocommerce-page ul.products .product .wp-post-image, .error404 ul.products .product .wp-post-image, .search-no-results ul.products .product .wp-post-image {
    border: 1px solid #C0CCC1; }
  .archive.woocommerce-page ul.products .product a.woocommerce-loop-product__link, .error404 ul.products .product a.woocommerce-loop-product__link, .search-no-results ul.products .product a.woocommerce-loop-product__link {
    text-decoration: none;
    color: #444146; }
    .archive.woocommerce-page ul.products .product a.woocommerce-loop-product__link h2, .error404 ul.products .product a.woocommerce-loop-product__link h2, .search-no-results ul.products .product a.woocommerce-loop-product__link h2 {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 2.125rem;
      letter-spacing: 0.009375rem;
      margin: 2.125rem 0 1.375rem; }
    .archive.woocommerce-page ul.products .product a.woocommerce-loop-product__link .price, .error404 ul.products .product a.woocommerce-loop-product__link .price, .search-no-results ul.products .product a.woocommerce-loop-product__link .price {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      font-weight: normal;
      margin-bottom: 1.5625rem; }
  .archive.woocommerce-page ul.products .product .cart div.quantity, .error404 ul.products .product .cart div.quantity, .search-no-results ul.products .product .cart div.quantity {
    max-width: 7.5rem;
    margin: -2rem 0 1.5625rem auto; }
    @media (max-width: 68rem) and (min-width: 768px) {
      .archive.woocommerce-page ul.products .product .cart div.quantity, .error404 ul.products .product .cart div.quantity, .search-no-results ul.products .product .cart div.quantity {
        margin: 1.25rem 0 1.5625rem; } }
    .archive.woocommerce-page ul.products .product .cart div.quantity.hidden, .error404 ul.products .product .cart div.quantity.hidden, .search-no-results ul.products .product .cart div.quantity.hidden {
      margin-top: 0;
      display: none;
      visibility: hidden; }
  .archive.woocommerce-page ul.products .product a.add_to_cart_button, .archive.woocommerce-page ul.products .product a.button.product_type_bundels, .archive.woocommerce-page ul.products .product .wc-block-checkout__actions a.product_type_bundels.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .archive.woocommerce-page ul.products .product a.product_type_bundels.wc-block-components-checkout-return-to-cart-button, .error404 ul.products .product a.add_to_cart_button, .error404 ul.products .product a.button.product_type_bundels, .error404 ul.products .product .wc-block-checkout__actions a.product_type_bundels.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .error404 ul.products .product a.product_type_bundels.wc-block-components-checkout-return-to-cart-button, .search-no-results ul.products .product a.add_to_cart_button, .search-no-results ul.products .product a.button.product_type_bundels, .search-no-results ul.products .product .wc-block-checkout__actions a.product_type_bundels.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .search-no-results ul.products .product a.product_type_bundels.wc-block-components-checkout-return-to-cart-button {
    text-transform: uppercase;
    text-align: center;
    min-width: 0; }
  .archive.woocommerce-page ul.products .product a.product_type_simple:not(.add_to_cart_button), .error404 ul.products .product a.product_type_simple:not(.add_to_cart_button), .search-no-results ul.products .product a.product_type_simple:not(.add_to_cart_button) {
    background: #f4F4F5;
    color: #8C9196;
    border-color: #8C9196;
    text-transform: uppercase;
    text-align: center;
    min-width: 100%; }
  .archive.woocommerce-page ul.products .product.outofstock a.woocommerce-loop-product__link, .error404 ul.products .product.outofstock a.woocommerce-loop-product__link, .search-no-results ul.products .product.outofstock a.woocommerce-loop-product__link {
    display: block;
    margin-bottom: 1.5625rem; }

.archive.woocommerce-page .gray.page-section, .page-template-page-home-april .gray.page-section {
  background-color: rgba(37, 48, 55, 0.05); }

.archive.woocommerce-page #archive-grid, .page-template-page-home-april #archive-grid {
  background: transparent; }

.archive.woocommerce-page #site-search, .page-template-page-home-april #site-search {
  padding: 2.25rem 0 2.375rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0;
  position: relative; }

.archive.woocommerce-page #shop .interior, .page-template-page-home-april #shop .interior {
  display: block; }

.archive.woocommerce-page #shop h1, .page-template-page-home-april #shop h1 {
  position: relative; }
  .archive.woocommerce-page #shop h1:after, .page-template-page-home-april #shop h1:after {
    display: block;
    content: " ";
    position: absolute;
    top: 48%;
    right: 28%;
    width: 28px;
    height: 12px;
    background: url(images/down-arrow.svg) center center no-repeat;
    background-size: contain; }
    @media (max-width: 468px) {
      .archive.woocommerce-page #shop h1:after, .page-template-page-home-april #shop h1:after {
        right: -2%; } }
  .archive.woocommerce-page #shop h1:hover, .page-template-page-home-april #shop h1:hover {
    cursor: pointer;
    color: #4A4A4A; }

.archive.woocommerce-page #shop.active h1:after, .page-template-page-home-april #shop.active h1:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/*  Embedded / Block products-------------------------------------------------------------------------- */
ul.wc-block-grid__products {
  justify-content: space-between; }
  ul.wc-block-grid__products li.wc-block-grid__product {
    max-width: 41.6666666667% !important;
    border: none !important; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
      margin: 0; }
    ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
      color: #444146;
      text-decoration: none; }
      ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link:hover {
        color: #01B3C6; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 2.125rem;
      letter-spacing: 0.009375rem;
      margin: 2.125rem 0 0.5rem;
      text-align: left; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
      text-align: left; }
    ul.wc-block-grid__products li.wc-block-grid__product .quantity {
      display: none !important; }
    ul.wc-block-grid__products li.wc-block-grid__product a.button, ul.wc-block-grid__products li.wc-block-grid__product .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-components-checkout-return-to-cart-button {
      color: #FFF;
      text-transform: uppercase;
      font-size: 1rem;
      width: 100%; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart {
      margin-bottom: 0; }
      ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
        border-radius: 0 !important;
        text-transform: uppercase;
        font-size: 1rem;
        min-width: 15rem;
        background-color: #01B3C6;
        font-weight: bold; }
        ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
          background: #018593; }
        ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:visited {
          color: #FFF; }

/*  Generic classes -------------------------------------------------------------------------- */
.woocommerce-pagination {
  clear: both; }

.woocommerce-product-gallery__trigger {
  text-decoration: none;
  top: 1em !important; }

/*  Gift card product -------------------------------------------------------------------------- */
.product_cat-mwb_wgm_giftcard .mwb_wgm_delivery_method {
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
  padding: 20px 0; }

.product_cat-mwb_wgm_giftcard label.mwb_wgc_label, .product_cat-mwb_wgm_giftcard span.mwb_wgm_method {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; }

.woocommerce-message a.button.wc-forward, .woocommerce-message .wc-block-checkout__actions a.wc-forward.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-message a.wc-forward.wc-block-components-checkout-return-to-cart-button {
  text-transform: uppercase;
  text-align: center; }

/**
 * Single product
 */
@media (min-width: 1240px) {
  .single-product .wrap {
    max-width: 1180px; } }

.single-product .woocommerce-breadcrumb {
  padding-top: 4.0625rem;
  font-weight: 600;
  letter-spacing: 0.1375em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 2.875rem; }
  @media (max-width: 768px) {
    .single-product .woocommerce-breadcrumb {
      margin-top: 0rem;
      padding-top: 0rem; } }
  .single-product .woocommerce-breadcrumb a {
    text-decoration: none; }

.single-product div.product {
  position: relative;
  margin-bottom: 5.625rem; }
  .single-product div.product div.flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .single-product div.product div.flex {
        display: block; } }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    width: 40.6779661017%;
    margin-right: 10.1694915254%; }
    @media (max-width: 768px) {
      .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        margin-right: 0; } }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
      margin: 0 0 1.25rem; }
      .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img.wp-post-image {
        border: 1px solid #979797; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 2em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 45.765%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 27.6833333333%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 18.6475%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 13.224%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }
  .single-product div.product .variations select {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border-color: #c8cbcd !important;
    border-radius: 0;
    position: relative;
    background: url(images/select-down2.svg) 90% center no-repeat;
    padding-right: 10%; }
    .single-product div.product .variations select:focus, .single-product div.product .variations select:active {
      outline: none; }
  .single-product div.product .variations a.reset_variations {
    padding-left: 1em; }
  .single-product div.product .single_variation_wrap .woocommerce_gc_giftcard_form label {
    padding-bottom: 0.375rem; }
  .single-product div.product .woocommerce-variation-price {
    margin-bottom: 1.5em; }
  .single-product div.product .summary {
    width: 49.1525423729%;
    margin-top: 0; }
    @media (max-width: 768px) {
      .single-product div.product .summary {
        width: 100%; } }
    .single-product div.product .summary .entry-title {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 3rem;
      line-height: 1.2em;
      margin: 0 0 1.375rem;
      font-weight: 400;
      letter-spacing: -0.03em; }
      @media (max-width: 768px) {
        .single-product div.product .summary .entry-title {
          font-size: 2.25rem;
          line-height: 3.25rem; } }
    .single-product div.product .summary .price, .single-product div.product .summary .stock {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 600; }
      @media (max-width: 768px) {
        .single-product div.product .summary .price, .single-product div.product .summary .stock {
          font-size: 1.375rem; } }
    .single-product div.product .summary .woocommerce-product-details__short-description {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25rem;
      line-height: 1.8125rem; }
      @media (max-width: 768px) {
        .single-product div.product .summary .woocommerce-product-details__short-description {
          font-size: 1.125rem;
          line-height: 1.625rem; } }
    .single-product div.product .summary .cart div.quantity {
      max-width: 7.875rem;
      margin-bottom: 2rem; }
      .single-product div.product .summary .cart div.quantity.hidden {
        border: none; }
    .single-product div.product .summary button.add_to_cart_button {
      text-transform: uppercase;
      min-width: 15rem;
      font-size: 1.125rem; }
      @media (max-width: 481px) {
        .single-product div.product .summary button.add_to_cart_button {
          min-width: 100%; } }
      .single-product div.product .summary button.add_to_cart_button.ajax_add_to_cart.added:after {
        display: inline-block;
        content: "\2713";
        padding-left: .5em; }
    .single-product div.product .summary a.added_to_cart.wc-forward {
      display: inline-block;
      margin-left: 1em; }
      @media (max-width: 768px) {
        .single-product div.product .summary a.added_to_cart.wc-forward {
          display: block;
          text-align: center;
          margin-left: 0;
          margin-top: .5em; } }
    .single-product div.product .summary #wc-stripe-payment-request-wrapper, .single-product div.product .summary #wc-stripe-payment-request-button-separator {
      max-width: 15rem !important; }
    .single-product div.product .summary ul, .single-product div.product .summary ol {
      margin-left: 0; }
  .single-product div.product .wc-tabs-wrapper {
    margin: 1.9375rem 0 1.9375rem;
    width: 100%; }
    .single-product div.product .wc-tabs-wrapper ul.wc-tabs {
      display: none; }
    .single-product div.product .wc-tabs-wrapper div.panel h2 {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.5rem;
      font-weight: 600; }
      @media (max-width: 768px) {
        .single-product div.product .wc-tabs-wrapper div.panel h2 {
          font-size: 1.375rem; } }
    .single-product div.product .wc-tabs-wrapper div.panel p, .single-product div.product .wc-tabs-wrapper div.panel ul, .single-product div.product .wc-tabs-wrapper div.panel ol {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25rem;
      line-height: 1.8125rem; }
      @media (max-width: 768px) {
        .single-product div.product .wc-tabs-wrapper div.panel p, .single-product div.product .wc-tabs-wrapper div.panel ul, .single-product div.product .wc-tabs-wrapper div.panel ol {
          font-size: 1.125rem;
          line-height: 1.625rem; } }
    .single-product div.product .wc-tabs-wrapper div.panel ul, .single-product div.product .wc-tabs-wrapper div.panel ol {
      margin-left: 1.5em; }
  .single-product div.product.product-type-bundels .product_meta {
    display: none; }
  .single-product div.product.product-type-bundels a.add_to_cart_button.product_type_bundels {
    text-transform: uppercase;
    min-width: 15rem;
    font-size: 1.125rem;
    letter-spacing: 0.051em;
    text-align: center; }
    @media (max-width: 481px) {
      .single-product div.product.product-type-bundels a.add_to_cart_button.product_type_bundels {
        min-width: 100%; } }
  .single-product div.product.product-type-bundels .bundels-search h2, .single-product div.product.product-type-bundels .bundels-search p {
    text-align: left; }
  .single-product div.product.product-type-bundels .bundels-search p.note {
    display: none; }
  .single-product div.product.product-type-bundels .bundels-search h2.search-header {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.25rem; }
  .single-product div.product.product-type-bundels .bundels-search p.search-subhead {
    font-size: 1.25rem; }
  .single-product div.product.product-type-bundels .bundels-search .dgwt-wcas-search-wrapp {
    margin-bottom: 1.5em; }
  .single-product div.product.product-type-bundels .bundels-search a.button.checkout, .single-product div.product.product-type-bundels .bundels-search .wc-block-checkout__actions a.checkout.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .single-product div.product.product-type-bundels .bundels-search a.checkout.wc-block-components-checkout-return-to-cart-button {
    min-width: 15rem;
    font-size: 1.125rem;
    letter-spacing: 0.051em;
    text-align: center; }
    @media (max-width: 481px) {
      .single-product div.product.product-type-bundels .bundels-search a.button.checkout, .single-product div.product.product-type-bundels .bundels-search .wc-block-checkout__actions a.checkout.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .single-product div.product.product-type-bundels .bundels-search a.checkout.wc-block-components-checkout-return-to-cart-button {
        min-width: 100%; } }
  .single-product div.product.product-type-bundels .bundels-search p.woocommerce-mini-cart__total {
    font-size: 1.25rem; }
  .single-product div.product.wc_gc_giftcard_product table.variations {
    max-width: 17.875rem; }

.single-product .error {
  margin: 0 0 3.125rem 0;
  border: 1px solid #FF5F55;
  padding: 1.375rem;
  width: 100%;
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  zoom: 1; }
  .single-product .error:before, .single-product .error:after {
    content: "";
    display: table; }
  .single-product .error:after {
    clear: both; }
  .single-product .error h4 {
    color: #FF5F55;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.098em;
    text-align: center;
    margin-top: 0; }
  .single-product .error .button, .single-product .error .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .single-product .error a.wc-block-components-checkout-return-to-cart-button {
    float: right;
    text-transform: uppercase; }

.stock:empty::before {
  display: none; }

.stock.in-stock {
  color: #0f834d;
  display: none; }

.stock.out-of-stock {
  color: #FF5F55; }

.product_meta {
  padding-bottom: 3.75rem; }
  .product_meta span.sku_wrapper, .product_meta span.posted_in {
    display: none; }
  .product_meta span.tagged_as {
    text-transform: uppercase; }
    .product_meta span.tagged_as a {
      text-transform: none;
      letter-spacing: 0; }

/*  Composite products / Bundles ----------------------------------------------------------- */
.product-type-composite .summary p.price {
  display: none; }

.product-type-composite .summary .composite_component {
  border-bottom: 1px solid #c8cbcd;
  padding: 1.875rem 0 1.5rem !important;
  position: relative;
  min-height: 8rem; }
  .product-type-composite .summary .composite_component:not(.static) .component_description_wrapper {
    display: none; }
  .product-type-composite .summary .composite_component span.component_option_each {
    display: none; }
  .product-type-composite .summary .composite_component .component_selections .component_section_title label.select_label {
    display: none; }
  .product-type-composite .summary .composite_component .component_title_wrapper {
    display: inline-block; }
    @media (min-width: 25.9375rem) {
      .product-type-composite .summary .composite_component .component_title_wrapper {
        position: absolute;
        left: 21.1221122112%;
        top: 1.375rem;
        width: 38.2838283828%; } }
    .product-type-composite .summary .composite_component .component_title_wrapper h2.component_title {
      display: inline;
      margin: 0;
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.023em;
      line-height: 1em; }
  .product-type-composite .summary .composite_component .component_inner {
    padding-bottom: 0 !important; }
    .product-type-composite .summary .composite_component .component_inner .component_selections .component_section_title {
      margin: 0 !important; }
    .product-type-composite .summary .composite_component .component_inner .component_selections .component_options {
      margin-top: 0.375rem !important; }
      @media (min-width: 25.9375rem) {
        .product-type-composite .summary .composite_component .component_inner .component_selections .component_options {
          margin-top: 0 !important;
          position: absolute;
          top: 1.375rem;
          left: 21.1221122112%;
          width: 38.2838283828%;
          z-index: 999; } }
      .product-type-composite .summary .composite_component .component_inner .component_selections .component_options .component_options_inner {
        margin-bottom: 1em; }
    .product-type-composite .summary .composite_component .component_inner .component_selections .component_content {
      width: auto; }
      .product-type-composite .summary .composite_component .component_inner .component_selections .component_content .composited_product_title_wrapper {
        padding-top: 0;
        display: none; }
    @media (min-width: 25.9375rem) {
      .product-type-composite .summary .composite_component .component_inner .component_description_wrapper {
        position: absolute;
        top: 0.875rem;
        left: 21.1221122112%;
        width: 38.2838283828%; } }
    .product-type-composite .summary .composite_component .component_inner .component_description p {
      margin: 0; }
    .product-type-composite .summary .composite_component .component_inner .component_wrap {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-content: center;
      align-items: center; }
      @media (min-width: 48.0625rem) and (max-width: 64.9375rem) {
        .product-type-composite .summary .composite_component .component_inner .component_wrap {
          display: block; } }
      @media (min-width: 25.9375rem) and (max-width: 36rem) {
        .product-type-composite .summary .composite_component .component_inner .component_wrap {
          display: block; } }
      .product-type-composite .summary .composite_component .component_inner .component_wrap .quantity, .product-type-composite .summary .composite_component .component_inner .component_wrap .quantity_button {
        min-width: 7.875rem;
        margin-top: 0 !important; }
      .product-type-composite .summary .composite_component .component_inner .component_wrap .price, .product-type-composite .summary .composite_component .component_inner .component_wrap .woocommerce-variation {
        margin: 0 !important;
        font-weight: normal;
        font-size: 1.25rem;
        padding-right: 13.7931034483%; }
        .product-type-composite .summary .composite_component .component_inner .component_wrap .price .woocommerce-variation-price, .product-type-composite .summary .composite_component .component_inner .component_wrap .woocommerce-variation .woocommerce-variation-price {
          margin-bottom: 0 !important; }
        .product-type-composite .summary .composite_component .component_inner .component_wrap .price span.price, .product-type-composite .summary .composite_component .component_inner .component_wrap .woocommerce-variation span.price {
          padding-right: 0; }

.product-type-composite .summary .composite_price p.price {
  display: inline-block; }
  .product-type-composite .summary .composite_price p.price:before {
    content: "Bundle total: "; }

.product-type-composite .summary .composited_product_images {
  border: 1px solid #92979b; }
  @media (min-width: 25.9375rem) {
    .product-type-composite .summary .composited_product_images {
      position: absolute;
      top: -0.75rem;
      left: 0;
      width: 15.8415841584% !important; } }
  .product-type-composite .summary .composited_product_images figure.composited_product_image img {
    display: block; }

@media (min-width: 25.9375rem) {
  .product-type-composite .summary .component_data {
    position: absolute;
    top: -1rem;
    left: 64.6864686469%;
    width: 34.3234323432% !important;
    padding: 0 !important;
    float: none !important; } }

.product-type-composite .summary button.composite_add_to_cart_button {
  text-transform: uppercase;
  min-width: 15rem;
  font-size: 1.125rem;
  letter-spacing: 0.051em;
  text-align: center; }
  @media (max-width: 47.9375rem) {
    .product-type-composite .summary button.composite_add_to_cart_button {
      width: 100%; } }
.product-type-composite .summary .component_options_select {
  -webkit-appearance: none;
  padding: 0.5rem 1.75rem 0.5rem 0.625rem;
  min-width: 0; }

.product-type-composite .summary .component_options_select_wrapper {
  position: relative; }
  .product-type-composite .summary .component_options_select_wrapper:after {
    content: " ";
    background: url(images/down-arrow.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 3.5px); }

.product-type-composite .summary .component_description {
  margin-bottom: 0.75rem !important; }
  @media (min-width: 25.9375rem) {
    .product-type-composite .summary .component_description {
      margin-bottom: 0 !important; } }
@media (min-width: 25.9375rem) {
  .product-type-composite .summary .variations_form .component_data {
    position: relative;
    width: 77.7227722772% !important;
    left: 21.1221122112%; } }

@media (min-width: 25.9375rem) {
  .product-type-composite .summary .variations_form .component_data .variations {
    width: 49.2569002123%;
    float: left;
    margin-top: 6rem !important; } }

.product-type-composite .summary .variations_form .component_data .variations .required {
  text-decoration: none; }

.product-type-composite .summary .variations_form .component_data .variations select {
  width: 100%;
  border-radius: 0.3125rem;
  border-color: #92979b !important;
  padding: 0.5rem 1.75rem 0.5rem 0.625rem;
  background-image: url(images/down-arrow.svg);
  background-size: 13px 7px;
  background-position: 95% center; }

@media (min-width: 25.9375rem) {
  .product-type-composite .summary .variations_form .component_data .single_variation_wrap {
    width: 44.161358811%;
    float: right; } }

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 8.47%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 45.765%; } }

.woocommerce-page .site-main.wrap {
  max-width: 800px; }

.woocommerce-page .woocommerce-checkout-review-order-table div.quant-box, .woocommerce-page .wc-block-cart-items div.quant-box, .woocommerce-page .cart div.quant-box {
  width: 100%; }

.woocommerce-page .woocommerce-checkout-review-order-table .woocommerce-mini-cart-item div.quant-box, .woocommerce-page .wc-block-cart-items .woocommerce-mini-cart-item div.quant-box, .woocommerce-page .cart .woocommerce-mini-cart-item div.quant-box {
  width: 20%; }

.woocommerce-page .woocommerce-checkout-review-order-table th, .woocommerce-page .wc-block-cart-items th, .woocommerce-page .cart th {
  font-weight: bold;
  font-size: 1.375rem;
  text-transform: none !important;
  letter-spacing: 0;
  padding: 0 0 0.5625rem !important;
  border-bottom: 1px solid #c8cbcd;
  min-width: 0 !important;
  visibility: visible !important; }
  .woocommerce-page .woocommerce-checkout-review-order-table th.wc-block-cart-items__header-product span, .woocommerce-page .wc-block-cart-items th.wc-block-cart-items__header-product span, .woocommerce-page .cart th.wc-block-cart-items__header-product span {
    visibility: hidden; }
  .woocommerce-page .woocommerce-checkout-review-order-table th.label, .woocommerce-page .wc-block-cart-items th.label, .woocommerce-page .cart th.label {
    border-bottom: none;
    padding: 0 !important;
    text-align: left; }

.woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-item__image, .woocommerce-page .wc-block-cart-items .wc-block-cart-item__image, .woocommerce-page .cart .wc-block-cart-item__image {
  padding-left: 0.625rem !important; }
  .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-item__image img, .woocommerce-page .wc-block-cart-items .wc-block-cart-item__image img, .woocommerce-page .cart .wc-block-cart-item__image img {
    border: 1px solid #92979b; }

.woocommerce-page .woocommerce-checkout-review-order-table .product-name, .woocommerce-page .woocommerce-checkout-review-order-table .product-price, .woocommerce-page .woocommerce-checkout-review-order-table .product-quantity, .woocommerce-page .wc-block-cart-items .product-name, .woocommerce-page .wc-block-cart-items .product-price, .woocommerce-page .wc-block-cart-items .product-quantity, .woocommerce-page .cart .product-name, .woocommerce-page .cart .product-price, .woocommerce-page .cart .product-quantity {
  padding-right: 1.25rem; }

.woocommerce-page .woocommerce-checkout-review-order-table .product-subtotal, .woocommerce-page .wc-block-cart-items .product-subtotal, .woocommerce-page .cart .product-subtotal {
  text-align: right; }

.woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row, .woocommerce-page .wc-block-cart-items tr.cart_item, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row, .woocommerce-page .cart tr.cart_item, .woocommerce-page .cart .wc-block-cart-items__row {
  vertical-align: top; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td, .woocommerce-page .wc-block-cart-items tr.cart_item td, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td, .woocommerce-page .cart tr.cart_item td, .woocommerce-page .cart .wc-block-cart-items__row td {
    border-bottom: 1px solid #c8cbcd;
    padding: 1.375rem 1.5rem 1.375rem 0; }
    .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product {
      padding-right: 0; }
      .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product a, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product a, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product a, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product a, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product a, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product a {
        text-decoration: none;
        font-size: 1.125rem;
        line-height: 1.375rem;
        color: #231F20;
        display: block;
        float: left;
        max-width: 61.6504854369%; }
      .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-low-stock-badge {
        display: none; }
      .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity {
        float: right;
        max-width: 31.067961165%; }
        .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
          min-width: 0 !important; }
    .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
      min-width: 0 !important;
      font-size: 0.9375rem;
      color: #01B3C6; }
    .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item td.wc-block-cart-item__total, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row td.wc-block-cart-item__total, .woocommerce-page .wc-block-cart-items tr.cart_item td.wc-block-cart-item__total, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total, .woocommerce-page .cart tr.cart_item td.wc-block-cart-item__total, .woocommerce-page .cart .wc-block-cart-items__row td.wc-block-cart-item__total {
      font-size: 1.125rem;
      padding-top: 2rem; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-price, .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-subtotal, .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-name, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-price, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-subtotal, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-name, .woocommerce-page .wc-block-cart-items tr.cart_item .product-price, .woocommerce-page .wc-block-cart-items tr.cart_item .product-subtotal, .woocommerce-page .wc-block-cart-items tr.cart_item .product-name, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-price, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-subtotal, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-name, .woocommerce-page .cart tr.cart_item .product-price, .woocommerce-page .cart tr.cart_item .product-subtotal, .woocommerce-page .cart tr.cart_item .product-name, .woocommerce-page .cart .wc-block-cart-items__row .product-price, .woocommerce-page .cart .wc-block-cart-items__row .product-subtotal, .woocommerce-page .cart .wc-block-cart-items__row .product-name {
    padding-top: 2.625rem; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-subtotal, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-subtotal, .woocommerce-page .wc-block-cart-items tr.cart_item .product-subtotal, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-subtotal, .woocommerce-page .cart tr.cart_item .product-subtotal, .woocommerce-page .cart .wc-block-cart-items__row .product-subtotal {
    padding-right: 0; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-quantity, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-quantity, .woocommerce-page .wc-block-cart-items tr.cart_item .product-quantity, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-quantity, .woocommerce-page .cart tr.cart_item .product-quantity, .woocommerce-page .cart .wc-block-cart-items__row .product-quantity {
    padding-top: 2.125rem; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-name a, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-name a, .woocommerce-page .wc-block-cart-items tr.cart_item .product-name a, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-name a, .woocommerce-page .cart tr.cart_item .product-name a, .woocommerce-page .cart .wc-block-cart-items__row .product-name a {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.023em;
    color: #231F20;
    text-decoration: none; }
    .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-name a:hover, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-name a:hover, .woocommerce-page .wc-block-cart-items tr.cart_item .product-name a:hover, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-name a:hover, .woocommerce-page .cart tr.cart_item .product-name a:hover, .woocommerce-page .cart .wc-block-cart-items__row .product-name a:hover {
      color: #01B3C6; }
  .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-price span, .woocommerce-page .woocommerce-checkout-review-order-table tr.cart_item .product-subtotal span, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-price span, .woocommerce-page .woocommerce-checkout-review-order-table .wc-block-cart-items__row .product-subtotal span, .woocommerce-page .wc-block-cart-items tr.cart_item .product-price span, .woocommerce-page .wc-block-cart-items tr.cart_item .product-subtotal span, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-price span, .woocommerce-page .wc-block-cart-items .wc-block-cart-items__row .product-subtotal span, .woocommerce-page .cart tr.cart_item .product-price span, .woocommerce-page .cart tr.cart_item .product-subtotal span, .woocommerce-page .cart .wc-block-cart-items__row .product-price span, .woocommerce-page .cart .wc-block-cart-items__row .product-subtotal span {
    font-size: 1.25rem;
    font-weight: normal; }

.woocommerce-page .woocommerce-checkout-review-order-table td.actions, .woocommerce-page .wc-block-cart-items td.actions, .woocommerce-page .cart td.actions {
  padding: 2.125rem 0; }
  .woocommerce-page .woocommerce-checkout-review-order-table td.actions div.coupon, .woocommerce-page .wc-block-cart-items td.actions div.coupon, .woocommerce-page .cart td.actions div.coupon {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    align-content: center; }
    .woocommerce-page .woocommerce-checkout-review-order-table td.actions div.coupon label, .woocommerce-page .wc-block-cart-items td.actions div.coupon label, .woocommerce-page .cart td.actions div.coupon label {
      display: none; }
  .woocommerce-page .woocommerce-checkout-review-order-table td.actions button, .woocommerce-page .wc-block-cart-items td.actions button, .woocommerce-page .cart td.actions button {
    min-width: 0;
    width: auto;
    text-transform: uppercase; }
    .woocommerce-page .woocommerce-checkout-review-order-table td.actions button.update-cart, .woocommerce-page .wc-block-cart-items td.actions button.update-cart, .woocommerce-page .cart td.actions button.update-cart {
      float: right; }

.woocommerce-page .cart-collaterals {
  margin-bottom: 4.625rem; }
  .woocommerce-page .cart-collaterals .cart_totals {
    text-align: center; }
    .woocommerce-page .cart-collaterals .cart_totals h2 {
      display: none; }
    .woocommerce-page .cart-collaterals .cart_totals .shop_table {
      width: auto; }
      .woocommerce-page .cart-collaterals .cart_totals .shop_table th {
        text-align: left;
        padding-right: 1.25rem;
        padding-bottom: 0;
        border-bottom: none;
        vertical-align: top; }
      .woocommerce-page .cart-collaterals .cart_totals .shop_table td {
        text-align: right; }
        .woocommerce-page .cart-collaterals .cart_totals .shop_table td ul, .woocommerce-page .cart-collaterals .cart_totals .shop_table td li {
          list-style: none;
          padding-left: 0;
          margin-left: 0; }
        .woocommerce-page .cart-collaterals .cart_totals .shop_table td p.woocommerce-shipping-destination {
          line-height: 1.2em; }
      .woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals th {
        vertical-align: top; }
      .woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total th, .woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total td {
        font-size: 1.375rem;
        font-weight: bold; }
    .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
      width: 100%; }
  .woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
    clear: both; }

.woocommerce-page .thwmscf-tab-panels {
  background: transparent !important;
  padding: 0 !important; }

.woocommerce-page .woocommerce form label {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
  line-height: 1em; }
  .woocommerce-page .woocommerce form label abbr {
    text-decoration: none; }

.woocommerce-page .woocommerce form .form-row {
  width: calc(50% - 6px);
  display: inline-block;
  margin-bottom: 0; }
  .woocommerce-page .woocommerce form .form-row input, .woocommerce-page .woocommerce form .form-row select {
    width: 100%; }
    .woocommerce-page .woocommerce form .form-row input.input-checkbox, .woocommerce-page .woocommerce form .form-row input[type=checkbox], .woocommerce-page .woocommerce form .form-row select.input-checkbox, .woocommerce-page .woocommerce form .form-row select[type=checkbox] {
      width: auto; }
  .woocommerce-page .woocommerce form .form-row.form-row-first {
    margin-right: 0.75rem; }

.woocommerce-page .woocommerce form .form-row-wide {
  width: 100%; }

.woocommerce-page .woocommerce form #billing_address_1_field {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .woocommerce-page .woocommerce form #billing_state_field, .woocommerce-page .woocommerce form #billing_phone_field, .woocommerce-page .woocommerce form #shipping_state_field, .woocommerce-page .woocommerce form #shipping_phone_field {
    width: calc(50% - 6px);
    margin-right: 0.75rem; } }

@media (min-width: 768px) {
  .woocommerce-page .woocommerce form #billing_postcode_field, .woocommerce-page .woocommerce form #billing_email_field, .woocommerce-page .woocommerce form #shipping_postcode_field, .woocommerce-page .woocommerce form #shipping_email_field {
    width: calc(50% - 6px); } }

.woocommerce-page .woocommerce .woocommerce-address-fields__field-wrapper {
  margin-bottom: 1.75rem; }

.woocommerce-page .woocommerce .woocommerce-address-fields .button, .woocommerce-page .woocommerce .woocommerce-address-fields .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-page .woocommerce .woocommerce-address-fields a.wc-block-components-checkout-return-to-cart-button {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.125rem; }

.woocommerce-page .woocommerce-form-coupon p {
  margin-bottom: 1rem; }

.woocommerce-page .woocommerce-form-coupon .form-flex {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-content: center;
  margin-bottom: 2.125rem; }
  .woocommerce-page .woocommerce-form-coupon .form-flex .form-row {
    width: auto;
    margin: 0 !important; }
    .woocommerce-page .woocommerce-form-coupon .form-flex .form-row input {
      height: 100% !important; }
    .woocommerce-page .woocommerce-form-coupon .form-flex .form-row button {
      text-transform: uppercase;
      min-width: 0; }

.woocommerce-page .thwmscf-buttons {
  margin-bottom: 4.625rem;
  padding-top: 2.125rem;
  border-top: 1px solid #c8cbcd; }

/*  Mobile cart -------------------------------------------------------------------------- */
@media (max-width: 320px) {
  table.shop_table_responsive.cart {
    display: block; }
    table.shop_table_responsive.cart thead {
      display: none; }
    table.shop_table_responsive.cart tr {
      display: inline-block;
      width: 100%;
      overflow: auto; }
      table.shop_table_responsive.cart tr th, table.shop_table_responsive.cart tr td {
        display: block;
        padding: 0 0 0.75rem 0 !important;
        text-align: center !important; }
        table.shop_table_responsive.cart tr th.product-subtotal, table.shop_table_responsive.cart tr td.product-subtotal {
          padding-bottom: 2rem !important; }
        table.shop_table_responsive.cart tr th div.component_table_item_indent, table.shop_table_responsive.cart tr td div.component_table_item_indent {
          padding-left: 0; }
        table.shop_table_responsive.cart tr th div.quant-box, table.shop_table_responsive.cart tr td div.quant-box {
          margin-left: 0 !important;
          max-width: 100%;
          min-width: 0; }
        table.shop_table_responsive.cart tr th.actions, table.shop_table_responsive.cart tr td.actions {
          max-width: 100% !important; }
          table.shop_table_responsive.cart tr th.actions div.coupon, table.shop_table_responsive.cart tr td.actions div.coupon {
            display: block; }
            table.shop_table_responsive.cart tr th.actions div.coupon input, table.shop_table_responsive.cart tr td.actions div.coupon input {
              margin: 1.25rem 0; }
            table.shop_table_responsive.cart tr th.actions div.coupon button, table.shop_table_responsive.cart tr td.actions div.coupon button {
              margin-bottom: 1.25rem; }
          table.shop_table_responsive.cart tr th.actions button.update-cart, table.shop_table_responsive.cart tr td.actions button.update-cart {
            float: none; } }

@media (min-width: 321px) and (max-width: 768px) {
  table.shop_table_responsive.cart thead {
    display: none; }
  table.shop_table_responsive.cart tbody th {
    display: block; }
  table.shop_table_responsive.cart tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #c8cbcd;
    padding: 1.25rem 0; }
    table.shop_table_responsive.cart tr th,
    table.shop_table_responsive.cart tr td {
      text-align: left;
      padding: 0 !important;
      width: 48%;
      border-bottom: none !important; }
    table.shop_table_responsive.cart tr td {
      display: block; }
      table.shop_table_responsive.cart tr td.product-subtotal {
        padding-top: 0.75rem !important; }
      table.shop_table_responsive.cart tr td div.quant-box {
        margin-left: 0 !important; }
      table.shop_table_responsive.cart tr td.actions {
        width: 100% !important; }
        table.shop_table_responsive.cart tr td.actions button.update-cart {
          width: 100%;
          margin-top: 1.25rem; }
      table.shop_table_responsive.cart tr td::before {
        display: none; } }

/*  Blocks cart & checkout -------------------------------------------------------------------------- */
.wc-block-components-totals-wrapper:after, .wc-block-components-order-summary-item:after {
  content: none !important;
  display: none !important; }

.woocommerce-checkout {
  /*  FC Checkout horseshit -------------------------------------------------------------------------- */
  /*  End of FC -------------------------------------------------------------------------- */ }
  @media (max-width: 768px) {
    .woocommerce-checkout .fc-wrapper .fc-checkout-steps {
      margin: 0 !important; } }
  .woocommerce-checkout .fc-wrapper .fc-checkout-step:first-child > div:first-of-type {
    border-radius: 0; }
  .woocommerce-checkout .fc-wrapper .fc-step__substep {
    border: 0 !important; }
  .woocommerce-checkout .fc-wrapper .fc-checkout-step {
    border: none;
    margin: 0 !important;
    padding-bottom: 1.5rem;
    margin-left: 0.0625rem;
    counter-increment: item;
    padding-left: 1.5rem;
    overflow: visible;
    position: relative; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step:after {
      left: 0rem;
      content: "";
      height: calc(100% - 32px);
      border-left: 1px solid rgba(192, 204, 193, 0.3);
      position: absolute;
      top: 2rem;
      width: 1px;
      display: block; }
    @media (max-width: 768px) {
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-checkout-order-review {
        padding: 0 !important; } }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step:first-child, .woocommerce-checkout .fc-wrapper .fc-checkout-step:last-child {
      border-radius: 0; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step:last-of-type {
      border-bottom: none; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step h2.fc-step__title.screen-reader-text {
      clip: none !important;
      clip-path: none !important;
      -webkit-clip-path: none !important;
      height: auto !important;
      margin: 1.5rem 0 0 0 !important;
      overflow: visible !important;
      position: relative !important;
      width: auto !important;
      word-wrap: normal !important;
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 600 !important;
      font-size: 1.125rem !important;
      line-height: 1.375rem !important;
      color: #231F20 !important; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step h2.fc-step__title.screen-reader-text:before {
        display: inline-block !important;
        background: #231F20;
        border-radius: 50%;
        color: #FFF;
        padding: 0.0625rem 0.125rem;
        content: "" counter(item) "" !important;
        content: "" counter(item) ""/"" !important;
        width: 1.5rem !important;
        left: -2.125rem;
        position: absolute;
        font-size: 1rem;
        text-align: center; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep {
      padding: 0;
      margin-top: 0;
      border-bottom: 0 !important;
      position: relative; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep[data-substep-id=shipping_address], .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep[data-substep-id=billing_address] {
        background-color: transparent; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep h3.fc-step__substep-title {
        display: none;
        visibility: hidden;
        opacity: 0; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods {
        border-radius: 0;
        border: 0; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method .payment_box {
          background-color: transparent;
          padding-left: 0;
          padding-right: 0;
          padding-top: 0; }
          .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method .payment_box fieldset {
            border: none;
            padding: 0; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method > input[type=radio]:first-child:checked + label {
          background-color: transparent; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method > input[type=radio] + label:before, .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method > input[type=radio] + label:after {
          top: 5px; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method > input[type=radio] + label[for=payment_method_paypal]:before, .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #payment ul.payment_methods > li.wc_payment_method > input[type=radio] + label[for=payment_method_paypal]:after {
          top: 10px; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep #fc-expansible-form-section__toggle--coupon_code {
        padding-top: 1.5rem; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep div[data-collapsible].fc-expansible-form-section__content {
        margin-top: 1.5rem; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep div[data-collapsible].fc-expansible-form-section__content .fc-coupon-code__apply.button, .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep div[data-collapsible].fc-expansible-form-section__content .wc-block-checkout__actions a.fc-coupon-code__apply.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-checkout .fc-wrapper .fc-checkout-step .fc-step__substep div[data-collapsible].fc-expansible-form-section__content a.fc-coupon-code__apply.wc-block-components-checkout-return-to-cart-button {
          text-transform: uppercase; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options {
      border-radius: 0;
      border: none; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option input[type=radio]:checked + .shipping-method__option-label, .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option .dgwt-wcas-sf-wrapp input[type=radio][type="search"].dgwt-wcas-search-input:checked + .shipping-method__option-label {
        background-color: transparent; }
        .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option input[type=radio]:checked + .shipping-method__option-label:after, .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option .dgwt-wcas-sf-wrapp input[type=radio][type="search"].dgwt-wcas-search-input:checked + .shipping-method__option-label:after, .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option input[type=radio]:checked + .shipping-method__option-label:before, .woocommerce-checkout .fc-wrapper .fc-checkout-step #shipping_method.shipping-method__options .shipping-method__option .dgwt-wcas-sf-wrapp input[type=radio][type="search"].dgwt-wcas-search-input:checked + .shipping-method__option-label:before {
          top: 5px; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-step .form-row {
      padding: 0;
      width: 100%; }
  .woocommerce-checkout .fc-wrapper .fc-place-order .fc-place-order-button {
    width: auto !important;
    text-transform: uppercase; }
  .woocommerce-checkout .fc-wrapper .fc-sidevar {
    padding-top: 0.1875rem; }
  .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
    border-radius: 0 !important;
    border: 1px solid #92979b !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem !important; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner h3.fc-checkout-order-review-title {
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 600 !important;
      font-size: 1.125rem !important;
      line-height: 1.375rem !important;
      margin: 0 0 1.375rem !important;
      text-transform: none !important;
      color: #231F20 !important;
      padding: 0 !important; }
    .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table {
      width: 100% !important;
      margin: 0 !important; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table td {
        padding: 1.375rem 0 !important; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table tr:last-of-type {
        border-bottom: none !important; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table img {
        border-radius: 0 !important;
        border-color: #c8cbcd !important;
        left: 0 !important;
        padding: 0 !important; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table a.remove {
        width: auto;
        display: none;
        visibility: hidden; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table span.product_name {
        font-weight: normal;
        font-size: 1rem; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table .component dt {
        font-weight: 600;
        font-size: 1rem; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table br {
        display: none; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table div.quantity {
        max-width: 7.5rem !important;
        float: none;
        margin-top: 1rem; }
      .woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table.woocommerce-checkout-review-order-table p {
        margin: 0; }
  @media (max-width: 767px) {
    .woocommerce-checkout .fc-wrapper .fc-checkout-order-review:not(.is-activated) table.woocommerce-checkout-review-order-table td div.quantity {
      display: none !important; } }
  @media (max-width: 481px) {
    .woocommerce-checkout .fc-wrapper .fc-place-order .fc-place-order-button {
      min-width: 100%; } }
  @media (max-width: 768px) {
    .woocommerce-checkout .fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply {
      position: relative;
      top: 0;
      right: 0; } }
  @media (max-width: 768px) {
    .woocommerce-checkout .fc-wrapper .fc-checkout-order-review__actions-mobile button.fc-checkout-order-review__close-order-summary {
      min-width: 0 !important;
      text-transform: uppercase; } }
  @media (min-width: 1000px) {
    .woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-checkout .woocommerce-form-coupon {
      width: 62.5%;
      padding-right: 50px; } }
  .woocommerce-checkout .wc-block-components-totals-wrapper {
    padding: 0 0 16px 0; }
    .woocommerce-checkout .wc-block-components-totals-wrapper:first-of-type {
      padding-top: 16px; }
    .woocommerce-checkout .wc-block-components-totals-wrapper:last-of-type {
      padding-top: 16px;
      border-top: 1px solid rgba(37, 48, 55, 0.25);
      border-bottom: 1px solid rgba(37, 48, 55, 0.25);
      padding-bottom: 0; }
    .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-panel__content {
      padding-bottom: 0; }
  .woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 0; }
  .woocommerce-checkout .is-large .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
    border-left: 1px solid rgba(37, 48, 55, 0.25);
    border-right: 1px solid rgba(37, 48, 55, 0.25); }
    .woocommerce-checkout .is-large .wc-block-checkout__sidebar .wc-block-components-totals-wrapper:first-of-type {
      border-top: 1px solid rgba(37, 48, 55, 0.25); }
    .woocommerce-checkout .is-large .wc-block-checkout__sidebar .wc-block-components-totals-wrapper:last-of-type {
      border-left: none;
      border-right: none;
      border-bottom: none; }

@media (min-width: 1024px) {
  .woocommerce-cart .entry-content.wrap {
    width: 100% !important;
    max-width: 100% !important; } }

.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0; }

.wc-block-cart__submit-container {
  text-align: center; }

.woocommerce-cart:not(.logged-in) div[data-is-shipping-calculator-enabled="false"] .wc-block-components-totals-item:not(.wc-block-components-totals-footer-item),
.woocommerce-cart:not(.logged-in) div[data-is-shipping-calculator-enabled="false"] .wc-block-components-totals-shipping {
  display: none; }

.woocommerce-cart .site-main.wrap {
  max-width: 960px;
  /*  Non-block checkout fixes -------------------------------------------------------------------------- */ }
  .woocommerce-cart .site-main.wrap h2.wc-block-components-title {
    display: none; }
  .woocommerce-cart .site-main.wrap .wc-block-components-sidebar-layout {
    margin-top: 1.25rem; }
  .woocommerce-cart .site-main.wrap .wc-block-components-payment-method-icons {
    display: none; }
  .woocommerce-cart .site-main.wrap .wc-block-cart__submit-container {
    padding-bottom: 0; }
  .woocommerce-cart .site-main.wrap .is-large .wc-block-components-main {
    width: 61.4583333333%;
    margin-right: 5.2083333333%;
    padding: 0; }
  .woocommerce-cart .site-main.wrap .is-large .wc-block-cart-items {
    margin-top: 1.25rem; }
  .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar {
    padding: 0 1.375rem 0;
    width: 33.3333333333%;
    border: 1px solid #92979b;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); }
    .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-block-components-totals-item, .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-blocks-components-panel {
      padding: 0; }
      .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-block-components-totals-item.wc-block-components-shipping-rates-control__package, .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-blocks-components-panel.wc-block-components-shipping-rates-control__package {
        padding-top: 1.25rem; }
        .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-block-components-totals-item.wc-block-components-shipping-rates-control__package .wc-blocks-components-panel__content, .woocommerce-cart .site-main.wrap .is-large .wc-block-components-sidebar .wc-blocks-components-panel.wc-block-components-shipping-rates-control__package .wc-blocks-components-panel__content {
          padding-top: 1rem; }
  .woocommerce-cart .site-main.wrap .is-large .wc-block-cart__payment-options {
    padding: 0; }
  .woocommerce-cart .site-main.wrap .is-large a.components-button {
    min-width: 0 !important;
    max-width: 100%; }
  .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: grid;
    grid-template-columns: 26.8115942029% 67.3913043478%;
    -webkit-column-gap: 5.7971014493%;
       -moz-column-gap: 5.7971014493%;
            column-gap: 5.7971014493%;
    row-gap: 0.875rem;
    padding: 1rem 0 0 0 !important;
    margin-bottom: 1.3125rem !important;
    border-top: 1px solid #c8cbcd; }
    .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
      content: none !important;
      display: none !important; }
    .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row td, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row td {
      border-bottom: none !important;
      padding: 0 !important; }
      .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product {
        margin-right: 12.9032258065%; }
      .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/span 1;
        grid-row-start: 2;
        align-self: end;
        justify-self: end;
        padding-bottom: .5em !important; }
      .woocommerce-cart .site-main.wrap .is-medium table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-icon, .woocommerce-cart .site-main.wrap .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-icon, .woocommerce-cart .site-main.wrap .is-small table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
        min-width: 0 !important; }
  .woocommerce-cart .site-main.wrap .is-medium .wc-block-components-main.wc-block-cart__main, .woocommerce-cart .site-main.wrap .is-mobile .wc-block-components-main.wc-block-cart__main, .woocommerce-cart .site-main.wrap .is-small .wc-block-components-main.wc-block-cart__main {
    margin-bottom: 1rem; }
  .woocommerce-cart .site-main.wrap .is-medium .wc-block-components-sidebar.wc-block-cart__sidebar, .woocommerce-cart .site-main.wrap .is-mobile .wc-block-components-sidebar.wc-block-cart__sidebar, .woocommerce-cart .site-main.wrap .is-small .wc-block-components-sidebar.wc-block-cart__sidebar {
    border-top: 1px solid #c8cbcd;
    padding-top: 1rem; }
    .woocommerce-cart .site-main.wrap .is-medium .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-button, .woocommerce-cart .site-main.wrap .is-mobile .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-button, .woocommerce-cart .site-main.wrap .is-small .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-button {
      width: 100% !important; }
  .woocommerce-cart .site-main.wrap div.woocommerce {
    overflow: auto;
    margin-top: 2.5625rem; }
    .woocommerce-cart .site-main.wrap div.woocommerce .woocommerce-cart-form {
      padding: 0; }
      @media (min-width: 768px) {
        .woocommerce-cart .site-main.wrap div.woocommerce .woocommerce-cart-form {
          float: left;
          width: 61.4583333333%;
          margin-right: 5.2083333333%; } }
      @media (min-width: 768px) {
        .woocommerce-cart .site-main.wrap div.woocommerce .woocommerce-cart-form .component_container_table_item td, .woocommerce-cart .site-main.wrap div.woocommerce .woocommerce-cart-form .component_table_item td {
          border-bottom: 1px solid #c8cbcd !important; } }
    @media (min-width: 768px) {
      .woocommerce-cart .site-main.wrap div.woocommerce .cart-collaterals {
        float: right;
        width: 33.3333333333%; } }
    .woocommerce-cart .site-main.wrap div.woocommerce .cart-collaterals .cart_totals {
      padding: 1.375rem;
      border: 1px solid #92979b;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); }

.wc-block-components-product-badge {
  color: #92979b;
  border-color: #92979b; }

.is-large.wc-block-cart .wc-block-cart-items td:after, .wc-blocks-components-panel.has-border:after {
  content: none !important;
  display: none !important; }

.wc-blocks-components-panel__content {
  padding-bottom: 0 !important; }

.wc-blocks-components-panel__button {
  margin: 0 !important;
  padding: 0 !important; }

.wc-block-components-order-summary-item__quantity {
  font-size: 0.625rem;
  align-items: center;
  background: #fff;
  border: 1px solid #231F20;
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #231F20;
  display: flex;
  line-height: 1;
  min-height: 12px;
  padding: 0 .2em;
  position: absolute;
  justify-content: center;
  min-width: 12px;
  right: 0;
  top: 16px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1; }

.wc-block-components-totals-coupon h2 {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem !important;
  font-weight: bold;
  margin-bottom: 0 !important; }
  .wc-block-components-totals-coupon h2 button {
    width: 100%;
    min-width: 0;
    padding: 0.125rem 0;
    margin: 0 !important;
    text-align: left; }
    .wc-block-components-totals-coupon h2 button[aria-expanded="true"] {
      margin-bottom: 0.625rem !important; }

.wc-block-components-totals-coupon .wc-blocks-components-panel__content .wc-block-components-totals-coupon__button {
  min-width: 0 !important;
  background-color: #01B3C6;
  margin-left: 0 !important;
  height: 3.125rem; }
  .wc-block-components-totals-coupon .wc-blocks-components-panel__content .wc-block-components-totals-coupon__button:hover {
    background: #018593 !important;
    border-color: #018593 !important; }

.wc-block-components-totals-coupon .wc-blocks-components-panel__content .wc-block-components-totals-coupon__input input {
  border-radius: 0 !important;
  border-color: #c8cbcd;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 3.125rem !important; }

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  margin-bottom: 1.25rem; }
  .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    font-weight: bold;
    font-size: 1.375rem; }

.wc-block-components-checkout-step__description {
  font-size: 0.9375rem;
  letter-spacing: 0.043em; }

.wc-block-components-text-input label, .wc-block-components-select label {
  -webkit-transform: translateY(0.9em);
          transform: translateY(0.9em);
  margin-left: 0.875rem; }

.wc-block-components-text-input input[type=email], .wc-block-components-text-input .dgwt-wcas-sf-wrapp input[type=email][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-text-input input[type=email][type="search"].dgwt-wcas-search-input, .wc-block-components-text-input input[type=tel], .wc-block-components-text-input .dgwt-wcas-sf-wrapp input[type=tel][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-text-input input[type=tel][type="search"].dgwt-wcas-search-input, .wc-block-components-text-input input[type=text], .wc-block-components-text-input .dgwt-wcas-sf-wrapp input[type=text][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-text-input input[type=text][type="search"].dgwt-wcas-search-input, .wc-block-components-text-input input[type=url], .wc-block-components-text-input .dgwt-wcas-sf-wrapp input[type=url][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-text-input input[type=url][type="search"].dgwt-wcas-search-input, .wc-block-components-select input[type=email], .wc-block-components-select .dgwt-wcas-sf-wrapp input[type=email][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-select input[type=email][type="search"].dgwt-wcas-search-input, .wc-block-components-select input[type=tel], .wc-block-components-select .dgwt-wcas-sf-wrapp input[type=tel][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-select input[type=tel][type="search"].dgwt-wcas-search-input, .wc-block-components-select input[type=text], .wc-block-components-select .dgwt-wcas-sf-wrapp input[type=text][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-select input[type=text][type="search"].dgwt-wcas-search-input, .wc-block-components-select input[type=url], .wc-block-components-select .dgwt-wcas-sf-wrapp input[type=url][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-select input[type=url][type="search"].dgwt-wcas-search-input {
  border-radius: 0 !important;
  border-color: #C0CCC1;
  padding: 0.625rem 0.875rem 0.625rem;
  min-height: 3.125rem; }

.wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url], .wc-block-components-select.is-active input[type=email], .wc-block-components-select.is-active input[type=tel], .wc-block-components-select.is-active input[type=text], .wc-block-components-select.is-active input[type=url] {
  padding: 0.9375rem 0.875rem 0.3125rem; }

.wc-block-components-address-form input[aria-hidden="true"], .wc-block-components-address-form .dgwt-wcas-sf-wrapp input[aria-hidden="true"][type="search"].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp .wc-block-components-address-form input[aria-hidden="true"][type="search"].dgwt-wcas-search-input {
  display: none;
  visibility: hidden; }

.components-custom-select-control button.components-custom-select-control__button {
  background-color: #FFF !important;
  width: 100% !important;
  border-color: #c8cbcd !important;
  padding: 0.9375rem 0.875rem 0.3125rem; }
  .components-custom-select-control button.components-custom-select-control__button:hover, .components-custom-select-control button.components-custom-select-control__button:active, .components-custom-select-control button.components-custom-select-control__button:focus {
    padding: 0.9375rem 0.875rem 0.3125rem; }

.wc-block-checkout__add-note {
  padding: 1.25rem 0; }
  .wc-block-checkout__add-note .wc-block-components-textarea {
    border-radius: 0 !important;
    border-color: #C0CCC1;
    padding: 0.625rem 0.875rem 0.625rem; }

.wc-block-checkout__actions {
  padding: 1.5em 0 !important;
  margin-right: 0 !important; }
  .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button {
    color: #01B3C6 !important;
    text-transform: uppercase;
    text-align: center;
    min-height: 3.5625rem;
    padding-top: 1.3125rem;
    min-width: 48% !important;
    margin-right: 4%; }
    .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover {
      color: #FFF !important; }
    .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button svg {
      display: none; }
  .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    display: block;
    min-width: 48% !important; }

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
  font-size: 0.9375rem;
  text-align: left;
  list-style: none outside;
  line-height: 1;
  margin: 0 !important;
  padding-left: 0 !important; }
  .editor-styles-wrapper .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item, .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item {
    padding-left: 0 !important; }
    .editor-styles-wrapper .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item a, .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item a {
      color: #01B3C6;
      text-decoration: none; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid #C0CCC1 !important;
  border-radius: 0 !important; }

.wc-block-components-validation-error > p {
  min-height: 1.125rem; }

.wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C0CCC1;
  text-align: left;
  padding: 0;
  box-shadow: none !important; }
  .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    padding: 15px 12px 15px 72px;
    position: relative; }
    .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item .wc-block-components-tabs__item-content:before {
      content: " ";
      background: transparent;
      border: 2px solid;
      border-radius: 50%;
      display: inline-block;
      height: 1rem;
      position: absolute;
      left: 16px;
      top: 15px;
      min-height: 16px;
      min-width: 16px;
      width: 1rem; }
    .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item .wc-block-components-tabs__item-content > img {
      vertical-align: top;
      margin: 0;
      height: 1em; }
  .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item.is-active {
    box-shadow: none !important; }
    .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item.is-active .wc-block-components-tabs__item-content:after {
      background: currentColor;
      border-radius: 50%;
      content: "";
      display: block;
      left: 20px;
      margin: 0;
      position: absolute;
      top: 19px;
      height: .5em;
      min-height: 8px;
      min-width: 8px;
      width: .5em; }
  .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item:first-of-type {
    border-bottom: none;
    background: url(images/icon-cc.svg) no-repeat 97% center;
    background-size: 32px 24px; }
  .wc-block-components-checkout-payment-methods .wc-block-components-tabs__list button.wc-block-components-tabs__item:last-of-type {
    background: url(images/icon-paypal.svg) no-repeat 97% center;
    background-size: 26px 31px; }

.woocommerce-checkout .site-main.wrap {
  max-width: 960px; }

.woocommerce-checkout .wc-block-components-sidebar-layout {
  padding-bottom: 4.75rem !important;
  margin-bottom: 0 !important; }

.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 1.875rem; }

.woocommerce-checkout a.wc-block-components-product-name, .woocommerce-checkout span.wc-block-components-product-price {
  font-size: 0.9375rem;
  letter-spacing: 0.024em;
  text-decoration: none; }

.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0; }
  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    border: 1px solid #c8cbcd;
    width: 2rem !important;
    max-width: 2rem !important; }
  .woocommerce-checkout .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
    top: 7px; }

.woocommerce-checkout .wc-block-components-order-summary-item__description {
  padding-left: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0;
  line-height: 1.2; }
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices {
    display: none; }

.woocommerce-checkout .wc-block-components-radio-control__option {
  padding-left: 56px;
  padding-right: 1em; }
  .woocommerce-checkout .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
    border-top: none; }
  .woocommerce-checkout .wc-block-components-radio-control__option:after {
    content: none !important; }
  .woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px; }

.woocommerce-checkout .wc-block-components-main h2.wc-block-components-title {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-left: 0.0625rem; }
  .woocommerce-checkout .wc-block-components-main h2.wc-block-components-title:before {
    background: #231F20;
    border-radius: 50%;
    color: #FFF;
    padding: 0.0625rem 0.125rem;
    counter-increment: checkout-step;
    content: "" counter(checkout-step) "";
    content: "" counter(checkout-step) ""/"";
    width: 1.5rem;
    left: -1.25rem;
    font-size: 1rem; }

.woocommerce-checkout .wc-block-components-main h2.wc-block-components-express-payment__title:before {
  content: none !important; }

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
  border-left-color: #C0CCC1;
  left: -1.25rem; }

.woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step {
  padding-left: 0 !important; }

.woocommerce-checkout .is-large .wc-block-components-main {
  width: 56.4583333333%;
  margin-right: 10.2083333333%;
  padding: 0; }
  .woocommerce-checkout .is-large .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 0; }

.woocommerce-checkout .is-large .wc-block-components-sidebar {
  width: 33.3333333333%;
  padding-left: 0; }

.woocommerce-checkout .is-mobile .wc-block-components-main .wc-block-components-checkout-step {
  padding-left: 1.125rem !important; }

.woocommerce-checkout .is-mobile .wc-block-components-sidebar .wc-blocks-components-panel {
  border-top: 1px solid #c8cbcd;
  border-bottom: 1px solid #c8cbcd;
  padding-top: 1.25rem;
  padding-bottom: 1.375rem; }

.woocommerce-checkout .is-mobile .wc-block-components-sidebar .wc-block-components-order-summary {
  margin-bottom: 0.625rem; }

.woocommerce-checkout .is-mobile .wc-block-components-sidebar .wc-block-components-totals-item, .woocommerce-checkout .is-mobile .wc-block-components-sidebar .wc-block-components-totals-shipping {
  margin-top: 0; }

.woocommerce-checkout .is-mobile .wc-block-components-sidebar .wc-block-components-totals-taxes {
  padding-top: 0; }

/*  Account pages -------------------------------------------------------------------------- */
@media (min-width: 481px) {
  .woocommerce-account .site-main.wrap {
    max-width: 22.5rem; } }

.woocommerce-account .woocommerce h2 {
  display: none; }

.woocommerce-account .woocommerce #customer_login h2 {
  display: block; }

.woocommerce-account h1.entry-title {
  color: #253037;
  margin-bottom: 2.8125rem; }

.woocommerce-account .woocommerce-form-login__rememberme {
  margin: 0.375rem 0 0.625rem; }

.woocommerce-account .woocommerce-form-login__submit {
  margin: 0.875rem 0 0.25rem; }

.woocommerce-account form.login, .woocommerce-account form.lost_reset_password {
  margin-bottom: 4.625rem; }

.woocommerce-account form.lost_reset_password .woocommerce-form-row {
  width: 100%;
  margin-right: 0; }
  .woocommerce-account form.lost_reset_password .woocommerce-form-row .button, .woocommerce-account form.lost_reset_password .woocommerce-form-row .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-account form.lost_reset_password .woocommerce-form-row a.wc-block-components-checkout-return-to-cart-button {
    text-transform: uppercase;
    font-size: 1.125rem;
    min-width: 0; }

.woocommerce-account p.lost_password a {
  font-size: 1.25rem;
  color: #4A4A4A;
  border-bottom: 1px solid #01B3C6;
  text-decoration: none; }
  .woocommerce-account p.lost_password a:hover {
    color: #01B3C6; }

@media (min-width: 1024px) {
  .woocommerce-account.logged-in .site-main.wrap, .woocommerce-account.logged-in .entry-content.wrap {
    max-width: 58.75rem !important; } }

.woocommerce-account.logged-in .site-main {
  padding-bottom: 4.625rem; }

.woocommerce-account.logged-in .woocommerce {
  zoom: 1; }
  .woocommerce-account.logged-in .woocommerce:before, .woocommerce-account.logged-in .woocommerce:after {
    content: "";
    display: table; }
  .woocommerce-account.logged-in .woocommerce:after {
    clear: both; }
  .woocommerce-account.logged-in .woocommerce h2.woocommerce-order-details__title, .woocommerce-account.logged-in .woocommerce h2.woocommerce-column__title {
    color: #253037;
    margin: 2.8125rem 0;
    display: block; }

@media (min-width: 768px) {
  .woocommerce-account.logged-in .entry-header {
    width: 69.1489361702%;
    float: right; } }

@media (min-width: 768px) {
  .woocommerce-account.logged-in .entry-header h1.entry-title {
    text-align: left !important;
    margin-top: 1.03125rem !important; } }

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  padding: 1rem 1.25rem;
  border: 1px solid #92979b;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
      width: 23.4042553191%;
      margin-right: 7.4468085106%;
      margin-bottom: 0;
      float: left;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); } }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 768px) {
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul:hover li, .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul:focus li {
        display: block; } }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1.25rem;
      line-height: 2em;
      letter-spacing: 0.008125em;
      font-weight: 400; }
      @media (max-width: 768px) {
        .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
          display: none; } }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
        text-decoration: none;
        color: #253037;
        padding: 0.25rem 0;
        display: block; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:hover {
          color: #01B3C6; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #01B3C6; }
      @media (max-width: 768px) {
        .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active {
          display: block; } }
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  font-size: 1.25rem;
  line-height: 1.8125em;
  color: #4A4A4A;
  clear: right; }
  @media (min-width: 768px) {
    .woocommerce-account.logged-in .woocommerce-MyAccount-content {
      width: 69.1489361702%;
      float: left; } }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content p:first-of-type {
    margin-top: 0; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content a, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button {
    color: #4A4A4A;
    text-decoration: none;
    border-bottom: 1px solid #01B3C6; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button:hover {
      color: #01B3C6; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table {
    letter-spacing: 0.035625rem; }

.woocommerce-account.logged-in .col-2 {
  margin-top: 2.8125rem; }

.woocommerce-account.logged-in a.button, .woocommerce-account.logged-in .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-account.logged-in a.wc-block-components-checkout-return-to-cart-button, .woocommerce-account.logged-in button.button {
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  min-width: 0;
  font-size: 1.125rem; }
  .woocommerce-account.logged-in a.button:hover, .woocommerce-account.logged-in .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-checkout__actions .woocommerce-account.logged-in a.wc-block-components-checkout-return-to-cart-button:hover, .woocommerce-account.logged-in button.button:hover {
    color: #FFF; }

.woocommerce-account.logged-in .edit-account .form-row-first {
  margin-right: 0.5rem !important; }

.woocommerce-account.logged-in .edit-account input + span, .woocommerce-account.logged-in .edit-account .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input + span {
  font-size: 0.9375rem; }

.woocommerce-account.logged-in .edit-account fieldset {
  margin: 2.25rem 0 0;
  padding: 0;
  border: none; }
  .woocommerce-account.logged-in .edit-account fieldset legend {
    font-weight: 600;
    font-size: 1.4375rem;
    margin-bottom: 1rem; }

.woocommerce-account.logged-in td.download-file {
  padding-right: 0; }
  .woocommerce-account.logged-in td.download-file a.button, .woocommerce-account.logged-in td.download-file .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-account.logged-in td.download-file a.wc-block-components-checkout-return-to-cart-button {
    text-transform: none !important;
    padding: 0 !important;
    background: transparent;
    color: #4A4A4A;
    text-align: left;
    font-size: 1.25rem;
    border: none;
    border-bottom: 1px solid #01B3C6;
    font-weight: normal; }

.woocommerce-account.logged-in .nobr {
  white-space: nowrap; }

.woocommerce-downloads .woocommerce-info, .woocommerce-payment-methods .woocommerce-info {
  border: none;
  padding: 0; }
  .woocommerce-downloads .woocommerce-info a.button, .woocommerce-downloads .woocommerce-info .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-downloads .woocommerce-info a.wc-block-components-checkout-return-to-cart-button, .woocommerce-payment-methods .woocommerce-info a.button, .woocommerce-payment-methods .woocommerce-info .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .woocommerce-payment-methods .woocommerce-info a.wc-block-components-checkout-return-to-cart-button {
    margin-top: 1rem; }
    .woocommerce-downloads .woocommerce-info a.button:hover, .woocommerce-downloads .woocommerce-info .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-checkout__actions .woocommerce-downloads .woocommerce-info a.wc-block-components-checkout-return-to-cart-button:hover, .woocommerce-payment-methods .woocommerce-info a.button:hover, .woocommerce-payment-methods .woocommerce-info .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-checkout__actions .woocommerce-payment-methods .woocommerce-info a.wc-block-components-checkout-return-to-cart-button:hover {
      cursor: pointer; }

.woocommerce-Payment ul, .woocommerce-Payment li, .woocommerce #payment ul, .woocommerce #payment li {
  margin: 0;
  padding: 0;
  list-style: none; }

.woocommerce-Payment .woocommerce-PaymentMethod input[type="radio"] + label, .woocommerce-Payment .woocommerce-PaymentMethod .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label, .woocommerce-Payment .wc_payment_method input[type="radio"] + label, .woocommerce-Payment .wc_payment_method .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label, .woocommerce #payment .woocommerce-PaymentMethod input[type="radio"] + label, .woocommerce #payment .woocommerce-PaymentMethod .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label, .woocommerce #payment .wc_payment_method input[type="radio"] + label, .woocommerce #payment .wc_payment_method .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label {
  display: inline; }

.woocommerce-Payment .woocommerce-PaymentBox p, .woocommerce #payment .woocommerce-PaymentBox p {
  margin: 1.8125rem 0;
  font-size: 1rem;
  color: #666;
  line-height: 1.5em; }

.woocommerce-Payment .woocommerce-PaymentBox fieldset, .woocommerce #payment .woocommerce-PaymentBox fieldset {
  border: 1px solid #C0CCC1;
  margin: 0 0 1.5rem; }

td.woocommerce-PaymentMethod--actions a.button, td.woocommerce-PaymentMethod--actions .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions td.woocommerce-PaymentMethod--actions a.wc-block-components-checkout-return-to-cart-button {
  padding: 0;
  background: transparent;
  font-weight: normal;
  letter-spacing: 0;
  color: #4A4A4A;
  text-decoration: none;
  border: none;
  text-transform: none;
  border-bottom: 1px solid #01B3C6; }
  td.woocommerce-PaymentMethod--actions a.button:hover, td.woocommerce-PaymentMethod--actions .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-checkout__actions td.woocommerce-PaymentMethod--actions a.wc-block-components-checkout-return-to-cart-button:hover {
    color: #01B3C6; }

/*  Order Pay page -------------------------------------------------------------------------- */
.woocommerce-order-pay h1.entry-title, .woocommerce-order-received h1.entry-title {
  color: #253037;
  margin-bottom: 2.8125rem; }

.woocommerce-order-pay .woocommerce, .woocommerce-order-received .woocommerce {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  color: #4A4A4A;
  margin-bottom: 4.625rem; }
  .woocommerce-order-pay .woocommerce .wc_payment_method, .woocommerce-order-received .woocommerce .wc_payment_method {
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #C0CCC1;
    margin-bottom: 1.5rem !important; }
    .woocommerce-order-pay .woocommerce .wc_payment_method input[type="radio"] + label, .woocommerce-order-pay .woocommerce .wc_payment_method .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label, .woocommerce-order-received .woocommerce .wc_payment_method input[type="radio"] + label, .woocommerce-order-received .woocommerce .wc_payment_method .dgwt-wcas-sf-wrapp input[type="radio"][type="search"].dgwt-wcas-search-input + label {
      font-size: 1.25rem;
      font-weight: 600; }
    .woocommerce-order-pay .woocommerce .wc_payment_method a.about_paypal, .woocommerce-order-received .woocommerce .wc_payment_method a.about_paypal {
      display: inline-block;
      padding-left: 1rem;
      font-size: 1rem; }
    .woocommerce-order-pay .woocommerce .wc_payment_method p, .woocommerce-order-received .woocommerce .wc_payment_method p {
      margin: 0; }
    .woocommerce-order-pay .woocommerce .wc_payment_method fieldset, .woocommerce-order-received .woocommerce .wc_payment_method fieldset {
      border: 1px solid #C0CCC1;
      margin: 0 0 1.5rem; }
    .woocommerce-order-pay .woocommerce .wc_payment_method.payment_method_paypal img, .woocommerce-order-received .woocommerce .wc_payment_method.payment_method_paypal img {
      display: none; }
  .woocommerce-order-pay .woocommerce form .form-row, .woocommerce-order-received .woocommerce form .form-row {
    width: 100%;
    margin: 0; }
  .woocommerce-order-pay .woocommerce button.button, .woocommerce-order-received .woocommerce button.button {
    text-transform: uppercase;
    margin-top: 1.5rem;
    font-size: 1.125rem; }

/*  Order confirmation / thank you page -------------------------------------------------------------------------- */
.woocommerce-order-received h1.entry-title {
  margin-bottom: 1.875rem; }

.woocommerce-order-received .entry-content .woocommerce-notice {
  margin-top: 0; }

.woocommerce-order-received .entry-content h2 {
  font-size: 1.5rem;
  color: #253037;
  font-weight: 600;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.125rem; }

.woocommerce-order-received .entry-content ul.woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0 0 2.4375rem 0;
  padding: 0; }
  .woocommerce-order-received .entry-content ul.woocommerce-thankyou-order-details li {
    list-style: none;
    padding: 0;
    margin: 0; }

@media (min-width: 768px) {
  .woocommerce-order-received .entry-content .woocommerce-order-wrap {
    margin: 0 auto 16px;
    position: relative;
    zoom: 1; }
    .woocommerce-order-received .entry-content .woocommerce-order-wrap:before, .woocommerce-order-received .entry-content .woocommerce-order-wrap:after {
      content: "";
      display: table; }
    .woocommerce-order-received .entry-content .woocommerce-order-wrap:after {
      clear: both; } }

@media (min-width: 768px) {
  .woocommerce-order-received .entry-content .woocommerce-order-info, .woocommerce-order-received .entry-content .woocommerce-customer-details, .woocommerce-order-received .entry-content .woocommerce-order-downloads {
    width: 61.4583333333%;
    margin-right: 5.2083333333%;
    padding: 0;
    float: left; } }

@media (min-width: 768px) {
  .woocommerce-order-received .entry-content .woocommerce-order-details {
    padding: 1.25rem 1.375rem 1.375rem;
    width: 33.3333333333%;
    border: 1px solid #92979b;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    font-size: 0.9375rem;
    float: right; } }

@media (min-width: 768px) {
  .woocommerce-order-received .entry-content .woocommerce-order-details h2 {
    font-size: 1.25rem; } }

.woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table__product-name.product-name {
  min-width: 0;
  padding-bottom: 0; }
  .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table__product-name.product-name a {
    color: #231F20;
    text-decoration: none; }

.woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details {
  margin-bottom: 0.75rem; }
  .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__line-item:last-of-type td {
    padding-bottom: 1.25rem; }
  .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details tfoot {
    vertical-align: middle;
    border-top: 1px solid #c8cbcd; }
    .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-of-type td, .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-of-type th {
      padding-top: 0.8125rem; }
    .woocommerce-order-received .entry-content .woocommerce-order-details .woocommerce-table--order-details tfoot td {
      padding: 0; }

.woocommerce-order-received .entry-content .woocommerce-order-details .has_note {
  border-top: 1px solid #c8cbcd;
  padding-top: 0.8125rem;
  margin-top: 0.8125rem; }
  .woocommerce-order-received .entry-content .woocommerce-order-details .has_note h2 {
    margin-bottom: 0; }
  .woocommerce-order-received .entry-content .woocommerce-order-details .has_note p {
    margin: 0; }

.woocommerce-order-received .entry-content .woocommerce-order-downloads {
  margin: 2.4375rem 0; }

.woocommerce-order-received .entry-content .woocommerce-table--order-downloads .download-file {
  text-align: right;
  padding-right: 0; }

.woocommerce-order-received .entry-content .woocommerce-table--order-downloads td.download-product a {
  color: #231F20;
  text-decoration: none; }

.woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2 {
  zoom: 1; }
  .woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2:before, .woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2:after {
    content: "";
    display: table; }
  .woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2:after {
    clear: both; }
  .woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column {
    width: 50%;
    float: left; }
    .woocommerce-order-received .entry-content .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column address p {
      margin: 0; }

/*  Hide description in cart, other block fixes -------------------------------------------------------------------------- */
.wc-block-components-product-metadata {
  display: none; }

.wc-block-components-totals-shipping:after, .wc-block-components-totals-taxes:after {
  content: none !important;
  border: none !important; }

button.wc-block-components-chip__remove {
  min-width: 0 !important; }

li.wc-block-components-totals-discount__coupon-list-item {
  margin-top: .5em; }

.shipping-calculator-form button.button {
  min-width: 0 !important; }

/**
 * General WooCommerce components
 */
.hidden {
  display: none !important; }

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }
  .star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #01B3C6; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #231F20;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #231F20;
    opacity: 0.25; }

p.stars:hover a::before {
  content: "\53";
  color: #01B3C6;
  opacity: 1; }

p.stars.selected a.active::before {
  content: "\53";
  color: #01B3C6;
  opacity: 1; }

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #231F20;
  opacity: 0.25; }

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #01B3C6;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #FF5F55; }
  .woocommerce-password-strength.bad {
    color: #FF5F55; }
  .woocommerce-password-strength.good {
    color: rgba(1, 179, 198, 0.5); }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #FF5F55; }

.required {
  color: #f00; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border: 1px solid #0f834d;
  clear: both;
  padding: 0.75rem;
  margin-bottom: 2.125rem;
  list-style: none; }
  .woocommerce-message li,
  .woocommerce-info li,
  .woocommerce-error li,
  .woocommerce-noreviews li,
  p.no-comments li {
    list-style: none; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #FFF;
  border: 1px solid rgba(1, 179, 198, 0.5); }

.woocommerce-error {
  background-color: transparent;
  border-color: #FF5F55;
  color: #FF5F55; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: rgba(1, 179, 198, 0.5);
  z-index: 9999; }

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
  background-color: transparent !important; }

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 999999;
    left: -999em;
    display: block; }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: auto;
    right: 0;
    display: block; }
    .site-header-cart:hover .widget_shopping_cart .widget_shopping_cart_content, .site-header-cart.focus .widget_shopping_cart .widget_shopping_cart_content {
      background: #FFF;
      padding: 0.5rem 1rem; } }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4; }
  .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .widget_price_filter .price_slider_amount a.wc-block-components-checkout-return-to-cart-button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #01B3C6;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #01B3C6; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/*  Widget shopping cart -------------------------------------------------------------------------- */
.widget_shopping_cart ul, .widget_shopping_cart li, #home-cart ul, #home-cart li {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
  display: none; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward.checkout {
    display: inline-block; }

.widget_shopping_cart p.note {
  font-size: 1.125rem;
  font-style: italic;
  color: #4A4A4A;
  margin: 2rem 0 0.3125rem; }

.widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #c8cbcd;
  padding: 1rem 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center; }
  @media (max-width: 490px) {
    .widget_shopping_cart .mini_cart_item {
      flex-wrap: wrap; } }
  .widget_shopping_cart .mini_cart_item .product-figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    width: 72.9372937294%;
    color: #231F20;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.023em; }
    @media (max-width: 490px) {
      .widget_shopping_cart .mini_cart_item .product-figure {
        width: 100%; } }
    .widget_shopping_cart .mini_cart_item .product-figure img {
      width: 22.1719457014%;
      height: auto;
      border: 1px solid #92979b;
      /*margin-right: rem(32);*/ }
      @media (max-width: 490px) {
        .widget_shopping_cart .mini_cart_item .product-figure img {
          max-width: 23.4848484848%; } }
    .widget_shopping_cart .mini_cart_item .product-figure span.title {
      display: inline-block;
      text-align: left;
      padding: 0.5625rem 0;
      width: 50.9090909091%; }
      @media (max-width: 490px) {
        .widget_shopping_cart .mini_cart_item .product-figure span.title {
          width: 47.7272727273%;
          padding-top: 0; } }
  .widget_shopping_cart .mini_cart_item div.price-box {
    width: 11.3636363636%;
    text-align: right;
    font-size: 1.25rem;
    font-weight: normal;
    padding: 0.5625rem 0; }
    @media (max-width: 490px) {
      .widget_shopping_cart .mini_cart_item div.price-box {
        width: auto;
        padding-top: 0; } }
  .widget_shopping_cart .mini_cart_item dl.variation {
    display: none; }

/*  Quantity box -------------------------------------------------------------------------- */
div.quant-box {
  padding: 0;
  position: relative;
  width: 20%; }
  @media (max-width: 490px) {
    div.quant-box {
      width: 69.696969697%;
      margin-left: 30.303030303%;
      margin-top: 0.5rem; } }
div.quantity, div.wc-block-components-quantity-selector {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border: 1px solid #C0CCC1;
  width: 100%;
  min-width: 0 !important;
  border-radius: 0 !important; }

div.wc-block-components-quantity-selector {
  min-width: 7.875rem !important; }

input[type="number"].qty, .dgwt-wcas-sf-wrapp input[type="number"].qty[type="search"].dgwt-wcas-search-input, input.wc-block-components-quantity-selector__input, .dgwt-wcas-sf-wrapp input.wc-block-components-quantity-selector__input[type="search"].dgwt-wcas-search-input {
  border: none;
  padding: 0.25rem 0 !important;
  font-size: 1.125rem !important;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 33%;
  min-width: 0 !important;
  position: relative;
  z-index: 1; }

a.wbu-qty-button, button.wc-block-components-quantity-selector__button {
  border: none !important;
  background: rgba(35, 81, 40, 0.05) !important;
  border-radius: 0 !important;
  padding: 0.25rem 0 !important;
  font-size: 1.125rem;
  text-align: center;
  color: #231F20 !important;
  text-decoration: none;
  display: inline-block !important;
  width: 33% !important;
  position: relative;
  z-index: 2;
  align-self: stretch; }
  a.wbu-qty-button.wbu-btn-sub, a.wbu-qty-button.wc-block-components-quantity-selector__button--minus, button.wc-block-components-quantity-selector__button.wbu-btn-sub, button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid #C0CCC1; }
  a.wbu-qty-button.wbu-btn-inc, a.wbu-qty-button.wc-block-components-quantity-selector__button--plus, button.wc-block-components-quantity-selector__button.wbu-btn-inc, button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    border-left: 1px solid #C0CCC1; }

a.remove {
  font-size: 0.9375rem;
  color: #4A4A4A;
  display: block;
  text-align: right;
  margin-top: 0.34375rem; }
  a.remove:hover {
    color: #01B3C6; }
  @media (max-width: 490px) {
    a.remove {
      display: none; } }
span.quantity span.quantity {
  display: none; }

.dgwt-wcas-suggestion-more {
  display: none !important; }

/**
 * WooCommerce miscellaneous
 */
.button.product_type_variable, .wc-block-checkout__actions a.product_type_variable.wc-block-components-checkout-return-to-cart-button, .button.button.product_type_composite, .wc-block-checkout__actions a.product_type_composite.wc-block-components-checkout-return-to-cart-button, .button.single_add_to_cart_button, .wc-block-checkout__actions a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button {
  text-transform: uppercase;
  text-align: center; }

.archive .onbackorder .button.single_add_to_cart_button, .archive .onbackorder .wc-block-checkout__actions a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .archive .onbackorder a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .archive .onbackorder .button.add_to_cart_button, .archive .onbackorder .wc-block-checkout__actions a.add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions .archive .onbackorder a.add_to_cart_button.wc-block-components-checkout-return-to-cart-button {
  background: #ccc;
  color: #000;
  border-color: #000; }

.archive .onbackorder .text-help {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center; }

.text-help {
  font-weight: 400;
  font-size: 16px; }

/* Digital Gift Card */
.product.wc_gc_giftcard_product form.cart table.variations {
  max-width: none;
  /*
				label{
					display: block;
					margin-top: -25px;
				}
				*/ }
  .product.wc_gc_giftcard_product form.cart table.variations th.label {
    width: 100px; }
  .product.wc_gc_giftcard_product form.cart table.variations select {
    width: calc( 100% - 60px); }

.product.wc_gc_giftcard_product form.cart .quantity {
  visibility: hidden;
  pointer-events: none;
  height: 0; }

.add_gift_card_form {
  padding: 10px;
  margin-bottom: 20px; }
  .add_gift_card_form button {
    margin-top: 20px;
    text-transform: uppercase; }

/*

Composite Product

*/
.component_options_select_wrapper select.component_options_select {
  width: 100%; }

button.single_add_to_cart_button.composite_add_to_cart_button.added:after {
  display: inline-block;
  content: "\2713";
  padding-left: .5em; }

/*

	Checkout Form

*/
body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.wc_payment_methods.payment_methods {
  border: 0 !important; }

/*

	MOBILE FIXES

*/
@media (max-width: 767px) {
  html,
  body {
    width: 100vw;
    overflow-x: hidden; } }

@media (max-width: 767px) {
  body.archive .products .product img {
    width: 100%;
    height: auto; } }

body.page-template-default:not(.woocommerce-cart) #primary.wrap .entry-content.wrap {
  max-width: 100% !important; }

@media (max-width: 767px) {
  body.page-template-default .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
    max-width: none !important; }
  body.page-template-default .wp-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image,
  body.page-template-default .wp-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-link {
    display: block; }
  body.page-template-default .wp-block-handpicked-products .wc-block-grid__product-image img {
    width: 100%;
    height: auto; }
  body.page-template-default .wp-block-handpicked-products .wp-block-button a {
    width: 100%; } }
/*# sourceMappingURL=style.css.map */