@charset "UTF-8";
/******************** Bridget's Common Things **************/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*word-break: break-word;
  overflow-wrap: break-word;*/
}

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

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=url], input[type=submit], button, input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number] { /* hide number spinners */
  -moz-appearance: textfield;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. Might be needed for accessibility */
/* #content[tabindex="-1"]:focus, *[tabindex="0"]:focus {
	outline: 0;
} */
a:focus {
  outline: 0 none; /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}
textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: 0 none;
}

address, dl {
  font-style: normal;
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Functions and variables only - can include anywhere and not create more CSS */
/* Grid sizes: */
/* http://gridcalculator.dk/#/1100/12/16/30 -- 72px col */
/* Colors */
/* methods and globals */
/* Functions and variables only - can include anywhere and not create more CSS */
/* Grid sizes: */
/* http://gridcalculator.dk/#/1100/12/16/30 -- 72px col */
/* Colors */
/* methods and globals */
/*------------------------------------------------
## Images
--------------------------------------------------*/
/*.wp-block-image{


  .alignleft{
    margin-right: rem(20);
  }
  .alignright{
    margin-left: rem(20);
  }

  .alignleft, .alignright{
    max-width: 50%;
    @include media("<=small"){
      float: none;
      margin: 0 auto;
      padding-bottom: rem(20);
      max-width: none;
    }
  }
}*/
abbr {
  text-decoration: none;
}

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

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

/*.text-center, .aligncenter{
  text-align: center;
  width: 100%;
}*/
sup, sub {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.75em;
}

sup {
  bottom: -0.75em;
}

a.skip-link {
  background: #1a1d1e;
  padding: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  position: absolute;
  top: -999px;
  color: #edebe4;
  display: block;
}
a.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 100000;
  color: white;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

button {
  background: transparent;
  border: 0;
}

/* front end generic things */
/*
From: http://flexboxgrid.com/

Uncomment and set these variables to customize the grid.

Note - set xs size for start and then go up for changes
 */
/* if more than gap around whole container - add it to .max-container */
.max-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: calc(100% - 1.25rem);
}
@media only screen and (min-width: 48.125rem) {
  .max-container {
    max-width: min(100% - 1.875rem * 2, 65rem);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-right: 0;
  padding-left: 0;
  min-width: initial;
}

.row-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.vertical-center { /* old way*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col-8-block-wrapper > * {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 44rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-10 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 55rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-6 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 33rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-8 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 44rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.row-no-wrap-sm {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.col-sm {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-sm-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-sm-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-sm-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-sm-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-sm-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-sm-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-sm-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-sm-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-sm-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-sm-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-sm-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*.col-sm-offset-1 {
  margin-left: 8.333%;
}

.col-sm-offset-2 {
  margin-left: 16.667%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-4 {
  margin-left: 33.333%;
}

.col-sm-offset-5 {
  margin-left: 41.667%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-7 {
  margin-left: 58.333%;
}

.col-sm-offset-8 {
  margin-left: 66.667%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-10 {
  margin-left: 83.333%;
}

.col-sm-offset-11 {
  margin-left: 91.667%;
}*/
.start-sm {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.center-sm {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.end-sm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-sm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.middle-sm {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-sm {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-sm {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-sm {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-sm {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-sm {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48.125rem) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-no-wrap-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 70.25rem) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-col: 1fr;
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/meris-new/_icon-fonts/icomoon.eot?vbzynl");
  src: url("/wp-content/themes/meris-new/_icon-fonts/icomoon.eot?vbzynl#iefix") format("embedded-opentype"), url("/wp-content/themes/meris-new/_icon-fonts/icomoon.ttf?vbzynl") format("truetype"), url("/wp-content/themes/meris-new/_icon-fonts/icomoon.woff?vbzynl") format("woff"), url("/wp-content/themes/meris-new/_icon-fonts/icomoon.svg?vbzynl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e924";
}

.icon-user1:before {
  content: "\e925";
}

.icon-dot-circle-o:before {
  content: "\e91f";
}

.icon-circle-o:before {
  content: "\e920";
}

.icon-play-mp3:before {
  content: "\e921";
}

.icon-pause-mp3:before {
  content: "\e922";
}

.icon-caret-right:before {
  content: "\e90d";
}

.icon-caret-left:before {
  content: "\e90c";
}

.icon-controls .path1:before {
  content: "\e91a";
  color: rgb(210, 208, 201);
}

.icon-controls .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(116, 115, 111);
}

.icon-bullet:before {
  content: "\e91b";
}

.icon-menu:before {
  content: "\e91c";
}

.icon-logo:before {
  content: "\e91d";
}

.icon-play-button:before {
  content: "\e900";
}

.icon-arrow-circle-down .path1:before {
  content: "\e901";
  color: rgb(89, 89, 92);
}

.icon-arrow-circle-down .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(61, 61, 63);
}

.icon-arrow-circle-left .path1:before {
  content: "\e903";
  color: rgb(89, 89, 92);
}

.icon-arrow-circle-left .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(61, 61, 63);
}

.icon-arrow-circle-right .path1:before {
  content: "\e905";
  color: rgb(89, 89, 92);
}

.icon-arrow-circle-right .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(61, 61, 63);
}

.icon-arrow-circle-up .path1:before {
  content: "\e907";
  color: rgb(89, 89, 92);
}

.icon-arrow-circle-up .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(61, 61, 63);
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-caret-down:before {
  content: "\e90b";
}

.icon-caret-up:before {
  content: "\e90e";
}

.icon-cart:before {
  content: "\e90f";
}

.icon-x:before {
  content: "\e923";
}

.icon-facebook:before {
  content: "\e910";
}

.icon-google:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-mail:before {
  content: "\e913";
}

.icon-map-marker:before {
  content: "\e914";
}

.icon-marker:before {
  content: "\e915";
}

.icon-phone:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
}

.icon-usa:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e919";
}

:focus-visible {
  outline: 0 none !important;
}

@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-Light.woff2") format("woff2"), url("transfonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-Regular.woff2") format("woff2"), url("transfonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-ExtraLightItalic.woff2") format("woff2"), url("transfonts/TitilliumWeb-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-ExtraLight.woff2") format("woff2"), url("transfonts/TitilliumWeb-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-Italic.woff2") format("woff2"), url("transfonts/TitilliumWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("transfonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("transfonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  color: #f4f2eb;
  background-color: #1a1d1e;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  left: 0;
  height: 100%;
  word-break: break-word;
  white-space: normal;
}
body.pushedMenu { /* desktop sub menu slide out */
  overflow-x: hidden;
}
body.push-left {
  left: -16.25rem;
}
body table {
  word-break: normal;
}

mark {
  background-color: transparent;
  color: inherit;
}

#maincontent {
  width: 100%;
  position: relative;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  right: 0;
  z-index: 5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
}
#maincontent.push-toright {
  right: -20rem;
}

.grecaptcha-badge {
  z-index: 10;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

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

ul, ol {
  margin: 0 0 0 1.25rem;
  padding: 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

hr.short-centered-line {
  width: 3rem;
  margin: 1.625rem 0 1.875rem;
  border: 0;
  height: 0;
  border-top: 2px solid #c1b383;
  display: inline-block;
}

.sm-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.455em;
  font-weight: 600;
  text-transform: uppercase;
  color: #a09d90;
  padding-bottom: 0.3125rem;
  display: block;
}
@media only screen and (max-width: 48.125rem) {
  .sm-text {
    font-size: 0.75rem;
    line-height: 1.1875rem;
    letter-spacing: 0.155em;
  }
}

.sm-gold-box--slant {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  background: #c1b383;
  background: rgba(174, 167, 140, 0.6);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  /*transform: skewX(-20deg); */
  display: inline-block;
  /*margin-left: rem(4);*/
}
.sm-gold-box--slant a, .sm-gold-box--slant span {
  display: inline-block;
  /*transform: skewX(20deg); */
  padding: 0.1875rem 0.9375rem;
}

.sm-gold-box--copy {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  letter-spacing: 1.86px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c1beb3;
  display: block;
}

.no-link > a:hover, .no-link > a:focus {
  cursor: default;
}

.button-link, .woocommerce-form-register__submit, .woocommerce-form-login__submit {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  word-break: normal;
}
.button-link:hover, .woocommerce-form-register__submit:hover, .woocommerce-form-login__submit:hover {
  cursor: pointer;
}
.button-link:hover, .button-link:focus, .woocommerce-form-register__submit:hover, .woocommerce-form-register__submit:focus, .woocommerce-form-login__submit:hover, .woocommerce-form-login__submit:focus {
  background-color: black;
  cursor: pointer;
}
@media only screen and (max-width: 48.125rem) {
  .button-link, .woocommerce-form-register__submit, .woocommerce-form-login__submit {
    padding: 1.125rem 2.1875rem;
  }
}
.button-link .btn-input, .woocommerce-form-register__submit .btn-input, .woocommerce-form-login__submit .btn-input {
  background-color: transparent;
  border: 0 none;
  color: #dde7e7;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
}
.button-link .btn-text, .woocommerce-form-register__submit .btn-text, .woocommerce-form-login__submit .btn-text {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.button-link .btn-arrow, .woocommerce-form-register__submit .btn-arrow, .woocommerce-form-login__submit .btn-arrow {
  position: absolute;
  left: 1.5625rem;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
          transform: matrix(1, 0, 0, 1, 0, -6);
}
.button-link .btn-arrow:before, .woocommerce-form-register__submit .btn-arrow:before, .woocommerce-form-login__submit .btn-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 0.6875rem;
  color: #525252;
  display: block;
}
@media only screen and (max-width: 48.125rem) {
  .button-link .btn-arrow, .woocommerce-form-register__submit .btn-arrow, .woocommerce-form-login__submit .btn-arrow {
    left: 1.125rem;
  }
}

.color-gold-text {
  color: #c0b590;
}

.link-with-arrow {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  color: #d3d1cd;
}
.link-with-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #c1b383;
  vertical-align: middle;
  padding-left: 0.3125rem;
}

.equal-height-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.wysiwyg p, .wysiwyg li {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 200;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 70.25rem) {
  .wysiwyg p, .wysiwyg li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  padding-bottom: 1.25rem;
}
.wysiwyg hr {
  border-top: 1px solid rgba(192, 181, 144, 0.29);
  border-bottom: 0 none;
}

/************************ Header *****************/
.site-banner {
  text-align: center;
  padding: 0.625rem 6.75rem;
  font-size: 0.6875rem;
  line-height: 1.25;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  color: #dde7e7;
}
@media only screen and (max-width: 48.125rem) {
  .site-banner {
    padding: 0.625rem;
  }
}
.site-banner a {
  text-decoration: underline;
}

header#top {
  background-color: #4d4c4b;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* do not shrink   - initial value: 0 */
  width: 12.8125rem; /* width/height  - initial value: auto */
}

#desktop-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 12.8125rem;
  z-index: 10; /* so on top of floating product menu */
}

.admin-bar #desktop-menu-container, .admin-bar #desktop-products-sub-menu, .admin-bar .top-sub-menu-container, .admin-bar #header-cart {
  top: 32px;
}

.desktop-logo {
  background-color: #242424;
  height: 5.25rem;
  text-align: center;
}
.desktop-logo a {
  display: inline-block;
  padding: 1.625rem 0;
}

/************** Added for sub menu switching *************/
#header-main-menu > li.current_page_parent .link-indic {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header-main-menu > li > .sub-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 12.8125rem;
  width: 20rem;
  padding: 0.6875rem 2.125rem;
}
#header-main-menu > li > .sub-menu a, #header-main-menu > li > .sub-menu span {
  color: #848484;
}
#header-main-menu > li > .sub-menu .sub-arrow {
  position: absolute;
  top: 50%;
  width: 10px;
  right: 0px;
  height: 10px;
  margin-top: -8px;
  color: #848484;
}
#header-main-menu > li > .sub-menu .sub-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 0.5625rem;
}
#header-main-menu > li > .sub-menu li {
  display: block;
  position: relative;
}
#header-main-menu > li > .sub-menu ul {
  margin: 0;
}
#header-main-menu > li > .sub-menu > li {
  padding: 1.0625rem 0;
}
#header-main-menu > li > .sub-menu > li.current-menu-item > a, #header-main-menu > li > .sub-menu > li.current-menu-ancestor > a {
  color: #c0b590;
}
#header-main-menu > li > .sub-menu > li > a, #header-main-menu > li > .sub-menu > li > span.no-link {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0.08em;
  padding: 0 0 0.625rem;
  border-bottom: 3px solid #444444;
  display: block;
}
#header-main-menu > li > .sub-menu > li > ul > li {
  padding: 0.625rem 0;
  border-bottom: 1px solid #444444;
}
#header-main-menu > li > .sub-menu > li > ul > li.current-menu-item > a {
  color: #c0b590;
}
#header-main-menu > li > .sub-menu > li > ul > li > a {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.075em;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
#header-main-menu > li > .sub-menu > li > ul > li > a:hover, #header-main-menu > li > .sub-menu > li > ul > li > a:focus {
  color: #c0b590;
}

/************** Added for sub menu switching *************/
#desktop-products-sub-menu { /* set this so .sub-menu has a place to slide into */
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 12.8125rem;
  width: 20rem;
  background-color: #303030;
}

.sub-links-shell {
  position: absolute;
  width: 78%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#desktop-sub-menu-active-overlay {
  background-color: #151515;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 98;
}
#desktop-sub-menu-active-overlay.dk-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  visibility: visible;
}

.link-indic {
  position: absolute;
  width: 6px;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #c1b383;
  left: 0;
  top: 0;
}

.main-menu {
  position: relative;
  background-color: #3d3d3d;
}
.main-menu li, .main-menu a {
  position: relative;
}
.main-menu > li > .sub-menu {
  background-color: #303030;
  padding: 0.6875rem 2.125rem;
}
.main-menu > li > .sub-menu a, .main-menu > li > .sub-menu span {
  color: #848484;
}
.main-menu > li > .sub-menu > li {
  padding: 1.0625rem 0;
}
.main-menu > li > .sub-menu > li.current-menu-item > a, .main-menu > li > .sub-menu > li.current-menu-ancestor > a {
  color: #c0b590;
}
.main-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > span.no-link {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  padding: 0 0 0.625rem;
  border-bottom: 3px solid #444444;
}
.main-menu > li > .sub-menu > li > ul > li {
  padding: 0.625rem 0;
  border-bottom: 1px solid #444444;
}
.main-menu > li > .sub-menu > li > ul > li.current-menu-item > a {
  color: #c0b590;
}
.main-menu > li > .sub-menu > li > ul > li > a {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.075em;
}
.main-menu > li > .sub-menu > li > ul > li > a:hover, .main-menu > li > .sub-menu > li > ul > li > a:focus {
  color: #c0b590;
}
.main-menu a, .main-menu span.no-link {
  display: block;
}
.main-menu > li {
  position: relative;
  border-bottom: 1px solid #4d4c46;
}
.main-menu > li > a {
  color: #939393;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
  padding: 1.5625rem 0.9375rem 1.5625rem 1.875rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.main-menu > li i.icon-menu-arrow {
  float: right;
  font-size: 1.125rem;
  z-index: 10;
}
.main-menu > li i.icon-menu-arrow .path1:before {
  content: "\e905";
  color: #58585b;
}
.main-menu > li i.icon-menu-arrow .path2:before {
  content: "\e906";
  margin-left: -1.1875rem;
  color: #3d3d3d;
}
.main-menu > li.current-menu-item .link-indic, .main-menu > li.current-menu-ancestor .link-indic {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.main-menu > li.current-menu-ancestor > a, .main-menu > li.current-menu-item > a, .main-menu > li > a:hover, .main-menu > li > a:focus, .main-menu > li.current_page_parent > a {
  /*border-left: 5px solid $gold;*/
  background-color: #303030;
  color: white;
}
.main-menu > li.current-menu-ancestor > a i.icon-menu-arrow .path1:before, .main-menu > li.current-menu-item > a i.icon-menu-arrow .path1:before, .main-menu > li > a:hover i.icon-menu-arrow .path1:before, .main-menu > li > a:focus i.icon-menu-arrow .path1:before, .main-menu > li.current_page_parent > a i.icon-menu-arrow .path1:before {
  color: #424244;
}
.main-menu > li.current-menu-ancestor > a i.icon-menu-arrow .path2:before, .main-menu > li.current-menu-item > a i.icon-menu-arrow .path2:before, .main-menu > li > a:hover i.icon-menu-arrow .path2:before, .main-menu > li > a:focus i.icon-menu-arrow .path2:before, .main-menu > li.current_page_parent > a i.icon-menu-arrow .path2:before {
  color: #303030;
}

#mobile-menu {
  border-left: 1px solid #242424;
}

#mobile-main-menu {
  width: 16.25rem;
}
#mobile-main-menu > li > .sub-menu {
  display: none;
  padding: 0 0 0 0.9375rem;
  border-left: 6px solid #c0b590;
}
#mobile-main-menu > li > .sub-menu > li {
  padding: 0 0 2.1875rem 0;
}
#mobile-main-menu > li > .sub-menu > li.current-menu-item {
  color: #c0b590;
}
#mobile-main-menu > li > .sub-menu > li span.no-link, #mobile-main-menu > li > .sub-menu > li > a {
  padding: 0 0 0.75rem 0;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
#mobile-main-menu > li > .sub-menu > li > ul > li > a {
  font-size: 0.8125rem;
  line-height: 1rem;
}
#mobile-main-menu > li {
  border-bottom: 1px solid #242424;
}
#mobile-main-menu > li.current-menu-item {
  color: #c0b590;
}
#mobile-main-menu > li.current-menu-item .link-indic {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#mobile-main-menu > li.current_page_parent .sub-menu {
  display: block;
}
#mobile-main-menu > li.current_page_parent .link-indic {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#mobile-main-menu > li.current_page_parent.get_products > a .icon-menu-arrow .path1:before {
  content: "\e901";
  color: #c0b590;
}
#mobile-main-menu > li.current_page_parent.get_products > a .icon-menu-arrow .path2:before {
  content: "\e902";
  margin-left: -1.2375rem;
}
#mobile-main-menu > li > a {
  padding-left: 1.3125rem;
}
#mobile-main-menu > li > a:hover, #mobile-main-menu > li > a:focus {
  border-left: 0 none;
}
#mobile-main-menu > li > a.show-sub {
  background-color: #303030;
}
#mobile-main-menu > li > a.show-sub .icon-menu-arrow .path1:before {
  content: "\e901";
  color: #c0b590;
}
#mobile-main-menu > li > a.show-sub .icon-menu-arrow .path2:before {
  content: "\e902";
  margin-left: -1.2375rem;
}

#desktop-menu-sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 12.8125rem;
}

.utility-copyright {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  background: #303030;
  padding: 0.3125rem 1.875rem;
  color: #dbd9d3;
  color: rgba(219, 217, 211, 0.27);
}

.sticky-utility-menu {
  padding: 0.625rem;
}
.sticky-utility-menu a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  color: #939393;
  padding: 0.4375rem 0;
  border-top: 2px solid #565554;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.sticky-utility-menu a:hover, .sticky-utility-menu a:focus {
  color: #c0b590;
}
.sticky-utility-menu li.current-menu-item a {
  color: #c0b590;
}
.sticky-utility-menu li {
  position: relative;
}
.sticky-utility-menu li.add-icon a {
  padding-left: 1.875rem;
}
.sticky-utility-menu li.add-icon a:before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1875rem;
}
.sticky-utility-menu li.map-marker a:before {
  content: "\e914";
}
.sticky-utility-menu li.phone a:before {
  content: "\e916";
}
.sticky-utility-menu li.mail a:before {
  content: "\e913";
}
.sticky-utility-menu li.person a:before {
  content: "\e925";
  margin-top: -0.125rem;
}
.sticky-utility-menu .hide-desktop {
  display: none;
}
@media only screen and (max-width: 48.125rem) {
  .sticky-utility-menu .hide-desktop {
    display: block;
  }
}

/*********************** END: Header *****************/
/*********************** Default Page Template -- note, WooCommerce Specific styles for this page are in woocommerce.scss *****************/
body.woocommerce-edit-address .default-template-page-wrapper, body.woocommerce-edit-account .default-template-page-wrapper {
  background-image: none;
  background-color: #3a3a3a;
}

.default-template-page-wrapper {
  padding: 1.875rem 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /*address{
  	font-size: rem(18);
  	line-height: rem(32);
  }*/
}
@media only screen and (max-device-width: 896px) {
  .default-template-page-wrapper {
    background-attachment: scroll;
  }
}
.default-template-page-wrapper hr {
  border-top: 1px solid rgba(192, 181, 144, 0.29);
  border-bottom: 0 none;
  margin-bottom: 1.8125rem;
}
.default-template-page-wrapper h1 {
  font-size: 3.0625rem;
  line-height: 2.5625rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(192, 181, 144, 0.29);
  margin-bottom: 1.8125rem;
  color: #f4f2eb;
}
.default-template-page-wrapper h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.075rem;
  padding-bottom: 0.9375rem;
  color: #c3c2be;
  font-weight: 200;
}
.default-template-page-wrapper h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.075rem;
  padding-bottom: 0.9375rem;
  color: #c3c2be;
  font-weight: 200;
}
.default-template-page-wrapper h4 {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  color: #f4f2eb;
  font-weight: 400;
}
.default-template-page-wrapper p, .default-template-page-wrapper ul, .default-template-page-wrapper ol, .default-template-page-wrapper address {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
  padding-bottom: 1.25rem;
}
.default-template-page-wrapper p a, .default-template-page-wrapper ul a, .default-template-page-wrapper ol a, .default-template-page-wrapper address a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.default-template-page-wrapper p a:hover, .default-template-page-wrapper p a:focus, .default-template-page-wrapper ul a:hover, .default-template-page-wrapper ul a:focus, .default-template-page-wrapper ol a:hover, .default-template-page-wrapper ol a:focus, .default-template-page-wrapper address a:hover, .default-template-page-wrapper address a:focus {
  color: white;
  text-decoration: underline;
}
.default-template-page-wrapper .woocommerce-MyAccount-content p a, .default-template-page-wrapper .woocommerce-MyAccount-content ul a, .default-template-page-wrapper .woocommerce-MyAccount-content ol a, .default-template-page-wrapper .woocommerce-MyAccount-content address a {
  color: inherit;
}
@media only screen and (max-width: 48.125rem) {
  .default-template-page-wrapper {
    padding: 1.375rem 1.375rem 2.5rem 1.375rem;
  }
  .default-template-page-wrapper h1 {
    font-size: 2.125rem;
    line-height: 2.25rem;
    padding-bottom: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .default-template-page-wrapper h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .default-template-page-wrapper p {
    font-size: 1rem;
    line-height: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .default-template-page-wrapper hr {
    margin-bottom: 1.25rem;
  }
}
.default-template-page-wrapper .gform_fields {
  margin: 0;
  padding: 0;
  max-width: 50rem;
}
.default-template-page-wrapper .gform_fields p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
}
.default-template-page-wrapper .gform_fields p a {
  font-weight: 400;
}
.default-template-page-wrapper .mailchimp-notice {
  max-width: 47.5rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f4f2eb;
  font-weight: 200;
}
.default-template-page-wrapper .mailchimp-notice a {
  color: #f4f2eb;
  text-decoration: underline;
}
.default-template-page-wrapper .gfield_html_formatted {
  padding-bottom: 0;
}
.default-template-page-wrapper .gform_button {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-color: #c1b383;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a1d1e;
}
.default-template-page-wrapper .gform_button:hover {
  cursor: pointer;
}
.default-template-page-wrapper .gform_button:hover, .default-template-page-wrapper .gform_button:focus {
  cursor: pointer;
  background-color: #b09e61;
}
.default-template-page-wrapper .validation_error, .default-template-page-wrapper .validation_message {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #cc0000;
}
.default-template-page-wrapper .validation_error {
  padding-bottom: 0.625rem;
}
.default-template-page-wrapper .validation_error:focus-visible {
  outline: none;
}
.default-template-page-wrapper .gform_confirmation_message {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  color: #c3c2be;
  letter-spacing: 0.04em;
}

/*********************** END: Default Page Template -- note, WooCommerce Specific styles for this page are in woocommerce.scss *****************/
/********************* Posts *********************/
/************** post lists ***********/
.ui-selectmenu-open {
  z-index: 11;
}

.top-sub-menu-container {
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 5; /* left side menu is 10 */
  /*padding-left: rem(205); /*to push off left side menu*/
  background-color: #303030;
  min-height: 5.25rem;
  width: 100%;
}
.top-sub-menu-container::before, .top-sub-menu-container::after {
  display: table;
  content: " ";
}
.top-sub-menu-container::after {
  clear: both;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu-container {
    position: relative;
    top: auto;
    padding-left: 0;
    min-height: 3.25rem;
  }
}

.top-sub-menu, .top-sub-menu--products {
  min-height: 5.25rem;
  background-color: #303030;
  padding: 0.6875rem 6.25rem 0.6875rem 0.6875rem;
  margin: 0;
}
.top-sub-menu::before, .top-sub-menu::after, .top-sub-menu--products::before, .top-sub-menu--products::after {
  display: table;
  content: " ";
}
.top-sub-menu::after, .top-sub-menu--products::after {
  clear: both;
}
.top-sub-menu.top-sub-menu-order-page, .top-sub-menu--products.top-sub-menu-order-page {
  padding: 0.6875rem;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu, .top-sub-menu--products {
    min-height: 3.25rem;
    padding: 0; /* no cart button to stay out of */
  }
}
.top-sub-menu li, .top-sub-menu--products li {
  display: inline-block;
  padding: 0.75rem 1.0625rem;
  position: relative;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu li, .top-sub-menu--products li {
    padding: 0.6875rem 0.3125rem;
  }
}
.top-sub-menu li.current-cat a, .top-sub-menu--products li.current-cat a {
  color: #f4f2eb;
}
.top-sub-menu li.current-cat a:after, .top-sub-menu--products li.current-cat a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}
.top-sub-menu li.right, .top-sub-menu--products li.right {
  float: right;
}
.top-sub-menu li.left-arrow-after, .top-sub-menu--products li.left-arrow-after {
  color: #c0b590;
}
.top-sub-menu li.left-arrow-after a, .top-sub-menu--products li.left-arrow-after a {
  color: #c0b590;
}
.top-sub-menu li.left-arrow-after:after, .top-sub-menu--products li.left-arrow-after:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 0.625rem;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu li.sign-out, .top-sub-menu--products li.sign-out {
    float: right;
    padding-left: 0;
  }
}
.top-sub-menu a, .top-sub-menu .top-sub-menu--text, .top-sub-menu--products a, .top-sub-menu--products .top-sub-menu--text {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0.5rem 0.625rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.275em;
  color: #939393;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu a, .top-sub-menu .top-sub-menu--text, .top-sub-menu--products a, .top-sub-menu--products .top-sub-menu--text {
    padding: 0.3125rem 0.5rem 0.3125rem 0.75rem;
  }
}
.top-sub-menu a.bigger, .top-sub-menu .top-sub-menu--text.bigger, .top-sub-menu--products a.bigger, .top-sub-menu--products .top-sub-menu--text.bigger {
  display: block;
  color: #f4f2eb;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  padding: 1.3125rem 0.5rem 1.25rem 0.75rem;
}
@media only screen and (max-width: 48.125rem) {
  .top-sub-menu a.bigger, .top-sub-menu .top-sub-menu--text.bigger, .top-sub-menu--products a.bigger, .top-sub-menu--products .top-sub-menu--text.bigger {
    padding: 1.0625rem 0.5rem 1.0625rem 0.75rem;
    text-align: center;
  }
}
.top-sub-menu a.not-active, .top-sub-menu .top-sub-menu--text.not-active, .top-sub-menu--products a.not-active, .top-sub-menu--products .top-sub-menu--text.not-active {
  color: #666562;
}
.top-sub-menu select, .top-sub-menu form, .top-sub-menu--products select, .top-sub-menu--products form {
  display: inline;
  width: auto;
}
.top-sub-menu a:after, .top-sub-menu--products a:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  content: "";
  position: absolute;
  width: 50%;
  border-top: 2px solid #c1b383;
  bottom: 0;
  left: 25%;
}
.top-sub-menu a:hover, .top-sub-menu a:focus, .top-sub-menu--products a:hover, .top-sub-menu--products a:focus {
  color: white;
}
.top-sub-menu a:hover:after, .top-sub-menu a:focus:after, .top-sub-menu--products a:hover:after, .top-sub-menu--products a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}

