/* ================ Mixins ================ */
/* ============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
============================================================================== */
/* ================ Media Query Mixin ================ */
/* ================ Responsive Show/Hide Helper ================ */
/* ================ Responsive Text Alignment Helper ================ */
/* ============================================================================
  Layer promotion mixin for creating smoother animations with higher FPS.
============================================================================== */
/* ============================================================================
  Cause' even shadows have shadows...
============================================================================== */
/* ============================================================================
  Absolute Aligning
============================================================================== */
/* ============================================================================
  Flexbox prefix mixins from Bourbon
  https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
============================================================================== */
.nowrap {
  white-space: nowrap; }

/* ================ SETTINGS ================ */
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  src: local("Dancing Script Regular"), local("DancingScript-Regular"), url(https://fonts.gstatic.com/s/dancingscript/v8/DK0eTGXiZjN6yA8zAEyM2S5FJMZltoAAwO2fP7iHu2o.ttf) format("truetype"); }

@font-face {
  font-family: "yotpo-widget-font";
  src: url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2018-09-05_10-15-28");
  src: url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2018-09-05_10-15-28#iefix") format("embedded-opentype"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2018-09-05_10-15-28") format("woff"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2018-09-05_10-15-28") format("truetype"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2018-09-05_10-15-28") format("svg");
  font-weight: normal;
  font-style: normal; }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/* ================ VENDOR ================ */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-dot span {
  overflow: hidden;
  text-indent: -9999px; }

/* ================ COMMON ================ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1023px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #555555;
  background-color: white; }

[tabindex="-1"]:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/* Some Base Styles */
* {
  outline-color: #0480a8; }

body,
html {
  background-color: white;
  color: #555555;
  font-family: "Noyh Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px 0;
  color: #555555;
  line-height: 1.2em; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit; }
  h1.script-font,
  .h1.script-font,
  h2.script-font,
  .h2.script-font,
  h3.script-font,
  .h3.script-font,
  h4.script-font,
  .h4.script-font,
  h5.script-font,
  .h5.script-font,
  h6.script-font,
  .h6.script-font {
    font-family: "Dancing Script", cursive; }

h1,
.h1 {
  font-size: 2.25em; }

h2,
.h2 {
  font-size: 1.75em; }

h3,
.h3 {
  font-size: 1.5em; }

h4,
.h4 {
  font-size: 1.25em; }

h5,
.h5 {
  font-size: 1.1em; }

h6,
.h6 {
  font-size: 1em; }

.page-title {
  color: #555555;
  text-align: center;
  margin: 1.5em 0; }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    .page-title {
      font-size: 3em; } }
  @media only screen and (min-width: 1024px) {
    .page-title {
      font-size: 3.75em; } }
  .starter--container > .page-title {
    margin: 0 0 1.25em; }
  .page-title.page-title--with-subtitle {
    margin-bottom: 10px; }
    .page-title.page-title--with-subtitle + .page-subtitle {
      margin-bottom: 60px; }
      .page-title.page-title--with-subtitle + .page-subtitle p {
        font-size: 1.2em; }

p {
  margin: 15px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

::-moz-selection {
  background: #0480a8;
  color: white; }

::selection {
  background: #0480a8;
  color: white; }

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

th {
  text-transform: uppercase;
  color: #555555;
  font-size: 120%;
  font-weight: bold; }

hr {
  border: 0;
  border-top: 2px solid #f6f6f6;
  margin: 30px 0; }

/* ================ Helper Classes ================ */
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.clear {
  clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.soft--nudge {
  margin-bottom: 2em; }

.animate--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 120ms ease-in-out; }

.animate--shown {
  opacity: 1;
  visibility: visible; }

.display-inline-block {
  display: inline-block; }

.center-box {
  max-width: 600px;
  margin: 0 auto; }

.spacer--block {
  padding: 3px 0; }

/* ============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
============================================================================== */
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #555555;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/* ============================================================================
  Content Alignment
============================================================================== */
.content-left {
  float: left; }

.content-right {
  float: right; }

.content-center {
  margin: 0 auto; }

.content-vertical {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.content-horizontal {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.content-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ============================================================================
  Text Styles
============================================================================== */
.color-primary {
  color: #0480a8; }

.color-red {
  color: #df3033; }

.text-italic {
  font-style: italic; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal;
  font-style: normal; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nocase {
  text-transform: none; }

.text-label {
  background: #555555;
  color: white;
  display: inline-block;
  padding: 2px 5px; }

/* ============================================================================
  Grid
    - Based on CSS Wizardry grid
============================================================================== */
.grid, .grid--full, .grid--full-flush {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after, .grid--full::after, .grid--full-flush::after {
    content: "";
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*="--push"] {
    position: relative; }

/* ============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
============================================================================== */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--uniform {
  overflow: hidden; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding: 0 15px; }

.grid--full-flush {
  margin-left: 0; }
  .grid--full-flush > .grid__item {
    padding: 0; }

/* When padding is not needed */
.grid__item-flush {
  padding-left: 0;
  padding-right: 0; }

/* When padding is not needed */
.grid__item-even {
  padding-left: 15px;
  padding-right: 15px; }

/* When leftmost item needs it */
.grid__item-leftmost {
  padding-left: 0;
  padding-right: 15px; }
  @media only screen and (max-width: 749px) {
    .grid__item-leftmost {
      padding-left: 0;
      padding-right: 0; } }

/* When rightmost item needs it */
.grid__item-rightmost {
  padding-left: 15px;
  padding-right: 0; }
  @media only screen and (max-width: 749px) {
    .grid__item-rightmost {
      padding-left: 0;
      padding-right: 0; } }

/* Flexbox Grid */
.grid--flex {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: auto; }
  @media only screen and (min-width: 1024px) {
    .grid--flex {
      margin-left: -15px;
      margin-right: -15px; } }
  .grid--flex .grid__item {
    float: none;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    @media only screen and (min-width: 1024px) {
      .grid--flex .grid__item {
        padding-left: 15px;
        padding-right: 15px; } }
    .grid--flex .grid__item:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 750px) {
      .grid--flex .grid__item.medium-up--order-1 {
        order: -1; } }

.grid--flex-full {
  margin: 0; }
  .grid--flex-full .grid__item {
    padding-left: 0;
    padding-right: 0; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--three-tenths {
    width: 30%; }

  .small--seven-tenths {
    width: 70%; }

  .small--nine-tenths {
    width: 90%; }

  .grid--uniform .small--one-half:nth-child(2n + 1),
  .grid--uniform .small--one-third:nth-child(3n + 1),
  .grid--uniform .small--one-quarter:nth-child(4n + 1),
  .grid--uniform .small--one-fifth:nth-child(5n + 1),
  .grid--uniform .small--one-sixth:nth-child(6n + 1),
  .grid--uniform .small--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) and (max-width: 1023px) {
  /* Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }

  .medium--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--nine-tenths {
    width: 90%; }

  .grid--uniform .medium--one-half:nth-child(2n + 1),
  .grid--uniform .medium--one-third:nth-child(3n + 1),
  .grid--uniform .medium--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1023px) {
  /* Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%; }

  .medium-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%; }

  .medium-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--nine-tenths {
    width: 90%; }

  .grid--uniform .medium-down--one-half:nth-child(2n + 1),
  .grid--uniform .medium-down--one-third:nth-child(3n + 1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--nine-tenths {
    width: 90%; }

  .grid--uniform .medium-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  /* Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--three-tenths {
    width: 30%; }

  .large--seven-tenths {
    width: 70%; }

  .large--nine-tenths {
    width: 90%; }

  .grid--uniform .large--one-half:nth-child(2n + 1),
  .grid--uniform .large--one-third:nth-child(3n + 1),
  .grid--uniform .large--one-quarter:nth-child(4n + 1),
  .grid--uniform .large--one-fifth:nth-child(5n + 1),
  .grid--uniform .large--one-sixth:nth-child(6n + 1),
  .grid--uniform .large--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1024px) {
  /* Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--nine-tenths {
    width: 90%; }

  .grid--uniform .large-up--one-half:nth-child(2n + 1),
  .grid--uniform .large-up--one-third:nth-child(3n + 1),
  .grid--uniform .large-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .large-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .large-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .large-up--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1400px) {
  /* Whole */
  .widescreen--one-whole {
    width: 100%; }

  /* Halves */
  .widescreen--one-half {
    width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    width: 33.33333%; }

  .widescreen--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%; }

  .widescreen--three-quarters {
    width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%; }

  .widescreen--two-fifths {
    width: 40%; }

  .widescreen--three-fifths {
    width: 60%; }

  .widescreen--four-fifths {
    width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%; }

  .widescreen--three-eighths {
    width: 37.5%; }

  .widescreen--five-eighths {
    width: 62.5%; }

  .widescreen--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%; }

  .widescreen--three-tenths {
    width: 30%; }

  .widescreen--seven-tenths {
    width: 70%; }

  .widescreen--nine-tenths {
    width: 90%; }

  .grid--uniform .widescreen--one-half:nth-child(2n + 1),
  .grid--uniform .widescreen--one-third:nth-child(3n + 1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n + 1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n + 1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n + 1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n + 1) {
    clear: both; }

  .widescreen--show {
    display: block !important; }

  .widescreen--hide {
    display: none !important; }

  .widescreen--text-left {
    text-align: left !important; }

  .widescreen--text-right {
    text-align: right !important; }

  .widescreen--text-center {
    text-align: center !important; } }
/* ================ General layout styles ================ */
.page-width {
  *zoom: 1;
  max-width: 1800px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: "";
    display: table;
    clear: both; }
  .page-width.page-width--narrow {
    max-width: 1150px;
    padding-bottom: 30px; }
  .page-width.page-width--medium {
    max-width: 1440px; }
  .page-width.page-width--widescreen {
    max-width: 1400px;
    padding-bottom: 30px; }

@media only screen and (max-width: 749px) {
  .page-width--mobile-padding {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    padding: 0 15px; } }
.shopify-challenge__container {
  padding: 30px;
  max-width: 1150px;
  margin: 0 auto; }

.content-container {
  background: white;
  padding: 0; }

.starter--container {
  padding-top: 1em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 750px) {
    .starter--container {
      padding-top: 4em;
      padding-bottom: 4em; } }

.page-section {
  margin-bottom: 30px; }
  @media only screen and (min-width: 750px) {
    .page-section {
      margin-bottom: 60px; } }

.jump--out {
  display: none;
  padding: 50px 5vw;
  max-width: 800px;
  text-align: center;
  border-radius: 6px; }

.page-hero {
  position: relative;
  margin-bottom: 30px;
  background-color: #333; }
  .page-hero.page-hero--scaling {
    height: 0;
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 749px) {
      .page-hero.page-hero--scaling {
        height: 260px;
        background-size: cover; } }
  .page-hero.page-hero--fixed {
    height: 400px;
    background-size: cover; }
    @media only screen and (max-width: 749px) {
      .page-hero.page-hero--fixed {
        height: 260px; } }
  .page-hero.collection-hero {
    margin-bottom: 0; }
  .page-hero .content-vertical {
    padding: 0 15px; }

.page-hero__title {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 750px) {
    .page-hero__title {
      font-size: 4em; } }
  @media only screen and (min-width: 1400px) {
    .page-hero__title {
      font-size: 5em; } }
  .collection-hero .page-hero__title {
    color: #fff;
    text-transform: capitalize; }

.page-hero__subtitle {
  max-width: 1150px;
  margin: 0 auto;
  font-size: 1.1em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  width: 80%;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px; }
  @media screen and (max-width: 479.99px) {
    .page-hero__subtitle {
      width: 100%; } }
  @media only screen and (min-width: 750px) {
    .page-hero__subtitle {
      font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    .page-hero__subtitle {
      font-size: 1.2em; } }
  @media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .page-hero__subtitle {
      font-size: 1.4em; } }
  @media only screen and (min-width: 1024px) {
    .page-hero__subtitle {
      width: 65%; } }
  @media only screen and (min-width: 1400px) {
    .page-hero__subtitle {
      font-size: 1.65em; } }
  .collection-hero .page-hero__subtitle {
    color: #fff; }

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto; }

.search-bar {
  max-width: 600px;
  margin: 0 auto; }

#error-404 h1 {
  color: #0480a8;
  font-size: 3.5em; }
#error-404 .h4 a {
  color: #0480a8;
  text-decoration: underline; }
  #error-404 .h4 a:hover {
    text-decoration: none; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.icon-arrow-down .icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* Rich Text Editor */
.rte img {
  height: auto; }
.rte h3 {
  color: #df3033; }
.rte p,
.rte li,
.rte td,
.rte th {
  font-size: 1.2em;
  line-height: 1.3em; }
  @media only screen and (min-width: 1024px) {
    .rte p,
    .rte li,
    .rte td,
    .rte th {
      font-size: 1.35em; } }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ============================================================================
  Responsive tables, defined with .responsive-table on table element.
============================================================================== */
.responsive-table {
  width: 100%; }
  .rte .responsive-table {
    table-layout: auto; }
  @media only screen and (min-width: 750px) {
    .responsive-table thead th,
    .responsive-table tbody td {
      border-bottom: 1px solid #d1d1d1; } }
  .responsive-table th,
  .responsive-table td {
    padding: 5px 0; }
    @media only screen and (min-width: 750px) and (max-width: 1023px) {
      .responsive-table th,
      .responsive-table td {
        padding: 15px 5px; } }
    @media only screen and (min-width: 1024px) {
      .responsive-table th,
      .responsive-table td {
        padding: 15px; } }
    @media only screen and (max-width: 749px) {
      .responsive-table th,
      .responsive-table td {
        font-size: 1em; } }
  .responsive-table tfoot th,
  .responsive-table tfoot td {
    padding-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .responsive-table tfoot th {
      display: none; } }
  @media only screen and (max-width: 749px) {
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px;
      text-transform: uppercase;
      font-weight: bold; }
    .responsive-table .responsive-table-row + .responsive-table-row,
    .responsive-table tfoot > .responsive-table-row:first-child {
      position: relative;
      margin-top: 10px;
      padding-top: 15px; }
      .responsive-table .responsive-table-row + .responsive-table-row::after,
      .responsive-table tfoot > .responsive-table-row:first-child::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #d1d1d1; } }

/* ================ Links ================ */
a {
  text-decoration: none;
  color: #0480a8;
  transition: all 30ms ease-in; }
  a:hover, a:focus {
    color: #029ec5; }

.link--underline {
  border-bottom: 1px solid #0480a8;
  padding-bottom: 0.2em;
  font-weight: bold;
  font-size: 85%;
  display: inline-block; }

button.link--underline {
  color: #0480a8;
  padding-left: 0;
  padding-right: 0; }
  button.link--underline:hover, button.link--underline:focus {
    outline: none;
    color: #02475d;
    border-color: #02475d; }

a .icon-cart,
button .icon-cart {
  vertical-align: top; }

/* ================ Buttons ================ */
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  background: none;
  padding: 0; }
  .btn:focus {
    outline: none; }

.button--primary,
.shopify-challenge__button.btn {
  text-align: center;
  color: #0480a8;
  background: white;
  text-transform: uppercase;
  border: 3px solid #0480a8;
  padding: 0.4em 0.8em;
  font-size: 95%;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-radius: 26px;
  transition: all 80ms ease-in-out;
  cursor: pointer; }
  .button--primary:hover, .button--primary:focus,
  .shopify-challenge__button.btn:hover,
  .shopify-challenge__button.btn:focus {
    background-color: #0480a8;
    color: white;
    outline: none; }
    .button--primary:hover svg, .button--primary:focus svg,
    .shopify-challenge__button.btn:hover svg,
    .shopify-challenge__button.btn:focus svg {
      fill: white; }
  form .button--primary, form
  .shopify-challenge__button.btn {
    min-width: 135px; }
  .button--primary.full-width,
  .shopify-challenge__button.btn.full-width {
    width: 100%; }

.button--primary.button--drk-gray {
  border-color: #555555;
  color: #555555; }
  .button--primary.button--drk-gray:hover, .button--primary.button--drk-gray:focus {
    background-color: #555555;
    color: #fff; }

.button--full-flip {
  background-color: #0480a8;
  color: white;
  transition: all 200ms ease-in-out; }
  .button--full-flip svg {
    fill: white; }

.button--full-flip:hover,
.button--full-flip:focus {
  background-color: #02475d;
  border-color: #02475d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }

.button--shadowless {
  box-shadow: none; }
  .button--shadowless:hover, .button--shadowless:focus {
    box-shadow: none; }

.button--x-small,
form .button--x-small {
  padding: 2px 10px;
  min-width: 0; }

/* ============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
============================================================================== */
button,
input[type="submit"] {
  border: none;
  background-color: transparent; }
  button[disabled], button[disabled]:hover,
  input[type="submit"][disabled],
  input[type="submit"][disabled]:hover {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #fff; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select {
  border: 1px solid #d1d1d1;
  background-color: white;
  color: #555555;
  border-radius: 2px;
  max-width: 100%;
  margin-bottom: 1em;
  line-height: 26px;
  height: 44px;
  padding: 0.5em 15px;
  display: inline-block;
  font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #0480a8; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="tel"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #cccccc;
    border-color: #cccccc; }

textarea {
  min-height: 100px; }

/* Custom select style */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/ico-select.svg?v=18339995976248330191);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding: 0 24px 0 10px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  /* Hide the svg arrow in IE9 */ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/* Error styles */
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #c32b22;
  background-color: white;
  color: #c32b22; }

.form-success,
.form-error,
.errors,
.info-msg,
.info-warning,
.info-notice {
  padding: 15px;
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #f6f6f6; }
  .form-success::before,
  .form-error::before,
  .errors::before,
  .info-msg::before,
  .info-warning::before,
  .info-notice::before {
    font-family: monospace;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%; }
  .form-success ul,
  .form-success p,
  .form-error ul,
  .form-error p,
  .errors ul,
  .errors p,
  .info-msg ul,
  .info-msg p,
  .info-warning ul,
  .info-warning p,
  .info-notice ul,
  .info-notice p {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none; }
  .form-success :last-child,
  .form-error :last-child,
  .errors :last-child,
  .info-msg :last-child,
  .info-warning :last-child,
  .info-notice :last-child {
    margin-bottom: 0; }

.form-error,
.errors {
  border-color: #c32b22;
  color: #c32b22; }
  .form-error::before,
  .errors::before {
    background-color: #c32b22;
    content: "!"; }

.info-msg {
  border-color: #0480a8;
  color: #555555; }
  .info-msg::before {
    content: "i";
    background-color: #555555; }

.form-success {
  border-color: #4b9840;
  color: #4b9840; }
  .form-success::before {
    content: "\2713";
    background-color: #4b9840; }

.info-warning {
  border-color: #efcf06;
  color: #555555; }
  .info-warning::before {
    background-color: #efcf06;
    content: "!"; }

.info-notice {
  border: none;
  background: #ebf9fd;
  color: #555555; }
  .info-notice::before {
    background-color: #0480a8;
    content: "!"; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  background: #fff;
  margin: 0 8px 0 0;
  cursor: pointer;
  vertical-align: -6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12); }
  .custom-radio input[type="radio"] {
    width: 23px;
    height: 23px;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .custom-radio input[type="radio"]:checked + .custom-radio__circle {
      background: #0480a8; }
  .custom-radio .custom-radio__circle {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%; }

.custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 18px;
  position: relative;
  margin-right: 5px; }
  .custom-checkbox input {
    opacity: 0; }
    .custom-checkbox input:checked + .custom-checkbox__icon {
      background-image: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/icon-checkbox-checked.svg?v=7871663571148858748); }
  .custom-checkbox .custom-checkbox__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 18px;
    display: block;
    background: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/icon-checkbox-unchecked.svg?v=7789943174584934923) no-repeat 0 0;
    background-size: 15px 18px; }

.placeholder-svg {
  display: block;
  fill: rgba(85, 85, 85, 0.35);
  background-color: rgba(85, 85, 85, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(85, 85, 85, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/* ============================================================================
  #Site Header
============================================================================== */
@media only screen and (min-width: 750px) {
  #top-bar {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 12px 0; }
    #top-bar a {
      display: inline-block;
      color: #fff;
      padding: 2px;
      border-bottom: 1px solid transparent;
      border-radius: 2px; }
      #top-bar a:hover {
        border-color: #fff; }
      #top-bar a:focus {
        outline: 2px solid #fff; }
      #top-bar a + a {
        margin-left: 15px; }
    #top-bar .page-width {
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      #top-bar .page-width > div {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        #top-bar .page-width > div.top-bar__center {
          text-align: center;
          font-weight: 700;
          color: #77c7e8; } }
/* ================ SITE HEADER ================ */
#site-header {
  background: #fff;
  position: relative;
  z-index: 10; }
  #site-header .page-width {
    position: relative; }
    @media only screen and (max-width: 749px) {
      #site-header .page-width {
        padding: 0 20px; } }

.site-header__logo-wrapper {
  position: relative;
  z-index: 1; }

.site-header__logo {
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 749px) {
    .site-header__logo {
      background: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/logo-equal-exchange-horizontal_100x.jpg?v=17204476122827812981) no-repeat 0 0;
      width: 100px;
      height: 52px;
      top: 10px; } }
  @media only screen and (min-width: 750px) {
    .site-header__logo {
      width: 90px;
      top: 22px;
      left: 13px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }
  @media only screen and (min-width: 1024px) {
    .site-header__logo {
      width: 108px;
      left: 30px; } }

.site-header__top {
  height: 0; }
  @media only screen and (min-width: 750px) {
    .site-header__top {
      height: 65px; } }
  .site-header__top .page-width {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    height: 100%; }
    .site-header__top .page-width > nav,
    .site-header__top .page-width > div {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

@media only screen and (min-width: 750px) {
  .site-header__coop-links {
    padding-left: 88px;
    position: relative;
    top: 12px; } }
@media only screen and (min-width: 1024px) {
  .site-header__coop-links {
    padding-left: 138px; } }

.coop-link {
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  margin-right: 16px;
  line-height: 1;
  padding: 2px;
  border-radius: 2px;
  display: inline-block; }
  @media only screen and (min-width: 1024px) {
    .coop-link {
      font-size: 28px;
      margin-right: 30px; } }
  .coop-link:last-child {
    margin-right: 0; }
  .coop-link span {
    display: inline-block;
    border-bottom: 3px solid transparent; }
  .coop-link:hover span {
    border-bottom-color: #000;
    color: #000; }
  .coop-link:focus {
    outline: 2px solid #000; }
    .coop-link:focus span {
      color: #000; }
  .coop-link.coop-link--current {
    color: #c32b22; }
    .coop-link.coop-link--current:focus {
      outline-color: #c32b22; }
      .coop-link.coop-link--current:focus span {
        color: #c32b22; }
    .coop-link.coop-link--current span, .coop-link.coop-link--current:hover span {
      border-bottom-color: #c32b22;
      color: #c32b22; }

@media only screen and (min-width: 750px) {
  .site-header__search-cart {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto; } }

@media only screen and (max-width: 749px) {
  .site-header__search {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 75px;
    background: #fff;
    padding: 15px 20px;
    z-index: 10; }

  .site-header__search-input {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .site-header__search-btn .icon {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px; }

  .site-header__search-close {
    width: 45px;
    height: 45px;
    color: #000;
    margin-left: 10px;
    border: 2px solid transparent;
    padding: 0;
    border-radius: 2px; }
    .site-header__search-close:hover {
      opacity: 0.5; }
    .site-header__search-close:focus {
      border-color: #000; }
    .site-header__search-close .icon {
      width: 34px;
      height: 34px; }

  .site-header__mobile-icon button {
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    border-radius: 2px; }
    .site-header__mobile-icon button:focus {
      border-color: #000; }

  .site-header__icon-hamburger {
    position: relative;
    left: -10px; }
    .site-header__icon-hamburger .icon {
      width: 26px;
      height: 26px; }

  .site-header__icon-search {
    position: relative;
    right: -10px; }
    .site-header__icon-search .icon {
      width: 22px;
      height: 22px; } }
.sticky-hamburger {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  height: 53px;
  width: 53px;
  border-radius: 50%;
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 1000;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.26, 1); }
  .sticky-hamburger .icon {
    width: 24px;
    height: 24px; }
  .sticky-hamburger.offscreen {
    top: -65px; }

.site-header__search {
  width: 100%;
  margin-left: 0; }
  @media only screen and (max-width: 749px) {
    .site-header__search {
      margin-left: 0; } }
  @media only screen and (min-width: 750px) {
    .site-header__search {
      margin-left: 90px; } }
  @media only screen and (min-width: 1024px) {
    .site-header__search {
      margin-left: 140px; } }

.site-header__search-form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: flex-end;
  height: 45px; }
  @media only screen and (min-width: 750px) {
    .site-header__search-form {
      justify-content: flex-start; } }

.site-header__search-input {
  box-shadow: none;
  border-radius: 2px;
  padding: 13px 16px;
  font-size: 18px;
  border: none;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  background: #f3f3f3; }
  @media only screen and (min-width: 750px) {
    .site-header__search-input {
      max-width: 400px; } }
  .site-header__search-input:focus {
    outline: none;
    border: 2px solid #000; }

.site-header__search-btn {
  border-radius: 2px;
  margin-left: 6px;
  width: 45px;
  position: absolute;
  left: 0;
  background: none;
  top: 12px; }
  .site-header__search-btn:hover, .site-header__search-btn:focus {
    background: transparent;
    box-shadow: none; }
  .site-header__search-btn svg {
    fill: #656565; }

.site-header__cart {
  position: relative;
  display: none;
  padding: 6px 10px 0 5px;
  margin: -6px -10px 0 0; }
  @media only screen and (min-width: 750px) {
    .site-header__cart {
      display: inline-block; } }
  .site-header__cart .icon {
    width: 30px;
    height: 30px; }
  .site-header__cart:hover .icon {
    opacity: 0.5; }
  .site-header__cart:focus {
    outline: 2px solid #000; }
  @media only screen and (min-width: 750px) {
    .site-header__cart {
      padding: 6px 12px 0 5px;
      margin: -6px -12px 0 5px; }
      .site-header__cart .icon {
        width: 45px;
        height: 45px; }
      .site-header__cart .site-header__cart-count {
        width: 26px;
        height: 26px;
        font-size: 17px;
        border-width: 2px;
        line-height: 23px; } }

.site-header__cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #df3033;
  color: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  border: 1.5px solid #fff; }

.site-header__bottom {
  border-bottom: 1px solid #eeeeee;
  height: 75px;
  position: relative; }
  @media only screen and (min-width: 750px) {
    .site-header__bottom {
      height: 60px; } }
  .site-header__bottom .page-width {
    height: 100%; }
    .site-header__bottom .page-width .site-header__mobile-icon.text-right {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .site-header__bottom .page-width .site-header__cart {
      display: block; }
      @media only screen and (min-width: 750px) {
        .site-header__bottom .page-width .site-header__cart {
          display: none; } }
  @media only screen and (max-width: 749px) {
    .site-header__bottom .page-width {
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .site-header__bottom .page-width > div {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

.site-nav__main-link {
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; }
  .site-nav__main-link .icon {
    color: #000; }
  @media only screen and (min-width: 750px) {
    .site-nav__main-link {
      padding: 5px;
      font-size: 17px;
      border: 2px solid transparent;
      border-radius: 2px; }
      .site-nav__main-link .main-link-text {
        display: inline-block; }
      .site-nav__main-link:hover, .site-nav__main-link:active, .site-nav__main-link:focus, .site-nav__main-link.nav-focus, .nav-hover .site-nav__main-link {
        color: #000000;
        outline: none; }
      .site-nav__main-link:focus {
        border-color: #c32b22; }
      .site-nav__main-link .icon {
        width: 10px;
        height: 10px;
        vertical-align: baseline;
        color: #df3033;
        margin-left: 2px; } }
  @media only screen and (min-width: 1024px) {
    .site-nav__main-link {
      font-size: 22px;
      text-transform: capitalize; }
      .site-nav__main-link .icon {
        margin-left: 8px; } }

@media only screen and (min-width: 750px) {
  #site-nav {
    height: 100%;
    padding-left: 73px;
    display: flex;
    justify-content: space-between; }

  .site-nav__list {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    width: auto;
    position: relative;
    padding-left: 15px; }
    .site-nav__list > li {
      margin-right: 8px;
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      width: 100%;
      width: auto;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      height: 60px; }
      .site-nav__list > li.site-nav__item--first {
        margin-left: -5px; }
      .site-nav__list > li:last-child {
        margin: 0; }

  .site-nav__item {
    position: relative; }
    .site-nav__item.site-nav__item--megamenu {
      position: static; } }
.site-nav__list > li {
  margin-right: 10px; }
.site-nav__list .site-nav__item {
  border-bottom: 4px solid transparent; }
  .site-nav__list .site-nav__item:hover {
    border-bottom: 4px solid black; }
  .site-nav__list .site-nav__item .site-nav__dropdown {
    top: 60px; }
  @media screen and (max-width: 749px) {
    .site-nav__list .site-nav__item {
      border-bottom: none; }
      .site-nav__list .site-nav__item:hover {
        border-bottom: none; } }

@media only screen and (min-width: 1024px) {
  #site-nav {
    padding-left: 108px;
    display: flex;
    justify-content: space-between; }

  .site-nav__list {
    padding-left: 30px; }
    .site-nav__list > li {
      margin-right: 20px; } }
@media screen and (max-width: 1200px) {
  .site-nav__list > li {
    margin-right: 8px; } }
@media screen and (max-width: 1200px) {
  .site-nav__list > li {
    text-transform: capitalize; } }
@media screen and (max-width: 920px) {
  .site-nav__list > li {
    margin-right: 0; } }
@media screen and (max-width: 875px) {
  .site-nav__list > li a {
    font-size: 15px; } }
#AccessibleNav2 .site-nav__main-link {
  text-transform: uppercase; }
@media screen and (max-width: 1023px) {
  #AccessibleNav2 .site-nav__main-link {
    font-size: 16px; } }
@media screen and (max-width: 875px) {
  #AccessibleNav2 .site-nav__main-link {
    font-size: 15px; } }

.site-header__icon .icon {
  fill: #000; }

.site-nav__logout {
  margin: 26px 0 0 26px;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 22px;
  display: block; }
  .site-nav__logout:hover, .site-nav__logout:active, .site-nav__logout:focus, .site-nav__logout.nav-focus, .nav-hover .site-nav__logout {
    color: #df3033;
    outline: none; }
    .site-nav__logout:hover .main-link-text, .site-nav__logout:active .main-link-text, .site-nav__logout:focus .main-link-text, .site-nav__logout.nav-focus .main-link-text, .nav-hover .site-nav__logout .main-link-text {
      text-decoration: underline; }
  .site-nav__logout:focus {
    border-color: #c32b22; }

/* ================ Dropdowns ================ */
.site-nav__dropdown-link {
  color: #000;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  .site-nav__dropdown-link:hover, .site-nav__dropdown-link:active {
    color: #000;
    text-decoration: underline; }
  .site-nav__dropdown-link:focus {
    outline: none;
    text-decoration: underline;
    color: #000; }

@media only screen and (min-width: 750px) {
  .site-nav__dropdown {
    position: absolute;
    padding: 10px 20px;
    left: -9999px;
    top: 100%;
    opacity: 0;
    margin: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15); }

  .no-touchevents .site-nav__item--has-dropdown:hover .site-nav__dropdown--simple,
  .site-nav__item--has-dropdown .site-nav__main-link:focus + .site-nav__dropdown--simple,
  .site-nav__item--has-dropdown.nav-hover .site-nav__dropdown--simple,
  .nav-focus + .site-nav__dropdown--simple {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    width: auto; }
  .no-touchevents .site-nav__item--has-dropdown:hover .site-nav__dropdown--megamenu,
  .site-nav__item--has-dropdown .site-nav__main-link:focus + .site-nav__dropdown--megamenu,
  .site-nav__item--has-dropdown.nav-hover .site-nav__dropdown--megamenu,
  .nav-focus + .site-nav__dropdown--megamenu {
    left: 0;
    opacity: 1; }
  .no-touchevents .site-nav__item--has-dropdown:hover .icon,
  .site-nav__item--has-dropdown .site-nav__main-link:focus + .icon,
  .site-nav__item--has-dropdown.nav-hover .icon,
  .nav-focus + .icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  .site-nav__dropdown-link {
    font-size: 17px;
    padding: 5px 0; } }
@media only screen and (min-width: 1024px) {
  .site-nav__dropdown-link,
  .megamenu__submenu-heading {
    font-size: 19px; } }
/* ================ Megamenu ================ */
@media only screen and (min-width: 750px) {
  .site-nav__dropdown--megamenu {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 750px;
    /*Previously set to 1200px for 3 columns + article link*/
    padding: 30px;
    justify-content: space-between;
    width: 650px; }

  .megamenu-links {
    padding-right: 30px;
    border-right: 1px solid #0480a8; }
    .megamenu-links .site-nav__dropdown-link {
      color: #c32b22;
      margin-bottom: 10px; }
      .megamenu-links .site-nav__dropdown-link:hover, .megamenu-links .site-nav__dropdown-link:active, .megamenu-links .site-nav__dropdown-link:focus {
        color: #c32b22; }

  .megamenu-submenus {
    padding: 0 18px;
    -webkit-flex: 1 1 55%;
    -moz-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    width: 55%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .megamenu-submenus__column {
    padding: 0 10px;
    width: 50%;
    /*was previously set to 33.333% with third column and article link*/ }

  .megamenu__submenu {
    margin: 0 0 15px; }

  .megamenu__submenu-heading {
    font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 3px;
    padding: 0 2px;
    font-size: 17px;
    display: block; }

  .megamenu__submenu-link {
    text-transform: uppercase;
    color: #555555;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding: 2px;
    margin: 2px 0;
    border: 2px solid transparent;
    border-radius: 2px; }
    .megamenu__submenu-link:hover {
      text-decoration: underline;
      color: #555555; }
    .megamenu__submenu-link:focus {
      outline: none;
      border-color: #000;
      color: #555555; }

  .megamenu-promo {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 30px; }
    .megamenu-promo p {
      color: #555555; }

  .megamenu-promo__image {
    background-color: #555;
    background-position: center center;
    width: 100%;
    max-width: 300px;
    height: 160px;
    margin: 0 30px 0 0;
    position: relative; }
    .megamenu-promo__image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      transition: background-color 0.5s ease-out; }
    .megamenu-promo__image:hover:before {
      background-color: #0480a8; }

  .megamenu-promo__image-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
@media only screen and (min-width: 1024px) {
  .megamenu-links,
  .megamenu-promo {
    /*@include flex(0 0 25%);
    width: 25%;			Commented out when removign third column + article */
    margin: 0;
    display: block; }

  .megamenu-submenus {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%; } }
@media screen and (max-width: 800px) {
  .site-nav__dropdown--megamenu {
    width: 600px; } }
/* ============================================================================
  #Mobile Nav
============================================================================== */
@media only screen and (max-width: 749px) {
  #site-nav {
    background: #fff;
    height: 100vh;
    z-index: 1000; }

  .site-nav__mobile-close {
    color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: -20px;
    left: 300px;
    width: 75px; }
    .site-nav__mobile-close .icon {
      width: 34px;
      height: 34px; }

  .site-nav__mobile-close-text {
    display: block;
    font-size: 20px;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .site-nav__mobile-header {
    height: 55px;
    border-bottom: 2px solid #eeeeee;
    padding: 10px 16px;
    display: none; }

  .site-nav__mobile-footer {
    height: 90px;
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 18px 26px; }
    .site-nav__mobile-footer a {
      display: inline-block;
      color: #fff;
      padding: 2px;
      border-bottom: 1px solid transparent;
      border-radius: 2px; }
      .site-nav__mobile-footer a:hover {
        border-color: #fff; }
      .site-nav__mobile-footer a:focus {
        outline: 2px solid #fff; }

  .site-nav__list {
    height: calc(100vh - 110px - 90px);
    overflow-y: auto;
    overflow-x: hidden; }

  .site-nav__list.alt {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden; }
    .site-nav__list.alt .site-nav__item {
      justify-content: flex-end; }
      .site-nav__list.alt .site-nav__item:first-child {
        border-top: 2px solid #eeeeee; }

  .site-nav__item {
    position: relative; }

  .site-nav__main-link {
    display: block;
    padding: 15px 15px 15px 26px;
    border-bottom: 2px solid #eeeeee;
    font-size: 22px;
    line-height: 1.2;
    height: 54px; }
    .site-nav__item--has-dropdown .site-nav__main-link {
      margin-right: 54px; }
    .site-nav__main-link .main-link-text {
      font-size: 18px; }
    .site-nav__main-link:hover, .site-nav__main-link:active, .site-nav__main-link:focus, .site-nav__main-link.nav-focus {
      outline: none; }
      .site-nav__main-link:hover .main-link-text, .site-nav__main-link:active .main-link-text, .site-nav__main-link:focus .main-link-text, .site-nav__main-link.nav-focus .main-link-text {
        color: #000000;
        text-decoration: underline; }

  .site-nav__dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    padding: 0 18px;
    height: 54px;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    width: auto;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .site-nav__dropdown-toggle .icon {
      width: 16px;
      height: 16px;
      color: #000; }
    .dropdown-expanded .site-nav__dropdown-toggle .icon {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

  .site-nav__dropdown {
    padding: 10px 26px;
    border-bottom: 2px solid #eeeeee;
    display: none; }
    .dropdown-expanded .site-nav__dropdown {
      display: block; }

  .site-nav__dropdown-link {
    display: block;
    font-size: 19px;
    padding: 10px 0; }

  .megamenu-submenus,
  .megamenu-promo {
    display: none; } }
/* ============================================================================
  #Mobile Nav Drawer
============================================================================== */
@media only screen and (max-width: 749px) {
  .js-drawer-open {
    overflow: hidden; }

  #nav-mask {
    cursor: pointer;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5); }

  .drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    max-width: 95%;
    z-index: 10000;
    color: #000000;
    background-color: #f6f6f6;
    transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1); }
    .drawer.drawer--closed {
      display: none; }
    .drawer.drawer--open {
      display: block; }

  .drawer--left {
    width: 300px;
    left: -300px; }
    .js-drawer-open-left .drawer--left {
      -ms-transform: translateX(300px);
      -webkit-transform: translateX(300px);
      transform: translateX(300px); }
      .lt-ie9 .js-drawer-open-left .drawer--left {
        left: 0; }

  .drawer--right {
    width: 300px;
    right: -300px; }
    .js-drawer-open-right .drawer--right {
      display: block;
      -ms-transform: translateX(-300px);
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px); }
      .lt-ie9 .js-drawer-open-right .drawer--right {
        right: 0; } }
#PageContainer {
  overflow: hidden; }

.icon-avatar {
  color: #0480a8; }

/* ============================================================================
  #Site Footer
============================================================================== */
.site-footer {
  background-color: #0f0f0f;
  background-repeat: repeat;
  background-position: center top;
  padding: 10px 0;
  color: #fff; }
  .site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 749px) {
    .site-footer .page-width {
      padding: 0 18px; } }
  @media only screen and (min-width: 750px) {
    .site-footer {
      padding: 40px 0 110px; }
      .site-footer .page-width {
        display: -webkit-flex;
        display: flex;
        display: -ms-flexbox;
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; } }

@media only screen and (max-width: 749px) {
  .site-footer__block--menu {
    padding: 5px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .site-footer__block--connect {
    max-width: 300px;
    margin: 30px auto; }

  .footer-menu {
    display: none; }
    .dropdown-expanded + .footer-menu {
      display: block; } }
@media only screen and (min-width: 750px) {
  .site-footer__block--menu {
    padding-right: 20px;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .site-footer__block--connect {
    width: 33.333%;
    -webkit-flex: 1 1 33.333%;
    -moz-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    padding-left: 20px; } }
@media only screen and (min-width: 1024px) {
  .site-footer__block--connect {
    width: 50%;
    padding-left: 60px; } }

.footer-menu__link {
  color: #57c5e7;
  font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 19px; }
  .footer-menu__link span {
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    border: 2px solid transparent;
    position: relative;
    left: -4px; }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    .footer-menu__link {
      font-size: 17px; } }
  @media only screen and (min-width: 1024px) {
    .footer-menu__link {
      font-size: 18px; } }
  .footer-menu__link:hover {
    color: #57c5e7; }
    .footer-menu__link:hover span {
      text-decoration: underline; }
  .footer-menu__link:focus {
    color: #57c5e7;
    outline: none; }
    .footer-menu__link:focus span {
      border-color: #57c5e7; }

.site-footer__block-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1;
  position: relative;
  padding: 20px 0; }
  @media only screen and (max-width: 749px) {
    .site-footer__block-title {
      cursor: pointer; }
      .site-footer__signup .site-footer__block-title {
        font-size: 28px;
        padding: 10px 0 30px; }
      .site-footer__block-title.dropdown-expanded .icon {
        transform: rotate(45deg); }
      .site-footer__block-title .footer-menu-toggle {
        position: absolute;
        right: 0;
        top: 20px;
        border: 2px solid transparent;
        padding: 2px; }
        .site-footer__block-title .footer-menu-toggle:focus {
          border-color: #fff; }
        .site-footer__block-title .footer-menu-toggle .icon {
          width: 26px;
          height: 26px;
          transition: transform 0.2s ease; } }

.site-footer__signup a {
  color: #57c5e7; }
  .site-footer__signup a:hover, .site-footer__signup a:focus {
    text-decoration: underline;
    outline: none; }
.site-footer__signup .errors,
.site-footer__signup .form-success {
  background: #fff; }

.site-footer__signup-form {
  margin-bottom: 18px; }

input.site-footer__signup-input {
  height: 45px;
  border: 0;
  border-radius: 2px;
  display: block;
  width: 100%;
  margin: 0 0 8px;
  border: 1px solid #fff; }
  input.site-footer__signup-input:focus {
    box-shadow: 0 0 0 1px #57c5e7;
    border-color: #57c5e7; }

.site-footer__signup-submit {
  height: 45px;
  width: 100%;
  border: 0;
  border-radius: 2px;
  display: block;
  background: #c32b22;
  font-size: 18px; }
  .site-footer__signup-submit:hover {
    background: #961515; }
  .site-footer__signup-submit:focus {
    outline: none;
    box-shadow: 0 0 0 2px black, 0 0 0 4px #c32b22; }

.site-footer__signup-fine-print p {
  font-size: 13px; }
  @media only screen and (min-width: 1024px) {
    .site-footer__signup-fine-print p {
      font-size: 15px; } }

@media only screen and (min-width: 1024px) {
  .site-footer__signup {
    max-width: 460px; }

  .site-footer__signup-form {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    max-width: 350px; }

  .site-footer__signup-submit {
    margin-left: 8px;
    width: auto;
    padding: 12px 20px; } }
.site-footer__social {
  margin-top: 20px; }

.site-footer__social-item {
  display: inline-block;
  padding: 0 10px; }
  .site-footer__social-item:first-child {
    padding-left: 0;
    margin-left: -10px; }
  .site-footer__social-item:last-child {
    padding-right: 0; }
  .site-footer__social-item .icon {
    width: 34px;
    height: 34px; }

.site-footer__social-link {
  color: #57c5e7;
  display: block;
  padding: 5px 3px;
  border-radius: 2px;
  border: 2px solid transparent; }
  .site-footer__social-link:hover {
    color: #fff; }
  .site-footer__social-link:focus {
    border-color: #57c5e7;
    color: #57c5e7;
    outline: none; }

@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .site-footer__social-item {
    padding: 0 5px; }
    .site-footer__social-item:first-child {
      margin-left: -5px; }
    .site-footer__social-item .icon {
      width: 26px;
      height: 26px; } }
.sub-footer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 70px;
  font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1024px) {
    .sub-footer {
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .sub-footer > div {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

@media only screen and (max-width: 1023px) {
  .sub-footer__logos {
    margin-bottom: 20px; } }

.sub-footer__text {
  color: #6c6c6c;
  display: inline-block;
  font-size: 16px; }
  @media only screen and (max-width: 749px) {
    .sub-footer__text {
      max-width: 200px;
      font-size: 18px; } }
  .sub-footer__text a {
    color: #6c6c6c;
    display: inline-block;
    margin: 2px 10px;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 2px; }
    .sub-footer__text a:hover {
      text-decoration: underline; }
    .sub-footer__text a:focus {
      border-color: #6c6c6c; }

.sub-footer__copyright {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) {
    .sub-footer__copyright {
      margin-right: 20px; } }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #c32b22 url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/ico-top-arrow.svg?v=12892627683063445725) no-repeat center 50%;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touchevents .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5; }
  .no-touchevents .cd-top:hover {
    background-color: #c32b22;
    opacity: 1; }

.featured-carousel__slide {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  touch-action: manipulation; }

.featured-carousel__play-pause {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  vertical-align: top; }
  .featured-carousel__play-pause svg {
    width: 17px;
    height: 17px;
    color: #fff; }
  .featured-carousel__play-pause:focus {
    outline: 2px solid #999; }

@media only screen and (max-width: 749px) {
  .featured-carousel__slide-bg {
    height: 100%;
    width: 100%; } }
@media only screen and (max-width: 749px) {
  .slide__container {
    margin-top: -70px; } }
@media only screen and (min-width: 750px) {
  .slide__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; } }
@media only screen and (min-width: 1024px) {
  .slide__container {
    width: 65%; } }

.slide__container h2 {
  font-size: 2em;
  margin: 0; }
  @media only screen and (min-width: 750px) {
    .slide__container h2 {
      font-size: 3em; } }
  @media only screen and (min-width: 750px) {
    .slide__container h2 {
      font-size: 4em; } }

@media only screen and (min-width: 750px) {
  .slide__container p {
    font-size: 1.2em; } }
@media only screen and (min-width: 1024px) {
  .slide__container p {
    font-size: 1.4em;
    line-height: 1.2; } }

.slide__readmore {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em; }
  @media only screen and (min-width: 1024px) {
    .slide__readmore {
      font-size: 1.5em; } }

.slide__container.is-dark.text--bg {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px; }
.slide__container.is-dark h2, .slide__container.is-dark p {
  text-shadow: none;
  color: black; }
@media only screen and (max-width: 749px) {
  .slide__container.is-dark.text--bg {
    background-color: #fff; } }

.slide__container.is-light.text--bg {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px; }
.slide__container.is-light .slide__readmore {
  color: #57c5e7; }
  .slide__container.is-light .slide__readmore:hover {
    color: #0480a8; }
.slide__container.is-light h2, .slide__container.is-light p {
  color: white; }
@media only screen and (max-width: 749px) {
  .slide__container.is-light.text--bg {
    background-color: #0480a8; }
    .slide__container.is-light.text--bg .slide__readmore {
      color: #fff; }
      .slide__container.is-light.text--bg .slide__readmore:hover {
        color: rgba(255, 255, 255, 0.7); } }

.owl-carousel {
  touch-action: manipulation; }

.owl-carousel {
  display: block; }

.featured-carousel .non-first-slide {
  position: absolute;
  opacity: 0; }
.featured-carousel.owl-loaded .non-first-slide {
  opacity: 1;
  position: relative; }
@media only screen and (max-width: 749px) {
  .featured-carousel {
    margin-bottom: 15px;
    padding-bottom: 45px; } }
.featured-carousel .featured-carousel__slide-bg {
  height: 260px;
  background-color: #555555;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 750px) {
    .featured-carousel .featured-carousel__slide-bg {
      height: 400px; } }
  @media only screen and (min-width: 1024px) {
    .featured-carousel .featured-carousel__slide-bg {
      height: 540px; } }
@media only screen and (max-width: 749px) {
  .featured-carousel .featured-carousel__play-pause svg {
    color: #555555; }
  .featured-carousel.owl-theme .owl-dots .owl-dot span {
    background: #cdcdce; }
  .featured-carousel.owl-theme .owl-dots .owl-dot.active span, .featured-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #0480a8; } }

.owl-theme .owl-nav.disabled + .owl-dots,
.owl-theme .owl-nav.disabled + .owl-dots-container {
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 749px) {
    .owl-theme .owl-nav.disabled + .owl-dots,
    .owl-theme .owl-nav.disabled + .owl-dots-container {
      bottom: 0; } }

.owl-dots-container .owl-dots {
  display: inline-block; }

.owl-theme .owl-dots .owl-dot {
  width: 40px;
  height: 40px;
  margin: 0 5px; }
  .owl-theme .owl-dots .owl-dot span {
    background: white;
    width: 15px;
    height: 15px;
    margin: 0 auto; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0480a8; }

.owl-theme .owl-dots .owl-dot:focus {
  outline: 2px solid #999; }

body .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 100%; }
  body .owl-carousel .owl-nav .owl-prev,
  body .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 15px;
    width: 22px;
    height: 35px;
    background: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/carousel-arrow.svg?v=9747389994916021708) no-repeat center center;
    background-size: 18px 31px;
    box-sizing: content-box;
    border-radius: 2px;
    border: 2px solid transparent; }
    body .owl-carousel .owl-nav .owl-prev.disabled,
    body .owl-carousel .owl-nav .owl-next.disabled {
      opacity: 0.5;
      cursor: default; }
    body .owl-carousel .owl-nav .owl-prev:focus,
    body .owl-carousel .owl-nav .owl-next:focus {
      border-color: #d1d1d1;
      outline: none; }

.owl-carousel .owl-nav .owl-prev {
  left: -10px; }

.owl-carousel .owl-nav .owl-next {
  right: -10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

body .featured-carousel-products.owl-carousel .owl-nav {
  top: 30%; }
  body .featured-carousel-products.owl-carousel .owl-nav .owl-prev {
    left: -50px; }
  body .featured-carousel-products.owl-carousel .owl-nav .owl-next {
    right: -50px; }
  @media only screen and (min-width: 750px) {
    body .featured-carousel-products.owl-carousel .owl-nav {
      top: calc(50% - 1rem); } }
  body .featured-carousel-products.owl-carousel .owl-nav .owl-prev,
  body .featured-carousel-products.owl-carousel .owl-nav .owl-next {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
    body .featured-carousel-products.owl-carousel .owl-nav .owl-prev:focus,
    body .featured-carousel-products.owl-carousel .owl-nav .owl-next:focus {
      border-color: #999; }
  body .featured-carousel-products.owl-carousel .owl-nav .owl-prev,
  body .featured-carousel-products.owl-carousel .owl-nav .owl-next {
    background-position: 9px center; }

body .owl-carousel .owl-item .owl-lazy {
  opacity: 1; }

.home-blocks .home-blocks__block {
  text-align: center;
  padding: 30px;
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox; }
  @media only screen and (min-width: 750px) {
    .home-blocks .home-blocks__block {
      min-height: 300px;
      margin-top: 30px; } }
  @media only screen and (min-width: 1024px) {
    .home-blocks .home-blocks__block {
      min-height: 400px; } }
  .home-blocks .home-blocks__block .block__content {
    width: 100%; }

.block__content {
  display: block;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .block__content {
      line-height: 1.4; } }

.home-blocks__block > .block__content {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.home-blocks .block__products {
  padding: 30px 0; }
  .home-blocks .block__products .block__content-products {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%; }
    .home-blocks .block__products .block__content-products .product__item {
      padding: 0 15px; }

.block__title {
  font-size: 2em;
  line-height: 1;
  margin: 0;
  color: #555555; }
  @media only screen and (min-width: 1024px) {
    .block__title {
      font-size: 3em;
      line-height: 1.2; } }

.blog--block .block__title {
  line-height: 1; }

.block__border-solid .block__title {
  color: white; }

.block__copy {
  line-height: 1.3em; }
  @media only screen and (min-width: 1024px) {
    .block__copy {
      font-size: 1.25em; } }

.block__copy--heavy {
  font-weight: bold; }
  @media only screen and (min-width: 750px) {
    .block__copy--heavy {
      font-size: 1.2em; } }

.block--shadow .block__title {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

.block--shadow .block__copy {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

.block--image {
  background-color: #333; }
  @media only screen and (max-width: 749px) {
    .block--image {
      margin-top: 15px; } }

.block--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block__border {
  border: 2px solid white;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  color: white; }

.block__border-solid {
  border: 2px solid white;
  border-radius: 12px;
  position: relative;
  padding: 15px 30px;
  color: white;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.block-borderless {
  border-color: transparent; }

.block__button {
  text-align: center;
  color: white;
  text-transform: uppercase;
  border: 3px solid white;
  padding: 0.8em 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 26px;
  min-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 160ms ease-in-out; }
  @media only screen and (min-width: 1024px) {
    .block__button {
      font-size: 1.6em;
      border-radius: 2em;
      padding: 1em 3em;
      min-width: 360px; } }

.block__button:focus,
.block__button:hover {
  color: #555555;
  background: white; }

.block__text-link {
  text-decoration: underline;
  color: #555555;
  font-weight: bold; }
  @media only screen and (min-width: 1024px) {
    .block__text-link {
      font-size: 1.25em; } }
  .block-banner .block__text-link {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

.block__text-link:hover {
  text-decoration: none; }

.block__border-solid .block__text-link {
  color: white; }

.featured__block {
  margin: 2em 0; }

.featured-carousel-products--content {
  padding: 0 60px; }

#awarp-shopping-cart-related .featured-carousel-products--container,
#awarp-product-related .featured-carousel-products--container {
  margin-bottom: 0;
  padding: 15px 0 25px;
  color: white; }
  #awarp-shopping-cart-related .featured-carousel-products--container .script__title,
  #awarp-product-related .featured-carousel-products--container .script__title {
    color: white; }
  #awarp-shopping-cart-related .featured-carousel-products--container.product--block,
  #awarp-product-related .featured-carousel-products--container.product--block {
    display: block; }
  #awarp-shopping-cart-related .featured-carousel-products--container .product__item--price,
  #awarp-product-related .featured-carousel-products--container .product__item--price {
    color: #555555; }
  @media only screen and (min-width: 750px) {
    #awarp-shopping-cart-related .featured-carousel-products--container,
    #awarp-product-related .featured-carousel-products--container {
      position: relative;
      background-color: #3c4724;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; } }
  #awarp-shopping-cart-related .featured-carousel-products--container .product__item,
  #awarp-product-related .featured-carousel-products--container .product__item {
    background: white;
    border-radius: 4px; }

.home-blocks .home-blocks__block .block__content {
  max-width: 800px; }
.home-blocks .home-cta-row {
  margin-left: 0; }
.home-blocks .home-cta-row .home-blocks__block {
  margin-top: 0;
  min-height: 200px; }

@media only screen and (min-width: 750px) {
  .featured-carousel-products--container .script__title {
    color: white;
    border-radius: 4px; } }

.featured-carousel-products.owl-carousel .owl-stage {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox; }
.featured-carousel-products.owl-carousel .owl-item {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .featured-carousel-products.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto; }
  .featured-carousel-products.owl-carousel .owl-item .product__item {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    height: 100%; }
    @media only screen and (min-width: 750px) {
      .featured-carousel-products.owl-carousel .owl-item .product__item {
        background: white;
        padding: 15px 7.5px 20px;
        border-radius: 6px; } }

.home-blocks .block-collection {
  margin: 0;
  background-position: center;
  background-size: cover;
  background-color: #333; }

@media only screen and (min-width: 1024px) {
  .home-blocks .block-banner .block__content {
    margin: 0 auto;
    max-width: 70%;
    display: block; } }

.product-container {
  margin-bottom: 3em; }

.product-grid.grid--grid-view > .grid__item {
  border-radius: 20px;
  border: 3px solid transparent;
  margin-bottom: 60px; }
  .product-grid.grid--grid-view > .grid__item:hover {
    border-color: #0480a8; }
  .product-grid.grid--grid-view > .grid__item.collection-no-results {
    border-radius: 0;
    border: none; }

.grid--grid-view .product--block {
  height: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1400px) {
    .grid--grid-view .product--block {
      padding: 15px; } }
  .grid--grid-view .product--block .product--title {
    font-size: 1.1em; }
  .grid--grid-view .product--block .product--details,
  .grid--grid-view .product--block .product--roast {
    display: none; }
  .grid--grid-view .product--block .swym-button.swym-add-to-wishlist-view-product.swym-heart {
    position: absolute;
    top: 1rem;
    right: 1rem; }

.grid--list-view > .grid__item {
  width: 100% !important; }

.grid--grid-view .variant--sku {
  display: none; }

.grid--list-view .product--block {
  border-bottom: 2px solid #0480a8;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 479.99px) {
    .grid--list-view .product--block {
      text-align: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 1024px) {
    .grid--list-view .product--block {
      margin-bottom: 60px; } }
  .grid--list-view .product--block .product--image {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .grid--list-view .product--block .product--image {
        width: 25%;
        max-width: 200px; } }
  .grid--list-view .product--block .product--content .variant--sku {
    display: block;
    margin-bottom: 12px; }
  @media screen and (min-width: 480px) {
    .grid--list-view .product--block .product--content {
      width: 75%;
      padding-left: 30px; }
      .grid--list-view .product--block .product--content .product--reviews .yotpo .pull-left {
        text-align: left; } }
  @media only screen and (min-width: 1024px) {
    .grid--list-view .product--block .product--content {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .grid--list-view .product--block .product--details {
    color: #555555; }
  .grid--list-view .product--block .product--roast {
    color: #555555; }
    @media screen and (max-width: 479.99px) {
      .grid--list-view .product--block .product--roast {
        margin: 0 auto; } }
    @media screen and (min-width: 480px) {
      .grid--list-view .product--block .product--roast {
        margin-left: 25%;
        padding-left: 30px; } }
    @media only screen and (min-width: 1024px) {
      .grid--list-view .product--block .product--roast {
        margin-left: 30px; } }
    .grid--list-view .product--block .product--roast .roast-meter {
      margin: 15px 0 0; }
  .grid--list-view .product--block .product--title {
    font-size: 1.3em; }
    @media only screen and (min-width: 1024px) {
      .grid--list-view .product--block .product--title {
        font-size: 1.65em; } }
  .grid--list-view .product--block .product--details {
    margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .grid--list-view .product--block .product__item--button {
      max-width: 185px; } }
  .grid--list-view .product--block .swym-button.swym-add-to-wishlist-view-product {
    margin: 1rem auto !important; }
    @media screen and (min-width: 480px) {
      .grid--list-view .product--block .swym-button.swym-add-to-wishlist-view-product {
        margin-left: 50px !important;
        position: absolute;
        bottom: 10%;
        width: 200px !important; } }
    @media screen and (min-width: 1024px) {
      .grid--list-view .product--block .swym-button.swym-add-to-wishlist-view-product {
        margin-left: 70px !important;
        bottom: 0; } }

.grid--list-view .product--block .product--content .product__unit.product__unit--amount {
  display: inline-block;
  padding: 2px 10px; }

.product--block {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  width: 100%; }
  .product--block .product--title {
    color: #555555;
    display: block; }
  @media only screen and (min-width: 1024px) {
    .product--block .product__item--button {
      padding: 0.4em 0.8em; } }
  .product--block .product--content .product__unit.product__unit--amount {
    /*2021.01.19 change*/
    background-color: #E6E6E7;
    color: #555555;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px; }
  .product--block .product--reviews .yotpo .pull-left {
    text-align: center;
    margin: 5px 0 10px;
    float: none; }
  .product--block .swym-button.swym-add-to-wishlist-view-product.swym-heart {
    border: 1px dotted transparent;
    padding: 5px;
    border-radius: 30px; }
    .product--block .swym-button.swym-add-to-wishlist-view-product.swym-heart:focus {
      border-color: #aaa; }
  .product--block .yotpo .text-m:focus {
    outline: 1px dotted #aaa; }
  .product--block button.button--primary {
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    margin: 0 3px 10px; }
  .product--block .unit-price {
    font-family: "Noyh Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin: 0 5px;
    color: #0480a8; }
  .product--block .quick-add-wrapper .quick-add-qty {
    display: inline-block;
    margin: 0 3px 10px; }
  .product--block .quick-add-wrapper label {
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    color: #555555; }
  .product--block .quick-add-wrapper input {
    width: 40px;
    height: 28px;
    padding: 2px;
    font-size: 16px;
    text-align: center;
    margin: 0; }

.breadcrumb {
  margin: 20px 0 15px; }
  .breadcrumb.breadcrumb--pdp {
    margin-top: 10px; }
  @media only screen and (max-width: 1023px) {
    .breadcrumb {
      margin: 20 0 12px;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .breadcrumb .breadcrumb__separator {
    margin: 0 2px; }
    @media only screen and (min-width: 1024px) {
      .breadcrumb .breadcrumb__separator {
        margin: 0 3px; } }

.product--image {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .product--image img {
    display: block;
    margin: 0 auto; }
  .product--image .product__unit {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/blue-circle.png?v=10021440246588626851) center top no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 8px; }
    @media only screen and (max-width: 499px) {
      .product--image .product__unit {
        width: 50px;
        height: 50px;
        padding: 0 5px;
        font-size: 12px; } }
    @media only screen and (min-width: 750px) and (max-width: 1023px) {
      .product--image .product__unit {
        width: 50px;
        height: 50px;
        font-size: 12px; } }
  .product--image .product--image--faded {
    opacity: 0.2 !important; }
  .product--image .product--unavailable {
    /*2021.01.19 changes*/
    white-space: nowrap;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #555555;
    font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-variant: small-caps;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
    .product--image .product--unavailable.soldout {
      /* color: $color-bright; */ }
      .grid--grid-view .product--image .product--unavailable.soldout {
        font-size: 8vw; }
        @media only screen and (min-width: 750px) and (max-width: 1023px) {
          .grid--grid-view .product--image .product--unavailable.soldout {
            font-size: 6vw; } }
        @media only screen and (min-width: 1024px) {
          .grid--grid-view .product--image .product--unavailable.soldout {
            font-size: 63px; } }
      .grid--list-view .product--image .product--unavailable.soldout {
        font-size: 10vw; }
        @media screen and (min-width: 480px) and (max-width: 749.99px) {
          .grid--list-view .product--image .product--unavailable.soldout {
            font-size: 6vw; } }
        @media only screen and (min-width: 750px) {
          .grid--list-view .product--image .product--unavailable.soldout {
            font-size: 3.5vw; } }
        @media only screen and (min-width: 1024px) {
          .grid--list-view .product--image .product--unavailable.soldout {
            font-size: 36px; } }
      .product--image .product--unavailable.soldout.comingsoon {
        color: #0480a8; }
    .product--image .product--unavailable.discontinued {
      /* color: #9a9a9a; */ }
      .grid--grid-view .product--image .product--unavailable.discontinued {
        font-size: 8vw; }
        @media only screen and (min-width: 750px) and (max-width: 1023px) {
          .grid--grid-view .product--image .product--unavailable.discontinued {
            font-size: 6vw; } }
        @media only screen and (min-width: 1024px) {
          .grid--grid-view .product--image .product--unavailable.discontinued {
            font-size: 55px; } }
      .grid--list-view .product--image .product--unavailable.discontinued {
        font-size: 10vw; }
        @media screen and (min-width: 480px) and (max-width: 749.99px) {
          .grid--list-view .product--image .product--unavailable.discontinued {
            font-size: 5vw; } }
        @media only screen and (min-width: 750px) {
          .grid--list-view .product--image .product--unavailable.discontinued {
            font-size: 3vw; } }
        @media only screen and (min-width: 1024px) {
          .grid--list-view .product--image .product--unavailable.discontinued {
            font-size: 32px; } }

.product--coming-soon {
  font-family: "Dancing Script", cursive;
  color: #0480a8;
  font-size: 1.5em;
  padding: 5px 0; }

.collection--bar {
  color: #555555;
  margin-bottom: 2em; }
  @media only screen and (min-width: 1024px) {
    .collection--bar {
      line-height: 20px; }
      .collection--bar span {
        font-size: 1.1em; } }

.collection--title {
  /*2021.01.19 changes*/
  font-size: 2.6em;
  text-transform: capitalize;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0.2em;
  color: #555555;
  margin-top: 0; }

.item--count {
  display: block;
  font-size: 90%; }

.collection--controls {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 480px) {
    .collection--controls {
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 750px) {
    .collection--controls {
      margin-top: 0;
      margin-bottom: 0;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; } }
  .collection--controls select {
    width: 100%; }
    @media only screen and (min-width: 750px) {
      .collection--controls select {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #d1d1d1;
        border-radius: 0;
        background-position: 100% 50%; } }
    .collection--controls select:focus {
      border-color: #555; }

@media only screen and (max-width: 749px) {
  .collection-view label, .collection-view .label {
    display: block;
    margin-bottom: 8px; } }
.collection-view .icon {
  fill: #d4d4d4;
  vertical-align: top; }
.collection-view .change-view--active .icon {
  fill: #0480a8; }

.collection--controls label, .collection--controls .label {
  padding-right: 0.4em; }

.collection--control {
  margin-bottom: 5px; }
  .collection--control:first-child {
    padding-left: 0; }
  .collection--control:last-child {
    padding-right: 0; }
  @media screen and (min-width: 480px) and (max-width: 749.99px) {
    .collection--control {
      padding: 0 7.5px; } }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    .collection--control {
      padding: 0 10px; } }
  @media only screen and (min-width: 1024px) {
    .collection--control {
      padding: 0 15px; } }
  @media screen and (min-width: 480px) and (max-width: 749.99px) {
    .search--container .collection--control {
      width: 100%; } }
  .collection--control .pagination {
    margin: 0; }
  .collection--control button.change-view {
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 2px; }
    .collection--control button.change-view:focus {
      border-color: #aaa; }

@media only screen and (max-width: 749px) {
  .collection--filters {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: white;
    border-radius: 2px;
    max-width: 100%;
    line-height: 26px;
    padding: 0 15px;
    display: inline-block;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/ico-select.svg?v=18339995976248330191);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 12px;
    background-position: right 10px top 20px;
    padding-right: 20px;
    text-indent: 0.01px;
    text-overflow: '';
    /* Hide the svg arrow in IE9 */ }
    .ie9 .collection--filters {
      padding-right: 10px;
      background-image: none; } }

.collection-footer .pagination {
  padding-right: 30px; }
  .collection-footer .pagination .item--count {
    display: none; }

.pagination {
  margin: 1em 0; }
  .pagination .icon {
    vertical-align: top; }

.pagination-context {
  margin: 0 0.3em;
  display: inline-block; }

.pagination-base {
  margin: 2em 0 1em; }

.pagination-item {
  display: inline-block; }

.pagination-next {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.pagination-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

.sidebar {
  margin-top: 1em; }

.sidebar--title {
  color: #555555;
  margin-top: 0; }

.collection--block {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .collection--block .content-vertical {
    width: 100%; }
  .collection--block .h2 {
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

#bc-sf-filter-scroll-to-top {
  display: none !important; }

.product__item {
  margin: 15px 0; }
  @media only screen and (min-width: 1024px) {
    .product__item {
      padding: 15px 35px 20px; } }

.product__item--price {
  color: #555555;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 0.2em 0 0.5em; }

.product__item--button {
  display: inline-block;
  font-size: 1.2em; }
  @media only screen and (min-width: 1024px) {
    .product__item--button {
      padding: 0.6em 1.8em; } }

.product__item--button svg {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0; }

.product-gallery {
  position: relative; }
  @media only screen and (min-width: 750px) {
    #product-page .product-gallery {
      padding-left: 30px; } }
  .product-gallery .product-gallery__thumbs .thumbs-carousel {
    height: 80px;
    padding: 0 26px;
    margin: 0 auto; }
    @media only screen and (max-width: 1099px) {
      .product-gallery .product-gallery__thumbs .thumbs-carousel {
        max-width: 292px; } }
  .product-gallery .product-gallery__thumbs .owl-item.current .product-thumb {
    border-color: #000; }
  .product-gallery .product-gallery__thumbs .product-thumb {
    width: 76px;
    height: 76px;
    border: 2px solid transparent;
    padding: 2px;
    margin: 0 auto;
    cursor: pointer; }
    .product-gallery .product-gallery__thumbs .product-thumb.current {
      border-color: #000; }
    .product-gallery .product-gallery__thumbs .product-thumb img {
      display: block; }
  .product-gallery .product-gallery__thumbs .owl-nav.disabled {
    display: none; }
  @media only screen and (min-width: 1100px) {
    .product-gallery.has-thumbs .product-gallery__main {
      padding-left: 110px; }
    .product-gallery .product-gallery__thumbs {
      position: absolute;
      left: 30px;
      top: 30px;
      width: 80px;
      padding-top: 80px;
      height: 100%; }
      .product-gallery .product-gallery__thumbs .thumbs-carousel {
        transform: rotate(90deg);
        transform-origin: 80px 0;
        width: 372px; }
      .product-gallery .product-gallery__thumbs .owl-item {
        min-height: 1px;
        float: left;
        width: 80px;
        height: 80px;
        padding: 0 5px; }
      .product-gallery .product-gallery__thumbs .product-thumb {
        transform: rotate(-90deg); }
      .product-gallery .product-gallery__thumbs .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: calc(50% - 17.5px); } }
  .product-gallery .episode .description {
    display: none; }

/* .product-page-carousel.owl-nav-go {
  .owl-nav {
    .owl-prev {
      left: 10px;
    }

    .owl-next {
      right: 10px;
    }
  }

  @include media-query($medium-down) {
    .owl-stage-outer {
      margin-bottom: 60px;
    }

    .owl-nav {
      top: 100%;

      .owl-prev {
        left: 50%;
        margin-left: -50px;
      }

      .owl-next {
        right: 50%;
        margin-right: -50px;
      }
    }
  }
} */
.product--images {
  max-width: 600px;
  margin: 0 auto;
  position: relative; }
  .product--images:hover .icon-youtube {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }
  .product--images .icon-youtube {
    position: absolute;
    left: 50%;
    top: 50%;
    fill: #c32b22;
    width: 50px;
    height: 50px;
    stroke: rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.product-gallery__thumbs .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #fff;
  width: 30px;
  height: 30px;
  stroke: rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.product-gallery__thumbs .icon-youtube {
  fill: #c32b22; }

.product--image.has-video, .product-thumb.has-video {
  cursor: pointer; }
  .product--image.has-video .loading-video, .product-thumb.has-video .loading-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.product--image .zoomImg {
  background: #fff;
  cursor: zoom-in; }
  .product--image .zoomImg[style*="opacity: 1"] {
    cursor: zoom-out; }

.product--core .yotpo.bottomLine .pull-left,
.product--core .yotpo.bottomline .pull-left {
  float: none; }

.product--core .yotpo a.text-m {
  display: inline-block;
  margin-left: 0.3em; }

.add--cart {
  margin: 0.5em 0; }

.product--core .selector-wrapper.grid__item {
  flex: 1 1 auto;
  width: auto; }
  .product--core .selector-wrapper.grid__item.quantity-wrapper {
    width: 73px;
    flex: 0 0 73px; }
    @media only screen and (min-width: 1024px) {
      .product--core .selector-wrapper.grid__item.quantity-wrapper {
        margin-right: 15px; } }
  @media only screen and (min-width: 1024px) {
    .product--core .selector-wrapper.grid__item {
      padding: 0 0 0 15px; } }

.wishlist--link {
  margin-top: 1.9em;
  display: inline-block;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
  padding-bottom: 0.05em;
  border-bottom: 1px solid #0480a8; }

@media only screen and (min-width: 750px) {
  .product--frame {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-size: cover;
    overflow: auto; } }

@media only screen and (min-width: 750px) {
  .product--frame__cover {
    border-radius: 6px;
    margin: 30px;
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto; } }
@media screen and (min-width: 1860px) {
  .product--frame__cover {
    margin: 30px auto; } }

.product--title {
  margin-bottom: 0.1em; }
  @media only screen and (min-width: 750px) {
    .product--title {
      margin-top: 0; } }

.product--badge {
  /*2021.01.19 changes*/
  font-size: 65%;
  padding: 5px 5px 4px;
  display: inline-block;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 10px;
  background: rgba(85, 85, 85, 0.9);
  border: none;
  color: white;
  border-radius: 0; }
  .product--badge.product--badge--new {
    background: #c32b22; }
  @media only screen and (min-width: 750px) {
    .product--badge {
      margin-top: 0.2em;
      font-size: 75%; } }
  .product--block .product--badge {
    position: absolute;
    top: 0;
    left: 0; }

.product--top {
  margin-bottom: 1em; }

.product-page-top {
  max-width: 1400px;
  margin: 0 auto; }

.product-page-top h1.product--title {
  /*2021.01.19 changes*/
  text-transform: capitalize; }

.product--frame-ee {
  /* .product--details p {      Commented out 2021.01.19
  	font-weight: 600;
  } */ }
  .product--frame-ee .product--details p, .product--frame-ee #product-details .grid__item .rte {
    /*2021.01.19 changes*/
    font-size: 1.1rem;
    line-height: 1.4rem; }
  .product--frame-ee #product-details {
    background: white; }
    @media only screen and (min-width: 750px) {
      .product--frame-ee #product-details {
        margin-left: 30px;
        margin-right: 30px; } }
    .product--frame-ee #product-details > .grid > .grid__item, .product--frame-ee #product-details > .grid--full > .grid__item, .product--frame-ee #product-details > .grid--full-flush > .grid__item {
      margin-bottom: 30px; }
    .product--frame-ee #product-details .grid__item .rte {
      max-width: 350px;
      margin: 0 auto;
      display: inline-block; }
  .product--frame-ee .product--frame__cover {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0; }
    @media only screen and (min-width: 750px) {
      .product--frame-ee .product--frame__cover {
        padding: 60px 0 0; } }
    .product--frame-ee .product--frame__cover > .grid:first-child, .product--frame-ee .product--frame__cover > .grid--full:first-child, .product--frame-ee .product--frame__cover > .grid--full-flush:first-child {
      padding-bottom: 2rem;
      border-bottom: 1px solid #cdcdcd; }
  .product--frame-ee .product--top {
    padding-right: 4rem; }
  .product--frame-ee .variant--sku {
    margin: 1rem 0 0; }

@media only screen and (max-width: 749px) {
  #shopify-section-product-reviews .page-width {
    padding: 0 15px; } }
@media only screen and (max-width: 399px) {
  #shopify-section-product-reviews .page-width .write-question-review-buttons-container .write-question-review-button {
    padding-left: 5px !important;
    padding-right: 5px !important; }
    #shopify-section-product-reviews .page-width .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
      font-size: 14px; } }

#awarp-product-related {
  background-color: transparent !important; }
  #awarp-product-related .featured-carousel-products--container {
    padding: 0 0 1rem;
    margin-top: 0;
    overflow: auto; }
    @media only screen and (min-width: 750px) {
      #awarp-product-related .featured-carousel-products--container h2 {
        color: white; } }
    #awarp-product-related .featured-carousel-products--container .product--content {
      margin-top: .5rem; }

#shopify-section-recently-viewed-products .featured-carousel-products--container {
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem; }
  #shopify-section-recently-viewed-products .featured-carousel-products--container .script__title {
    color: #c32b22; }

.product--title {
  margin-bottom: 0.1em; }
  @media only screen and (min-width: 750px) {
    .product--title {
      margin-top: 0; } }

.variant--sku {
  display: inline-block;
  font-size: 85%;
  color: #555555;
  margin: 0.4em 0 0; }

.product--asterix {
  /*font-size: 85%;  Commenting to make Chocolate Shipping text larger on PDPs.*/
  color: #6e6e6e; }

.product-add-form select {
  width: 100%;
  max-width: 237px; }

.product-info-wrapper {
  max-width: 600px;
  width: 100%;
  padding-right: 15px; }

.bulk-price-msg-container {
  display: none; }

.product--core .product--unavailable.discontinued {
  font-family: "Dancing Script", cursive;
  color: #9a9a9a;
  font-size: 2em; }

.product--core .product--unavailable.coming-soon {
  font-family: "Dancing Script", cursive;
  color: #0480a8;
  font-size: 2em; }

.tall--label {
  display: block;
  text-transform: uppercase;
  color: #6e6e6e;
  margin-bottom: 0.1em;
  font-size: 90%; }

.product--price {
  font-size: 2.6em;
  color: black;
  margin: 0.3em auto;
  display: inline-block; }

.price__sale {
  color: #df3033;
  margin-left: 0.3em; }

.price__strikeout {
  text-decoration: line-through; }

.soldout-label {
  color: black;
  font-size: 1.65em;
  display: inline-block;
  margin-left: 10px;
  font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product--description h2 {
  font-family: "Dancing Script", cursive;
  color: #c32b22;
  text-transform: capitalize;
  font-size: 2em; }

.product--description h3 {
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #c32b22; }

.product--description p {
  color: #555555; }

.product__link {
  display: block; }

.mini--title {
  margin: 1em 0 0.4em;
  text-transform: uppercase; }

.social-sharing a {
  margin-right: 0.5em;
  color: #df3033;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #df3033;
  border-radius: 50%;
  text-align: center;
  line-height: 24px; }
  .social-sharing a:hover, .social-sharing a:focus {
    color: #555555;
    border-color: #555555;
    outline: none; }

.product-page-section,
.product-page-section.page-width--narrow {
  padding-top: 60px;
  padding-bottom: 60px; }
  .product-page-section h2,
  .product-page-section h3,
  .product-page-section.page-width--narrow h2,
  .product-page-section.page-width--narrow h3 {
    margin-top: 0; }

.product-details__title {
  font-family: "Dancing Script", cursive;
  color: #df3033;
  text-transform: none;
  font-size: 2.5em; }

#product-story {
  background: #fff; }
  #product-story figure {
    margin: 30px 0 0; }
  #product-story figcaption {
    margin-top: 15px; }
  #product-story p:last-child {
    margin-bottom: 0; }

#product-story.mid-tier {
  padding-bottom: 0; }

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
  padding-right: 15px; }
  .product-actions .button--email {
    font-size: 1rem;
    padding: .75rem .5rem !important;
    margin: 0; }
    @media only screen and (min-width: 750px) and (max-width: 1023px) {
      .product-actions .button--email {
        font-size: .75rem; } }
  .product-actions .add--cart {
    flex: 0 0 auto;
    font-size: 1.25rem;
    padding: .5rem 30px .5rem 0; }
    @media only screen and (min-width: 750px) and (max-width: 1023px) {
      .product-actions .add--cart {
        padding: .5rem 15px .5rem 0; } }
    .product-actions .add--cart .button--primary {
      background: #0480a8;
      color: white;
      padding: .75rem 2rem;
      max-width: 100%; }
      .product-actions .add--cart .button--primary:hover, .product-actions .add--cart .button--primary:focus {
        color: white;
        background: #3fb5da;
        border-color: #3fb5da; }
    .product-actions .add--cart .button--email {
      min-width: 270px;
      margin-right: 1rem; }
  .product-actions .product-actions__last {
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    flex: 1 1 auto;
    margin: 10px 0; }
    @media only screen and (min-width: 750px) and (max-width: 1023px) {
      .product-actions .product-actions__last {
        border: none;
        padding-left: 0; } }
    @media screen and (max-width: 454px) {
      .product-actions .product-actions__last {
        border: none;
        padding-left: 0; } }
    .product-actions .product-actions__last h5 {
      color: black;
      cursor: pointer;
      font-size: 17px;
      padding: .5rem 0;
      left: 0;
      margin: 0; }
    .product-actions .product-actions__last .swym-button-bar.swym-wishlist-button-bar.swym-inject {
      padding-left: 0; }
    .product-actions .product-actions__last .swym-btn-container .swym-button {
      font-size: 17px !important;
      color: #555555 !important;
      border: 2px solid transparent; }
      .product-actions .product-actions__last .swym-btn-container .swym-button:focus {
        border-color: #d1d1d1; }
      .product-actions .product-actions__last .swym-btn-container .swym-button:disabled, .product-actions .product-actions__last .swym-btn-container .swym-button.disabled {
        opacity: 1; }
    .product-actions .product-actions__last .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink {
      height: 29px !important;
      padding: 0 8px 0 4px !important; }
      .product-actions .product-actions__last .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink:after {
        line-height: 27px !important; }
  .product-actions .social-share-contain {
    height: 2rem;
    position: relative; }
    .product-actions .social-share-contain .social-sharing {
      display: none;
      position: absolute;
      top: 0; }
      .product-actions .social-share-contain .social-sharing a {
        width: 26px;
        height: 26px; }
        .product-actions .social-share-contain .social-sharing a svg {
          width: 15px;
          height: 15px; }
    .product-actions .social-share-contain .mini--title {
      display: flex;
      align-items: center;
      border: 2px solid transparent;
      padding: 2px 8px 2px 0;
      margin: 5px 0 0 0; }
      .product-actions .social-share-contain .mini--title:focus {
        border-color: #d1d1d1; }
      .product-actions .social-share-contain .mini--title svg {
        width: 15px;
        height: 15px;
        margin: 0 5.5px; }

svg.product-detail-icon {
  width: 50px;
  height: 50px; }

.roast-meter {
  width: 210px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Noyh Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .roast-meter .roast-level {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    background: url(//cdn.shopify.com/s/files/1/1709/6425/t/233/assets/roast-meter.jpg?v=5255552606050263741) no-repeat -1px 8px white; }
    .roast-meter .roast-level.active {
      border: 2px solid #0480a8;
      border-radius: 50%; }
  .roast-meter .roast-level-1 {
    margin-left: -5px; }
  .roast-meter .roast-level-2 {
    background-position: -51px 8px; }
  .roast-meter .roast-level-3 {
    background-position: -101px 8px; }
  .roast-meter .roast-level-4 {
    background-position: -152px 8px;
    margin-right: 0; }
  .roast-meter b {
    margin-top: -5px; }
    .roast-meter b.content-right {
      margin-right: 5px; }

@media only screen and (max-width: 749px) {
  .cart-table .responsive-table-row td {
    clear: none;
    padding: 5px 2px; }
    .cart-table .responsive-table-row td.item-image {
      width: 100%; }
    .cart-table .responsive-table-row td.item-product {
      width: 50%; }
    .cart-table .responsive-table-row td.item-quantity, .cart-table .responsive-table-row td.item-line-price {
      width: 25%; }
    .cart-table .responsive-table-row td:last-child {
      float: right; } }
@media only screen and (min-width: 750px) {
  .cart-table .responsive-table-row td.item-image {
    width: 20%; }
  .cart-table .responsive-table-row td.item-product {
    width: 50%; }
  .cart-table .responsive-table-row td.item-price {
    width: 10%; }
  .cart-table .responsive-table-row td.item-quantity {
    width: 10%; }
  .cart-table .responsive-table-row td.item-line-price {
    width: 10%; } }

.cart-table .responsive-table-row.gel-pack-line td:first-child {
  width: 67%; }

.cart-table td::before {
  display: none; }

.cart-table .responsive-table-row.responsive-table-row--has-upsell td:not(:first-child) {
  border-bottom: 0;
  padding-bottom: 0; }
.cart-table .responsive-table-row.responsive-table-row--upsell td {
  padding-top: 10px; }
@media only screen and (max-width: 749px) {
  .cart-table .responsive-table-row.responsive-table-row--upsell {
    padding: 0 0 15px; }
    .cart-table .responsive-table-row.responsive-table-row--upsell:after {
      display: none; }
    .cart-table .responsive-table-row.responsive-table-row--upsell td {
      padding: 0; } }
.cart-table .info-notice {
  position: relative;
  padding-right: 118px;
  margin: 0; }
  .cart-table .info-notice .cart-upsell-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 88px;
    height: 27px;
    transition: none; }
    .cart-table .info-notice .cart-upsell-btn img {
      height: 17px;
      width: 17px; }

.bold--brew {
  font-weight: bold;
  font-size: 120%; }

@media only screen and (max-width: 749px) {
  .subtotal__container,
  .cart-table tfoot {
    border-top: 1px solid #d1d1d1; }
    .subtotal__container td:first-child,
    .cart-table tfoot td:first-child {
      display: none; }
    .subtotal__container td:last-child,
    .cart-table tfoot td:last-child {
      padding: 10px 0; } }

.item__url {
  color: #555555;
  display: inline-block;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em; }
  @media only screen and (min-width: 1400px) {
    .item__url {
      font-size: 1.5em; } }

.item__meta {
  color: #151515;
  font-size: 90%;
  margin-top: 0.5em; }

.cart__remove {
  display: block; }

.item__line {
  margin: 0.3em 0; }

.line--light {
  color: #7b7b7b; }

.line__title {
  padding-right: 0.5em;
  text-transform: uppercase; }

.classy--tilt {
  font-style: italic;
  font-size: 80%; }

.cart__quantity {
  text-align: center; }
  .cart__quantity input {
    max-width: 80px;
    padding: 0.2em 0 0.2em 0.6em;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .cart__quantity input {
        width: 60px; } }

@media only screen and (min-width: 750px) {
  .cart-aside {
    max-width: 400px;
    float: right; } }
.cart-aside .button__checkout {
  display: block; }

.affiliate__login-prompt {
  padding: 10px; }

.affiliate__container {
  background: #fafafa;
  padding: 15px; }
  .affiliate__container.disabled {
    opacity: .5;
    pointer-events: none; }
  .affiliate__container .success-message {
    font-weight: bold;
    margin: 10px 0;
    text-align: center; }

#shipping-calculator {
  margin-top: 30px;
  background: #fafafa;
  padding: 15px; }
  #shipping-calculator input,
  #shipping-calculator select {
    width: 100%; }

@media only screen and (min-width: 750px) {
  .faqs__title {
    font-size: 1.75em; } }

.faq__question-text {
  display: block;
  color: #0480a8;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  cursor: pointer;
  font-size: 1.35em;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 2px; }
  .faq__question:focus .faq__question-text {
    border-color: #d1d1d1; }
  .faq__question-text .icon-arrow-down {
    width: 30px;
    height: 15px;
    vertical-align: top; }
    .faq__question-text .icon-arrow-down .icon {
      width: 30px;
      height: 30px;
      vertical-align: top; }

.faq__answer {
  display: none;
  padding-bottom: 15px; }
  .faq__answer p {
    margin: 0;
    padding-bottom: 15px; }

#contact-page input,
#contact-page textarea {
  width: 100%; }

.page-subnav ul {
  margin: 0 0 15px; }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    .page-subnav ul {
      padding: 15px 0 0; } }
  @media only screen and (min-width: 1024px) {
    .page-subnav ul {
      padding: 30px 0 15px; } }
  @media only screen and (min-width: 750px) {
    .page-subnav ul li {
      display: inline-block; } }
.page-subnav a {
  font-size: 1.2em;
  font-family: "Noyh Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 7.5px 15px; }
  @media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .page-subnav a {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1400px) {
    .page-subnav a {
      font-size: 2em;
      padding: 7.5px 30px; } }
  .page-subnav a.active {
    color: #d5d5d5; }

.custom-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .custom-section:last-child {
    margin-bottom: 30px; }
  .custom-section figure {
    margin: 0; }

@media only screen and (min-width: 750px) {
  .custom-section__title {
    padding: 0 5%; } }

@media only screen and (min-width: 750px) {
  .medium-up--one-half .custom-section__title {
    padding: 0 10%; } }

.custom-section__title,
.custom-section__text h2 {
  font-size: 2em;
  line-height: 1.1em;
  margin-top: 0;
  font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .custom-section__title,
    .custom-section__text h2 {
      font-size: 2.5em; } }
  @media only screen and (min-width: 1400px) {
    .custom-section__title,
    .custom-section__text h2 {
      font-size: 3.5em; } }

@media only screen and (min-width: 750px) {
  .custom-section__text {
    padding: 0 5%; } }
.custom-section__text p,
.custom-section__text li {
  line-height: 1.3em; }
  @media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .custom-section__text p,
    .custom-section__text li {
      font-size: 1.25em; } }
  @media only screen and (min-width: 1400px) {
    .custom-section__text p,
    .custom-section__text li {
      font-size: 1.65em; } }
  .custom-section__text p:last-child,
  .custom-section__text li:last-child {
    margin-bottom: 0; }
.page-content .custom-section__text p {
  margin-bottom: 1em; }
  .page-content .custom-section__text p:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 750px) {
  .medium-up--one-half .custom-section__text {
    padding: 0 10%; } }

.image-text .grid--flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

@media only screen and (max-width: 749px) {
  .custom-section .grid__item.medium-up--one-half:first-child {
    margin-bottom: 30px; }

  .custom-section.image-text {
    margin-bottom: 15px; }
    .custom-section.image-text .grid__item.medium-up--one-half:first-child {
      margin-bottom: 15px; } }
@media only screen and (min-width: 750px) {
  .image-text__img.img-left {
    order: -1; } }
.video-section .custom-section__content {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .video-section .custom-section__content {
      margin-bottom: 60px; } }
.video-section .content-center {
  max-width: 1150px; }

#create_customer #AddressNewForm {
  padding-top: 30px; }

.customer__form input[type="text"],
.customer__form input[type="email"],
.customer__form input[type="password"],
.customer__form input[type="tel"],
.customer__form select {
  width: 100%; }

#customer_login_guest button {
  width: 50%; }

.account-sidebar__nav li {
  margin-bottom: 5px; }
.account-sidebar__nav a {
  color: #555555;
  display: inline-block;
  padding: 5px; }
  .account-sidebar__nav a:hover {
    color: #0480a8; }
  .account-sidebar__nav a.active {
    color: #0480a8;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.account-welcome h2 {
  font-size: 2em; }

table.customer-details th {
  text-transform: none;
  text-align: left;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: top; }

.address-form {
  max-width: 1000px; }
  .address-form label,
  .address-form .form-label {
    display: block;
    font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
  .address-form .form-label + label {
    font-family: "Noyh Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0; }
  .address-form input[type="text"],
  .address-form input[type="tel"],
  .address-form select {
    width: 100%; }

.customer-addresses address {
  position: relative;
  margin-bottom: 60px; }

#quickview {
  border-radius: 20px;
  padding: 30px;
  margin: 30px;
  max-width: 1150px; }
  #quickview .product-page-link a {
    display: inline-block;
    font-family: "Noyh Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 30px; }
  #quickview .product--title:focus {
    border-bottom: 1px dotted #aaa; }
  #quickview h4 {
    color: #df3033; }
  #quickview .owl-nav {
    top: 100%; }
    #quickview .owl-nav .owl-prev {
      left: 50%;
      margin-left: -50px; }
    #quickview .owl-nav .owl-next {
      right: 50%;
      margin-right: -50px; }
  #quickview .product--images + .small--hide {
    padding-left: 15px; }
  #quickview .product--images {
    display: flex; }
    #quickview .product--images .product--image {
      opacity: 0; }
    #quickview .product--images.loaded {
      display: block; }
      #quickview .product--images.loaded .product--image {
        opacity: 1; }

.product--info {
  margin-bottom: 30px; }

#quickview .swym-button.swym-add-to-wishlist-view-product {
  color: #0480a8;
  font-family: "Noyh Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  max-width: 120px;
  margin-left: 10px; }
  #quickview .swym-button.swym-add-to-wishlist-view-product::after {
    display: none; }
  #quickview .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) {
    display: none; }

#swym-plugin .swym-powered-by {
  display: none; }

body #swym-plugin #swym-notification, #swym-hosted-plugin #swym-notification {
  bottom: 140px; }

#bc-sf-filter-tree-mobile-button {
  width: 100%;
  text-align: left;
  padding: 0.5em 0;
  text-transform: uppercase; }
  #bc-sf-filter-tree-mobile-button:focus {
    outline: none; }

#bc-sf-filter-tree .bc-sf-filter-icon-star:before {
  color: #c32b22; }

@media only screen and (min-width: 750px) {
  #bc-sf-filter-tree {
    display: block !important; } }
/* Add image alignment to use in homepage tile background images */
#shopify-section-masonry .bg-img-top {
  background-position: top; }

body .sweettooth-position-bottom-right {
  right: 100px; }

ul.sitemap-list {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 600px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0 0 30px;
  padding-left: 0; }
  @media only screen and (min-width: 750px) and (max-width: 1023px) {
    ul.sitemap-list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      max-width: none; } }
  @media only screen and (min-width: 1024px) {
    ul.sitemap-list {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      max-width: none; } }
  ul.sitemap-list li {
    margin-bottom: 12px; }
  ul.sitemap-list a {
    display: block; }

.promo-banners__banner {
  text-align: center;
  /* text-transform: uppercase;			Commented out 2021.01.19 changes */
  font-family: "Noyh Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80%;
  padding: 0.4em; }
  @media only screen and (min-width: 750px) {
    .promo-banners__banner {
      padding: 1em;
      font-size: 90%; } }
  @media only screen and (min-width: 1024px) {
    .promo-banners__banner {
      font-size: 100%; } }

.promo-banner__one {
  background: #0480a8;
  color: white; }

.promo-banner__two {
  background: white;
  color: #0480a8; }

.promo-banners__link {
  /* text-transform: uppercase;			Commented out 2021.01.19 changes */
  text-decoration: underline;
  padding: 0 0 1px;
  margin: 0 0 0 10px;
  color: #0480a8; }

.promo-banner__one .promo-banners__link {
  color: white; }

.promo-banners__link:hover {
  text-decoration: none; }

/* Hovering Over Thumbnail for Second Image - 3230 - By: Hafiz Adnan Hussain - START */
.product--image .bws-product-image-hover {
  display: none; }
.product--image:hover .bws-product-image-first.bws-image-hover {
  display: none; }
.product--image:hover .bws-product-image-hover.bws-image-hover {
  display: block; }

/* Hovering Over Thumbnail for Second Image - 3230 - By: Hafiz Adnan Hussain - END */
/* Content Oriented Thumbnails in Collection Pages - 3228 - By: Uzma Jafar - START */
.content-oriented-product-wrapper:not(.one-whole) {
  /*background-image: url('https://cdn.shopify.com/s/files/1/1709/6425/t/175/assets/bg-footer.jpg');*/
  background-color: black; }
.content-oriented-product-wrapper .product--content,
.content-oriented-product-wrapper .product--roast,
.content-oriented-product-wrapper .swym-button,
.content-oriented-product-wrapper .product--badge {
  display: none !important; }
.content-oriented-product-wrapper.one-whole a {
  /*background-image: url('https://cdn.shopify.com/s/files/1/1709/6425/t/175/assets/bg-footer.jpg');*/
  background-color: black;
  padding: 20px; }
.content-oriented-product-wrapper.one-whole .ntc-content-oriented-content-wrap {
  width: 75%;
  padding-left: 30px; }
  .content-oriented-product-wrapper.one-whole .ntc-content-oriented-content-wrap > p {
    margin: 0; }
.content-oriented-product-wrapper.one-whole .product--image {
  margin-bottom: 0 !important; }
.content-oriented-product-wrapper .ntc-content-oriented-content-wrap > p {
  font-size: 22px;
  /* old: 24px */
  color: white;
  /*font-weight: bold;*/
  font-style: italic;
  line-height: 26px; }
.content-oriented-product-wrapper .ntc-content-oriented-content-wrap .ntc-co-join-us-link {
  display: block;
  color: #5CC5E5;
  font-size: 18px;
  margin-top: 10px;
  font-style: normal;
  font-weight: bold; }
.content-oriented-product-wrapper .ntc-co-popup-subscription-form-popup-overlay {
  display: none; }
.content-oriented-product-wrapper .ntc-co-popup-subscription-form-popup-overlay.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  overflow: auto; }
.content-oriented-product-wrapper .ntc-co-popup-subscription-form.active {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 700px;
  /*old value: 500px;*/
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 5px;
  font-size: 20px;
  padding: 1em 3em 2em;
  height: auto;
  max-height: 96vh;
  /*old value: 90vh*/
  overflow: auto;
  border: 1px solid white; }
  .content-oriented-product-wrapper .ntc-co-popup-subscription-form.active > div {
    margin: 0 -15px; }
  @media screen and (max-width: 550px) {
    .content-oriented-product-wrapper .ntc-co-popup-subscription-form.active {
      top: 25%;
      left: 0;
      width: calc(100% - 40px);
      transform: translate(0, -25%);
      margin: 0 20px; } }
.content-oriented-product-wrapper .close {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  /* border-radius: 50px;*/
  margin: 0;
  color: #fff;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: normal; }
  .content-oriented-product-wrapper .close:hover {
    color: #57c5e7; }

#bc-sf-filter-products .ntc-co-popup-subscription-form.active .sli-element, #YTqxGLdmKg .sli-element {
  color: white;
  font-family: "Noyh Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

#bc-sf-filter-products .ntc-co-popup-subscription-form.active .sli-content-pane {
  background-color: black !important; }

#bc-sf-filter-products .ntc-co-popup-subscription-form.active .sli-button, #YTqxGLdmKg .sli-button {
  background-color: #57c5e7 !important;
  color: black !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em; }

@media screen and (max-width: 480px) {
  #bc-sf-filter-products .small--one-half {
    width: 100%; } }
/* Content Oriented Thumbnails in Collection Pages - 3228 - By: Uzma Jafar - END */
/* Temporary homepage CSS for Wiland campaign - Cody, 7/9/21 */
.slide__container h2, h3.block__title {
  text-transform: none; }

#block-image-95d2f970-f58c-4a7d-80b5-e4ad9a60ca51 .block__border-solid .block__title, #block-image-95d2f970-f58c-4a7d-80b5-e4ad9a60ca51 .block__border-solid .block__copy, #block-image-95d2f970-f58c-4a7d-80b5-e4ad9a60ca51 .block__border-solid .block__text-link {
  color: #555;
  text-shadow: none; }

#block-image-1582582226115 {
  margin-top: 0;
  background-position: top; }

/*================ Noticed Cart Drawer - Start ================*/
body.cart-drawer-open:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35); }

body.cart-drawer-open .site-header {
  z-index: 0; }

.cart-drawer {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  overflow: hidden;
  height: 100vh;
  background: #fff;
  width: 100%;
  max-width: 450px;
  z-index: 10000; }

.cart-drawer .additional-checkout-buttons {
  margin-top: 15px; }

.cart-drawer__inner {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap; }

.cart-drawer__header {
  padding: 15px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e9eb; }

.cart-drawer__header h2 {
  margin: 0; }

.cart-drawer__header .cart-drawer__close {
  font-size: 40px;
  line-height: 24px;
  color: #474444;
  cursor: pointer;
  position: absolute;
  right: 23px; }

.cart-drawer__header .cart-drawer__close:hover {
  color: #131212; }

.cart-drawer__header .form-message {
  margin: 15px 0 0;
  opacity: 1;
  -ms-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
  transition: opacity 0.2s linear; }

.cart-drawer__items .cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e9eb;
  position: relative;
  padding: 15px 10px; }

.cart-drawer__items .cart-item .form-message {
  margin: 0 20px 10px; }

.cart-drawer__items .cart-item--empty {
  width: 100%;
  padding: 20px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.cart-drawer__items .cart-item__image {
  max-width: 100px;
  min-width: 50px;
  -webkit-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 10px 0 10px 20px; }

.cart-drawer__items .cart-item__product {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 10px 15px; }

.cart-drawer__items .cart-item__qty {
  width: 70px;
  -webkit-flex: 0 0 70px;
  -moz-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 10px 20px 10px 0; }

.cart-drawer__items .cart-item__qty input[type=number] {
  width: 50px;
  padding: .5em 9px !important;
  height: 30px;
  min-height: 30px; }

.cart-drawer__items .cart-item__qty-input.disabled {
  opacity: 0.5; }

.cart-drawer__items .cart-item__price {
  display: block; }

.cart-drawer__items .cart-item__remove {
  padding: 5px 10px;
  color: #3e3e3e;
  position: absolute;
  right: 22px;
  top: 8px;
  font-weight: 900;
  line-height: normal;
  font-size: 16px; }

.cart-drawer__items .cart-item__remove:hover {
  color: #131212; }

.ab-motivator--cart-drawer {
  padding: 15px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e9eb; }

/* Progress bar */
.progress-bar {
  height: 10px;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 5px auto 0; }

.progress-bar__fill {
  background: #c32b22;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: width 0.2s ease-out; }

.cart-drawer__footer {
  margin-bottom: 15px;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Lato;
  font-weight: 700;
  color: #424044;
  font-size: 15px;
  line-height: 23px;
  background: rgba(226, 226, 226, 0.5);
  /*margin-top: auto;*/ }

.cart-drawer__checkout.btn.btn--large {
  background: #c32b22;
  font-family: "Noyh Bold",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: .12em;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 21px;
  box-sizing: border-box; }

.cart-drawer__checkout.btn.btn--large:hover {
  background: #f3463c; }

.cart-drawer__footer .btn, .cart-drawer__footer .cart-drawer__buttons {
  width: 100%; }

.cart-drawer__footer h3 {
  margin: 0;
  font-size: 1.125em; }

.cart-drawer__footer .cart-drawer__buttons {
  margin-top: 5px; }

.cart-drawer__subtotal {
  position: relative; }

.cart-drawer__subtotal.updating {
  color: white; }

.cart-drawer__subtotal.updating::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
  border: 3px solid #131212;
  border-top-color: transparent;
  -moz-animation: spin .65s infinite linear;
  -o-animation: spin .65s infinite linear;
  -webkit-animation: spin .65s infinite linear;
  animation: spin .65s infinite linear;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: absolute;
  left: 50%;
  top: 50%; }

.cart-drawer__items {
  /*max-height: 325px;*/
  overflow: auto; }

.cart-item__price {
  display: block !important;
  color: #555 !important;
  font-family: "Noyh Bold",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 1.2em !important; }

.cart-item__title {
  color: #555 !important;
  font-size: 1.1em !important;
  display: block !important; }

.cart-item__title:hover {
  color: #0480a8 !important; }

.cart-drawer__content {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e8e9eb; }

.cart-drawer__content p:last-child {
  margin-bottom: 0; }

.cart-drawer__content .text-size--large {
  font-size: 1.2em; }

.cart-drawer__content .text-size--small {
  font-size: 0.8em; }

/* Cart Upsell Recommended Products */
.sidebar-cart-upsell-product-wrapper {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 0 15px;
  background: #fff; }

.sidebarcart-upsell h3 {
  width: 100%;
  padding: 2px 8px 2px 0;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
  font-family: "Noyh Bold",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif; }

.sidebarcart-upsell .cart-item__image {
  margin-right: 5px; }

.sidebarcart-upsell .cart-item__image img {
  width: 100%; }

.sidebarcart-upsell .cart-item {
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between; }

.sidebarcart-upsell .cart-item .cart-item__product {
  width: 50%;
  padding-right: 5px; }
  .sidebarcart-upsell .cart-item .cart-item__product .cart-item__title, .sidebarcart-upsell .cart-item .cart-item__product .cart-item__price {
    display: block; }

.sidebarcart-upsell .cart-item .cart_actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 110px; }

.sidebarcart-upsell .cart-item .cart_actions .upsell-cta {
  height: 35px;
  min-height: 35px;
  background: #0480a8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px; }

.sidebarcart-upsell .cart-item .cart_actions .upsell-cta:hover {
  background: #05a0d2; }

.sidebarcart-upsell .cart-item .cart_actions .cart-item__price {
  font-size: 16px; }

.cart-drawer .additional-checkout-buttons {
  display: none; }

/*================ Noticed Cart Drawer - End ================*/
/*================ Cart + Drawer Tweaks ================*/
.progress-bar__fill {
  background-color: #0480a8; }

.cart-drawer__checkout.btn.btn--large {
  background: #0480a8;
  border-radius: 26px; }

.cart-drawer__checkout.btn.btn--large:hover, .cart-drawer__checkout.btn.btn--large:active {
  background: #3fb5da; }

.cart-drawer__subtotal {
  font-family: "Noyh Bold",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.125em; }

/*.item__line .choc-ship {
	background-color: #f0f9fe;
	display: block;
	padding: .4em;
    margin-left: -.4em;
}*/
.cart-table .item-product .item__url {
  text-transform: capitalize; }

/*================ Cart + Drawer Tweaks End ================*/