.post-list h2 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  letter-spacing: 3px;
  font-weight: 200;
  text-transform: uppercase;
  color: #f4f2eb;
  padding-bottom: 1.125rem;
}
@media only screen and (max-width: 70.25rem) {
  .post-list h2 {
    font-size: 1.5625rem;
    line-height: 2.3125rem;
    text-transform: none;
  }
}
.post-list .post-list-article {
  border-top: 1px solid #c1b383;
}
.post-list .post-list-article .post-list-details {
  position: relative;
  background-color: #949187;
  border-left: 6px solid #c1b383;
}
.post-list .post-list-article .post-list-details:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .post-list .post-list-article .post-list-details {
    border-left: 0 none;
    border-top: 6px solid #c1b383;
  }
  .post-list .post-list-article .post-list-details:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c1b383;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.post-list .post-list-article:nth-of-type(2n) .post-list-details {
  background-color: #7e7d75;
}
.post-list > .post-list-article { /* only first group - second group returned from react.js needs to leave the top border */ }
.post-list > .post-list-article:first-child {
  border-top: 0 none;
}

.post-list--image {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 250rem) {
  .post-list--image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: absolute;
  }
}
.post-list--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 70.25rem) {
  .post-list--image {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 48.125rem) {
  .post-list--image {
    height: 15.625rem;
  }
}

.post-list-details--padding {
  padding: 1.125rem 1.75rem;
}
.post-list-details--padding .sm-gold-box--slant {
  margin-bottom: 1.25rem;
}
.post-list-details--padding time {
  padding-bottom: 0.875rem;
}
.post-list-details--padding p {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 200;
  letter-spacing: 0.98px;
  color: #f4f2eb;
  padding-bottom: 1.5rem;
}

.post-list--terms {
  margin: 0 0 1.125rem 0.3125rem;
}

p.all-loaded {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  color: #f4f2eb;
  text-transform: uppercase;
  padding: 1.5rem 0;
}

/************** END: post lists ***********/
/************ single post *************/
.post--image {
  height: 35.5rem;
  width: 100%;
}
.post--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 70.25rem) {
  .post--image {
    height: 32.5rem;
  }
}
@media only screen and (max-width: 48.125rem) {
  .post--image {
    height: 17.0625rem;
  }
}

.post--data {
  padding: 2.5rem 2.9375rem;
  border-top: 2px solid #c1b383;
  background-color: #7e7d75;
}
.post--data .wysiwyg p, .post--data .wysiwyg li {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, -0.9333333333rem + 3.1111111111vw, 1.4rem);
  line-height: 1.5625rem;
  line-height: clamp(1.5625rem, -0.0305555556rem + 2.7407407407vw, 2.025rem);
  letter-spacing: 0.07em;
}
.post--data .wysiwyg p a, .post--data .wysiwyg li a {
  color: #c0b590;
  text-decoration: underline;
  font-weight: 400;
}
.post--data .wysiwyg p a:hover, .post--data .wysiwyg p a:focus, .post--data .wysiwyg li a:hover, .post--data .wysiwyg li a:focus {
  color: #fefefe;
}
.post--data .wysiwyg p {
  padding-bottom: clamp(1.5rem, -1.0833333333rem + 4.4444444444vw, 2.25rem);
}
.post--data .wysiwyg p img.aligncenter {
  display: block;
  margin: 0 auto;
}
.post--data .post--data--inner {
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 70.25rem) {
  .post--data {
    padding: 0.75rem 1.625rem;
  }
}
.post--data .sm-gold-box--slant {
  margin-bottom: 1.25rem;
}
.post--data .sm-gold-box--copy {
  margin-bottom: 0.875rem;
}
.post--data h1 {
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, -0.8055555556rem + 4.0740740741vw, 2.25rem);
  line-height: 2.3125rem;
  line-height: clamp(2.3125rem, -0.0555555556rem + 4.0740740741vw, 3rem);
  font-weight: 200;
  letter-spacing: 3px;
  padding-bottom: clamp(1.5rem, -1.0833333333rem + 4.4444444444vw, 2.25rem);
  color: #f4f2eb;
}
.post--data .post-back-link {
  padding-left: 1.25rem;
  vertical-align: middle;
}
.post--data .post-back-link i {
  color: #c0b590;
  vertical-align: middle;
  margin-right: 0.125rem;
}

/************ END: single post **********/
/********************* END: Posts *********************/
/*********************** Gravity Forms ***********************/
.gform_ajax_spinner {
  margin: 0 0.625rem; /* give it some space from the Submit button */
  border: 4px solid rgba(255, 255, 255, 0.3); /* match with border-left */
  border-left: 4px solid #c1b383;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 1.25rem; /* match with height for a circle */
  height: 1.25rem;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/********************* END: Gravity Forms ********************/
/********************* Footer **************/
footer#bottom {
  width: 100%;
}
footer#bottom a {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
footer#bottom a:hover, footer#bottom a:focus {
  color: #c1b383;
}
footer#bottom a:hover i, footer#bottom a:focus i {
  color: #c1b383;
}
footer#bottom .footer-privacy-links {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
footer#bottom .footer-privacy-links ul.footer-privacy {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.095em;
  color: #7e7d75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer#bottom .footer-privacy-links ul.footer-privacy li {
  list-style: none;
}
footer#bottom .footer-privacy-links ul.footer-privacy li a {
  padding: 0.3125rem;
}
footer#bottom .footer-privacy-links ul.footer-privacy li a:hover, footer#bottom .footer-privacy-links ul.footer-privacy li a:focus {
  color: #c1b383;
}
footer#bottom .footer-privacy-links ul.footer-privacy li:after {
  content: "-";
}
footer#bottom .footer-privacy-links ul.footer-privacy li:last-child:after {
  content: "";
}

.footer-top {
  background-color: #1a1d1e;
}
.footer-top .col {
  position: relative;
}
.footer-top .inner {
  padding-top: 2.25rem;
  padding-bottom: 1.0625rem;
}
@media only screen and (max-width: 70.25rem) {
  .footer-top .inner {
    padding-top: 1.3125rem;
  }
}
.footer-top .first {
  padding-left: 3.125rem;
}
.footer-top .middle {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-top .last {
  padding-right: 3.125rem;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 70.25rem) {
  .footer-top .first, .footer-top .last {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .footer-top .last {
    padding-left: 1.25rem;
  }
}

.footer-menu-cols {
  position: relative;
  margin: 0;
}
.footer-menu-cols li {
  display: block;
}
.footer-menu-cols li.current-menu-item > a, .footer-menu-cols li.current-menu-item > i {
  color: #c1b383;
}
.footer-menu-cols a {
  display: block;
  padding: 0.8125rem 0;
}
.footer-menu-cols > li > a {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 200;
  color: #edebe4;
  border-bottom: 5px solid #262a2b;
}
.footer-menu-cols > li > a > i {
  display: none;
}
.footer-menu-cols > li ul {
  margin: 0;
}
.footer-menu-cols > li li a {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.135em;
  border-bottom: 1px solid #262a2b;
  color: #7e7d75;
  position: relative;
}
.footer-menu-cols > li li i {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  position: absolute;
  right: 0;
  top: 1.0625rem;
  color: #262a2b;
  font-size: 0.75rem;
}

.footer-social-privacy-block {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 1.0625rem;
  text-align: center;
}
@media only screen and (max-width: 70.25rem) {
  .footer-social-privacy-block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer-social-privacy-block p {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.095em;
  color: #7e7d75;
  vertical-align: middle;
  padding-bottom: 0.4375rem;
}
.footer-social-privacy-block p i {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  color: #c1b383;
  vertical-align: text-bottom;
}

.footer-social-links {
  margin: 0;
}
.footer-social-links a {
  color: #303334;
}
.footer-social-links i {
  font-size: 1.375rem;
  margin: 0 0.25rem;
}
.footer-social-links li {
  display: inline-block;
}
.footer-social-links li:last-child i {
  margin-right: 0;
}
.footer-social-links li:first-child i {
  margin-left: 0;
}

.footer-cookies-notice a {
  text-decoration: underline;
  color: #c0b590;
}
.footer-cookies-notice a:hover, .footer-cookies-notice a:focus {
  color: white !important;
}

.footer-email-signup {
  padding-top: 3.4375rem;
  /*text-inputs(){ -- get all text inputs*/
}
.footer-email-signup::before, .footer-email-signup::after {
  display: table;
  content: " ";
}
.footer-email-signup::after {
  clear: both;
}
@media only screen and (max-width: 70.25rem) {
  .footer-email-signup {
    padding-top: 1.25rem;
  }
}
.footer-email-signup ul, .footer-email-signup li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.footer-email-signup label {
  display: none;
}
.footer-email-signup div {
  display: inline-block;
}
.footer-email-signup .gform_body, .footer-email-signup .gform_footer {
  display: inline-block;
  float: left;
}
.footer-email-signup .gform_body, .footer-email-signup .gform_wrapper, .footer-email-signup .ginput_container {
  width: 100%;
  position: relative;
}
.footer-email-signup input[type=email] {
  border: 1px solid #c1b383;
  background-color: transparent;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0.8125rem 6.25rem 0.8125rem 1.25rem;
  line-height: 1em;
  color: #7e7d75;
  width: 100%;
  height: 3.125rem;
  /*&:focus, &:active{
  	border: 1px solid $dk-text-over-gold;
  	outline:0;
  }*/
}
.footer-email-signup input[type=email]::-webkit-input-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]::-moz-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]:-ms-input-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]::-ms-input-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]::placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]::-webkit-input-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]:-ms-input-placeholder {
  color: #7e7d75;
}
.footer-email-signup input[type=email]:-moz-placeholder {
  color: #7e7d75;
}
.footer-email-signup .validation_message {
  color: #cc0000;
}
.footer-email-signup .validation_error {
  display: none;
}
.footer-email-signup .gform_footer {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-email-signup .gform_button {
  height: 3.125rem;
  background-color: #c1b383;
  color: #1a1d1e;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border: 0 none;
  padding: 0.25rem 1rem;
}

.footer-col3 h3 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #edebe4;
  border-bottom: 5px solid #262a2b;
  padding: 0.8125rem 0;
}
.footer-col3 ul.footer-list {
  margin: 0;
}
.footer-col3 ul.footer-list li {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.135em;
  border-bottom: 1px solid #262a2b;
  color: #7e7d75;
  padding: 0.8125rem 0 0.8125rem 3.125rem;
  position: relative;
}
.footer-col3 ul.footer-list a {
  color: #c1b383;
}
.footer-col3 ul.footer-list i {
  position: absolute;
  left: 0;
  top: 0.8125rem;
  font-size: 1.375rem;
  color: #7e7d75;
}
.footer-col3 ul.footer-list i.icon-marker {
  top: 1.0625rem;
}

.footer-bottom {
  background-color: #262a2b;
}
.footer-bottom p {
  color: #dbd9d3;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.135em;
  font-weight: 600;
  padding: 0.625rem 3.4375rem;
}
@media only screen and (max-width: 70.25rem) {
  .footer-bottom p {
    padding: 0.625rem 1.25rem;
  }
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
.product-list-container .product-list-element:nth-child(2n) {
  background-color: #949187;
}

.product-list-element {
  border-right: 1px solid #c1b383;
  background-color: #86847c;
}

.product-list {
  /*display: block;*/
  position: relative;
  /*height: 100%;	
  width: 100%;*/
}
.product-list .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-list--details {
  text-align: center;
  border-top: 6px solid #c1b383;
  position: relative;
  padding: 1.75rem 1.875rem 7.0625rem;
}
.product-list--details hr {
  margin: 1.5625rem 0 0.3125rem;
}
.product-list--details.products-specific {
  padding: 1.75rem 1.875rem 5rem;
}
.product-list--details.products-specific hr {
  margin: 0.375rem 0 0.625rem;
}
.product-list--details:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c1b383;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.product-list--details:before {
  top: -1rem;
}
.product-list--details h2 {
  font-size: 2rem;
  line-height: 2.3125rem;
  letter-spacing: 0.12em;
  color: #f4f2eb;
  font-weight: 200;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
@media only screen and (max-width: 70.25rem) {
  .product-list--details h2 {
    font-size: 1.8125rem;
    line-height: 2.125rem;
  }
}
.product-list--details h2:hover, .product-list--details h2:focus {
  color: #c0b590;
}
.product-list--details .categories {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.455em;
  text-transform: uppercase;
  color: #c1beb3;
  padding-bottom: 0.625rem;
}
.product-list--details .product-list--short-copy {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  letter-spacing: 0.075em;
  padding: 0.75rem 0 1.875rem;
  max-width: 13.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 70.25rem) {
  .product-list--details .product-list--short-copy {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.product-list--details .button-link {
  margin-bottom: 0;
}

.product-list--position-bottom {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
}

.faq--background {
  padding: 1.875rem 2.5rem;
  background-image: url("/wp-content/themes/meris-new/_images/faq-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 70.25rem) {
  .faq--background {
    padding: 1.5625rem 1.375rem;
  }
}
.faq--background h1 {
  font-size: 3.0625rem;
  line-height: 2.5625rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 2.375rem;
}
@media only screen and (max-width: 70.25rem) {
  .faq--background h1 {
    font-size: 2.4375rem;
    padding-bottom: 1.3125rem;
  }
}

.faq {
  padding: 1.6875rem 0;
  border-top: 1px solid #7e7d75;
  border-top: 1px solid rgba(211, 209, 205, 0.2);
}
@media only screen and (max-width: 70.25rem) {
  .faq {
    padding: 1.125rem 0;
  }
}
.faq .question {
  border: 0 none;
  text-align: left;
  position: relative;
  padding-left: 5rem;
  font-size: 2.375rem;
  line-height: 2.8125rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  color: #d3d1cd;
  display: block;
  text-decoration: none;
}
.faq .question:before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 3.0625rem;
  line-height: 1rem;
  padding-top: 0.625rem;
}
@media only screen and (max-width: 70.25rem) {
  .faq .question:before {
    font-size: 2.4375rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 70.25rem) {
  .faq .question {
    padding-left: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.faq .question.active-q {
  color: #c0b590;
}
.faq .question.active-q:before {
  content: "-";
}
.faq .question.show {
  display: block;
}
.faq .answer {
  display: none;
  padding: 1.5625rem 0 0 5rem;
  font-size: 1.1875rem;
  line-height: 2.0625rem;
  /*@include media("<=medium"){
  	padding: rem(18 0 0 40);
  	font-size: rem(14);
  	line-height: rem(22);
  }*/
  /*letter-spacing: .04em;
  font-weight: 200;
  color: $faq-answer-gold;

  p{
  	padding-bottom: rem(12);
  }*/
}
.faq .answer h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.075rem;
  padding-bottom: 0.5rem;
  color: #c3c2be;
  font-weight: 200;
}
.faq .answer h3 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  padding-bottom: 0;
  color: #c3c2be;
  font-weight: 600;
}
.faq .answer p, .faq .answer ul, .faq .answer ol, .faq .answer address {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
  padding-bottom: 1.25rem;
  color: #d3d1cd;
}
.faq .answer p a, .faq .answer ul a, .faq .answer ol a, .faq .answer address a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.faq .answer p a:hover, .faq .answer p a:focus, .faq .answer ul a:hover, .faq .answer ul a:focus, .faq .answer ol a:hover, .faq .answer ol a:focus, .faq .answer address a:hover, .faq .answer address a:focus {
  color: white;
  text-decoration: underline;
}
.faq .answer p a, .faq .answer ul a, .faq .answer ol a, .faq .answer address a {
  color: #c0b590;
  text-decoration: underline;
}

.img-tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
}

/*************** Taua's Slideshow **************/
.slideshow-block-big {
  position: relative;
}
@media only screen and (max-width: 70.25rem) {
  .slideshow-block-big {
    display: none;
  }
}
.slideshow-block-big::before, .slideshow-block-big::after {
  display: table;
  content: " ";
}
.slideshow-block-big::after {
  clear: both;
}
.slideshow-block-big .hero div {
  cursor: pointer;
}
.slideshow-block-big .hero-container {
  position: absolute;
  width: 200%;
  height: 100%;
}
.slideshow-block-big .hero-img {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.slideshow-block-big .hero-caro-shell {
  position: absolute;
  width: 200%;
  height: 100%;
}
.slideshow-block-big .hero-a {
  display: block;
  position: relative;
  float: left;
  width: 66.640625%;
  height: 46.98046875vw;
  overflow: hidden;
}
.slideshow-block-big .hero-b {
  display: block;
  position: relative;
  float: left;
  width: 33.359375%;
  height: 23.490234375vw;
  overflow: hidden;
}
.slideshow-block-big .hero-c {
  display: block;
  position: relative;
  float: left;
  width: 33.359375%;
  height: 23.490234375vw;
  overflow: hidden;
}
.slideshow-block-big .block-img {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.slideshow-block-big .img-block {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slideshow-block-big .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slideshow-block-big #caro-arrow-container {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -52px;
  height: 120px;
  width: 52px;
}
.slideshow-block-big #caro-arrow-container .arrow-hover {
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.slideshow-block-big #caro-arrow-container .arrow-hover:hover, .slideshow-block-big #caro-arrow-container .arrow-hover:focus {
  opacity: 1;
}
.slideshow-block-big #caro-arrow-top {
  position: relative;
  height: 3.25rem;
  width: 3.25rem;
  background-color: #c1b383;
  cursor: pointer;
  opacity: 1;
  text-align: center;
}
.slideshow-block-big #caro-arrow-top:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 1rem;
  padding: 1.125rem 1rem;
  display: block;
}
.slideshow-block-big #caro-arrow-bottom {
  margin-top: 1px;
  position: relative;
  height: 3.25rem;
  width: 3.25rem;
  background-color: #c1b383;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
}
.slideshow-block-big #caro-arrow-bottom:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 1rem;
  padding: 1.125rem 1rem;
  display: block;
}
.slideshow-block-big .title-block-shell {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translate(0%, 37px);
  transform: translate(0%, 37px);
}
.slideshow-block-big .title-block-container {
  position: relative;
  overflow: hidden;
}
.slideshow-block-big .brow {
  position: relative;
  margin-left: 10px;
}
.slideshow-block-big .block-title {
  position: relative;
  margin: 10px 0px 14px 0px;
}
.slideshow-block-big .brow-shell {
  position: relative;
  display: inline-block;
  margin-left: 1.875rem;
}
.slideshow-block-big .brow h4 {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fefefe;
  line-height: 0px;
  margin: 11px 0px 11px 0px;
}
.slideshow-block-big .brow-bar {
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #c1b383;
  opacity: 0.6;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.slideshow-block-big .block-title h2 {
  font-weight: 300;
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin-left: 1.875rem;
  line-height: 100%;
  color: #fefefe;
}
.slideshow-block-big .hero-a .block-title h2 {
  font-size: 2.375rem;
  font-weight: 200;
  letter-spacing: 1px;
  margin-left: 1.875rem;
  line-height: 100%;
  color: #fefefe;
}
.slideshow-block-big .watch-cta {
  position: relative;
  float: left;
  display: inline-block;
  opacity: 0;
  margin-left: 1.875rem;
}
.slideshow-block-big .watch-cta h4 {
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}
.slideshow-block-big .watch-cta h4:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #c0b590;
  font-size: 0.6875rem;
  position: relative;
  display: inline-block;
  /*width: rem(13);*/
  margin-right: 0.25rem;
  /*height: rem(11);*/
}

/*************** END: Taua's Slideshow **************/
#slideshow-block-small {
  position: relative;
}
#slideshow-block-small .slides {
  width: 100%;
  margin: 0;
  padding: 0;
}
#slideshow-block-small .slides::before, #slideshow-block-small .slides::after {
  display: table;
  content: " ";
}
#slideshow-block-small .slides::after {
  clear: both;
}
#slideshow-block-small li.slide {
  height: 100%;
  width: 100%;
  position: relative;
}
#slideshow-block-small li.slide a {
  display: block;
}
#slideshow-block-small img {
  width: 100%;
  width: 100%;
  height: auto;
}
#slideshow-block-small .flex-direction-nav {
  position: absolute;
  top: 50%;
  right: 33.3333333333%;
  margin-top: -2.5rem;
  z-index: 50;
}
#slideshow-block-small .flex-direction-nav a {
  display: block;
  position: relative;
  right: auto;
  left: auto;
  opacity: 0.6;
  background-color: #c0b590;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin: 0;
  text-align: center;
  padding: 1.25rem;
}
#slideshow-block-small .flex-direction-nav a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: white;
}
#slideshow-block-small .flex-direction-nav a:hover, #slideshow-block-small .flex-direction-nav a:focus {
  opacity: 1;
}
#slideshow-block-small .flex-direction-nav li {
  display: block;
}
#slideshow-block-small .flex-direction-nav .flex-prev {
  display: block;
  right: auto;
  left: auto;
}
#slideshow-block-small .flex-direction-nav .flex-prev:before {
  content: "\e90c";
}
#slideshow-block-small .flex-direction-nav .flex-next {
  margin-top: 1px;
  display: block;
  right: auto;
  left: auto;
}
#slideshow-block-small .flex-direction-nav .flex-next:before {
  content: "\e90d";
}
#slideshow-block-small .small-image-1, #slideshow-block-small .small-image-2, #slideshow-block-small .big-image {
  position: relative;
}
#slideshow-block-small .small-image-1 h2, #slideshow-block-small .small-image-2 h2, #slideshow-block-small .big-image h2 {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.14em;
  font-weight: 200;
}
#slideshow-block-small .small-image-1 .slide-copy, #slideshow-block-small .small-image-2 .slide-copy, #slideshow-block-small .big-image .slide-copy {
  position: absolute;
  left: 2.3125rem;
  bottom: 1.1875rem;
}
#slideshow-block-small .small-text {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 200;
}
#slideshow-block-small .sm-gold-box--slant {
  margin-bottom: 0.5rem;
}

#slideshow-block-small {
  display: none;
}
@media only screen and (max-width: 70.25rem) {
  #slideshow-block-small {
    display: block;
  }
}
#slideshow-block-small .flex-direction-nav {
  right: 0;
}

.vid-play {
  position: relative;
  width: 100px;
  height: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 25px;
}
@media only screen and (max-width: 48.125rem) {
  .vid-play {
    width: 73px;
    height: 73px;
  }
}
.vid-play .vid-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/meris-new/_images/play-arrow.svg");
  z-index: 2;
}
.vid-play .vid-ring-alt, .vid-play .vid-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/meris-new/_images/play-circ.svg");
}

.one-third-text-block, .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.one-third-text-block .col, .quote .col {
  min-height: 21.875rem;
}
.one-third-text-block .text-box, .quote .text-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 70.25rem) {
  .one-third-text-block .text-box, .quote .text-box {
    /*min-height: rem(260);*/
    min-height: auto;
  }
}
.one-third-text-block .text-box--content, .quote .text-box--content {
  width: 100%;
}
.one-third-text-block .text-box--content .link-with-arrow, .quote .text-box--content .link-with-arrow {
  margin-top: 1.375rem;
}

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

.one-third-text-block.img-placement-right .text-box {
  border-right: 6px solid #c1b383;
}
.one-third-text-block.img-placement-right .text-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .one-third-text-block.img-placement-right .text-box {
    border-bottom: 6px solid #c1b383;
    border-right: 0;
  }
  .one-third-text-block.img-placement-right .text-box:before {
    border: 0 none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .one-third-text-block.img-placement-right .text-box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c1b383;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.one-third-text-block.img-placement-left .text-box {
  border-left: 6px solid #c1b383;
}
.one-third-text-block.img-placement-left .text-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .one-third-text-block.img-placement-left .text-box {
    border-top: 6px solid #c1b383;
    border-left: 0;
  }
  .one-third-text-block.img-placement-left .text-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c1b383;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.one-third-text-block .two-third-image-play:hover {
  cursor: pointer;
}
.one-third-text-block .two-third-image {
  position: absolute; /* to get working in Safari */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.one-third-text-block .two-third-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-third-text-block.dk_gold .text-box {
  background-color: #514f4a;
}
.one-third-text-block.lt_gold .text-box {
  background-color: #64625b;
}
.one-third-text-block .text-box {
  padding: 1.875rem 1.875rem;
}
.one-third-text-block .text-box h2 {
  font-size: 1.8125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.18em;
  font-weight: 200;
  color: #d3d1cd;
}
@media only screen and (max-width: 70.25rem) {
  .one-third-text-block .text-box h2 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}
.one-third-text-block .button-link {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.one-third-text-block .audio-container {
  margin-top: 2.1875rem;
  width: 100%;
  max-width: 17.5625rem;
  position: relative;
  height: 4.25rem;
  display: inline-block;
}
@media only screen and (max-width: 70.25rem) {
  .one-third-text-block .audio-container {
    margin-top: 0.9375rem;
  }
}
.one-third-text-block .mejs-time-rail, .one-third-text-block .mejs-time, .one-third-text-block .mejs-time-total, .one-third-text-block .mejs-mute, .one-third-text-block .mejs-layers, .one-third-text-block .mejs-play:last-child {
  display: none;
}
.one-third-text-block .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.one-third-text-block .mejs-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.one-third-text-block .mejs-container:focus {
  outline: 0 !important;
}
.one-third-text-block .wave-player-gif {
  background-image: url("/wp-content/themes/meris-new/_images/wave-static.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 3.875rem;
  height: 4.25rem;
}
.one-third-text-block .audio-container.active .wave-player-gif {
  background-image: url("/wp-content/themes/meris-new/_images/wave.gif");
}
.one-third-text-block .mejs-controls {
  text-align: left;
}
.one-third-text-block .mejs-button {
  text-align: left;
  color: white;
  display: inline-block;
  outline: none;
  border: none;
}
.one-third-text-block .mejs-button:hover {
  cursor: pointer;
}
.one-third-text-block .mejs-button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  background-color: #c1b383;
  width: 3.875rem;
  height: 4.25rem;
  display: inline-block;
  text-align: center;
  padding-top: 1.125rem;
}
.one-third-text-block .mejs-button button {
  outline: 0 none !important;
  border: 0 none !important;
}
.one-third-text-block .mejs-button button:active, .one-third-text-block .mejs-button button:focus, .one-third-text-block .mejs-button button:hover {
  border: 0 none;
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.one-third-text-block .mejs-play:before {
  content: "\e900";
}
.one-third-text-block .mejs-pause:before {
  content: "\e922";
}

.quote {
  background-color: #64625b;
}
.quote .quote-one-third-image {
  position: relative;
}
.quote .quote-one-third-image .overflow-hidden {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 70.25rem) {
  .quote .quote-one-third-image .overflow-hidden {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.quote .img-block {
  position: absolute; /* to get working in Safari */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.quote .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote .quote-one-third-image .overflow-hidden {
  height: 100%;
}
.quote.img-placement-right .quote-one-third-image {
  border-left: 6px solid #c1b383;
}
.quote.img-placement-right .quote-one-third-image:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .quote.img-placement-right .quote-one-third-image {
    border-left: 0 none;
    border-top: 6px solid #c1b383;
  }
  .quote.img-placement-right .quote-one-third-image:before {
    border: 0 none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .quote.img-placement-right .quote-one-third-image:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c1b383;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.quote.img-placement-left .quote-one-third-image {
  border-right: 6px solid #c1b383;
}
.quote.img-placement-left .quote-one-third-image:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .quote.img-placement-left .quote-one-third-image {
    border-right: 0 none;
    border-bottom: 6px solid #c1b383;
  }
  .quote.img-placement-left .quote-one-third-image:after {
    border: 0 none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .quote.img-placement-left .quote-one-third-image:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c1b383;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.quote .quote-cirlce-image {
  padding-bottom: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.quote .quote-cirlce-image::before, .quote .quote-cirlce-image::after {
  display: table;
  content: " ";
}
.quote .quote-cirlce-image::after {
  clear: both;
}
.quote .quote-cirlce-image img {
  border: 2px solid #c1b383;
  border-radius: 50%;
  float: left;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 48.125rem) {
  .quote .quote-cirlce-image img {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.quote .quote-circle-image--copy {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.quote .text-box {
  padding: 1.25rem 4.375rem;
  color: #d3d1cd;
  text-align: left;
}
@media only screen and (max-width: 48.125rem) {
  .quote .text-box {
    padding: 1.6875rem 1.5rem 2.125rem 1.5rem;
  }
}
.quote h3 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.215em;
  padding-bottom: 0.5625rem;
}
@media only screen and (max-width: 48.125rem) {
  .quote .quote-copy-containter {
    text-align: center;
  }
}
.quote .quote-copy {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.095em;
}
.quote .quote-copy p:before {
  content: "“";
}
.quote .quote-copy p:after {
  content: "”";
}
@media only screen and (max-width: 48.125rem) {
  .quote .quote-copy {
    font-size: 1.0625rem;
    line-height: 2.0625rem;
  }
}
.quote .button-link {
  margin-top: 1.3125rem;
  margin-bottom: 0;
}

.background-text-overlay { /* text over image or video */
  position: relative;
  overflow: hidden;
}
.background-text-overlay.small {
  min-height: 21.875rem;
}
.background-text-overlay.big {
  min-height: 43.75rem;
}
.background-text-overlay .video video {
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.background-text-overlay .img-block {
  position: absolute; /* to get working in Safari */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.background-text-overlay .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-text-overlay .overlay-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 5;
}
.background-text-overlay .meris-logo {
  font-size: 1.875rem;
  padding-bottom: 1.9375rem;
  display: inline-block;
}
.background-text-overlay h2 {
  font-size: 3.0625rem;
  line-height: 2.5625rem;
  font-weight: 200;
  letter-spacing: 0.04em;
  color: #d3d1cd;
  padding: 0 1.375rem 2.625rem;
}
@media only screen and (max-width: 70.25rem) {
  .background-text-overlay h2 {
    font-size: 2.125rem;
    line-height: 2.5625rem;
  }
}
.background-text-overlay h2 .small {
  font-size: 1.125rem;
  letter-spacing: 0.4em;
  color: #a09d90;
  text-transform: uppercase;
  display: block;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.background-text-overlay .big-copy-block {
  padding: 0 1.375rem;
  max-width: 54rem;
  font-size: 1.0625rem;
  line-height: 1.9375rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  display: inline-block;
}

.founders {
  position: relative;
}
.founders::before, .founders::after {
  display: table;
  content: " ";
}
.founders::after {
  clear: both;
}
@media screen and (min-width: 66.25rem) {
  .founders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.founders .founders-bg-height-holder {
  height: 43.75rem;
}
@media screen and (max-width: 66.25rem) {
  .founders .founders-bg-height-holder {
    height: 19.0625rem;
  }
}
.founders .founder-background-img {
  width: 100%;
  height: 43.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-background-img {
    height: 19.0625rem;
  }
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-background-img.founder-background-image-photo {
    display: none;
  }
}
.founders .founder-background-img.active {
  opacity: 1;
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-background-img.active {
    opacity: 0;
  }
}
@media screen and (max-width: 66.25rem) {
  .founders #founder-background-img-default {
    opacity: 1;
  }
}
.founders .staff-photo {
  position: absolute;
  height: 100%;
  top: 0;
  border-left: 1px solid #3d3a32;
  border-right: 1px solid #3d3a32;
  /*border-left: 1px solid $lighter-gold;
  border-right: 1px solid $lighter-gold;*/
  z-index: 2;
}
@media screen and (max-width: 66.25rem) {
  .founders .staff-photo {
    border: 0 none;
  }
}
.founders .staff-photo img {
  position: relative;
  -webkit-filter: grayscale(1) sepia(1) opacity(0.8);
          filter: grayscale(1) sepia(1) opacity(0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*background-repeat: no-repeat;*/
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
.founders .staff-photo img:hover, .founders .staff-photo img:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}
.founders #left-extra {
  left: 6%;
  border-right: 0 none;
}
.founders #right-extra {
  right: 4%;
  border-right: 0 none;
}
@media screen and (max-width: 66.25rem) {
  .founders #left-extra, .founders #right-extra {
    display: none;
  }
}
.founders #staff-photo-1 {
  left: 26.5%;
}
.founders #staff-photo-1 img {
  top: 6.875rem;
}
@media screen and (max-width: 66.25rem) {
  .founders #staff-photo-1 {
    left: 25.5%;
  }
  .founders #staff-photo-1 img {
    top: 1.625rem;
    width: 3.75rem;
    height: auto;
  }
}
@media screen and (max-width: 42.9375rem) {
  .founders #staff-photo-1 {
    left: 15.5%;
  }
}
.founders #staff-photo-2 {
  left: 41.5%;
}
.founders #staff-photo-2 img {
  top: 11rem;
}
@media screen and (max-width: 66.25rem) {
  .founders #staff-photo-2 {
    left: 44.5%;
  }
  .founders #staff-photo-2 img {
    top: 3.75rem;
    width: 3.75rem;
    height: auto;
  }
}
@media screen and (max-width: 42.9375rem) {
  .founders #staff-photo-2 {
    left: 44.8 0.5%;
  }
}
.founders #staff-photo-3 {
  left: 56%;
}
.founders #staff-photo-3 img {
  top: 8rem;
}
@media screen and (max-width: 66.25rem) {
  .founders #staff-photo-3 {
    left: 62%;
  }
  .founders #staff-photo-3 img {
    top: 2rem;
    width: 3.75rem;
    height: auto;
  }
}
@media screen and (max-width: 42.9375rem) {
  .founders #staff-photo-3 {
    left: 71.5%;
  }
}
.founders .founder-bio-container {
  opacity: 0;
  display: none;
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  position: absolute;
  right: 5.8%;
  width: 27%;
  height: 100%;
}
@media screen and (min-width: 66.25rem) {
  .founders .founder-bio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.founders .founder-bio-container .founder-bio-container-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.founders .founder-bio-container.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-bio-container.active {
    display: block;
  }
}
@media screen and (max-width: 80.875rem) {
  .founders .founder-bio-container {
    right: 5%;
    width: 25%;
  }
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-bio-container {
    position: relative;
    width: 100%;
    right: auto;
    height: auto;
    background-color: #64625b;
    color: #f4f2eb;
    padding: 1.375rem;
    border-top: 6px solid #c0b590;
  }
  .founders .founder-bio-container:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c1b383;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
  .founders .founder-bio-container:before {
    border-bottom: 10px solid #c0b590;
  }
}
.founders .founder-bio-container h2 {
  font-size: 2.625rem;
  line-height: 2.875rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  color: #f4f2eb;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 80.875rem) {
  .founders .founder-bio-container h2 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-bio-container h2 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.215em;
    text-align: center;
  }
}
.founders .founder-bio-container .title {
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0.455em;
  color: #c1beb3;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-bio-container .title {
    font-size: 0.75rem;
    letter-spacing: 0.115em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
  }
}
.founders .founder-bio-container .bio {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.07em;
  font-weight: 200;
  color: #f4f2eb;
}
@media screen and (max-width: 80.875rem) {
  .founders .founder-bio-container .bio {
    font-size: 0.875rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
.founders .founder-bio-container .short-centered-line {
  margin: 1.625rem 0 1.25rem;
}
@media screen and (max-width: 80.875rem) {
  .founders .founder-bio-container .short-centered-line {
    margin: 1.3125rem 0 0.9375rem;
  }
}
@media screen and (max-width: 66.25rem) {
  .founders .founder-bio-container .short-centered-line {
    display: none;
  }
}
.founders #founder-bio-logo {
  padding-left: 1.875rem;
}
@media screen and (max-width: 66.25rem) {
  .founders #founder-bio-logo {
    display: none;
  }
}

.full-width-img-text-box {
  position: relative;
}
.full-width-img-text-box .bg-image {
  height: 43.75rem;
}
.full-width-img-text-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box .bg-image {
    min-height: auto;
  }
}

.full-width-img-text-box--box {
  background-color: #86847c;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333333333%;
  padding: 3.3125rem 2.8125rem 4.375rem;
  text-align: center;
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box--box {
    width: 50%;
    padding: 1.4375rem 1.375rem 1.875rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box--box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.full-width-img-text-box--box .sm-text {
  color: #c5c1b2;
}
.full-width-img-text-box--box h2 {
  font-size: 2rem;
  line-height: 2.3125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box--box h2 {
    font-size: 1.5625rem;
  }
}
.full-width-img-text-box--box .full-width-img-text-box--copy {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.07em;
  font-weight: 200;
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box--box .full-width-img-text-box--copy {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.full-width-img-text-box--box .short-centered-line {
  margin: 1.3125rem 0 1.25rem;
}
@media only screen and (max-width: 70.25rem) {
  .full-width-img-text-box--box .short-centered-line {
    margin: 0.625rem 0;
  }
}

.features-specs .col-lg-8 {
  background-color: #64625b;
}
.features-specs .ui-tabs {
  background-color: #7b786e;
  color: #f4f2eb;
  padding: 0;
}
.features-specs .ui-tabs .ui-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.features-specs .ui-tabs .ui-tabs-nav li {
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.features-specs .ui-tabs .ui-tabs-nav li a {
  width: 100%;
}
.features-specs .ui-tabs-tab {
  padding: 0 !important; /* important to override default jquery ui styling */
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #cccac2;
  text-align: center;
  border-right: 1px solid #86847c;
}
.features-specs .ui-tabs-tab a {
  padding: 1.125rem 2.0625rem !important;
  background-color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.features-specs .ui-tabs-tab a:hover, .features-specs .ui-tabs-tab a:focus {
  background-color: #65635b;
}
@media only screen and (max-width: 1450px) {
  .features-specs .ui-tabs-tab {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .features-specs .ui-tabs-tab a {
    padding: 0.75rem 1.375rem !important;
  }
}
@media only screen and (max-width: 70.25rem) {
  .features-specs .ui-tabs-tab {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .features-specs .ui-tabs-tab a {
    padding: 0.5rem 0.5rem !important;
  }
}
@media only screen and (max-width: 48.125rem) {
  .features-specs .ui-tabs-tab {
    letter-spacing: 0;
  }
  .features-specs .ui-tabs-tab i {
    letter-spacing: 0.1em;
  }
}
.features-specs .ui-tabs-tab i {
  display: block;
  margin-top: 0.5625rem;
  font-size: 1.1875rem;
}
.features-specs .ui-tabs-tab .path1 {
  position: relative;
}
.features-specs .ui-tabs-tab .path1:before {
  color: #8d8b82;
}
.features-specs .ui-tabs-tab .path2 {
  margin-left: -0.171875rem;
  margin-top: -0.0625rem;
}
.features-specs .ui-tabs-tab .path2:before {
  color: #696861;
}
.features-specs .ui-tabs-active {
  color: #f4f2eb;
  /*.path2{
  	&:before{
  		color: #696861;
  	}
  }*/
}
.features-specs .ui-tabs-active .path1:before {
  color: #a79f82;
}
.features-specs .ui-tabs-panel, .features-specs .ui-tabs-active {
  background-color: #64625b !important;
}
.features-specs .ui-tabs .ui-tabs-panel {
  padding: 2.875rem;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-weight: 200;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 70.25rem) {
  .features-specs .ui-tabs .ui-tabs-panel {
    padding: 1.375rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .features-specs .ui-tabs .ui-tabs-panel {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.features-specs .ui-tabs .ui-tabs-panel li, .features-specs .ui-tabs .ui-tabs-panel p {
  padding-bottom: 1.6875rem;
}
@media only screen and (max-width: 70.25rem) {
  .features-specs .ui-tabs .ui-tabs-panel li, .features-specs .ui-tabs .ui-tabs-panel p {
    padding-bottom: 1.25rem;
  }
}
.features-specs .ui-tabs .ui-tabs-panel ul {
  margin: 0;
}
.features-specs .ui-tabs .ui-tabs-panel li {
  list-style: none;
  padding-left: 2.125rem;
  position: relative;
}
@media only screen and (max-width: 70.25rem) {
  .features-specs .ui-tabs .ui-tabs-panel li {
    padding-left: 1.6875rem;
  }
}
.features-specs .ui-tabs .ui-tabs-panel li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  color: #b4afa9;
  font-size: 0.6875rem;
}

.features-specs-manual {
  background-color: #86847c;
}

.features-specs-manual-inner {
  padding: 1.375rem 2.25rem 0.125rem;
}
@media only screen and (max-width: 70.25rem) {
  .features-specs-manual-inner {
    padding: 1.375rem;
  }
}
.features-specs-manual-inner h2 {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding-top: 0.625rem;
}
@media only screen and (max-width: 70.25rem) {
  .features-specs-manual-inner h2 {
    font-size: 1.5625rem;
  }
}
.features-specs-manual-inner hr.short-centered-line {
  margin: 0.9375rem 0;
}
.features-specs-manual-inner a {
  display: block;
  padding-bottom: 1rem;
}
.features-specs-manual-inner img {
  padding-bottom: 0.875rem;
}
.features-specs-manual-inner .features-specs-manual-description {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  padding-bottom: 0.875rem;
}
.features-specs-manual-inner .link-with-arrow {
  text-align: left;
  color: #c1b383;
  margin: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.features-specs-manual-inner .link-with-arrow:after {
  color: #c1b383;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.features-specs-manual-inner .link-with-arrow:hover, .features-specs-manual-inner .link-with-arrow:focus {
  color: #4d4c46;
}
.features-specs-manual-inner .link-with-arrow:hover:after, .features-specs-manual-inner .link-with-arrow:focus:after {
  color: #4d4c46;
}

.three-boxes-copy-small-large-image::before, .three-boxes-copy-small-large-image::after {
  display: table;
  content: " ";
}
.three-boxes-copy-small-large-image::after {
  clear: both;
}
.three-boxes-copy-small-large-image .three-boxes-img-small img, .three-boxes-copy-small-large-image .three-boxes-img-big img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.three-boxes-copy-small-large-image .stack-col {
  float: left;
  width: 33.3333333333%;
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image .stack-col {
    float: none;
    width: 100%;
  }
}
.three-boxes-copy-small-large-image .three-boxes-img-big {
  height: 46.98047vw;
  float: right;
  width: 66.6666666667%;
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image .three-boxes-img-big {
    float: none;
    width: 100%;
    /*height: rem(350);*/
    height: auto;
    /*padding-top: percentage(700/1230);*/
  }
}
.three-boxes-copy-small-large-image .three-boxes-img-small {
  height: 23.49023vw;
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image .three-boxes-img-small {
    /*height: rem(260);*/
    height: auto;
    /*padding-top: 100%;*/
  }
}
.three-boxes-copy-small-large-image .stack-copy {
  height: 23.49023vw;
  background-color: #86847c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.625rem 1.875rem;
  overflow: hidden;
}
@media only screen and (max-width: 250rem) {
  .three-boxes-copy-small-large-image .stack-copy {
    padding: 0.625rem 1.375rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image .stack-copy {
    padding: 1.25rem 1.375rem;
    height: auto;
  }
}
.three-boxes-copy-small-large-image .stack-copy-inner {
  width: 100%;
}
.three-boxes-copy-small-large-image .sm-text {
  color: #c5c1b2;
}
.three-boxes-copy-small-large-image h2 {
  font-size: 2rem;
  line-height: 2.3125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image h2 {
    font-size: 1.4375rem;
    line-height: 1.6875rem;
  }
}
.three-boxes-copy-small-large-image .stack-copy-p {
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.07em;
  font-weight: 200;
}
@media only screen and (max-width: 70.25rem) {
  .three-boxes-copy-small-large-image .stack-copy-p {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.three-boxes-copy-small-large-image hr.short-centered-line {
  margin: 0.9375rem 0;
}

.sound h2, .comparison-chart h2 {
  font-size: 2rem;
  line-height: 2.5625rem;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 70.25rem) {
  .sound h2, .comparison-chart h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.sound hr.short-centered-line, .comparison-chart hr.short-centered-line {
  margin: 0.9375rem 0;
}

.sound-container, .comparison-chart-container {
  padding: 1.875rem 2.5rem;
}
@media only screen and (max-width: 70.25rem) {
  .sound-container, .comparison-chart-container {
    padding: 1.25rem 1.375rem;
  }
}

.comparison-chart {
  background-color: #64625b;
}
.comparison-chart .dt-search label {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 200;
}
.comparison-chart .dt-search input {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  padding: 0.75rem;
  margin: 0.5rem 0;
  border: 0 none;
  color: #f4f2eb;
  background-color: #4d4c46;
}
.comparison-chart .tablepress th, .comparison-chart .tablepress td {
  color: #f4f2eb;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  background-color: transparent !important;
  padding: 1.25rem 0.625rem;
}
.comparison-chart .tablepress th:hover, .comparison-chart .tablepress td:hover {
  color: #f4f2eb !important;
}
.comparison-chart .tablepress th.dt-ordering-desc, .comparison-chart .tablepress th.dt-ordering-asc, .comparison-chart .tablepress td.dt-ordering-desc, .comparison-chart .tablepress td.dt-ordering-asc {
  color: #f4f2eb !important;
  font-weight: 400 !important;
}
.comparison-chart .tablepress th .dt-column-order {
  display: inline-block !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  padding-left: 0.625rem;
}
.comparison-chart .tablepress th .dt-column-order:before, .comparison-chart .tablepress th .dt-column-order:after {
  opacity: 1 !important;
  color: #f4f2eb;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
.comparison-chart .tablepress tr:hover {
  background-color: #514f4a;
}
.comparison-chart .tablepress tr:hover td {
  color: #f4f2eb !important;
}

.sound {
  background-color: #86847c;
}
.sound .sound-mp3--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 70.25rem) {
  .sound .sound-mp3--image img {
    height: 25rem;
  }
}

.sound-container .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.sound-container .sound-mp3 {
  position: relative;
  height: 4rem;
}
@media only screen and (max-width: 70.25rem) {
  .sound-container .sound-mp3 {
    height: 2.375rem;
  }
  .sound-container .sound-mp3 .mejs-inner {
    height: 2.375rem;
  }
}
.sound-container .sound-mp3-wrapper {
  padding: 0.875rem 0;
  border-bottom: 1px solid #939089;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.sound-container .sound-mp3-wrapper:hover, .sound-container .sound-mp3-wrapper:focus {
  background-color: #64625b;
}
.sound-container .sound-mp3--label {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  padding-left: 5.625rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 70.25rem) {
  .sound-container .sound-mp3--label {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    padding-left: 3.4375rem;
  }
}
.sound-container .sound-audio {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: auto !important;
  min-width: 0 !important;
}
.sound-container .sound-audio button {
  padding: 0 0.3125rem;
}
.sound-container .mejs-time-rail, .sound-container .mejs-time, .sound-container .mejs-time-total, .sound-container .mejs-mute, .sound-container .mejs-layers, .sound-container .mejs-play:last-child {
  display: none;
}
.sound-container .mejs-controls {
  background: transparent;
}
.sound-container .mejs-horizontal-volume-total {
  display: none;
}
.sound-container .mejs-container {
  background-color: transparent !important;
  height: auto !important;
  width: auto !important;
}
.sound-container .mejs-controls a.mejs-horizontal-volume-slider {
  display: none;
}
.sound-container .mejs-controls {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  position: relative !important;
}
.sound-container .mejs-button {
  height: auto !important;
  width: auto !important;
}
.sound-container .mejs-button > button {
  background: transparent !important;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100% !important;
  line-height: 0;
  margin: 0 !important;
  overflow: visible;
  padding: 0;
  position: relative !important;
  text-decoration: none;
  width: 100% !important;
}
.sound-container .mejs-playpause-button button {
  width: 100%;
  text-align: left;
  vertical-align: bottom;
  outline: 0 none;
  border: 0 none;
}
@media only screen and (max-width: 70.25rem) {
  .sound-container .mejs-playpause-button button {
    height: 2.375rem;
  }
}
.sound-container .mejs-playpause-button button:hover {
  cursor: pointer;
}
.sound-container .mejs-playpause-button button:active, .sound-container .mejs-playpause-button button:focus, .sound-container .mejs-playpause-button button:hover {
  border: 0 none !important;
  outline: 0 none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sound-container .mejs-playpause-button button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 3.9375rem;
  color: #c0b590;
}
@media only screen and (max-width: 70.25rem) {
  .sound-container .mejs-playpause-button button:before {
    height: 2.375rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .sound-container .mejs-playpause-button button:before {
    font-size: 2.125rem;
  }
}
.sound-container .mejs-playpause-button.mejs-pause button:before {
  content: "\e922";
}

.reviews {
  background-color: #d7d5cf;
  color: #6e6c66;
}
.reviews h2 {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #3e3d3b;
}
.reviews hr.short-centered-line {
  margin: 0.9375rem 0;
}

.reviews-heading {
  padding: 1.25rem 3.125rem 0;
}
@media only screen and (max-width: 70.25rem) {
  .reviews-heading {
    padding: 1.25rem 1.375rem 0;
  }
}

.reviews-container .row {
  background-color: #d7d5cf;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.reviews-container .row:nth-child(2n) {
  background-color: #e1dfda;
}
.reviews-container .row:first-child {
  padding-top: 1.25rem;
}
@media only screen and (max-width: 70.25rem) {
  .reviews-container .row:first-child {
    padding-top: 0.125rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .reviews-container .row {
    padding-top: 1.875rem;
    padding-bottom: 2.625rem;
  }
}

.review-author-info {
  padding: 0 1.875rem 0 3.125rem;
  border-right: 4px solid #adaba5;
  height: 100%;
  position: relative;
}
.review-author-info:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -10px;
  z-index: 2;
}
.review-author-info:after { /* arrow difference */
  border-left: 10px solid #adaba5;
  right: -14px;
}
@media only screen and (max-width: 70.25rem) {
  .review-author-info {
    margin: 0 1.375rem 0 1.375rem;
    padding: 0;
    border-right: 0 none;
    border-top: 4px solid #adaba5;
    padding-top: 1.4375rem;
  }
  .review-author-info:after {
    border: 0 none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .review-author-info:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c1b383;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
  .review-author-info:before { /* arrow difference */
    border-bottom: 10px solid #adaba5;
    top: -14px;
  }
}
.review-author-info img {
  padding-bottom: 1.3125rem;
}
.review-author-info h3 {
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  padding-bottom: 0.3125rem;
  font-weight: 400;
}
.review-author-info .review-author-title {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  padding-bottom: 1.25rem;
  color: #86847f;
  font-weight: 200;
}
.review-author-info .button-link {
  background-color: #92908b;
  padding: 1.125rem 1.875rem;
  color: white;
}
.review-author-info .button-link .btn-arrow {
  left: 0.9375rem;
}

.review-copy {
  margin: 0 3.125rem 0 1.875rem;
}
@media only screen and (max-width: 70.25rem) {
  .review-copy {
    margin: 0 1.375rem;
  }
}

.review-copy-big {
  font-size: 2rem;
  line-height: 2.5625rem;
  letter-spacing: 0.02em;
  padding-bottom: 1.1875rem;
}
.review-copy-big p:before {
  content: "“";
}
.review-copy-big p:after {
  content: "”";
}
@media only screen and (max-width: 70.25rem) {
  .review-copy-big {
    font-size: 1.5rem;
    padding-bottom: 0.875rem;
  }
}

.review-copy-small {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  color: #817f79;
}
.review-copy-small p:after {
  content: "”";
}
@media only screen and (max-width: 70.25rem) {
  .review-copy-small {
    display: none;
  }
}

.product-controls {
  background-image: url("/wp-content/themes/meris-new/_images/explore-bg-patt.jpg");
  background-position: center center;
  overflow: hidden;
}
.product-controls .col-lg-4 {
  overflow: hidden;
}
@media only screen and (max-width: 48.125rem) {
  .product-controls {
    display: none;
  }
}

#product-control-detail--intro {
  display: none;
  padding: 0.625rem 1.25rem 0.625rem 0;
}
#product-control-detail--intro.active {
  display: block;
}
#product-control-detail--intro i.icon-controls {
  font-size: 7rem;
  padding-bottom: 1.125rem;
  display: inline-block;
}
#product-control-detail--intro .sm-text {
  padding-bottom: 0.8125rem;
}
#product-control-detail--intro .short-centered-line {
  margin: 1.25rem 0 0.9375rem;
}
#product-control-detail--intro h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 200;
}
#product-control-detail--intro .product-control-details--description {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.11em;
}

.product-control-mapped-image {
  padding: 5rem;
  text-align: center;
}

.product-control-mapping-image-and-points {
  position: relative;
  display: inline-block;
}

.product-control-mapped-point {
  position: absolute;
  display: inline-block;
  text-align: left;
  width: 1.375rem;
  height: 1.375rem;
}
.product-control-mapped-point .hint {
  position: relative;
  /*margin-top: rem(-11);*/
}
.product-control-mapped-point .hint.active .hint-plus {
  background-image: url("/wp-content/themes/meris-new/_images/minus.svg");
}
.product-control-mapped-point .hint-plus {
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/themes/meris-new/_images/plus.svg");
}
.product-control-mapped-point .hint-ring {
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/themes/meris-new/_images/hint-ring.svg");
}
.product-control-mapped-point:hover {
  cursor: pointer;
}
.product-control-mapped-point .line {
  opacity: 0;
  border-top: 1px solid #c0b590;
  width: 18.75rem;
}
.product-control-mapped-point .line.active {
  opacity: 1;
}

.product-control-detail {
  display: none;
  border-left: 3px solid #c0b590;
  background-color: #302f2d;
}
.product-control-detail h2 {
  font-size: 2rem;
  line-height: 2.3125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.product-control-detail .short-centered-line {
  margin: 1rem 0 0.75rem;
}

.product-control-detail--image {
  position: relative;
}
.product-control-detail--image a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.product-control-detail--image .vid-play {
  left: auto;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 0;
}
.product-control-detail--image .vid-ring {
  background-image: url("/wp-content/themes/meris-new/_images/play-circ-dark.svg");
}
.product-control-detail--image img {
  width: 100%;
  height: auto;
}

.product-control-detail--content {
  padding: 1.25rem 1.875rem;
}

.product-control-detail--copy {
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.06em;
  color: #b5b4af;
  font-weight: 300;
}
.product-control-detail--copy p {
  padding-bottom: 1.6875rem;
}

.form-block {
  background-color: #4d4c46;
}
.form-block .gform_confirmation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
.form-block .col {
  padding: 1.375rem;
}
.form-block .form-block--headlines {
  width: 100%;
}
.form-block .form-block-headlines-container {
  background-color: #86847c;
  position: relative;
  border-right: 6px solid #c1b383;
}
.form-block .form-block-headlines-container:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c1b383;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 70.25rem) {
  .form-block .form-block-headlines-container {
    border-bottom: 6px solid #c1b383;
    border-right: 0;
  }
  .form-block .form-block-headlines-container:after {
    border: 0 none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .form-block .form-block-headlines-container:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c1b383;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
  }
}
.form-block .form-block-headlines-container h2 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  padding-bottom: 0.3125rem;
  letter-spacing: 0.18em;
  font-weight: 200;
  text-align: center;
}
@media only screen and (max-width: 70.25rem) {
  .form-block .form-block-headlines-container h2 {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }
}
.form-block .form-block-headlines-container h3 {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  letter-spacing: 0.075em;
  font-weight: 200;
  text-align: center;
  padding-bottom: 0.75rem;
}
.form-block div.tiny p {
  /*font-size: rem(12);
  line-height: rem(14);*/
  font-size: 0.5rem;
  line-height: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.75rem;
  color: #bbb7a9;
  /*color: #c0b590;*/
}
.form-block div.tiny p a {
  color: white;
  /*text-decoration: underline;*/
}
.form-block div.tiny p a:hover, .form-block div.tiny p a:focus {
  text-decoration: underline;
}
.form-block .gform_fields {
  margin: 0;
}
.form-block .gform_fields li {
  list-style: none;
  display: inline-block;
}
.form-block .gform_fields input[type=text], .form-block .gform_fields input[type=tel], .form-block .gform_fields input[type=email], .form-block .gform_fields textarea, .form-block .gform_fields input[type=number], .form-block .gform_fields select {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  color: #acaba8;
  font-weight: 200;
  background-color: #64625b;
  width: 100%;
  padding: 0.75rem;
  margin: 0.5rem 0;
  border: 0 none;
}
.form-block .gform_fields label {
  display: block;
  font-weight: 300;
  padding: 0.625rem 0 0;
  letter-spacing: 0.12em;
}
.form-block .gform_fields label .gfield_required {
  padding-left: 0.1875rem;
}
.form-block .gform_fields textarea {
  height: 6.25rem;
}
.form-block .gform_button {
  background-color: #c0b590;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: white;
  padding: 1.25rem 3.125rem;
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.255em;
  text-transform: uppercase;
  font-weight: 600;
  border: 0 none;
}
.form-block .gform_button:hover, .form-block .gform_button:focus {
  background-color: #94834a;
  cursor: pointer;
}
.form-block .validation_message, .form-block .validation_error {
  color: #cc0000;
  letter-spacing: 0.12em;
  padding-bottom: 0.3125rem;
}
.form-block .gform_confirmation_message {
  color: #f4f2eb;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 200;
  padding-top: 1.25rem;
}
.form-block .gform_confirmation_message a {
  text-decoration: underline;
}

/******************************* Mobile Header *******************/
@media only screen and (max-width: 48.125rem) {
  body {
    padding-top: 3.625rem;
  }
}
@media screen and (max-width: 25rem) {
  body {
    padding-top: 3.125rem;
  }
}

#mobile-header-container {
  display: none;
  padding: 0.875rem 1.375rem;
  background-color: #242424;
  height: 3.625rem; /*so can fix it to top and set padding on body to replace it */
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-in-out, left 300ms ease-out;
  transition: top 0.2s ease-in-out, left 300ms ease-out;
  width: 100%;
  z-index: 99;
}
#mobile-header-container::before, #mobile-header-container::after {
  display: table;
  content: " ";
}
#mobile-header-container::after {
  clear: both;
}
@media screen and (max-width: 25rem) {
  #mobile-header-container {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 48.125rem) {
  #mobile-header-container.mobile-nav-up {
    top: -3.625rem;
  }
}
@media screen and (max-width: 25rem) {
  #mobile-header-container.mobile-nav-up {
    top: -3.125rem;
  }
}
#mobile-header-container.push-left {
  left: -16.25rem;
}

#mobile-header-logo {
  float: left;
}
@media screen and (max-width: 25rem) {
  #mobile-header-logo img {
    width: 92px;
    height: 20px;
  }
}

#mobile-menu-toggle {
  float: right;
  color: white;
  border: 0 none;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 25rem) {
  #mobile-menu-toggle {
    padding-top: 0;
  }
}
#mobile-menu-toggle i {
  font-size: 1.5625rem;
  letter-spacing: 0;
  vertical-align: middle;
  padding-left: 0.3125rem;
  display: inline-block;
  margin-top: -0.1875rem;
}

@media only screen and (max-width: 48.125rem) {
  header#top {
    display: none;
  }
  #mobile-header-container {
    display: block;
  }
}
/******************************* END: Mobile Header *******************/
/*********************************** Mobile Menu *******************************/
#mobile-menu {
  position: fixed;
  overflow-x: hidden;
  right: -16.25rem;
  top: 0;
  bottom: 0;
  width: 16.25rem;
  background: #242424;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#mobile-menu.rollin {
  right: 0 !important;
}

#mobile-menu-bottom {
  padding-top: 1.875rem;
  /*&.stuck{
  	position: fixed;
  	bottom: 0;
  	width: $mobile-menu-width;
  }*/
}

.top-sub-menu #category_selection-button {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.275em;
  padding: 0.3125rem 0;
}
.top-sub-menu #category_selection-button.ui-selectmenu-button {
  color: #c0b590;
}
.top-sub-menu #category_selection-button.ui-selectmenu-button-closed {
  border-bottom: 3px solid #c0b590;
}
.top-sub-menu #category_selection-button .ui-selectmenu-icon {
  text-indent: 0;
}
.top-sub-menu #category_selection-button .ui-selectmenu-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-size: 1.125rem;
  color: #c0b590;
  font-size: 0.6875rem;
}
.top-sub-menu a.active {
  color: #f4f2eb;
}
.top-sub-menu a.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}

#category_selection-menu {
  background-color: #303030;
  margin: 0;
}
#category_selection-menu li {
  letter-spacing: 0.275em;
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
#category_selection-menu li:hover, #category_selection-menu li:focus {
  color: #c0b590;
}
#category_selection-menu li .ui-state-active {
  color: #c0b590;
}
#category_selection-menu .ui-menu-item-wrapper {
  padding: 0;
  margin: 0;
}

.dealers h2 {
  font-size: 3.0625rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 48.125rem) {
  .dealers h2 {
    font-size: 1.6875rem;
    padding-bottom: 0.625rem;
  }
}
.dealers h3 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid rgba(192, 181, 144, 0.29);
  border-bottom: 1px solid rgba(192, 181, 144, 0.29);
  color: #c0b590;
  padding: 0.375rem 0;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 48.125rem) {
  .dealers h3 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
  }
}
.dealers h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 0.5rem;
  color: #c3c2be;
}
@media only screen and (max-width: 48.125rem) {
  .dealers h4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding-bottom: 0.25rem;
  }
}
.dealers .address, .dealers .phone, .dealers .website {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
}
.dealers .address a, .dealers .phone a, .dealers .website a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.dealers .address a:hover, .dealers .address a:focus, .dealers .phone a:hover, .dealers .phone a:focus, .dealers .website a:hover, .dealers .website a:focus {
  color: white;
  text-decoration: underline;
}
@media only screen and (max-width: 48.125rem) {
  .dealers .address, .dealers .phone, .dealers .website {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.dealers .website {
  color: #c0b590;
}
.dealers .website a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.dealers .website a:hover, .dealers .website a:focus {
  color: white;
}
.dealers .dealer {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(192, 181, 144, 0.29);
  margin-bottom: 1.3125rem;
}

/*********** My Account Changes ******/
.woocommerce-privacy-policy-text {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  color: #acaba8;
  font-weight: 200;
}
.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover, .woocommerce-privacy-policy-text a:focus {
  color: #edebe4;
}

ins {
  text-decoration: none;
}

.meris-account-dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meris-account-dashboard-main {
  width: 66.6666666667%;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 70.25rem) {
  .meris-account-dashboard-main {
    width: 100%;
    padding-right: 0;
  }
}
.meris-account-dashboard-main .woocommerce-message, .meris-account-dashboard-main .woocommerce-info {
  background-color: transparent;
  padding: 0;
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
  margin-bottom: 1.25rem;
}
.meris-account-dashboard-main .woocommerce-message a, .meris-account-dashboard-main .woocommerce-info a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.meris-account-dashboard-main .woocommerce-message a:hover, .meris-account-dashboard-main .woocommerce-message a:focus, .meris-account-dashboard-main .woocommerce-info a:hover, .meris-account-dashboard-main .woocommerce-info a:focus {
  color: white;
  text-decoration: underline;
}
.meris-account-dashboard-main .woocommerce-button.button.pay {
  display: none;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info {
  background-color: transparent;
  border: 0 none;
  color: #918e87;
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
  padding: 0 !important;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info a:hover, .meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info a:focus {
  color: white;
  text-decoration: underline;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info svg {
  display: none;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info .woocommerce-Button {
  background-color: #181816 !important;
  opacity: 1;
  color: #dde7e7 !important;
  text-align: center;
  padding: 1.125rem 2.6875rem !important;
  text-decoration: none;
}
.meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info .woocommerce-Button:hover, .meris-account-dashboard-main .no-order-message .wc-block-components-notice-banner.is-info .woocommerce-Button:focus {
  background-color: black !important;
  color: white !important;
}

.meris-account-dashboard-sidebar {
  width: 33.3333333333%;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 70.25rem) {
  .meris-account-dashboard-sidebar {
    width: 100%;
    padding-left: 0;
  }
}

.woocommerce-orders-table__row {
  line-height: 1.25;
}
.woocommerce-orders-table__row td {
  padding: 0.1875rem;
  vertical-align: top;
}
.woocommerce-orders-table__row td:first-child {
  padding-left: 0;
}
.woocommerce-orders-table__row td del {
  display: none;
}
.woocommerce-orders-table__row .woocommerce-orders-table__cell {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}
.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total {
  color: #64625b;
  text-align: right;
}
.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  color: #918e87;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  display: block;
}

ul.meris-account-sub-menu {
  padding-bottom: 2.25rem;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: 400;
  list-style: none;
  margin-left: 0;
}
@media only screen and (max-width: 48.125rem) {
  ul.meris-account-sub-menu {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
ul.meris-account-sub-menu li {
  display: inline-block;
  padding-right: 1.25rem;
  position: relative;
}
ul.meris-account-sub-menu a {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: underline;
}
ul.meris-account-sub-menu a:hover, ul.meris-account-sub-menu a:focus {
  color: white;
}
ul.meris-account-sub-menu li.person-icon {
  padding-left: 1.5625rem;
}
ul.meris-account-sub-menu li.person-icon:before {
  content: "\e925";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1875rem;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-Addresses .woocommerce-column, .woocommerce-col--addresses .woocommerce-column {
  padding-bottom: 1.875rem;
}
.woocommerce-Addresses .woocommerce-Address, .woocommerce-col--addresses .woocommerce-Address {
  padding-bottom: 1.25rem;
}
.woocommerce-Addresses a.edit, .woocommerce-col--addresses a.edit {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-top: 0.75rem;
}
.woocommerce-Addresses a.edit:hover, .woocommerce-col--addresses a.edit:hover {
  cursor: pointer;
}
.woocommerce-Addresses a.edit:hover, .woocommerce-Addresses a.edit:focus, .woocommerce-col--addresses a.edit:hover, .woocommerce-col--addresses a.edit:focus {
  background-color: black;
  cursor: pointer;
}
.woocommerce-Addresses address, .woocommerce-col--addresses address {
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-bottom: 0;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-Addresses address, .woocommerce-col--addresses address {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.woocommerce-Addresses address p, .woocommerce-col--addresses address p {
  padding-bottom: 0;
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  font-weight: 400;
}

.woocommerce-MyAccount-orders {
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 1.875rem;
}
.woocommerce-MyAccount-orders thead {
  display: none;
}
.woocommerce-MyAccount-orders tbody {
  display: table;
  width: 100%;
}
.woocommerce-MyAccount-orders td {
  width: 20%;
}
.woocommerce-MyAccount-orders a {
  text-decoration: underline;
}
.woocommerce-MyAccount-orders a:hover, .woocommerce-MyAccount-orders a:focus {
  color: white;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  padding: 0 0.3125rem;
}

#mailchimp-gdpr-fields {
  display: none !important;
}
#mailchimp-gdpr-fields p {
  padding-bottom: 0;
}

.woocommerce-EditAccountForm {
  max-width: 48.75rem;
}
.woocommerce-EditAccountForm .clear::before, .woocommerce-EditAccountForm .clear::after {
  display: table;
  content: " ";
}
.woocommerce-EditAccountForm .clear::after {
  clear: both;
}
.woocommerce-EditAccountForm fieldset {
  width: 100%;
  border: 0 none;
  padding: 0;
  margin: 0;
}
.woocommerce-EditAccountForm fieldset p {
  padding-bottom: 0;
}
.woocommerce-EditAccountForm fieldset legend {
  color: #f4f2eb;
  font-size: 3.0625rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-EditAccountForm fieldset legend {
    font-size: 1.6875rem;
    padding-bottom: 0.625rem;
  }
}
.woocommerce-EditAccountForm > .woocommerce-form-row {
  padding-bottom: 0;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-EditAccountForm > .woocommerce-form-row {
    float: none;
    width: 100%;
    /*input{
    	max-width: 100% !important;
    }*/
  }
}
.woocommerce-EditAccountForm > .woocommerce-form-row > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
}
.woocommerce-EditAccountForm > .woocommerce-form-row > span em {
  font-style: normal;
}
.woocommerce-EditAccountForm > .woocommerce-form-row.form-row-first, .woocommerce-EditAccountForm > .woocommerce-form-row.form-row-last {
  float: left;
  width: 50%;
}
.woocommerce-EditAccountForm > .woocommerce-form-row label[for=mailchimp_woocommerce_is_transactional] {
  display: none;
}
.woocommerce-EditAccountForm .woocommerce-form-row--first {
  padding-right: 1.875rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-EditAccountForm .woocommerce-form-row--first {
    padding-right: 0;
  }
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
  margin-right: 0.3125rem;
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio:after {
  content: "";
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio:before {
  top: 0.125rem;
}
.woocommerce-EditAccountForm .woocommerce-form__input-radio.input-radio:checked:after {
  top: 0.375rem;
}

h3.meris-account-section-heading,
.woocommerce-account h2.meris-account-section-heading,
h4.meris-account-section-heading,
.woocommerce-Address-title h3,
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title,
.woocommerce-MyAccount-content h2.woocommerce-order-details__title,
.woocommerce-view-order h2.woocommerce-column__title {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid rgba(192, 181, 144, 0.29);
  border-bottom: 1px solid rgba(192, 181, 144, 0.29);
  color: #c0b590;
  padding: 0.375rem 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 48.125rem) {
  h3.meris-account-section-heading,
  .woocommerce-account h2.meris-account-section-heading,
  h4.meris-account-section-heading,
  .woocommerce-Address-title h3,
  .woocommerce-order-details h2.woocommerce-order-details__title,
  .woocommerce-customer-details h2.woocommerce-column__title,
  .woocommerce-MyAccount-content h2.woocommerce-order-details__title,
  .woocommerce-view-order h2.woocommerce-column__title {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
  }
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account h2 {
  color: #f4f2eb;
}

.woocommerce-account h2, body.woocommerce-edit-address form h3 {
  font-size: 3.0625rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 0.9375rem;
  text-transform: none;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-account h2, body.woocommerce-edit-address form h3 {
    font-size: 1.6875rem;
    padding-bottom: 0.3125rem;
  }
}

.woocommerce-view-order .button {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.woocommerce-view-order .button:hover {
  cursor: pointer;
}
.woocommerce-view-order .button:hover, .woocommerce-view-order .button:focus {
  background-color: black;
  cursor: pointer;
}
.woocommerce-view-order .woocommerce-MyAccount-content::before, .woocommerce-view-order .woocommerce-MyAccount-content::after {
  display: table;
  content: " ";
}
.woocommerce-view-order .woocommerce-MyAccount-content::after {
  clear: both;
}
.woocommerce-view-order .woocommerce-order-details {
  float: left;
  width: 66.6666666667%;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-view-order .woocommerce-order-details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-view-order .woocommerce-customer-details {
  float: left;
  width: 33.3333333333%;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-view-order .woocommerce-customer-details {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce-view-order .woocommerce-col--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-view-order .woocommerce-col--addresses .woocommerce-column--1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/************* Edit Address Page *************/
.woocommerce-edit-address .woocommerce-address-fields {
  max-width: 48.75rem;
  width: 100%;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -0.9375rem;
  padding-bottom: 0;
}
.woocommerce-edit-address p.form-row {
  padding: 0 0.9375rem;
}
.woocommerce-edit-address #billing_company_field,
.woocommerce-edit-address #billing_country_field,
.woocommerce-edit-address #billing_postcode_field,
.woocommerce-edit-address #shipping_company_field,
.woocommerce-edit-address #shipping_country_field,
.woocommerce-edit-address #shipping_postcode_field {
  width: 100%;
}
.woocommerce-edit-address #billing_first_name_field,
.woocommerce-edit-address #billing_last_name_field,
.woocommerce-edit-address #billing_address_1_field,
.woocommerce-edit-address #billing_address_2_field,
.woocommerce-edit-address #billing_phone_field,
.woocommerce-edit-address #billing_email_field,
.woocommerce-edit-address #billing_city_field,
.woocommerce-edit-address #billing_state_field,
.woocommerce-edit-address #shipping_first_name_field,
.woocommerce-edit-address #shipping_last_name_field,
.woocommerce-edit-address #shipping_address_1_field,
.woocommerce-edit-address #shipping_address_2_field,
.woocommerce-edit-address #shipping_city_field,
.woocommerce-edit-address #shipping_state_field {
  width: 50%;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-edit-address #billing_first_name_field,
  .woocommerce-edit-address #billing_last_name_field,
  .woocommerce-edit-address #billing_address_1_field,
  .woocommerce-edit-address #billing_address_2_field,
  .woocommerce-edit-address #billing_phone_field,
  .woocommerce-edit-address #billing_email_field,
  .woocommerce-edit-address #billing_city_field,
  .woocommerce-edit-address #billing_state_field,
  .woocommerce-edit-address #shipping_first_name_field,
  .woocommerce-edit-address #shipping_last_name_field,
  .woocommerce-edit-address #shipping_address_1_field,
  .woocommerce-edit-address #shipping_address_2_field,
  .woocommerce-edit-address #shipping_city_field,
  .woocommerce-edit-address #shipping_state_field {
    width: 100%;
  }
}

.checkout-login-form .clear::before, .checkout-login-form .clear::after, #customer_login .clear::before, #customer_login .clear::after {
  display: table;
  content: " ";
}
.checkout-login-form .clear::after, #customer_login .clear::after {
  clear: both;
}
.checkout-login-form .woocommerce-form__input-checkbox, #customer_login .woocommerce-form__input-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:before, #customer_login .woocommerce-form__input-checkbox:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.checkout-login-form .woocommerce-form__input-checkbox:after, #customer_login .woocommerce-form__input-checkbox:after {
  content: "";
}
.checkout-login-form .woocommerce-form__input-checkbox:checked:after, #customer_login .woocommerce-form__input-checkbox:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:before, #customer_login .woocommerce-form__input-checkbox:before {
  top: 0.125rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:checked:after, #customer_login .woocommerce-form__input-checkbox:checked:after {
  top: 0.375rem;
}

#customer_login {
  padding: 2rem 2.5rem 3.75rem 2.5rem;
  background-color: #303030;
}
#customer_login .woocommerce-form-login input[type=text], #customer_login .woocommerce-form-login input[type=tel], #customer_login .woocommerce-form-login input[type=email], #customer_login .woocommerce-form-login input[type=password], #customer_login .woocommerce-form-register input[type=text], #customer_login .woocommerce-form-register input[type=tel], #customer_login .woocommerce-form-register input[type=email], #customer_login .woocommerce-form-register input[type=password] {
  max-width: 28.125rem;
}
#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme, #customer_login .woocommerce-form-register .woocommerce-form-login__rememberme {
  padding-bottom: 0.625rem;
}
#customer_login .woocommerce-form-login .mailchimp-newsletter, #customer_login .woocommerce-form-register .mailchimp-newsletter {
  padding-bottom: 0.625rem;
}
#customer_login h2 {
  font-size: 3.0625rem;
  line-height: 1em;
  font-weight: 200;
  border-bottom: 1px solid rgba(192, 181, 144, 0.29);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 48.125rem) {
  #customer_login h2 {
    font-size: 1.6875rem;
    padding-bottom: 0.625rem;
  }
}
#customer_login .u-column1 {
  padding-bottom: 1.875rem;
}
#customer_login .woocommerce-form-register__submit, #customer_login .woocommerce-form-login__submit {
  margin-top: 0.625rem;
}
#customer_login .woocommerce-LostPassword {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  color: #acaba8;
  font-weight: 200;
  padding-top: 0.625rem;
}
#customer_login .woocommerce-LostPassword a {
  text-decoration: underline;
}

body.woocommerce-lost-password .woocommerce {
  padding: 2rem 2.5rem 3.75rem 2.5rem;
  background-color: #303030;
}
body.woocommerce-lost-password .woocommerce p {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
}
body.woocommerce-lost-password .woocommerce p a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
body.woocommerce-lost-password .woocommerce p a:hover, body.woocommerce-lost-password .woocommerce p a:focus {
  color: white;
  text-decoration: underline;
}

.woocommerce-ResetPassword .woocommerce-form-row {
  max-width: 28.125rem;
}
.woocommerce-ResetPassword .woocommerce-Button {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-top: 1.25rem;
}
.woocommerce-ResetPassword .woocommerce-Button:hover {
  cursor: pointer;
}

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation li a {
  padding: 0.3125rem;
}
.woocommerce-MyAccount-navigation li.is-active {
  text-decoration: underline;
}

.woocommerce-MyAccount-content {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
}
.woocommerce-MyAccount-content a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.woocommerce-MyAccount-content a:hover, .woocommerce-MyAccount-content a:focus {
  color: white;
  text-decoration: underline;
}
.woocommerce-MyAccount-content a {
  color: inherit;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-MyAccount-content {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

/******** Gift Card Changes *******/
.variation-EnterGiftCardMessage, .variation-Sender {
  word-break: break-word;
  white-space: normal;
}

body.woocommerce-giftcards .meris-gift-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-giftcards .meris-gift-card-page-heading {
  padding-bottom: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  vertical-align: text-bottom;
}
body.woocommerce-giftcards .meris-gift-card-page-heading .woocommerce-Price-amount.amount {
  color: #c1b383;
  font-weight: 700;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form .woocommerce-Button {
  width: 6.25rem;
  padding: 0;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text {
  border: 2px solid #181816;
  background: transparent;
  color: #f4f2eb;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text::-webkit-input-placeholder {
  color: #f4f2eb;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text::-moz-placeholder {
  color: #f4f2eb;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text:-ms-input-placeholder {
  color: #f4f2eb;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text::-ms-input-placeholder {
  color: #f4f2eb;
}
body.woocommerce-giftcards .woocommerce-MyAccount-Giftcards-form input.input-text::placeholder {
  color: #f4f2eb;
}

/******** END: Gift Card Changes *******/
/*********** END: My Account Changes ******/
/*** Stop gallery images from opening link to larger image ***/
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  pointer-events: none;
  display: block;
  width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: 100%;
}

/*********** Variable Products changes *************/
/*********** Password Protected Page form **********/
.post-password-form {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.07em;
}
.post-password-form input,
.post-password-form textarea {
  border: 0 none;
  background-color: #f4f2eb;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem !important;
  letter-spacing: 0.07em;
}
.post-password-form input {
  height: 2.5rem;
}
.post-password-form input[type=submit] {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.255em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.6875rem 1.25rem;
  background-color: #181816;
  color: #dde7e7;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: black;
}

/*********** END: Password Protected Page form **********/
.product-type-variable .onsale {
  display: none;
}

.woocommerce-tabs, .related.products {
  display: none;
}

.woo-variation-items-wrapper .reset_variations {
  display: none !important;
}

.meris-single-product-variable-details.single-variation-coming-soon .woocommerce-variation.single_variation {
  display: none !important;
}

.product-type-variable {
  position: relative;
}
.product-type-variable .entry-summary .price {
  display: none;
}
.product-type-variable .entry-summary .variations .label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper, .product-type-variable .entry-summary .variations .woo-variation-items-wrapper {
  margin: 0;
  padding-bottom: 0.625rem;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper .variable-item-span:focus, .product-type-variable .entry-summary .variations .variable-items-wrapper .variable-item:focus, .product-type-variable .entry-summary .variations .woo-variation-items-wrapper .variable-item-span:focus, .product-type-variable .entry-summary .variations .woo-variation-items-wrapper .variable-item:focus {
  outline: none !important;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0 !important;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  padding: 0 0.375rem;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item.disabled .variable-item-contents:before {
  background-image: none !important;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item .variable-item-span-button {
  color: #f4f2eb;
  display: inline-block;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid transparent;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item.selected .variable-item-span-button {
  border-bottom: 1px solid;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item:hover .variable-item-span {
  border-bottom: 1px dotted;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper:not(.color-variable-items-wrapper):not(.image-variable-items-wrapper) .variable-item-span {
  border-radius: 0;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper {
  margin-left: -0.625rem;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper {
  padding-bottom: 0;
  margin-left: -0.4375rem;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: transparent !important;
  margin: 0.25rem 0.4375rem;
  height: auto;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item:hover, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents:before, .product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item.selected .variable-item-contents:before, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents:before, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item.selected .variable-item-contents:before {
  background-image: none !important;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item.selected .variable-item-image, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item.selected .variable-item-image {
  -webkit-box-shadow: 0 0 0 3px #c1b383;
          box-shadow: 0 0 0 3px #c1b383;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item.selected .color-name, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item.selected .color-name {
  opacity: 1;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item img, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item img {
  width: 1.875rem;
  height: 1.875rem;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item img:after, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item img:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-type-variable .entry-summary .variations .variable-items-wrapper.color-variable-items-wrapper .variable-item .color-name, .product-type-variable .entry-summary .variations .variable-items-wrapper.image-variable-items-wrapper .variable-item .color-name {
  padding-top: 0.3125rem;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #f4f2eb;
}

figure {
  margin: 0;
}

.single_variation_wrap .woocommerce-variation-availability p {
  padding-bottom: 0 !important;
}
.single_variation_wrap .price {
  display: inline !important;
  padding-bottom: 0 !important;
  line-height: 1em !important;
}
.single_variation_wrap .quantity {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: inline;
}

.single-variable-product-price-cart {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.single-variable-product-price-cart li {
  list-style: none;
  padding-right: 0.9375rem;
}
.single-variable-product-price-cart li .single_add_to_cart_button {
  padding-left: 0;
}
.single-variable-product-price-cart li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-variable-product-price-cart .woocommerce-variation .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1.125rem;
  padding-right: 1.25rem;
}
.single-variable-product-price-cart .woocommerce-variation-availability {
  padding-right: 1.25rem;
}

.woocommerce-cart-form__cart-item .variation,
.woocommerce-checkout-review-order-table .variation {
  font-size: 1rem;
  line-height: 1.25;
}
.woocommerce-cart-form__cart-item .variation dt,
.woocommerce-checkout-review-order-table .variation dt {
  font-weight: 600;
}
.woocommerce-cart-form__cart-item .variation dd, .woocommerce-cart-form__cart-item .variation dt,
.woocommerce-checkout-review-order-table .variation dd,
.woocommerce-checkout-review-order-table .variation dt {
  display: inline;
  vertical-align: middle;
}
.woocommerce-cart-form__cart-item .variation dd,
.woocommerce-checkout-review-order-table .variation dd {
  margin-left: 0;
  margin-right: 0.625rem;
}
.woocommerce-cart-form__cart-item .variation dd p,
.woocommerce-checkout-review-order-table .variation dd p {
  display: inline;
}
.woocommerce-cart-form__cart-item .product-thumbnail img,
.woocommerce-checkout-review-order-table .product-thumbnail img {
  max-width: 9.5rem;
  display: block;
}

/*********** END: Variable Products changes *************/
.cart-login-link {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
}
.cart-login-link em {
  text-decoration: underline;
  font-style: normal;
}

.single-product .icon-cart, #header-cart .icon-cart, #mobile-header-cart .icon-cart {
  font-size: 1.375rem;
  color: white;
  position: relative;
  padding-left: 0.625rem;
}
.single-product .single-product-cart-count, #header-cart .single-product-cart-count, #mobile-header-cart .single-product-cart-count {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  right: -0.6875rem;
  top: -0.5rem;
  font-size: 0.8125rem;
  line-height: 1em;
  color: white;
  background: #4d4c46;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  text-align: center;
}

#header-cart-link:hover #header-cart, #header-cart-link:focus #header-cart {
  background-color: #b09e61;
}

#header-cart, #mobile-header-cart {
  @transition ();
  background-color: #c0b590;
  vertical-align: middle;
}
#header-cart i, #mobile-header-cart i {
  vertical-align: middle;
}
#header-cart span, #mobile-header-cart span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.115em;
  line-height: 1em;
  vertical-align: middle;
}

a#header-cart:hover, a#header-cart:focus, a#mobile-header-cart:hover, a#mobile-header-cart:focus {
  background-color: #b09e61;
}

#header-cart {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11; /* 1 above top-sub-menu */
  padding: 0.625rem 0.9375rem;
}
@media only screen and (max-width: 48.125rem) {
  #header-cart {
    display: none;
  }
}

#mobile-header-cart {
  width: 100%;
  display: block;
  padding: 0.9375rem 0.9375rem;
}
#mobile-header-cart i {
  float: right;
}

.single-product--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.single-product--video .vid-play {
  margin-bottom: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.single-product--video .vid-ring {
  background-image: url("/wp-content/themes/meris-new/_images/play-circ-dark.svg");
}

.single-product-details-container {
  position: relative;
  width: 100%;
}
.single-product-details-container #overview {
  position: relative;
  width: 100%;
}
.single-product-details-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 60.1875rem;
}

.single-product-details, .product-type-variable .entry-summary, .post-password-form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.3333333333%;
  background-color: #a19776;
  padding: 1.875rem 2.5rem;
}
.single-product-details p, .product-type-variable .entry-summary p, .post-password-form p {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-details, .product-type-variable .entry-summary, .post-password-form {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    padding: 1.125rem 1.375rem;
  }
}
.single-product-details h1, .product-type-variable .entry-summary h1, .post-password-form h1 {
  font-size: 2.625rem;
  line-height: 2.875rem;
  letter-spacing: 0.04em;
  font-weight: 200;
  padding-bottom: 0.8125rem;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-details h1, .product-type-variable .entry-summary h1, .post-password-form h1 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    padding-bottom: 0.4375rem;
  }
}
.single-product-details .sm-text, .product-type-variable .entry-summary .sm-text, .post-password-form .sm-text {
  color: #d5cfbb;
}
.single-product-details .short-centered-line, .product-type-variable .entry-summary .short-centered-line, .post-password-form .short-centered-line {
  margin: 0.9375rem 0 1.125rem;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-details .short-centered-line, .product-type-variable .entry-summary .short-centered-line, .post-password-form .short-centered-line {
    margin: 0.3125rem 0 0.5rem;
  }
}

.single-product-description, .product-type-variable .entry-summary p {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-description, .product-type-variable .entry-summary p {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}

/********** Variable set move gold box below featured image *****/
.meris-single-product-variable-details.single-product-details-move-below {
  background: #a19776;
}
.meris-single-product-variable-details.single-product-details-move-below .product-type-variable .entry-summary {
  position: relative;
  width: 100%;
  right: auto;
  bottom: auto;
  padding: 1.875rem 2.5rem 0 2.5rem;
}
.meris-single-product-variable-details.single-product-details-move-below .product-type-variable .entry-summary > *:not(form) {
  max-width: 50rem;
}
.meris-single-product-variable-details.single-product-details-move-below .single-variable-product-price-cart {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: 1.25rem;
  padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  background-color: #c0b590;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*align-items: center;
  justify-content: flex-start;
  gap: rem(30);

  li:last-child {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  }*/
}

/********** Variable set move gold box below featured image *****/
.meris-single-product-variable-details.single-product-details-move-below .entry-summary {
  background-color: #4d4c46;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary label, .meris-single-product-variable-details.single-product-details-move-below .entry-summary p, .meris-single-product-variable-details.single-product-details-move-below .entry-summary .variations li {
  display: block;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary label {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 48.125rem) {
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 2.5rem;
  }
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form .wc_gc_giftcard_to_multiple {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form .wc_gc_giftcard_from {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form .wc_gc_giftcard_delivery {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form .wc_gc_giftcard_message {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form .wc_gc_giftcard_message textarea.input-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input,
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea {
  margin: 0.5rem 0;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  color: #acaba8;
  width: 100%;
  border: 0 none;
  background-color: #64625b;
  padding: 0.75rem;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input::-webkit-input-placeholder, .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea::-webkit-input-placeholder {
  color: #acaba8;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input::-moz-placeholder, .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea::-moz-placeholder {
  color: #acaba8;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input:-ms-input-placeholder, .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea:-ms-input-placeholder {
  color: #acaba8;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input::-ms-input-placeholder, .meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea::-ms-input-placeholder {
  color: #acaba8;
}
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form input::placeholder,
.meris-single-product-variable-details.single-product-details-move-below .entry-summary .woocommerce_gc_giftcard_form textarea::placeholder {
  color: #acaba8;
}
@media only screen and (min-width: 48.125rem) {
  .meris-single-product-variable-details.single-product-details-move-below .single-variable-product-price-cart {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.woocommerce_gc_giftcard_form .wc_gc_field {
  margin-bottom: 0;
  padding: 0;
}

.single-product-floating-menu {
  height: 5.25rem;
}
.single-product-floating-menu::before, .single-product-floating-menu::after {
  display: table;
  content: " ";
}
.single-product-floating-menu::after {
  clear: both;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-floating-menu {
    height: auto;
  }
}
.single-product-floating-menu.sticky {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  padding-left: 12.8125rem;
}
@media only screen and (max-width: 48.125rem) {
  .single-product-floating-menu.sticky {
    padding-left: 0;
  }
}

.single-product-jump-menu {
  float: left;
  width: 66.6666666667%;
  background-color: #4d4c46;
  margin: 0;
  height: 100%;
}
.single-product-jump-menu li {
  display: inline-block;
}
.single-product-jump-menu li a {
  color: #b2b0a6;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.single-product-jump-menu li a:hover, .single-product-jump-menu li a:focus {
  color: #f4f2eb;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-jump-menu {
    display: none;
  }
}
.single-product-jump-menu a {
  position: relative;
  padding-bottom: 0.75rem;
}
.single-product-jump-menu a:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  content: "";
  position: absolute;
  width: 50%;
  border-top: 2px solid #c1b383;
  bottom: 0;
  left: 25%;
}
.single-product-jump-menu a:hover, .single-product-jump-menu a:focus {
  color: white;
}
.single-product-jump-menu a:hover:after, .single-product-jump-menu a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}

a.single_add_to_cart_button, a.single_add_to_cart_button_alt {
  display: block;
  text-align: center;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
a.single_add_to_cart_button:hover, a.single_add_to_cart_button:focus, a.single_add_to_cart_button_alt:hover, a.single_add_to_cart_button_alt:focus {
  cursor: pointer;
  color: #4d4c46;
}

span.single_add_to_cart_button_alt, span.single_add_to_cart_button {
  display: block;
  text-align: center;
}

span.single_add_to_cart_button, span.single_add_to_cart_button_alt {
  text-align: center;
}

.single_add_to_cart_button, .single_add_to_cart_button_alt {
  font-size: 1.3125rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  max-width: 8.75rem;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  border-right: 1px solid #dbd8cf;
}
.single_add_to_cart_button span, .single_add_to_cart_button_alt span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: none;
}
.single_add_to_cart_button.no_after, .single_add_to_cart_button_alt.no_after {
  border-right: 0 none;
  padding-right: 0;
  margin-right: 0;
}
.single_add_to_cart_button.no_after:after, .single_add_to_cart_button_alt.no_after:after {
  border-right: 0 none;
  margin-right: 0;
}
@media only screen and (max-width: 70.25rem) {
  .single_add_to_cart_button, .single_add_to_cart_button_alt {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.single-product-price-cart {
  width: 33.3333333333%;
  float: right;
  height: 5.25rem;
  margin: 0;
  background-color: #c0b590;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-price-cart {
    width: 100%;
    float: none;
    height: auto;
    padding: 0.9375rem 0;
  }
}
.single-product-price-cart li {
  display: inline-block;
}
.single-product-price-cart li.meris-buy-product-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-price-cart .price {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.14em;
  color: white;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-price-cart .price {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.single-product-price-cart .quantity {
  display: none;
}
.single-product-price-cart form {
  display: inline-block;
}
.single-product-price-cart .single-product-checkout-link {
  vertical-align: text-bottom;
  padding-right: 0.375rem;
}
.single-product-price-cart .single-product-checkout-link .icon-cart {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  padding-left: 0.25rem;
}
.single-product-price-cart .single-product-checkout-link .icon-cart:hover, .single-product-price-cart .single-product-checkout-link .icon-cart:focus {
  color: #4d4c46;
}
@media only screen and (max-width: 70.25rem) {
  .single-product-price-cart .single-product-checkout-link .icon-cart {
    font-size: 1.125rem;
    padding-left: 0.3125rem;
  }
}
@media only screen and (max-width: 70.25rem) {
  .single-product-price-cart .single-product-checkout-link .icon-cart .single-product-cart-count {
    font-size: 0.6875rem;
    height: 1rem;
    width: 1rem;
  }
}

/**************************** Cart *****************/
.cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-wrapper::before, .cart-wrapper::after {
  display: table;
  content: " ";
}
.cart-wrapper::after {
  clear: both;
}
@media only screen and (max-width: 70.25rem) {
  .cart-wrapper {
    display: block;
  }
}
.cart-wrapper form {
  width: 66.6666666667%;
  float: left;
  padding: 2.5rem;
  background-color: #303030;
}
@media only screen and (max-width: 70.25rem) {
  .cart-wrapper form {
    width: 100%;
    float: none;
    padding: 1.375rem;
  }
}
.cart-wrapper .cart-collaterals {
  float: right;
  width: 33.3333333333%;
  background-color: #3f3f3f;
  padding: 2.5rem;
}
@media only screen and (max-width: 70.25rem) {
  .cart-wrapper .cart-collaterals {
    width: 100%;
    float: none;
    padding: 1.375rem;
  }
}
.cart-wrapper .cart-extra-links {
  padding: 0.3125rem 0 0.4375rem;
  margin-left: -1.125rem;
}
.cart-wrapper .cart-extra-links li {
  display: inline-block;
  padding: 0 0.9375rem 0 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  border-right: 1px solid #959492;
}
.cart-wrapper .cart-extra-links li:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.cart-wrapper .cart-extra-links a {
  text-decoration: underline;
}
.cart-wrapper .cart-extra-links a:hover, .cart-wrapper .cart-extra-links a:focus {
  color: #c0b590;
}
.cart-wrapper h2 {
  font-size: 1.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  color: #f4f2eb;
  border-bottom: 2px solid #454545;
  padding-bottom: 0.0625rem;
}

.shop_table_responsive.cart {
  width: 100%;
}
.shop_table_responsive.cart th, .shop_table_responsive.cart td {
  padding: 1.875rem 0;
  border-bottom: 2px solid #454545;
  color: #f4f2eb;
  vertical-align: top;
}
.shop_table_responsive.cart th.actions, .shop_table_responsive.cart td.actions {
  border-bottom: 0 none;
  @clearfix ();
}
.shop_table_responsive.cart .product-info {
  padding: 1.875rem 1.875rem;
  position: relative;
  width: 100%;
}
.shop_table_responsive.cart td.product-name {
  padding-left: 1.25rem;
}
.shop_table_responsive.cart .product-name {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
  color: #f4f2eb;
  font-weight: 200;
  padding-bottom: 0.3125rem;
  position: relative;
}
.shop_table_responsive.cart .product-name a {
  -webkit-transition: "color" 300ms ease-out;
  transition: "color" 300ms ease-out;
}
.shop_table_responsive.cart .product-name a:hover, .shop_table_responsive.cart .product-name a:focus {
  color: #c0b590;
}
.shop_table_responsive.cart .product-price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  padding-bottom: 1.5625rem;
}
.shop_table_responsive.cart .product-quantity {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 200;
  letter-spacing: 0.12em;
  color: #acaba8;
  padding-bottom: 1.875rem;
}
.shop_table_responsive.cart .product-quantity .quantity {
  display: inline-block;
  padding-right: 0.9375rem;
}
.shop_table_responsive.cart .product-quantity .quantity input {
  width: 2.1875rem;
  text-align: center;
  background-color: #494949;
  border: 0;
  padding: 0.3125rem;
  color: #858585;
  font-size: 0.9375rem;
  font-weight: 200;
}
.shop_table_responsive.cart .product-remove a {
  font-size: 2.625rem;
  color: #c0b590;
  font-weight: 200;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.shop_table_responsive.cart .product-remove a:hover, .shop_table_responsive.cart .product-remove a:focus {
  color: white;
}
.shop_table_responsive.cart .actions {
  padding-bottom: 0.8125rem;
}
.shop_table_responsive.cart .coupon {
  display: inline-block;
  margin-right: 1.875rem;
  vertical-align: middle;
}
.shop_table_responsive.cart .coupon::before, .shop_table_responsive.cart .coupon::after {
  display: table;
  content: " ";
}
.shop_table_responsive.cart .coupon::after {
  clear: both;
}
@media only screen and (max-width: 48.125rem) {
  .shop_table_responsive.cart .coupon {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop_table_responsive.cart .coupon label {
  display: none;
}
.shop_table_responsive.cart .coupon .input-text {
  border: 2px solid #181816;
  background-color: transparent;
  font-size: 0.9375rem;
  line-height: 1em;
  letter-spacing: 0.13em;
  font-weight: 200;
  color: #f4f2eb;
  padding: 0.625rem;
  height: 3.25rem;
  float: left;
}
@media only screen and (max-width: 48.125rem) {
  .shop_table_responsive.cart .coupon .input-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shop_table_responsive.cart .coupon .input-text::-webkit-input-placeholder {
  color: #f4f2eb;
}
.shop_table_responsive.cart .coupon .input-text::placeholder, .shop_table_responsive.cart .coupon .input-text::-webkit-input-placeholder {
  color: #f4f2eb;
}
.shop_table_responsive.cart .coupon .button-link {
  float: left;
  padding: 1.125rem 1.25rem;
  height: 3.25rem;
}
.shop_table_responsive.cart .coupon .btn-arrow {
  left: 0.625rem;
}
.shop_table_responsive.cart .btn-shell { /* update cart button */
  display: inline-block;
  vertical-align: middle;
  height: 3.25rem;
}

.woocommerce-checkout-review-order-table {
  padding-bottom: 1.875rem;
}

.woocommerce-checkout-review-order-table thead,
#order_review .shop_table thead {
  display: none;
}
.woocommerce-checkout-review-order-table .product-name,
#order_review .shop_table .product-name {
  text-align: left;
}

.cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
#order_review .shop_table th,
#order_review .shop_table td {
  border-bottom: 2px solid #454545;
}

.cart_totals .shop_table_responsive,
.woocommerce-checkout-review-order-table,
.shop_table.order_details,
.shop_table.customer_details,
#order_review .shop_table {
  width: 100%;
}
.cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.shop_table.order_details th,
.shop_table.order_details td,
.shop_table.customer_details th,
.shop_table.customer_details td,
#order_review .shop_table th,
#order_review .shop_table td {
  padding: 0.625rem 0;
  /*border-bottom: 2px solid #454545;*/
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #f4f2eb;
  vertical-align: top;
}
.cart_totals .shop_table_responsive th,
.woocommerce-checkout-review-order-table th,
.shop_table.order_details th,
.shop_table.customer_details th,
#order_review .shop_table th {
  text-align: left;
  font-weight: 200;
}
.cart_totals .shop_table_responsive td,
.woocommerce-checkout-review-order-table td,
.shop_table.order_details td,
.shop_table.customer_details td,
#order_review .shop_table td {
  text-align: right;
}
.cart_totals .shop_table_responsive .cart-subtotal td .amount,
.woocommerce-checkout-review-order-table .cart-subtotal td .amount,
.shop_table.order_details .cart-subtotal td .amount,
.shop_table.customer_details .cart-subtotal td .amount,
#order_review .shop_table .cart-subtotal td .amount {
  font-weight: 300;
  letter-spacing: 0.14em;
}
.cart_totals .shop_table_responsive .order-total th, .cart_totals .shop_table_responsive .order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td,
.shop_table.order_details .order-total th,
.shop_table.order_details .order-total td,
.shop_table.customer_details .order-total th,
.shop_table.customer_details .order-total td,
#order_review .shop_table .order-total th,
#order_review .shop_table .order-total td {
  font-size: 1.3125rem;
  padding: 1.25rem 0;
}
.cart_totals .shop_table_responsive .order-total td,
.woocommerce-checkout-review-order-table .order-total td,
.shop_table.order_details .order-total td,
.shop_table.customer_details .order-total td,
#order_review .shop_table .order-total td {
  font-weight: 300;
  letter-spacing: 0.14em;
  /*.woocommerce-Price-currencySymbol{
  	&:before{
  		color: #777777;
  	}
  }*/
}
.cart_totals .shop_table_responsive .order-total td strong,
.woocommerce-checkout-review-order-table .order-total td strong,
.shop_table.order_details .order-total td strong,
.shop_table.customer_details .order-total td strong,
#order_review .shop_table .order-total td strong {
  font-weight: 300;
}
.cart_totals .shop_table_responsive .woocommerce-Price-currencySymbol:before,
.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol:before,
.shop_table.order_details .woocommerce-Price-currencySymbol:before,
.shop_table.customer_details .woocommerce-Price-currencySymbol:before,
#order_review .shop_table .woocommerce-Price-currencySymbol:before {
  content: "US";
  padding-right: 0.1875rem;
}
.cart_totals .shop_table_responsive .shipping-extra-data,
.woocommerce-checkout-review-order-table .shipping-extra-data,
.shop_table.order_details .shipping-extra-data,
.shop_table.customer_details .shipping-extra-data,
#order_review .shop_table .shipping-extra-data {
  padding-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #f4f2eb;
}
.cart_totals .shop_table_responsive .shipping-extra-data a,
.woocommerce-checkout-review-order-table .shipping-extra-data a,
.shop_table.order_details .shipping-extra-data a,
.shop_table.customer_details .shipping-extra-data a,
#order_review .shop_table .shipping-extra-data a {
  text-decoration: underline;
}
.cart_totals .shop_table_responsive .shipping-extra-data a:hover, .cart_totals .shop_table_responsive .shipping-extra-data a:focus,
.woocommerce-checkout-review-order-table .shipping-extra-data a:hover,
.woocommerce-checkout-review-order-table .shipping-extra-data a:focus,
.shop_table.order_details .shipping-extra-data a:hover,
.shop_table.order_details .shipping-extra-data a:focus,
.shop_table.customer_details .shipping-extra-data a:hover,
.shop_table.customer_details .shipping-extra-data a:focus,
#order_review .shop_table .shipping-extra-data a:hover,
#order_review .shop_table .shipping-extra-data a:focus {
  color: #c0b590;
}

.checkout-button, #place_order {
  background-color: #c0b590;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: white;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  display: block;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  letter-spacing: 0.255em;
  text-transform: uppercase;
  font-weight: 600;
  border: 0 none;
  /*.btn-arrow {
  	left: rem(25);
  	&:before{
  		content: "\e90d";
  		color: white;
  		font-size: rem(10);
  	}
  }*/
}
.checkout-button:hover, .checkout-button:focus, #place_order:hover, #place_order:focus {
  background-color: #94834a;
}

.wc-proceed-to-checkout {
  padding-top: 1.875rem;
}
.wc-proceed-to-checkout::before, .wc-proceed-to-checkout::after {
  display: table;
  content: " ";
}
.wc-proceed-to-checkout::after {
  clear: both;
}
.wc-proceed-to-checkout .terms-notice.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.wc-proceed-to-checkout .sv-wc-external-checkout {
  margin-bottom: -0.3125rem !important;
  max-width: 37.5rem !important;
}
.wc-proceed-to-checkout .ppc-button-wrapper {
  max-width: 37.5rem !important;
  margin: 0 auto;
}
.wc-proceed-to-checkout .checkout-button {
  margin-top: 0.75rem;
}
.wc-proceed-to-checkout .btn-shell {
  /* update cart button */
  display: inline-block;
  vertical-align: middle;
  height: 3.25rem;
}

.add_gift_card_form #wc_gc_cart_redeem_form {
  max-width: 37.5rem;
  margin: 0 auto;
}
.add_gift_card_form #wc_gc_cart_redeem_form .button-link {
  margin-bottom: 0.75rem;
}
.add_gift_card_form #wc_gc_cart_redeem_form .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.add_gift_card_form h4 {
  display: none;
}
.add_gift_card_form .input-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 2px solid #181816;
  background-color: transparent;
  font-size: 0.9375rem;
  line-height: 1em;
  letter-spacing: 0.13em;
  font-weight: 200;
  color: #f4f2eb;
  padding: 0.625rem;
  height: 3.25rem;
  max-width: none !important;
}
.add_gift_card_form .input-text::-webkit-input-placeholder {
  color: #f4f2eb;
}
.add_gift_card_form .input-text::placeholder, .add_gift_card_form .input-text::-webkit-input-placeholder {
  color: #f4f2eb;
}
.add_gift_card_form .button-link {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 1.125rem 1.25rem;
  height: 3.25rem;
}
.add_gift_card_form .btn-arrow {
  left: 0.625rem;
}

.woocommerce ul.woocommerce-error {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
  background: #181816;
  padding: 1.5625rem 1.875rem 1.5625rem 3.5rem;
  color: #178981;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce ul.woocommerce-error {
    padding: 1.0625rem 1.375rem 1.0625rem 2.625rem;
  }
}
.woocommerce ul.woocommerce-error li {
  padding-bottom: 0.3125rem;
}
.woocommerce ul.woocommerce-error strong {
  font-weight: 600;
}

/************** Cart Login Link ****************/
.cart-login-link {
  font-weight: 300;
  padding: 1rem 0 0.625rem;
  border-bottom: 2px solid #454545;
}
.cart-login-link a:hover, .cart-login-link a:focus {
  text-decoration: underline;
}

.checkout-button {
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
}

/*********** PayPal Payment Styling *************/
#ppc-button {
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
}

#ppcp-cancel {
  display: none;
}

/**************** Amazon Payment Styling *******************/
body#error-page {
  margin: 0 !important;
  max-width: none;
  padding: 0;
  background-color: #1a1d1e;
}
body#error-page .site-banner p {
  margin: 0;
  font-size: 0.6875rem;
}

#amazon_customer_details {
  width: 100%;
}
#amazon_customer_details .col2-set {
  width: 100%;
}

.wc-apa-button-separator {
  display: none !important;
}

.wc-amazon-checkout-message.wc-amazon-payments-advanced-populated {
  display: none;
}

.wc-proceed-to-checkout #pay_with_amazon {
  width: 100% !important;
  height: 3.875rem;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.75rem;
}

/**************** END: Amazon Payment Styling *******************/
.woocommerce-info {
  border-bottom: 1px solid #303030;
}

.woocommerce-message, .woocommerce-info, .cart-empty-wrapper, .checkout-login-form {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  background-color: #242424;
  padding: 0.625rem 2.5rem 0.625rem;
  color: white;
  width: 100%;
}
.woocommerce-message a, .woocommerce-info a, .cart-empty-wrapper a, .checkout-login-form a {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.woocommerce-message a:hover, .woocommerce-message a:focus, .woocommerce-info a:hover, .woocommerce-info a:focus, .cart-empty-wrapper a:hover, .cart-empty-wrapper a:focus, .checkout-login-form a:hover, .checkout-login-form a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 70.25rem) {
  .woocommerce-message, .woocommerce-info, .cart-empty-wrapper, .checkout-login-form {
    padding: 1.375rem;
  }
}
.woocommerce-message .showlogin, .woocommerce-info .showlogin, .cart-empty-wrapper .showlogin, .checkout-login-form .showlogin {
  font-weight: 300;
}

.cart-empty-wrapper {
  padding: 0;
  background-color: #303030;
}
.cart-empty-wrapper .cart-empty {
  padding: 0.625rem 2.5rem;
}
.cart-empty-wrapper .btn-shell.button-link {
  margin: 1.25rem 1.25rem 1.25rem 2.5rem;
}

.cart_totals #shipping_method {
  margin: 0;
  list-style: none;
}

/************* Cross Sells *************/
.cross-sells-tr td {
  padding-top: 1.25rem !important;
  padding-bottom: 0.9375rem !important;
}

.cross-sells {
  padding: 0;
}
.cross-sells h2 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-bottom: 0 none;
  padding-bottom: 0.3125rem;
}
.cross-sells .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -0.625rem;
}
.cross-sells .product {
  width: 33.3333333333%;
  padding: 0.9375rem 0.625rem;
}
.cross-sells .product img {
  width: 9.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 37.5rem) {
  .cross-sells .product {
    width: 50%;
  }
}
.cross-sells .price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 300;
  display: block;
  padding-bottom: 0.3125rem;
  letter-spacing: 0.12em;
}
.cross-sells .add_to_cart_button {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 200;
  text-transform: lowercase;
  text-decoration: underline;
  letter-spacing: 0.12em;
}
.cross-sells .add_to_cart_button:hover, .cross-sells .add_to_cart_button:focus {
  color: #c0b590;
}

/*.cross-sells{
	>h2{
		font-weight: 200;
	}

	.products{
		padding-top: rem(10);
		margin: rem(0 -20);


		h2{
			font-size: rem(21);
			line-height: rem(26);
			font-weight: 200;
		}

		li{
			padding: rem(20);
			display: inline-block;
		}
	}

	img{
		width: rem(150);
	}
}*/
/************* END: Cross Sells ***********/
/*************************** END: Cart *******************/
/**************************** Checkout *****************/
.woocommerce-form-login-toggle a {
  text-decoration: underline;
}

.checkout-login-form {
  margin-top: -1px; /* to cover up border bottom on box above */
  padding-top: 0;
  padding-bottom: 0; /* so doesn't have space until opened */
}
.checkout-login-form .woocommerce-form__input-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.checkout-login-form .woocommerce-form__input-checkbox:after {
  content: "";
}
.checkout-login-form .woocommerce-form__input-checkbox:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:before {
  top: 0.125rem;
}
.checkout-login-form .woocommerce-form__input-checkbox:checked:after {
  top: 0.375rem;
}
.checkout-login-form .login {
  padding-bottom: 1.5625rem;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 70.25rem) {
  .checkout-login-form .login {
    max-width: 100%;
  }
}
.checkout-login-form .login p {
  padding-bottom: 0.625rem;
}
.checkout-login-form .login p.lost_password {
  font-weight: 200;
}
.checkout-login-form .login p.lost_password a {
  text-decoration: underline;
  color: #acaba8;
}
.checkout-login-form .login p.lost_password a:hover, .checkout-login-form .login p.lost_password a:focus {
  color: #acaba8;
}
.checkout-login-form .login label {
  display: block;
  padding: 0.625rem 0 0.625rem;
}
.checkout-login-form .login label.woocommerce-form-login__rememberme {
  padding: 0 0 1.25rem;
}
.checkout-login-form .login .input-text {
  width: 100%;
  padding: 1rem;
  margin: 0.625rem 0;
  border: 0 none;
}
.checkout-login-form .login .form-row-first {
  padding-right: 0.9375rem;
}
.checkout-login-form .login .form-row-last {
  padding-left: 0.9375rem;
}
.checkout-login-form .login .form-row-first, .checkout-login-form .login .form-row-last {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 70.25rem) {
  .checkout-login-form .login .form-row-first, .checkout-login-form .login .form-row-last {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-login-form .login .button {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.checkout-login-form .login .button:hover {
  cursor: pointer;
}
.checkout-login-form .login .button:hover, .checkout-login-form .login .button:focus {
  background-color: black;
  cursor: pointer;
}
.checkout-login-form .login .lost_password:hover, .checkout-login-form .login .lost_password:focus {
  color: #4d4c46;
}

.woo-checkout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.woo-checkout-wrapper::before, .woo-checkout-wrapper::after {
  display: table;
  content: " ";
}
.woo-checkout-wrapper::after {
  clear: both;
}
@media only screen and (max-width: 70.25rem) {
  .woo-checkout-wrapper {
    display: block;
  }
}
.woo-checkout-wrapper .col2-set {
  width: 66.6666666667%;
  float: left;
  padding: 2.5rem;
  background-color: #303030;
}
@media only screen and (max-width: 70.25rem) {
  .woo-checkout-wrapper .col2-set {
    width: 100%;
    float: none;
    padding: 1.375rem;
  }
}
.woo-checkout-wrapper .col-order-review {
  float: right;
  width: 33.3333333333%;
  background-color: #3f3f3f;
  padding: 2.5rem;
}
@media only screen and (max-width: 70.25rem) {
  .woo-checkout-wrapper .col-order-review {
    width: 100%;
    float: none;
    padding: 1.375rem;
  }
}
.woo-checkout-wrapper h3 {
  font-size: 1.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  color: #f4f2eb;
  border-bottom: 2px solid #454545;
  padding-bottom: 0.0625rem;
}
.woo-checkout-wrapper .tiny {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

/* at bottom of page */
.select2-drop, .select2-results {
  background-color: #494949;
  color: #acaba8;
  border: 0 none;
}

.select2-dropdown {
  border: 0 none !important;
}

.select2-search--dropdown {
  background-color: #494949;
}
.select2-search--dropdown .select2-search__field {
  background-color: #494949;
  padding: 1rem !important;
  color: #acaba8;
}

.select2-results__option:focus {
  outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #c0b590;
}

/**************** Checkboxes **************/
.woocommerce-shipping-fields, .woocommerce-billing-fields, .woocommerce-checkout-review-order, .create-account, .cart-collaterals, #order_review #payment {
  /*
  All locations have checkboxes in different locations in reference to their label so can't do overall styling for all checkboxes
  */
  /***************** Specific locations  and styling for each radio/checkbox in forms ******************/
}
.woocommerce-shipping-fields input[type=radio], .woocommerce-shipping-fields input[type=checkbox], .woocommerce-billing-fields input[type=radio], .woocommerce-billing-fields input[type=checkbox], .woocommerce-checkout-review-order input[type=radio], .woocommerce-checkout-review-order input[type=checkbox], .create-account input[type=radio], .create-account input[type=checkbox], .cart-collaterals input[type=radio], .cart-collaterals input[type=checkbox], #order_review #payment input[type=radio], #order_review #payment input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
}
.woocommerce-shipping-fields input[type=radio]:before, .woocommerce-shipping-fields input[type=checkbox]:before, .woocommerce-billing-fields input[type=radio]:before, .woocommerce-billing-fields input[type=checkbox]:before, .woocommerce-checkout-review-order input[type=radio]:before, .woocommerce-checkout-review-order input[type=checkbox]:before, .create-account input[type=radio]:before, .create-account input[type=checkbox]:before, .cart-collaterals input[type=radio]:before, .cart-collaterals input[type=checkbox]:before, #order_review #payment input[type=radio]:before, #order_review #payment input[type=checkbox]:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.woocommerce-shipping-fields input[type=radio]:after, .woocommerce-shipping-fields input[type=checkbox]:after, .woocommerce-billing-fields input[type=radio]:after, .woocommerce-billing-fields input[type=checkbox]:after, .woocommerce-checkout-review-order input[type=radio]:after, .woocommerce-checkout-review-order input[type=checkbox]:after, .create-account input[type=radio]:after, .create-account input[type=checkbox]:after, .cart-collaterals input[type=radio]:after, .cart-collaterals input[type=checkbox]:after, #order_review #payment input[type=radio]:after, #order_review #payment input[type=checkbox]:after {
  content: "";
}
.woocommerce-shipping-fields input[type=radio]:checked:after, .woocommerce-shipping-fields input[type=checkbox]:checked:after, .woocommerce-billing-fields input[type=radio]:checked:after, .woocommerce-billing-fields input[type=checkbox]:checked:after, .woocommerce-checkout-review-order input[type=radio]:checked:after, .woocommerce-checkout-review-order input[type=checkbox]:checked:after, .create-account input[type=radio]:checked:after, .create-account input[type=checkbox]:checked:after, .cart-collaterals input[type=radio]:checked:after, .cart-collaterals input[type=checkbox]:checked:after, #order_review #payment input[type=radio]:checked:after, #order_review #payment input[type=checkbox]:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.woocommerce-shipping-fields input[type=radio]:before, .woocommerce-shipping-fields input[type=checkbox]:before, .woocommerce-billing-fields input[type=radio]:before, .woocommerce-billing-fields input[type=checkbox]:before, .woocommerce-checkout-review-order input[type=radio]:before, .woocommerce-checkout-review-order input[type=checkbox]:before, .create-account input[type=radio]:before, .create-account input[type=checkbox]:before, .cart-collaterals input[type=radio]:before, .cart-collaterals input[type=checkbox]:before, #order_review #payment input[type=radio]:before, #order_review #payment input[type=checkbox]:before {
  top: 0.125rem;
}
.woocommerce-shipping-fields input[type=radio]:checked:after, .woocommerce-shipping-fields input[type=checkbox]:checked:after, .woocommerce-billing-fields input[type=radio]:checked:after, .woocommerce-billing-fields input[type=checkbox]:checked:after, .woocommerce-checkout-review-order input[type=radio]:checked:after, .woocommerce-checkout-review-order input[type=checkbox]:checked:after, .create-account input[type=radio]:checked:after, .create-account input[type=checkbox]:checked:after, .cart-collaterals input[type=radio]:checked:after, .cart-collaterals input[type=checkbox]:checked:after, #order_review #payment input[type=radio]:checked:after, #order_review #payment input[type=checkbox]:checked:after {
  top: 0.375rem;
}
.woocommerce-shipping-fields input[type=radio]:after, .woocommerce-shipping-fields input[type=radio]:before, .woocommerce-shipping-fields input[type=checkbox]:after, .woocommerce-shipping-fields input[type=checkbox]:before, .woocommerce-billing-fields input[type=radio]:after, .woocommerce-billing-fields input[type=radio]:before, .woocommerce-billing-fields input[type=checkbox]:after, .woocommerce-billing-fields input[type=checkbox]:before, .woocommerce-checkout-review-order input[type=radio]:after, .woocommerce-checkout-review-order input[type=radio]:before, .woocommerce-checkout-review-order input[type=checkbox]:after, .woocommerce-checkout-review-order input[type=checkbox]:before, .create-account input[type=radio]:after, .create-account input[type=radio]:before, .create-account input[type=checkbox]:after, .create-account input[type=checkbox]:before, .cart-collaterals input[type=radio]:after, .cart-collaterals input[type=radio]:before, .cart-collaterals input[type=checkbox]:after, .cart-collaterals input[type=checkbox]:before, #order_review #payment input[type=radio]:after, #order_review #payment input[type=radio]:before, #order_review #payment input[type=checkbox]:after, #order_review #payment input[type=checkbox]:before {
  color: #c0b590;
}
.woocommerce-shipping-fields input[type=radio]:checked:after, .woocommerce-shipping-fields input[type=checkbox]:checked:after, .woocommerce-billing-fields input[type=radio]:checked:after, .woocommerce-billing-fields input[type=checkbox]:checked:after, .woocommerce-checkout-review-order input[type=radio]:checked:after, .woocommerce-checkout-review-order input[type=checkbox]:checked:after, .create-account input[type=radio]:checked:after, .create-account input[type=checkbox]:checked:after, .cart-collaterals input[type=radio]:checked:after, .cart-collaterals input[type=checkbox]:checked:after, #order_review #payment input[type=radio]:checked:after, #order_review #payment input[type=checkbox]:checked:after {
  background-color: #c0b590;
}
.woocommerce-shipping-fields #shipping_method, .woocommerce-shipping-fields .wc_payment_methods, .woocommerce-billing-fields #shipping_method, .woocommerce-billing-fields .wc_payment_methods, .woocommerce-checkout-review-order #shipping_method, .woocommerce-checkout-review-order .wc_payment_methods, .create-account #shipping_method, .create-account .wc_payment_methods, .cart-collaterals #shipping_method, .cart-collaterals .wc_payment_methods, #order_review #payment #shipping_method, #order_review #payment .wc_payment_methods {
  position: relative;
}
.woocommerce-shipping-fields #shipping_method li, .woocommerce-shipping-fields .wc_payment_methods li, .woocommerce-billing-fields #shipping_method li, .woocommerce-billing-fields .wc_payment_methods li, .woocommerce-checkout-review-order #shipping_method li, .woocommerce-checkout-review-order .wc_payment_methods li, .create-account #shipping_method li, .create-account .wc_payment_methods li, .cart-collaterals #shipping_method li, .cart-collaterals .wc_payment_methods li, #order_review #payment #shipping_method li, #order_review #payment .wc_payment_methods li {
  position: relative;
  display: block;
  padding-bottom: 0.8125rem;
}
.woocommerce-shipping-fields #shipping_method label, .woocommerce-shipping-fields .wc_payment_methods label, .woocommerce-billing-fields #shipping_method label, .woocommerce-billing-fields .wc_payment_methods label, .woocommerce-checkout-review-order #shipping_method label, .woocommerce-checkout-review-order .wc_payment_methods label, .create-account #shipping_method label, .create-account .wc_payment_methods label, .cart-collaterals #shipping_method label, .cart-collaterals .wc_payment_methods label, #order_review #payment #shipping_method label, #order_review #payment .wc_payment_methods label {
  cursor: pointer;
  z-index: 2;
}
.woocommerce-shipping-fields #shipping_method label:hover, .woocommerce-shipping-fields .wc_payment_methods label:hover, .woocommerce-billing-fields #shipping_method label:hover, .woocommerce-billing-fields .wc_payment_methods label:hover, .woocommerce-checkout-review-order #shipping_method label:hover, .woocommerce-checkout-review-order .wc_payment_methods label:hover, .create-account #shipping_method label:hover, .create-account .wc_payment_methods label:hover, .cart-collaterals #shipping_method label:hover, .cart-collaterals .wc_payment_methods label:hover, #order_review #payment #shipping_method label:hover, #order_review #payment .wc_payment_methods label:hover {
  cursor: pointer;
}
.woocommerce-shipping-fields #shipping_method, .woocommerce-billing-fields #shipping_method, .woocommerce-checkout-review-order #shipping_method, .create-account #shipping_method, .cart-collaterals #shipping_method, #order_review #payment #shipping_method {
  text-align: right;
}
.woocommerce-shipping-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card, .woocommerce-billing-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card, .woocommerce-checkout-review-order .wc_payment_methods input#payment_method_authorize_net_cim_credit_card, .create-account .wc_payment_methods input#payment_method_authorize_net_cim_credit_card, .cart-collaterals .wc_payment_methods input#payment_method_authorize_net_cim_credit_card, #order_review #payment .wc_payment_methods input#payment_method_authorize_net_cim_credit_card {
  margin-top: -0.25rem;
}
.woocommerce-shipping-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, .woocommerce-shipping-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before, .woocommerce-billing-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, .woocommerce-billing-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before, .woocommerce-checkout-review-order .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, .woocommerce-checkout-review-order .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before, .create-account .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, .create-account .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before, .cart-collaterals .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, .cart-collaterals .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before, #order_review #payment .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:after, #order_review #payment .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked:before {
  color: #c0b590;
  border-color: #c0b590;
}
.woocommerce-shipping-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label, .woocommerce-billing-fields .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label, .woocommerce-checkout-review-order .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label, .create-account .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label, .cart-collaterals .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label, #order_review #payment .wc_payment_methods input#payment_method_authorize_net_cim_credit_card:checked + label {
  color: #c0b590;
}
.woocommerce-shipping-fields .wc_payment_methods li.payment_method_authorize_net_cim_credit_card, .woocommerce-billing-fields .wc_payment_methods li.payment_method_authorize_net_cim_credit_card, .woocommerce-checkout-review-order .wc_payment_methods li.payment_method_authorize_net_cim_credit_card, .create-account .wc_payment_methods li.payment_method_authorize_net_cim_credit_card, .cart-collaterals .wc_payment_methods li.payment_method_authorize_net_cim_credit_card, #order_review #payment .wc_payment_methods li.payment_method_authorize_net_cim_credit_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-shipping-fields .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card], .woocommerce-billing-fields .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card], .woocommerce-checkout-review-order .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card], .create-account .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card], .cart-collaterals .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card], #order_review #payment .wc_payment_methods li.payment_method_authorize_net_cim_credit_card label[for=payment_method_authorize_net_cim_credit_card] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after, .create-account .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, .create-account .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, .create-account .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, .create-account .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:before, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:after, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:after {
  border-color: #f4f2eb;
  color: #f4f2eb;
}
.woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after, .create-account .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, .create-account .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, .cart-collaterals .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked:after, #order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked:after {
  background-color: #f4f2eb;
}
.woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper label span:first-of-type, .woocommerce-billing-fields .woocommerce-terms-and-conditions-wrapper label span:first-of-type, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper label span:first-of-type, .create-account .woocommerce-terms-and-conditions-wrapper label span:first-of-type, .cart-collaterals .woocommerce-terms-and-conditions-wrapper label span:first-of-type, #order_review #payment .woocommerce-terms-and-conditions-wrapper label span:first-of-type {
  position: relative;
}

/************* END: Checkboxes ************/
/******************* Authorize.net ****************/
.payment_method_authorize_net_cim_credit_card fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.payment_method_authorize_net_cim_credit_card label img {
  padding: 0 0.1875rem;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card { /* Credit card images in here */ }
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card label {
  padding-left: 0 !important;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card input {
  width: 100%;
  padding: 1rem;
  margin: 0.625rem 0;
  border: 0 none;
  height: 3.125rem;
  padding: 1rem !important;
  background-color: #494949 !important;
  color: #acaba8;
  font-size: 0.9375rem !important;
  line-height: normal !important;
  letter-spacing: 0.12em !important;
  font-weight: 200;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card input::-webkit-input-placeholder {
  vertical-align: text-bottom;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card input::placeholder, .payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card input::-webkit-input-placeholder {
  vertical-align: text-bottom;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 none !important;
}
.payment_method_authorize_net_cim_credit_card .payment_method_authorize_net_cim_credit_card abbr {
  text-decoration: none;
}

/******** Hiding Credit card image *************/
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number {
  background-image: none !important;
}

/******************* END: Authorize.net ****************/
.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.12em;
}
.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}

.woocommerce-billing-fields__field-wrapper::before, .woocommerce-billing-fields__field-wrapper::after {
  display: table;
  content: " ";
}
.woocommerce-billing-fields__field-wrapper::after {
  clear: both;
}
.woocommerce-billing-fields__field-wrapper .mc4wp-checkbox span {
  padding-left: 0.375rem;
}

.create-account {
  position: relative;
}

.mailchimp-newsletter input#mailchimp_woocommerce_newsletter {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter:after {
  content: "";
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter:before {
  top: 0.125rem;
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter:checked:after {
  top: 0.375rem;
}

.woocommerce-shipping-fields::before, .woocommerce-shipping-fields::after, .woocommerce-billing-fields::before, .woocommerce-billing-fields::after, .woocommerce-additional-fields::before, .woocommerce-additional-fields::after, .woocommerce-account-fields::before, .woocommerce-account-fields::after, .woocommerce-form-login::before, .woocommerce-form-login::after, .woocommerce-form-register::before, .woocommerce-form-register::after, .woocommerce-ResetPassword::before, .woocommerce-ResetPassword::after {
  display: table;
  content: " ";
}
.woocommerce-shipping-fields::after, .woocommerce-billing-fields::after, .woocommerce-additional-fields::after, .woocommerce-account-fields::after, .woocommerce-form-login::after, .woocommerce-form-register::after, .woocommerce-ResetPassword::after {
  clear: both;
}
.woocommerce-shipping-fields #ship-to-different-address, .woocommerce-billing-fields #ship-to-different-address, .woocommerce-additional-fields #ship-to-different-address, .woocommerce-account-fields #ship-to-different-address, .woocommerce-form-login #ship-to-different-address, .woocommerce-form-register #ship-to-different-address, .woocommerce-ResetPassword #ship-to-different-address {
  margin: 1.25rem 0 0.4375rem;
  display: inline-block;
  position: relative;
  /* because is h3 like Billing Details and Your Order so need to remove these things */
  border-bottom: 0 none;
  /****************** Checkbox Stuff *****************/
  /****************** END: Checkbox stuff ****************/
}
.woocommerce-shipping-fields #ship-to-different-address label, .woocommerce-billing-fields #ship-to-different-address label, .woocommerce-additional-fields #ship-to-different-address label, .woocommerce-account-fields #ship-to-different-address label, .woocommerce-form-login #ship-to-different-address label, .woocommerce-form-register #ship-to-different-address label, .woocommerce-ResetPassword #ship-to-different-address label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.375rem;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  background: #181816;
  padding: 1.125rem 1.4375rem 1.125rem 1.4375rem;
  /*input{
  	margin-right: rem(10);
  	display: block;
  	&:after{
  		top: 1.25px;
  	}
  	&:before{
  		display: block;
  		top: auto;
  		left: auto;
  	}
  }*/
}
.woocommerce-shipping-fields #ship-to-different-address label, .woocommerce-billing-fields #ship-to-different-address label, .woocommerce-additional-fields #ship-to-different-address label, .woocommerce-account-fields #ship-to-different-address label, .woocommerce-form-login #ship-to-different-address label, .woocommerce-form-register #ship-to-different-address label, .woocommerce-ResetPassword #ship-to-different-address label {
  display: block;
}
.woocommerce-shipping-fields input[type=text], .woocommerce-shipping-fields input[type=tel], .woocommerce-shipping-fields input[type=email], .woocommerce-shipping-fields input[type=password], .woocommerce-shipping-fields label, .woocommerce-shipping-fields textarea, .woocommerce-shipping-fields .select2-container, .woocommerce-shipping-fields .select2-results, .woocommerce-billing-fields input[type=text], .woocommerce-billing-fields input[type=tel], .woocommerce-billing-fields input[type=email], .woocommerce-billing-fields input[type=password], .woocommerce-billing-fields label, .woocommerce-billing-fields textarea, .woocommerce-billing-fields .select2-container, .woocommerce-billing-fields .select2-results, .woocommerce-additional-fields input[type=text], .woocommerce-additional-fields input[type=tel], .woocommerce-additional-fields input[type=email], .woocommerce-additional-fields input[type=password], .woocommerce-additional-fields label, .woocommerce-additional-fields textarea, .woocommerce-additional-fields .select2-container, .woocommerce-additional-fields .select2-results, .woocommerce-account-fields input[type=text], .woocommerce-account-fields input[type=tel], .woocommerce-account-fields input[type=email], .woocommerce-account-fields input[type=password], .woocommerce-account-fields label, .woocommerce-account-fields textarea, .woocommerce-account-fields .select2-container, .woocommerce-account-fields .select2-results, .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=tel], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login label, .woocommerce-form-login textarea, .woocommerce-form-login .select2-container, .woocommerce-form-login .select2-results, .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=tel], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password], .woocommerce-form-register label, .woocommerce-form-register textarea, .woocommerce-form-register .select2-container, .woocommerce-form-register .select2-results, .woocommerce-ResetPassword input[type=text], .woocommerce-ResetPassword input[type=tel], .woocommerce-ResetPassword input[type=email], .woocommerce-ResetPassword input[type=password], .woocommerce-ResetPassword label, .woocommerce-ResetPassword textarea, .woocommerce-ResetPassword .select2-container, .woocommerce-ResetPassword .select2-results {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  color: #acaba8;
  font-weight: 200;
}
.woocommerce-shipping-fields input[type=text]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=email]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=password]::-webkit-input-placeholder, .woocommerce-shipping-fields label::-webkit-input-placeholder, .woocommerce-shipping-fields textarea::-webkit-input-placeholder, .woocommerce-shipping-fields .select2-container::-webkit-input-placeholder, .woocommerce-shipping-fields .select2-results::-webkit-input-placeholder, .woocommerce-billing-fields input[type=text]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=email]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=password]::-webkit-input-placeholder, .woocommerce-billing-fields label::-webkit-input-placeholder, .woocommerce-billing-fields textarea::-webkit-input-placeholder, .woocommerce-billing-fields .select2-container::-webkit-input-placeholder, .woocommerce-billing-fields .select2-results::-webkit-input-placeholder, .woocommerce-additional-fields input[type=text]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=email]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=password]::-webkit-input-placeholder, .woocommerce-additional-fields label::-webkit-input-placeholder, .woocommerce-additional-fields textarea::-webkit-input-placeholder, .woocommerce-additional-fields .select2-container::-webkit-input-placeholder, .woocommerce-additional-fields .select2-results::-webkit-input-placeholder, .woocommerce-account-fields input[type=text]::-webkit-input-placeholder, .woocommerce-account-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-account-fields input[type=email]::-webkit-input-placeholder, .woocommerce-account-fields input[type=password]::-webkit-input-placeholder, .woocommerce-account-fields label::-webkit-input-placeholder, .woocommerce-account-fields textarea::-webkit-input-placeholder, .woocommerce-account-fields .select2-container::-webkit-input-placeholder, .woocommerce-account-fields .select2-results::-webkit-input-placeholder, .woocommerce-form-login input[type=text]::-webkit-input-placeholder, .woocommerce-form-login input[type=tel]::-webkit-input-placeholder, .woocommerce-form-login input[type=email]::-webkit-input-placeholder, .woocommerce-form-login input[type=password]::-webkit-input-placeholder, .woocommerce-form-login label::-webkit-input-placeholder, .woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce-form-login .select2-container::-webkit-input-placeholder, .woocommerce-form-login .select2-results::-webkit-input-placeholder, .woocommerce-form-register input[type=text]::-webkit-input-placeholder, .woocommerce-form-register input[type=tel]::-webkit-input-placeholder, .woocommerce-form-register input[type=email]::-webkit-input-placeholder, .woocommerce-form-register input[type=password]::-webkit-input-placeholder, .woocommerce-form-register label::-webkit-input-placeholder, .woocommerce-form-register textarea::-webkit-input-placeholder, .woocommerce-form-register .select2-container::-webkit-input-placeholder, .woocommerce-form-register .select2-results::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=text]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=tel]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=email]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=password]::-webkit-input-placeholder, .woocommerce-ResetPassword label::-webkit-input-placeholder, .woocommerce-ResetPassword textarea::-webkit-input-placeholder, .woocommerce-ResetPassword .select2-container::-webkit-input-placeholder, .woocommerce-ResetPassword .select2-results::-webkit-input-placeholder {
  vertical-align: text-bottom;
}
.woocommerce-shipping-fields input[type=text]::placeholder, .woocommerce-shipping-fields input[type=text]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=tel]::placeholder, .woocommerce-shipping-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=email]::placeholder, .woocommerce-shipping-fields input[type=email]::-webkit-input-placeholder, .woocommerce-shipping-fields input[type=password]::placeholder, .woocommerce-shipping-fields input[type=password]::-webkit-input-placeholder, .woocommerce-shipping-fields label::placeholder, .woocommerce-shipping-fields label::-webkit-input-placeholder, .woocommerce-shipping-fields textarea::placeholder, .woocommerce-shipping-fields textarea::-webkit-input-placeholder, .woocommerce-shipping-fields .select2-container::placeholder, .woocommerce-shipping-fields .select2-container::-webkit-input-placeholder, .woocommerce-shipping-fields .select2-results::placeholder, .woocommerce-shipping-fields .select2-results::-webkit-input-placeholder, .woocommerce-billing-fields input[type=text]::placeholder, .woocommerce-billing-fields input[type=text]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=tel]::placeholder, .woocommerce-billing-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=email]::placeholder, .woocommerce-billing-fields input[type=email]::-webkit-input-placeholder, .woocommerce-billing-fields input[type=password]::placeholder, .woocommerce-billing-fields input[type=password]::-webkit-input-placeholder, .woocommerce-billing-fields label::placeholder, .woocommerce-billing-fields label::-webkit-input-placeholder, .woocommerce-billing-fields textarea::placeholder, .woocommerce-billing-fields textarea::-webkit-input-placeholder, .woocommerce-billing-fields .select2-container::placeholder, .woocommerce-billing-fields .select2-container::-webkit-input-placeholder, .woocommerce-billing-fields .select2-results::placeholder, .woocommerce-billing-fields .select2-results::-webkit-input-placeholder, .woocommerce-additional-fields input[type=text]::placeholder, .woocommerce-additional-fields input[type=text]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=tel]::placeholder, .woocommerce-additional-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=email]::placeholder, .woocommerce-additional-fields input[type=email]::-webkit-input-placeholder, .woocommerce-additional-fields input[type=password]::placeholder, .woocommerce-additional-fields input[type=password]::-webkit-input-placeholder, .woocommerce-additional-fields label::placeholder, .woocommerce-additional-fields label::-webkit-input-placeholder, .woocommerce-additional-fields textarea::placeholder, .woocommerce-additional-fields textarea::-webkit-input-placeholder, .woocommerce-additional-fields .select2-container::placeholder, .woocommerce-additional-fields .select2-container::-webkit-input-placeholder, .woocommerce-additional-fields .select2-results::placeholder, .woocommerce-additional-fields .select2-results::-webkit-input-placeholder, .woocommerce-account-fields input[type=text]::placeholder, .woocommerce-account-fields input[type=text]::-webkit-input-placeholder, .woocommerce-account-fields input[type=tel]::placeholder, .woocommerce-account-fields input[type=tel]::-webkit-input-placeholder, .woocommerce-account-fields input[type=email]::placeholder, .woocommerce-account-fields input[type=email]::-webkit-input-placeholder, .woocommerce-account-fields input[type=password]::placeholder, .woocommerce-account-fields input[type=password]::-webkit-input-placeholder, .woocommerce-account-fields label::placeholder, .woocommerce-account-fields label::-webkit-input-placeholder, .woocommerce-account-fields textarea::placeholder, .woocommerce-account-fields textarea::-webkit-input-placeholder, .woocommerce-account-fields .select2-container::placeholder, .woocommerce-account-fields .select2-container::-webkit-input-placeholder, .woocommerce-account-fields .select2-results::placeholder, .woocommerce-account-fields .select2-results::-webkit-input-placeholder, .woocommerce-form-login input[type=text]::placeholder, .woocommerce-form-login input[type=text]::-webkit-input-placeholder, .woocommerce-form-login input[type=tel]::placeholder, .woocommerce-form-login input[type=tel]::-webkit-input-placeholder, .woocommerce-form-login input[type=email]::placeholder, .woocommerce-form-login input[type=email]::-webkit-input-placeholder, .woocommerce-form-login input[type=password]::placeholder, .woocommerce-form-login input[type=password]::-webkit-input-placeholder, .woocommerce-form-login label::placeholder, .woocommerce-form-login label::-webkit-input-placeholder, .woocommerce-form-login textarea::placeholder, .woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce-form-login .select2-container::placeholder, .woocommerce-form-login .select2-container::-webkit-input-placeholder, .woocommerce-form-login .select2-results::placeholder, .woocommerce-form-login .select2-results::-webkit-input-placeholder, .woocommerce-form-register input[type=text]::placeholder, .woocommerce-form-register input[type=text]::-webkit-input-placeholder, .woocommerce-form-register input[type=tel]::placeholder, .woocommerce-form-register input[type=tel]::-webkit-input-placeholder, .woocommerce-form-register input[type=email]::placeholder, .woocommerce-form-register input[type=email]::-webkit-input-placeholder, .woocommerce-form-register input[type=password]::placeholder, .woocommerce-form-register input[type=password]::-webkit-input-placeholder, .woocommerce-form-register label::placeholder, .woocommerce-form-register label::-webkit-input-placeholder, .woocommerce-form-register textarea::placeholder, .woocommerce-form-register textarea::-webkit-input-placeholder, .woocommerce-form-register .select2-container::placeholder, .woocommerce-form-register .select2-container::-webkit-input-placeholder, .woocommerce-form-register .select2-results::placeholder, .woocommerce-form-register .select2-results::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=text]::placeholder, .woocommerce-ResetPassword input[type=text]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=tel]::placeholder, .woocommerce-ResetPassword input[type=tel]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=email]::placeholder, .woocommerce-ResetPassword input[type=email]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=password]::placeholder, .woocommerce-ResetPassword input[type=password]::-webkit-input-placeholder, .woocommerce-ResetPassword label::placeholder, .woocommerce-ResetPassword label::-webkit-input-placeholder, .woocommerce-ResetPassword textarea::placeholder, .woocommerce-ResetPassword textarea::-webkit-input-placeholder, .woocommerce-ResetPassword .select2-container::placeholder, .woocommerce-ResetPassword .select2-container::-webkit-input-placeholder, .woocommerce-ResetPassword .select2-results::placeholder, .woocommerce-ResetPassword .select2-results::-webkit-input-placeholder {
  vertical-align: text-bottom;
}
.woocommerce-shipping-fields label, .woocommerce-billing-fields label, .woocommerce-additional-fields label, .woocommerce-account-fields label, .woocommerce-form-login label, .woocommerce-form-register label, .woocommerce-ResetPassword label {
  display: block;
  padding: 0.625rem 0 0;
}
.woocommerce-shipping-fields label abbr, .woocommerce-billing-fields label abbr, .woocommerce-additional-fields label abbr, .woocommerce-account-fields label abbr, .woocommerce-form-login label abbr, .woocommerce-form-register label abbr, .woocommerce-ResetPassword label abbr {
  text-decoration: none;
}
.woocommerce-shipping-fields input[type=text], .woocommerce-shipping-fields input[type=tel], .woocommerce-shipping-fields input[type=email], .woocommerce-shipping-fields input[type=password], .woocommerce-shipping-fields textarea, .woocommerce-shipping-fields .select2-container, .woocommerce-billing-fields input[type=text], .woocommerce-billing-fields input[type=tel], .woocommerce-billing-fields input[type=email], .woocommerce-billing-fields input[type=password], .woocommerce-billing-fields textarea, .woocommerce-billing-fields .select2-container, .woocommerce-additional-fields input[type=text], .woocommerce-additional-fields input[type=tel], .woocommerce-additional-fields input[type=email], .woocommerce-additional-fields input[type=password], .woocommerce-additional-fields textarea, .woocommerce-additional-fields .select2-container, .woocommerce-account-fields input[type=text], .woocommerce-account-fields input[type=tel], .woocommerce-account-fields input[type=email], .woocommerce-account-fields input[type=password], .woocommerce-account-fields textarea, .woocommerce-account-fields .select2-container, .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=tel], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login textarea, .woocommerce-form-login .select2-container, .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=tel], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password], .woocommerce-form-register textarea, .woocommerce-form-register .select2-container, .woocommerce-ResetPassword input[type=text], .woocommerce-ResetPassword input[type=tel], .woocommerce-ResetPassword input[type=email], .woocommerce-ResetPassword input[type=password], .woocommerce-ResetPassword textarea, .woocommerce-ResetPassword .select2-container {
  background-color: #494949;
  width: 100%;
  padding: 1rem;
  margin: 0.625rem 0;
  border: 0 none;
}
.woocommerce-shipping-fields input[type=text], .woocommerce-shipping-fields input[type=tel], .woocommerce-shipping-fields input[type=email], .woocommerce-shipping-fields input[type=password], .woocommerce-shipping-fields .select2-container, .woocommerce-billing-fields input[type=text], .woocommerce-billing-fields input[type=tel], .woocommerce-billing-fields input[type=email], .woocommerce-billing-fields input[type=password], .woocommerce-billing-fields .select2-container, .woocommerce-additional-fields input[type=text], .woocommerce-additional-fields input[type=tel], .woocommerce-additional-fields input[type=email], .woocommerce-additional-fields input[type=password], .woocommerce-additional-fields .select2-container, .woocommerce-account-fields input[type=text], .woocommerce-account-fields input[type=tel], .woocommerce-account-fields input[type=email], .woocommerce-account-fields input[type=password], .woocommerce-account-fields .select2-container, .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=tel], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login .select2-container, .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=tel], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password], .woocommerce-form-register .select2-container, .woocommerce-ResetPassword input[type=text], .woocommerce-ResetPassword input[type=tel], .woocommerce-ResetPassword input[type=email], .woocommerce-ResetPassword input[type=password], .woocommerce-ResetPassword .select2-container {
  height: 3.125rem;
  line-height: normal !important;
}
.woocommerce-shipping-fields .select2-container, .woocommerce-billing-fields .select2-container, .woocommerce-additional-fields .select2-container, .woocommerce-account-fields .select2-container, .woocommerce-form-login .select2-container, .woocommerce-form-register .select2-container, .woocommerce-ResetPassword .select2-container {
  padding: 0.8125rem 1rem 1rem 0.625rem;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-additional-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-form-register .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-ResetPassword .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}
.woocommerce-shipping-fields .select2-container .select2-choice, .woocommerce-billing-fields .select2-container .select2-choice, .woocommerce-additional-fields .select2-container .select2-choice, .woocommerce-account-fields .select2-container .select2-choice, .woocommerce-form-login .select2-container .select2-choice, .woocommerce-form-register .select2-container .select2-choice, .woocommerce-ResetPassword .select2-container .select2-choice {
  color: #acaba8;
  background-color: transparent;
  border: 0 none;
}
.woocommerce-shipping-fields .select2-dropdown-open .select2-choice, .woocommerce-billing-fields .select2-dropdown-open .select2-choice, .woocommerce-additional-fields .select2-dropdown-open .select2-choice, .woocommerce-account-fields .select2-dropdown-open .select2-choice, .woocommerce-form-login .select2-dropdown-open .select2-choice, .woocommerce-form-register .select2-dropdown-open .select2-choice, .woocommerce-ResetPassword .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single, .woocommerce-billing-fields .select2-container--default .select2-selection--single, .woocommerce-additional-fields .select2-container--default .select2-selection--single, .woocommerce-account-fields .select2-container--default .select2-selection--single, .woocommerce-form-login .select2-container--default .select2-selection--single, .woocommerce-form-register .select2-container--default .select2-selection--single, .woocommerce-ResetPassword .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  height: auto;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single:focus, .woocommerce-billing-fields .select2-container--default .select2-selection--single:focus, .woocommerce-additional-fields .select2-container--default .select2-selection--single:focus, .woocommerce-account-fields .select2-container--default .select2-selection--single:focus, .woocommerce-form-login .select2-container--default .select2-selection--single:focus, .woocommerce-form-register .select2-container--default .select2-selection--single:focus, .woocommerce-ResetPassword .select2-container--default .select2-selection--single:focus {
  outline: none !important;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-additional-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-form-register .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-ResetPassword .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-additional-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-form-register .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-ResetPassword .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.75rem;
}
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #billing_state_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #shipping_email_field,
.woocommerce-shipping-fields #shipping_state_field,
.woocommerce-shipping-fields #billing_phone_field, .woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-billing-fields #shipping_email_field,
.woocommerce-billing-fields #shipping_state_field,
.woocommerce-billing-fields #billing_phone_field, .woocommerce-additional-fields #billing_first_name_field,
.woocommerce-additional-fields #billing_state_field,
.woocommerce-additional-fields #shipping_first_name_field,
.woocommerce-additional-fields #shipping_email_field,
.woocommerce-additional-fields #shipping_state_field,
.woocommerce-additional-fields #billing_phone_field, .woocommerce-account-fields #billing_first_name_field,
.woocommerce-account-fields #billing_state_field,
.woocommerce-account-fields #shipping_first_name_field,
.woocommerce-account-fields #shipping_email_field,
.woocommerce-account-fields #shipping_state_field,
.woocommerce-account-fields #billing_phone_field, .woocommerce-form-login #billing_first_name_field,
.woocommerce-form-login #billing_state_field,
.woocommerce-form-login #shipping_first_name_field,
.woocommerce-form-login #shipping_email_field,
.woocommerce-form-login #shipping_state_field,
.woocommerce-form-login #billing_phone_field, .woocommerce-form-register #billing_first_name_field,
.woocommerce-form-register #billing_state_field,
.woocommerce-form-register #shipping_first_name_field,
.woocommerce-form-register #shipping_email_field,
.woocommerce-form-register #shipping_state_field,
.woocommerce-form-register #billing_phone_field, .woocommerce-ResetPassword #billing_first_name_field,
.woocommerce-ResetPassword #billing_state_field,
.woocommerce-ResetPassword #shipping_first_name_field,
.woocommerce-ResetPassword #shipping_email_field,
.woocommerce-ResetPassword #shipping_state_field,
.woocommerce-ResetPassword #billing_phone_field {
  width: 50%;
  float: left;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-shipping-fields #billing_first_name_field,
  .woocommerce-shipping-fields #billing_state_field,
  .woocommerce-shipping-fields #shipping_first_name_field,
  .woocommerce-shipping-fields #shipping_email_field,
  .woocommerce-shipping-fields #shipping_state_field,
  .woocommerce-shipping-fields #billing_phone_field, .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #billing_state_field,
  .woocommerce-billing-fields #shipping_first_name_field,
  .woocommerce-billing-fields #shipping_email_field,
  .woocommerce-billing-fields #shipping_state_field,
  .woocommerce-billing-fields #billing_phone_field, .woocommerce-additional-fields #billing_first_name_field,
  .woocommerce-additional-fields #billing_state_field,
  .woocommerce-additional-fields #shipping_first_name_field,
  .woocommerce-additional-fields #shipping_email_field,
  .woocommerce-additional-fields #shipping_state_field,
  .woocommerce-additional-fields #billing_phone_field, .woocommerce-account-fields #billing_first_name_field,
  .woocommerce-account-fields #billing_state_field,
  .woocommerce-account-fields #shipping_first_name_field,
  .woocommerce-account-fields #shipping_email_field,
  .woocommerce-account-fields #shipping_state_field,
  .woocommerce-account-fields #billing_phone_field, .woocommerce-form-login #billing_first_name_field,
  .woocommerce-form-login #billing_state_field,
  .woocommerce-form-login #shipping_first_name_field,
  .woocommerce-form-login #shipping_email_field,
  .woocommerce-form-login #shipping_state_field,
  .woocommerce-form-login #billing_phone_field, .woocommerce-form-register #billing_first_name_field,
  .woocommerce-form-register #billing_state_field,
  .woocommerce-form-register #shipping_first_name_field,
  .woocommerce-form-register #shipping_email_field,
  .woocommerce-form-register #shipping_state_field,
  .woocommerce-form-register #billing_phone_field, .woocommerce-ResetPassword #billing_first_name_field,
  .woocommerce-ResetPassword #billing_state_field,
  .woocommerce-ResetPassword #shipping_first_name_field,
  .woocommerce-ResetPassword #shipping_email_field,
  .woocommerce-ResetPassword #shipping_state_field,
  .woocommerce-ResetPassword #billing_phone_field {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.woocommerce-shipping-fields #billing_country_field,
.woocommerce-shipping-fields #shipping_country_field, .woocommerce-billing-fields #billing_country_field,
.woocommerce-billing-fields #shipping_country_field, .woocommerce-additional-fields #billing_country_field,
.woocommerce-additional-fields #shipping_country_field, .woocommerce-account-fields #billing_country_field,
.woocommerce-account-fields #shipping_country_field, .woocommerce-form-login #billing_country_field,
.woocommerce-form-login #shipping_country_field, .woocommerce-form-register #billing_country_field,
.woocommerce-form-register #shipping_country_field, .woocommerce-ResetPassword #billing_country_field,
.woocommerce-ResetPassword #shipping_country_field {
  width: 50%;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-shipping-fields #billing_country_field,
  .woocommerce-shipping-fields #shipping_country_field, .woocommerce-billing-fields #billing_country_field,
  .woocommerce-billing-fields #shipping_country_field, .woocommerce-additional-fields #billing_country_field,
  .woocommerce-additional-fields #shipping_country_field, .woocommerce-account-fields #billing_country_field,
  .woocommerce-account-fields #shipping_country_field, .woocommerce-form-login #billing_country_field,
  .woocommerce-form-login #shipping_country_field, .woocommerce-form-register #billing_country_field,
  .woocommerce-form-register #shipping_country_field, .woocommerce-ResetPassword #billing_country_field,
  .woocommerce-ResetPassword #shipping_country_field {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #billing_email_field,
.woocommerce-shipping-fields #billing_postcode_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #shipping_phone_field,
.woocommerce-shipping-fields #shipping_postcode_field, .woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-billing-fields #shipping_postcode_field, .woocommerce-additional-fields #billing_last_name_field,
.woocommerce-additional-fields #billing_email_field,
.woocommerce-additional-fields #billing_postcode_field,
.woocommerce-additional-fields #shipping_last_name_field,
.woocommerce-additional-fields #shipping_phone_field,
.woocommerce-additional-fields #shipping_postcode_field, .woocommerce-account-fields #billing_last_name_field,
.woocommerce-account-fields #billing_email_field,
.woocommerce-account-fields #billing_postcode_field,
.woocommerce-account-fields #shipping_last_name_field,
.woocommerce-account-fields #shipping_phone_field,
.woocommerce-account-fields #shipping_postcode_field, .woocommerce-form-login #billing_last_name_field,
.woocommerce-form-login #billing_email_field,
.woocommerce-form-login #billing_postcode_field,
.woocommerce-form-login #shipping_last_name_field,
.woocommerce-form-login #shipping_phone_field,
.woocommerce-form-login #shipping_postcode_field, .woocommerce-form-register #billing_last_name_field,
.woocommerce-form-register #billing_email_field,
.woocommerce-form-register #billing_postcode_field,
.woocommerce-form-register #shipping_last_name_field,
.woocommerce-form-register #shipping_phone_field,
.woocommerce-form-register #shipping_postcode_field, .woocommerce-ResetPassword #billing_last_name_field,
.woocommerce-ResetPassword #billing_email_field,
.woocommerce-ResetPassword #billing_postcode_field,
.woocommerce-ResetPassword #shipping_last_name_field,
.woocommerce-ResetPassword #shipping_phone_field,
.woocommerce-ResetPassword #shipping_postcode_field {
  width: 50%;
  padding-left: 0.9375rem;
  float: left;
  clear: right !important;
}
@media only screen and (max-width: 48.125rem) {
  .woocommerce-shipping-fields #billing_last_name_field,
  .woocommerce-shipping-fields #billing_email_field,
  .woocommerce-shipping-fields #billing_postcode_field,
  .woocommerce-shipping-fields #shipping_last_name_field,
  .woocommerce-shipping-fields #shipping_phone_field,
  .woocommerce-shipping-fields #shipping_postcode_field, .woocommerce-billing-fields #billing_last_name_field,
  .woocommerce-billing-fields #billing_email_field,
  .woocommerce-billing-fields #billing_postcode_field,
  .woocommerce-billing-fields #shipping_last_name_field,
  .woocommerce-billing-fields #shipping_phone_field,
  .woocommerce-billing-fields #shipping_postcode_field, .woocommerce-additional-fields #billing_last_name_field,
  .woocommerce-additional-fields #billing_email_field,
  .woocommerce-additional-fields #billing_postcode_field,
  .woocommerce-additional-fields #shipping_last_name_field,
  .woocommerce-additional-fields #shipping_phone_field,
  .woocommerce-additional-fields #shipping_postcode_field, .woocommerce-account-fields #billing_last_name_field,
  .woocommerce-account-fields #billing_email_field,
  .woocommerce-account-fields #billing_postcode_field,
  .woocommerce-account-fields #shipping_last_name_field,
  .woocommerce-account-fields #shipping_phone_field,
  .woocommerce-account-fields #shipping_postcode_field, .woocommerce-form-login #billing_last_name_field,
  .woocommerce-form-login #billing_email_field,
  .woocommerce-form-login #billing_postcode_field,
  .woocommerce-form-login #shipping_last_name_field,
  .woocommerce-form-login #shipping_phone_field,
  .woocommerce-form-login #shipping_postcode_field, .woocommerce-form-register #billing_last_name_field,
  .woocommerce-form-register #billing_email_field,
  .woocommerce-form-register #billing_postcode_field,
  .woocommerce-form-register #shipping_last_name_field,
  .woocommerce-form-register #shipping_phone_field,
  .woocommerce-form-register #shipping_postcode_field, .woocommerce-ResetPassword #billing_last_name_field,
  .woocommerce-ResetPassword #billing_email_field,
  .woocommerce-ResetPassword #billing_postcode_field,
  .woocommerce-ResetPassword #shipping_last_name_field,
  .woocommerce-ResetPassword #shipping_phone_field,
  .woocommerce-ResetPassword #shipping_postcode_field {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.woocommerce-shipping-fields .woocommerce-invalid label, .woocommerce-billing-fields .woocommerce-invalid label, .woocommerce-additional-fields .woocommerce-invalid label, .woocommerce-account-fields .woocommerce-invalid label, .woocommerce-form-login .woocommerce-invalid label, .woocommerce-form-register .woocommerce-invalid label, .woocommerce-ResetPassword .woocommerce-invalid label {
  color: #ffcccc;
}
.woocommerce-shipping-fields .woocommerce-invalid input[type=text], .woocommerce-shipping-fields .woocommerce-invalid input[type=tel], .woocommerce-shipping-fields .woocommerce-invalid input[type=email], .woocommerce-shipping-fields .woocommerce-invalid textarea, .woocommerce-shipping-fields .woocommerce-invalid .select2-container, .woocommerce-billing-fields .woocommerce-invalid input[type=text], .woocommerce-billing-fields .woocommerce-invalid input[type=tel], .woocommerce-billing-fields .woocommerce-invalid input[type=email], .woocommerce-billing-fields .woocommerce-invalid textarea, .woocommerce-billing-fields .woocommerce-invalid .select2-container, .woocommerce-additional-fields .woocommerce-invalid input[type=text], .woocommerce-additional-fields .woocommerce-invalid input[type=tel], .woocommerce-additional-fields .woocommerce-invalid input[type=email], .woocommerce-additional-fields .woocommerce-invalid textarea, .woocommerce-additional-fields .woocommerce-invalid .select2-container, .woocommerce-account-fields .woocommerce-invalid input[type=text], .woocommerce-account-fields .woocommerce-invalid input[type=tel], .woocommerce-account-fields .woocommerce-invalid input[type=email], .woocommerce-account-fields .woocommerce-invalid textarea, .woocommerce-account-fields .woocommerce-invalid .select2-container, .woocommerce-form-login .woocommerce-invalid input[type=text], .woocommerce-form-login .woocommerce-invalid input[type=tel], .woocommerce-form-login .woocommerce-invalid input[type=email], .woocommerce-form-login .woocommerce-invalid textarea, .woocommerce-form-login .woocommerce-invalid .select2-container, .woocommerce-form-register .woocommerce-invalid input[type=text], .woocommerce-form-register .woocommerce-invalid input[type=tel], .woocommerce-form-register .woocommerce-invalid input[type=email], .woocommerce-form-register .woocommerce-invalid textarea, .woocommerce-form-register .woocommerce-invalid .select2-container, .woocommerce-ResetPassword .woocommerce-invalid input[type=text], .woocommerce-ResetPassword .woocommerce-invalid input[type=tel], .woocommerce-ResetPassword .woocommerce-invalid input[type=email], .woocommerce-ResetPassword .woocommerce-invalid textarea, .woocommerce-ResetPassword .woocommerce-invalid .select2-container {
  background-color: #ffcccc;
}

.wc-terms-and-conditions {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  color: #e2e0da;
}

.wc_payment_methods {
  margin: 1.25rem 0;
}
.wc_payment_methods li {
  display: block;
  padding: 0 0 1.25rem 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
  font-weight: 200;
  color: #acaba8;
}
.wc_payment_methods li:last-child {
  padding-bottom: 0 !important;
}
.wc_payment_methods .payment_method_paypal label img {
  display: none;
}

.woocommerce-checkout-payment li {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.woocommerce-checkout-payment li label a {
  display: inline-block;
  text-decoration: underline;
}
.woocommerce-checkout-payment li .payment_box {
  padding-top: 0.9375rem;
}

/*************** WooCommerce Login, review order, order confirmation, gravity forms page specific styles ********************/
.default-template-page-wrapper, #order_review {
  /* Account Details Page */
}
.default-template-page-wrapper .woocommerce-Button, .default-template-page-wrapper form .button, #order_review .woocommerce-Button, #order_review form .button {
  background-color: #181816;
  color: #dde7e7;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1.125rem 2.6875rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0 none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-top: 0.625rem;
}
.default-template-page-wrapper .woocommerce-Button:hover, .default-template-page-wrapper form .button:hover, #order_review .woocommerce-Button:hover, #order_review form .button:hover {
  cursor: pointer;
}
.default-template-page-wrapper .woocommerce-Button:hover, .default-template-page-wrapper .woocommerce-Button:focus, .default-template-page-wrapper form .button:hover, .default-template-page-wrapper form .button:focus, #order_review .woocommerce-Button:hover, #order_review .woocommerce-Button:focus, #order_review form .button:hover, #order_review form .button:focus {
  background-color: black;
  cursor: pointer;
}
.default-template-page-wrapper .gform_body label, #order_review .gform_body label {
  color: #f4f2eb;
}
.default-template-page-wrapper .woocommerce label, .default-template-page-wrapper .gform_body label, #order_review .woocommerce label, #order_review .gform_body label {
  display: block;
}
.default-template-page-wrapper .woocommerce label abbr, .default-template-page-wrapper .gform_body label abbr, #order_review .woocommerce label abbr, #order_review .gform_body label abbr {
  text-decoration: none;
}
.default-template-page-wrapper .woocommerce input[type=text], .default-template-page-wrapper .woocommerce input[type=email], .default-template-page-wrapper .woocommerce input[type=password], .default-template-page-wrapper .woocommerce input[type=tel], .default-template-page-wrapper .woocommerce .select2-container, .default-template-page-wrapper .woocommerce select, .default-template-page-wrapper .woocommerce input[type=number], .default-template-page-wrapper .gform_body input[type=text], .default-template-page-wrapper .gform_body input[type=email], .default-template-page-wrapper .gform_body input[type=password], .default-template-page-wrapper .gform_body input[type=tel], .default-template-page-wrapper .gform_body .select2-container, .default-template-page-wrapper .gform_body select, .default-template-page-wrapper .gform_body input[type=number], #order_review .woocommerce input[type=text], #order_review .woocommerce input[type=email], #order_review .woocommerce input[type=password], #order_review .woocommerce input[type=tel], #order_review .woocommerce .select2-container, #order_review .woocommerce select, #order_review .woocommerce input[type=number], #order_review .gform_body input[type=text], #order_review .gform_body input[type=email], #order_review .gform_body input[type=password], #order_review .gform_body input[type=tel], #order_review .gform_body .select2-container, #order_review .gform_body select, #order_review .gform_body input[type=number] {
  width: 100%;
  padding: 1rem;
  margin: 0.625rem 0;
  border: 0 none;
  background-color: #494949;
  color: #acaba8;
  /*@include media("<=small") {
  	max-width: 100%;
  }*/
}
.default-template-page-wrapper .woocommerce textarea, .default-template-page-wrapper .gform_body textarea, #order_review .woocommerce textarea, #order_review .gform_body textarea {
  /*max-width: rem(760);
  @include media("<=small") {
  	max-width: 100%;
  }*/
  width: 100%;
  padding: 1rem;
  margin: 0.625rem 0;
  border: 0 none;
  background-color: #494949;
  color: #acaba8;
  font-weight: 200;
}
.default-template-page-wrapper .woocommerce input[type=text], .default-template-page-wrapper .woocommerce input[type=email], .default-template-page-wrapper .woocommerce input[type=password], .default-template-page-wrapper .woocommerce input[type=tel], .default-template-page-wrapper .woocommerce label, .default-template-page-wrapper .woocommerce .select2-container, .default-template-page-wrapper .gform_body input[type=text], .default-template-page-wrapper .gform_body input[type=email], .default-template-page-wrapper .gform_body input[type=password], .default-template-page-wrapper .gform_body input[type=tel], .default-template-page-wrapper .gform_body label, .default-template-page-wrapper .gform_body .select2-container, #order_review .woocommerce input[type=text], #order_review .woocommerce input[type=email], #order_review .woocommerce input[type=password], #order_review .woocommerce input[type=tel], #order_review .woocommerce label, #order_review .woocommerce .select2-container, #order_review .gform_body input[type=text], #order_review .gform_body input[type=email], #order_review .gform_body input[type=password], #order_review .gform_body input[type=tel], #order_review .gform_body label, #order_review .gform_body .select2-container {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em;
  font-weight: 200;
}
.default-template-page-wrapper .woocommerce input[type=radio], .default-template-page-wrapper .gform_body input[type=radio], #order_review .woocommerce input[type=radio], #order_review .gform_body input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.125rem;
}
.default-template-page-wrapper .woocommerce input[type=radio]:before, .default-template-page-wrapper .gform_body input[type=radio]:before, #order_review .woocommerce input[type=radio]:before, #order_review .gform_body input[type=radio]:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.default-template-page-wrapper .woocommerce input[type=radio]:after, .default-template-page-wrapper .gform_body input[type=radio]:after, #order_review .woocommerce input[type=radio]:after, #order_review .gform_body input[type=radio]:after {
  content: "";
}
.default-template-page-wrapper .woocommerce input[type=radio]:checked:after, .default-template-page-wrapper .gform_body input[type=radio]:checked:after, #order_review .woocommerce input[type=radio]:checked:after, #order_review .gform_body input[type=radio]:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.default-template-page-wrapper .woocommerce input[type=radio]:before, .default-template-page-wrapper .gform_body input[type=radio]:before, #order_review .woocommerce input[type=radio]:before, #order_review .gform_body input[type=radio]:before {
  top: 0.125rem;
}
.default-template-page-wrapper .woocommerce input[type=radio]:checked:after, .default-template-page-wrapper .gform_body input[type=radio]:checked:after, #order_review .woocommerce input[type=radio]:checked:after, #order_review .gform_body input[type=radio]:checked:after {
  top: 0.375rem;
}
.default-template-page-wrapper .woocommerce label, .default-template-page-wrapper .gform_body label, #order_review .woocommerce label, #order_review .gform_body label {
  padding: 0.625rem 0 0.3125rem;
}
.default-template-page-wrapper .woocommerce .select2-container, .default-template-page-wrapper .gform_body .select2-container, #order_review .woocommerce .select2-container, #order_review .gform_body .select2-container {
  padding: 0.8125rem 1rem 1rem 0.625rem;
}
.default-template-page-wrapper .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, .default-template-page-wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, #order_review .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, #order_review .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}
.default-template-page-wrapper .woocommerce .select2-container .select2-choice, .default-template-page-wrapper .gform_body .select2-container .select2-choice, #order_review .woocommerce .select2-container .select2-choice, #order_review .gform_body .select2-container .select2-choice {
  color: #acaba8;
  background-color: transparent;
  border: 0 none;
}
.default-template-page-wrapper .woocommerce .select2-dropdown-open .select2-choice, .default-template-page-wrapper .gform_body .select2-dropdown-open .select2-choice, #order_review .woocommerce .select2-dropdown-open .select2-choice, #order_review .gform_body .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.default-template-page-wrapper .woocommerce .select2-container--default .select2-selection--single, .default-template-page-wrapper .gform_body .select2-container--default .select2-selection--single, #order_review .woocommerce .select2-container--default .select2-selection--single, #order_review .gform_body .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  height: auto;
}
.default-template-page-wrapper .woocommerce .select2-container--default .select2-selection--single:focus, .default-template-page-wrapper .gform_body .select2-container--default .select2-selection--single:focus, #order_review .woocommerce .select2-container--default .select2-selection--single:focus, #order_review .gform_body .select2-container--default .select2-selection--single:focus {
  outline: none !important;
}
.default-template-page-wrapper .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, .default-template-page-wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, #order_review .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, #order_review .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
.default-template-page-wrapper .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow, .default-template-page-wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow, #order_review .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow, #order_review .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.625rem;
}
.default-template-page-wrapper .woocommerce .woocommerce-invalid label, .default-template-page-wrapper .gform_body .woocommerce-invalid label, #order_review .woocommerce .woocommerce-invalid label, #order_review .gform_body .woocommerce-invalid label {
  color: #ffcccc;
}
.default-template-page-wrapper .woocommerce .woocommerce-invalid input[type=text], .default-template-page-wrapper .woocommerce .woocommerce-invalid input[type=tel], .default-template-page-wrapper .woocommerce .woocommerce-invalid input[type=email], .default-template-page-wrapper .woocommerce .woocommerce-invalid textarea, .default-template-page-wrapper .woocommerce .woocommerce-invalid .select2-container, .default-template-page-wrapper .gform_body .woocommerce-invalid input[type=text], .default-template-page-wrapper .gform_body .woocommerce-invalid input[type=tel], .default-template-page-wrapper .gform_body .woocommerce-invalid input[type=email], .default-template-page-wrapper .gform_body .woocommerce-invalid textarea, .default-template-page-wrapper .gform_body .woocommerce-invalid .select2-container, #order_review .woocommerce .woocommerce-invalid input[type=text], #order_review .woocommerce .woocommerce-invalid input[type=tel], #order_review .woocommerce .woocommerce-invalid input[type=email], #order_review .woocommerce .woocommerce-invalid textarea, #order_review .woocommerce .woocommerce-invalid .select2-container, #order_review .gform_body .woocommerce-invalid input[type=text], #order_review .gform_body .woocommerce-invalid input[type=tel], #order_review .gform_body .woocommerce-invalid input[type=email], #order_review .gform_body .woocommerce-invalid textarea, #order_review .gform_body .woocommerce-invalid .select2-container {
  background-color: #ffcccc;
}
.default-template-page-wrapper .shop_table.order_details, .default-template-page-wrapper .shop_table.customer_details, #order_review .shop_table.order_details, #order_review .shop_table.customer_details {
  border-spacing: 0px;
  margin-bottom: 2.25rem;
  max-width: 25rem;
}
.default-template-page-wrapper .shop_table.order_details thead th, .default-template-page-wrapper .shop_table.customer_details thead th, #order_review .shop_table.order_details thead th, #order_review .shop_table.customer_details thead th {
  font-weight: 600;
}
.default-template-page-wrapper .shop_table.order_details .product-total, .default-template-page-wrapper .shop_table.customer_details .product-total, #order_review .shop_table.order_details .product-total, #order_review .shop_table.customer_details .product-total {
  text-align: right;
}
.default-template-page-wrapper .shop_table.order_details .product-name, .default-template-page-wrapper .shop_table.customer_details .product-name, #order_review .shop_table.order_details .product-name, #order_review .shop_table.customer_details .product-name {
  text-align: left;
}
.default-template-page-wrapper fieldset, #order_review fieldset {
  margin-bottom: 0;
}
.default-template-page-wrapper fieldset p:last-of-type, #order_review fieldset p:last-of-type {
  padding-bottom: 0;
}

form#order_review {
  padding: 2.5rem;
  background-color: #303030;
}
form#order_review > * {
  max-width: 31.25rem;
}
form#order_review .shop_table {
  border-collapse: collapse;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gfield_required {
  padding-left: 0.1875rem;
  color: #939393;
}

/***** Date Picker - also includes datepicker.min.css from gravityforms/css folder in functions.php *****/
.ui-datepicker-calendar .ui-state-active {
  margin: 0;
}

table.ui-datepicker-calendar {
  background: white;
}

/***** END: Date Picker *****/
.gform_fields {
  margin: 0;
}

.default-template-page-wrapper .gform_wrapper {
  max-width: 47.5rem;
}

/**************************** 1/2, 1/3, 1/4 Code for GF ***************************/
.gform_body {
  /**************** Special fields ****************/
  /****************** END: Special Fields *********/
  /******************** Checkboxes ****************/
  /********************* END: Checkboxes *************/
}
.gform_body .hidden_label > label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.gform_body .gfield,
.gform_body input,
.gform_body textarea,
.gform_body select {
  width: 100%;
}
.gform_body li {
  list-style: none;
}
.gform_body ul.gfield_checkbox, .gform_body ul.gfield_radio {
  margin-left: 0;
}
.gform_body li.gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem 0;
  position: relative;
}
.gform_body li.gchoice input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
}
.gform_body li.gchoice input:before {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #918e87;
  height: 1.0625rem;
  width: 1.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.gform_body li.gchoice input:after {
  content: "";
}
.gform_body li.gchoice input:checked:after {
  color: #918e87;
  border-radius: 50%;
  background-color: #918e87;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.gform_body li.gchoice label {
  padding: 0 0 0 0.375rem;
}
.gform_body .ginput_complex span {
  display: inline-block;
  padding-bottom: 0.625rem;
}
.gform_body .ginput_complex span label {
  font-size: 0.9375rem;
}
.gform_body .ginput_complex .name_first,
.gform_body .ginput_complex .name_last {
  width: 49.6%;
  /* for some reason could not get this to work at 50% */
}
.gform_body .ginput_complex .address_line_1,
.gform_body .ginput_complex .address_line_2 {
  width: 50%;
}
.gform_body .ginput_complex .address_city,
.gform_body .ginput_complex .address_state,
.gform_body .ginput_complex .address_zip {
  width: 33.33%;
}
@media only screen and (max-width: 70.25rem) {
  .gform_body .ginput_complex .address_city,
  .gform_body .ginput_complex .address_state,
  .gform_body .ginput_complex .address_zip {
    width: 100%;
  }
}
.gform_body .ginput_complex .name_first,
.gform_body .ginput_complex .address_line_1,
.gform_body .ginput_complex .address_city {
  padding-right: 0.625rem;
}
@media only screen and (max-width: 70.25rem) {
  .gform_body .ginput_complex .name_first,
  .gform_body .ginput_complex .address_line_1,
  .gform_body .ginput_complex .address_city {
    padding-right: 0;
  }
}
.gform_body .ginput_complex .address_state {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media only screen and (max-width: 70.25rem) {
  .gform_body .ginput_complex .address_state {
    padding-right: 0;
    padding-left: 0;
  }
}
.gform_body .ginput_complex .name_last,
.gform_body .ginput_complex .address_line_2,
.gform_body .ginput_complex .address_zip {
  padding-left: 0.625rem;
  clear: right !important;
}
@media only screen and (max-width: 70.25rem) {
  .gform_body .ginput_complex .name_last,
  .gform_body .ginput_complex .address_line_2,
  .gform_body .ginput_complex .address_zip {
    padding-left: 0;
  }
}
.gform_body .ginput_container_total span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: normal;
}
.gform_body .inline ul.gfield_radio, .gform_body .inline ul.gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.gform_body .gfield_description {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 200;
  color: #f4f2eb;
  margin: -0.5rem 0 0.625rem;
}
.gform_body .gfield_description.validation_message {
  margin-top: 0.125rem;
}
.gform_body .gfield_description a {
  color: #f4f2eb;
  text-decoration: underline;
}
.gform_body .ui-selectmenu-button {
  position: relative;
  display: block;
  width: 100% !important;
}
.gform_body .ui-selectmenu-text {
  padding: 0.5625rem;
}
.gform_body .ui-icon {
  position: absolute;
  right: 0.3125rem;
  top: 0.9375rem;
  font-size: 1.375rem;
  text-indent: 0;
}
.gform_body .ui-icon:before {
  /*@include icomoon();
  	content: "\e90b";*/
}
.gform_body .ui-selectmenu-text {
  margin-right: 0;
}
.gform_body .full {
  display: block;
}
.gform_body .right-half,
.gform_body .left-half,
.gform_body .left-third,
.gform_body .middle-third,
.gform_body .right-third,
.gform_body .mid-left-quarter,
.gform_body .mid-right-quarter,
.gform_body .right-quarter,
.gform_body .left-quarter {
  display: inline-block;
  vertical-align: top;
}
.gform_body .right-half,
.gform_body .right-third,
.gform_body .middle-third,
.gform_body .mid-left-quarter,
.gform_body .mid-right-quarter,
.gform_body .right-quarter {
  padding-left: 0.625rem !important;
}
@media only screen and (max-width: 48.125rem) {
  .gform_body .right-half,
  .gform_body .right-third,
  .gform_body .middle-third,
  .gform_body .mid-left-quarter,
  .gform_body .mid-right-quarter,
  .gform_body .right-quarter {
    padding-left: 0 !important;
  }
}
.gform_body .left-half,
.gform_body .left-third,
.gform_body .middle-third,
.gform_body .mid-left-quarter,
.gform_body .mid-right-quarter,
.gform_body .left-quarter {
  padding-right: 0.625rem !important;
}
@media only screen and (max-width: 48.125rem) {
  .gform_body .left-half,
  .gform_body .left-third,
  .gform_body .middle-third,
  .gform_body .mid-left-quarter,
  .gform_body .mid-right-quarter,
  .gform_body .left-quarter {
    padding-right: 0 !important;
  }
}
.gform_body .right-half,
.gform_body .left-half {
  width: 50%;
}
@media only screen and (max-width: 48.125rem) {
  .gform_body .right-half,
  .gform_body .left-half {
    width: 100%;
  }
}
.gform_body .end {
  display: block;
  /* only works for 1/2 because only one on row */
}
.gform_body .left-third,
.gform_body .middle-third,
.gform_body .right-third {
  width: 33.33%;
}
@media only screen and (max-width: 48.125rem) {
  .gform_body .left-third,
  .gform_body .middle-third,
  .gform_body .right-third {
    width: 100%;
  }
}
.gform_body .mid-left-quarter,
.gform_body .mid-right-quarter,
.gform_body .right-quarter,
.gform_body .left-quarter {
  width: 25%;
  /*@include media("<=medium") {
  	width: 50%;
  }*/
}
@media only screen and (max-width: 48.125rem) {
  .gform_body .mid-left-quarter,
  .gform_body .mid-right-quarter,
  .gform_body .right-quarter,
  .gform_body .left-quarter {
    width: 100%;
  }
}
.gform_body .no_label label.gfield_label {
  display: none;
}

/****************************  END: 1/2, 1/3, 1/4 Code for GF ***************************/
/************************* Radio or checkboxes in col **************************/
.list_3col .ginput_container ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  margin: 0;
  padding: em-calc(0 24 12 0);
}
@media only screen and (max-width: 70.25rem) {
  .list_3col .ginput_container ul li {
    width: 100%;
  }
}
.list_3col .ginput_container ul li label {
  white-space: normal;
  float: left;
  margin-left: em-calc(18, 13);
  font-weight: 400;
}
.list_3col .ginput_container ul li input {
  position: absolute;
  left: 0;
  top: em-calc(2);
}
.list_3col .ginput_container ul li input[type=radio] {
  top: em-calc(2);
}

/************************* END: Radio or checkboxes in col **************************/
.gform_button {
  border: 0 none;
}

/*************************** Gravity Forms Errors ***************************/
.validation_error {
  padding-bottom: 0.75rem;
}

.validation_error,
.validation_message {
  color: #178981;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.validation_error h2,
.validation_message h2 {
  color: #178981;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

.gform_body .gfield_error input, .gform_body .gfield_error textarea {
  border: 1px solid #178981 !important;
}
.gform_body .gfield_error .ginput_container_checkbox input {
  border: 0 none !important;
}
.gform_body .gfield_error .ginput_container_checkbox input:before {
  border-color: #178981 !important;
}
.gform_body .gfield_error .validation_message {
  color: #178981;
  font-size: 0.8125rem;
}

.gform_button:hover {
  cursor: pointer;
}

/*************************** END: Gravity Forms Errors ***************************/
/********************* Calendar *********************/
.ui-datepicker {
  background: white;
  border: 1px solid #666;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ui-datepicker td {
  padding: 0.125rem 0.25rem;
}
.ui-datepicker a {
  color: #1a1d1e;
  text-decoration: none;
}
.ui-datepicker a:hover, .ui-datepicker a:focus {
  /*color: $text;*/
}
.ui-datepicker .ui-datepicker-header {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header a,
.ui-datepicker .ui-datepicker-header select {
  margin: 0.1875rem;
}

/********************* END: Calendar *********************/
/********************** Authorize.net Credit Card *********************/
.wysiwyg .gform_body .gfield_label_before_complex {
  font-size: 1rem;
}
.wysiwyg .gform_body .ginput_container_creditcard label {
  display: block;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full {
  display: block;
  max-width: 28.125rem;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full input[type=text] {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_security_code_icon {
  display: none !important;
}
.wysiwyg .gform_body .ginput_cardextras {
  max-width: 28.125rem;
}
.wysiwyg .gform_body .ginput_cardextras span {
  vertical-align: top;
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras span span {
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left {
  width: 60%;
  padding-right: 0.625rem;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
  width: 40%;
  padding-left: 0.625rem;
}
@media only screen and (max-width: 26.5625rem) {
  .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left,
  .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .wysiwyg .gform_body .ginput_cardextras span,
  .wysiwyg .gform_body .ginput_cardextras span {
    padding-bottom: 0.625rem;
  }
}
.wysiwyg .gform_body .ginput_card_expiration_container {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_expiration_container label {
  display: block;
}
.wysiwyg .gform_body .ginput_card_expiration_container select {
  display: inline-block;
  width: 49%;
}
.wysiwyg .gform_body .gform_card_icon_container {
  display: none;
}

/* Styles for the modal container */
#modalContainer {
  /* Set modal properties */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: none;
  /* Hide initially */
  z-index: 99999;
}

/* Styles for the modal content */
#modalContent {
  /* Set modal properties */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 99999;
}

/* Styles for the close button */
#modalClose {
  /* Set close button properties */
  position: absolute;
  top: 10px;
  right: 10px;
}

.changelog-modalTrigger {
  color: #c1b383;
  padding: 0;
  font-weight: 600;
}
.changelog-modalTrigger .changelog-icon-popout {
  width: 1.375rem;
  vertical-align: text-bottom;
  fill: #c1b383;
}
.changelog-modalTrigger:hover, .changelog-modalTrigger:focus {
  color: #4d4c46;
}
.changelog-modalTrigger:hover .changelog-icon-popout, .changelog-modalTrigger:focus .changelog-icon-popout {
  fill: #4d4c46;
}

.changelog_modal .accordion {
  border-top: 0 none;
}
.changelog_modal #modalContent {
  color: #d3d1cd;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  max-height: 90%;
  width: 56.25rem;
  max-width: 90%;
  padding: 1.5625rem;
}
.changelog_modal #modalContent .chl_accordion-panel {
  padding-left: 3.125rem;
}
.changelog_modal #modalContent p, .changelog_modal #modalContent ul, .changelog_modal #modalContent ol {
  padding-bottom: clamp(1.5rem, -1.0833333333rem + 4.4444444444vw, 2.25rem);
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #d3d1cd;
  padding-bottom: 1.25rem;
}
.changelog_modal #modalContent p a, .changelog_modal #modalContent ul a, .changelog_modal #modalContent ol a {
  color: #c0b590;
  text-decoration: underline;
}
.changelog_modal #modalContent h2 {
  text-align: center;
  padding: 1.6875rem 0;
  font-size: 2.4375rem;
  font-size: clamp(2.4375rem, 1.1875rem + 3.3333333333vw, 3.0625rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  color: #d3d1cd;
}
.changelog_modal #modalContent h3 {
  border-top: 1px solid rgba(211, 209, 205, 0.2);
}
.changelog_modal #modalContent h3 button {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 0.5rem + 3.3333333333vw, 2.375rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #d3d1cd;
  padding: 1.6875rem 0;
  line-height: 1;
}
.changelog_modal #modalContent h3 button .toggle-icons {
  color: #d3d1cd;
  margin-right: 1.875rem;
  margin-top: -0.625rem;
}
.changelog_modal #modalContent h3 button.chl_accordion-trigger[aria-expanded=true] {
  color: #c0b590;
}
.changelog_modal #modalContent h3 button.chl_accordion-trigger[aria-expanded=true] .toggle-icons {
  color: #c0b590;
}
.changelog_modal #modalContent #modalClose {
  font-size: 0;
  line-height: 0;
}
.changelog_modal #modalContent #modalClose svg {
  fill: #d3d1cd;
  width: 1.875rem;
}
.changelog_modal #modalContent #modalClose:hover {
  cursor: pointer;
}
.changelog_modal #modalContent #modalClose:hover svg {
  fill: #c0b590;
}
.changelog_modal #modalContent #modalClose:focus {
  outline: 1px solid #0E5D57;
}
.changelog_modal #modalContent #modalClose:focus svg {
  fill: #c1beb3;
}

/***** Termageddon Styles *****/
.default-template-page-wrapper #policy .text-uppercase {
  text-transform: none !important;
}
.default-template-page-wrapper #policy div.accordion-section-content {
  font-size: 1.0625rem;
  line-height: 2.0625rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #918e87;
}
.default-template-page-wrapper #policy div.accordion-section-content a {
  color: #c0b590;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.default-template-page-wrapper #policy div.accordion-section-content a:hover, .default-template-page-wrapper #policy div.accordion-section-content a:focus {
  color: white;
  text-decoration: underline;
}
.default-template-page-wrapper #policy .accordions {
  border-radius: 0;
}
.default-template-page-wrapper #policy .accordion-summary h3 {
  padding-bottom: 0;
}
.default-template-page-wrapper #policy .accordion-content {
  display: block !important;
}
.default-template-page-wrapper #policy .accordion-content .accordion-section {
  margin-top: 0;
}
.default-template-page-wrapper #policy .accordion-content .accordion-section.last-child .accordion-section-content ul {
  padding-bottom: 0;
}
.default-template-page-wrapper #policy ol {
  list-style-type: disc;
}

/********* Termageddon Usercentrics Popup Style *********/
/*
[data-testid="uc-default-banner"],
[data-testid="uc-banner-content"],
[data-testid="uc-container"],
div.sc-dLMFU.kpnqup {
	border-radius: 0 !important;
}

[data-testid="uc-header-wrapper"], div.sc-dLMFU.kpnqup {
	background-color: #86847c !important;
}
	*/
/*** Table Press to make responsive ***/
.dt-layout-row {
  display: block !important;
}

.dt-layout-cell {
  overflow-x: auto !important;
  padding: 15px;
  max-width: 100%;
  width: 100%;
  position: relative; /* Add this */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Add this if inside a flex container */
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; /* Add this if inside a flex container */
}

.tablepress {
  margin: 0;
  min-width: 800px;
  width: 100% !important;
  table-layout: fixed !important;
  display: table !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; /* Add this if inside a flex container */
}

.tablepress thead,
.tablepress tbody {
  width: 100%;
}

/* Optional: ensure cells expand properly */
.tablepress td,
.tablepress th {
  width: auto;
  white-space: normal;
}

/* Optional: Add some padding and border styling */
.dt-layout-cell {
  padding: 15px;
}

colgroup {
  display: none;
  /*&[data-dt-column="0"],
  &[data-dt-column="1"],
  &[data-dt-column="2"] {
      width: 33.33%;
  }*/
}

/*** END: Table Press to make responsive ***/