@charset "UTF-8";
/**
 * Functions
 */
/**
  * Tools
  */
/**
 * Mobile-first breakpoints
 */
/**
 * Set an optional prop
 */
/**
 * Set a prop that changes based on a breakpoint
 */
/**
 * Set a prop that changes based on a state
 */
/**
  * Core Overrides & Settings
  */
@media only screen and (min-width: 768px) {
  /* line 14, app/assets/stylesheets/theme/core/breakpoints.scss */
  [data-handheld] {
    display: none;
  }
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
small {
  font-size: 80%;
}

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

/* line 133, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 137, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, lib/store_connect_mini/vendor/assets/stylesheets/normalize.css */
[hidden] {
  display: none;
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-handle.type_last {
  z-index: 2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-min {
  left: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-max {
  right: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-grid-pol.small {
  height: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-disabled {
  opacity: .4;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat {
  height: 40px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat.irs-with-grid {
  height: 60px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--flat .irs-grid-text {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big {
  height: 55px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big.irs-with-grid {
  height: 70px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-grid-pol {
  background-color: #428bca;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--big .irs-grid-text {
  color: #428bca;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern {
  height: 55px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern.irs-with-grid {
  height: 55px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-grid {
  height: 25px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp.irs-with-grid {
  height: 57px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-grid {
  height: 25px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round {
  height: 50px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round.irs-with-grid {
  height: 65px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-grid {
  height: 25px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-grid-pol {
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square {
  height: 50px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square.irs-with-grid {
  height: 60px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-grid {
  height: 25px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-grid-pol {
  background-color: #dedede;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/ion.rangeSlider.min.css */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* line 3, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-outer {
  padding: 0 !important;
}

/* line 5, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-outer [hidden] {
  display: none !important;
}

/* line 6, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

/* line 8, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

/* line 12, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

/* line 22, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

/* line 29, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

/* line 40, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

/* line 46, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-no-calc {
  position: relative;
  left: 0;
}

/* line 50, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

/* line 55, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

/* line 62, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

/* line 66, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 72, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-autowidth {
  display: inline-block;
}

/* line 73, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

/* line 78, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-lazy-img.tns-complete {
  opacity: 1;
}

/* line 80, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

/* line 85, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-ovh {
  overflow: hidden;
}

/* line 86, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

/* line 87, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

/* line 89, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

/* line 94, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 102, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-vpfix {
  white-space: nowrap;
}

/* line 104, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

/* line 116, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

/* line 123, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

/* line 130, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

/* line 135, lib/store_connect_mini/vendor/assets/stylesheets/tiny-slider.scss */
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
  * Overrides
  */
@media only screen and (min-width: 768px) {
  /* line 273, app/assets/stylesheets/theme/_component_override.scss */
  .u-bold-red {
    font-weight: 600;
    color: #E6000D;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 281, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-categories {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 287, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-services {
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    width: 100%;
  }
  /* line 294, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-services .NavList_item {
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 298, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-support {
    flex-direction: column;
    flex-wrap: wrap;
    height: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 306, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-support .NavList_link {
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
  }
}

/**
  * Elements
  */
/* line 1, app/assets/stylesheets/theme/elements/all.scss */
* {
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/theme/elements/anchor.scss */
a {
  color: currentColor;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/theme/elements/anchor.scss */
a:hover, a:focus {
  color: Link("color", "hover");
}

/**
 * [1] Ensures the footer is "sticky" when main
 * content ends before the fold
 */
/* line 6, app/assets/stylesheets/theme/elements/body.scss */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  color: #222222;
}

/* line 15, app/assets/stylesheets/theme/elements/body.scss */
main {
  flex-grow: 1;
}

/* line 21, app/assets/stylesheets/theme/elements/dl.scss */
dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 16px;
}

/* line 27, app/assets/stylesheets/theme/elements/dl.scss */
dl dd, dl dt {
  width: 50%;
  margin: 0;
  padding: 10px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ebebeb;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
dl dd:hover, dl dd:focus, dl dt:hover, dl dt:focus {
  border-color: #ebebeb;
}

/* line 33, app/assets/stylesheets/theme/elements/dl.scss */
dl dd:nth-of-type(even), dl dt:nth-of-type(even) {
  background-color: #f6f6f6;
}

/* line 38, app/assets/stylesheets/theme/elements/dl.scss */
dl dt {
  color: #222222;
}

/* line 40, app/assets/stylesheets/theme/elements/dl.scss */
dl dd {
  color: #666666;
}

/* line 35, app/assets/stylesheets/theme/elements/heading.scss */
h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin: 0 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 35, app/assets/stylesheets/theme/elements/heading.scss */
  h1, h2, h3, h4, h5 {
    margin-bottom: 20px;
  }
}

/* line 43, app/assets/stylesheets/theme/elements/heading.scss */
h1 {
  font-size: 28px;
}

/* line 48, app/assets/stylesheets/theme/elements/heading.scss */
h2 {
  font-size: 24px;
}

/* line 53, app/assets/stylesheets/theme/elements/heading.scss */
h3 {
  font-size: 20px;
}

/* line 58, app/assets/stylesheets/theme/elements/heading.scss */
h4 {
  font-size: 18px;
}

/* line 63, app/assets/stylesheets/theme/elements/heading.scss */
h5 {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/theme/elements/hr.scss */
hr {
  border: none;
  height: 1px;
  background: #cccccc;
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/theme/elements/image.scss */
img {
  max-width: 100%;
}

/* line 3, app/assets/stylesheets/theme/elements/image.scss */
figure {
  margin: 0;
}

/* line 1, app/assets/stylesheets/theme/elements/label.scss */
label {
  display: block;
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/theme/elements/input.scss */
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=time],
select {
  outline: none;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px;
  transition: 0.2s background-color ease;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  height: 48px;
  line-height: 48px;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
select:focus {
  background-color: #f8f8f8;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=time]:hover,
select:hover {
  background-color: #ebebeb;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
select:focus {
  border-color: #999;
}

/* line 69, app/assets/stylesheets/theme/tools/settings.scss */
input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=time]:hover,
select:hover {
  border-color: #ccc;
}

/* line 28, app/assets/stylesheets/theme/elements/input.scss */
textarea {
  outline: none;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px;
  transition: 0.2s background-color ease;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  width: 100%;
  padding: 15px;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
textarea:focus {
  background-color: #f8f8f8;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
textarea:hover {
  background-color: #ebebeb;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
textarea:focus {
  border-color: #999;
}

/* line 69, app/assets/stylesheets/theme/tools/settings.scss */
textarea:hover {
  border-color: #ccc;
}

/* line 1, app/assets/stylesheets/theme/elements/paragraph.scss */
p {
  margin: 0 0 20px;
}

/* line 3, app/assets/stylesheets/theme/elements/paragraph.scss */
small {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/theme/elements/placeholder.scss */
::placeholder {
  color: #aaaaaa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**
  * Structural
  */
/* line 1, app/assets/stylesheets/theme/structural/card-grid.scss */
.CardGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -14px;
  /**
   * Item
   */
  /**
   * Modifier: Gutter small
   */
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/theme/structural/card-grid.scss */
  .CardGrid {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
}

/* line 19, app/assets/stylesheets/theme/structural/card-grid.scss */
.CardGrid_item {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  /* line 19, app/assets/stylesheets/theme/structural/card-grid.scss */
  .CardGrid_item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 25%;
  }
}

/* line 34, app/assets/stylesheets/theme/structural/card-grid.scss */
.CardGrid-3 .CardGrid_item {
  width: 50%;
}

@media only screen and (min-width: 992px) {
  /* line 34, app/assets/stylesheets/theme/structural/card-grid.scss */
  .CardGrid-3 .CardGrid_item {
    width: 33.333%;
  }
}

/* line 45, app/assets/stylesheets/theme/structural/card-grid.scss */
.CardGrid-gutter-small {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -6px;
}

@media only screen and (min-width: 768px) {
  /* line 45, app/assets/stylesheets/theme/structural/card-grid.scss */
  .CardGrid-gutter-small {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
  }
}

/* line 56, app/assets/stylesheets/theme/structural/card-grid.scss */
.CardGrid-gutter-small .CardGrid_item {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  /* line 56, app/assets/stylesheets/theme/structural/card-grid.scss */
  .CardGrid-gutter-small .CardGrid_item {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
  }
}

/* line 1, app/assets/stylesheets/theme/structural/container.scss */
.container {
  width: 100%;
  max-width: 1350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  /**
   * Modifiers
   */
}

/* line 9, app/assets/stylesheets/theme/structural/container.scss */
.container-skinny {
  max-width: 992px;
}

/* line 11, app/assets/stylesheets/theme/structural/container.scss */
.container-capsule {
  max-width: 500px;
}

/* line 12, app/assets/stylesheets/theme/structural/content-block.scss */
.content-block {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/theme/structural/grid.scss */
.Grid {
  width: calc(100% + spacing('large'));
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  /**
   * Sidebar
   */
  /**
   * Main
   */
  /**
   * Modifier: Reverse mobile
   */
  /**
   * Modifier: Reverse
   */
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid {
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto;
  }
}

/* line 16, app/assets/stylesheets/theme/structural/grid.scss */
.Grid_sidebar {
  grid-row: 1;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 16, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid_sidebar {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 16, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid_sidebar {
    grid-column: 1;
    grid-row: 1;
  }
}

/* line 30, app/assets/stylesheets/theme/structural/grid.scss */
.Grid_main {
  grid-row: 2;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 30, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid_main {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 30, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid_main {
    grid-column: 2;
    grid-row: 1;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 47, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-reverse-mobile .Grid_sidebar {
    grid-row: 2;
  }
  /* line 48, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-reverse-mobile .Grid_main {
    grid-row: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 54, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-reverse-handheld .Grid_sidebar {
    grid-row: 2;
  }
  /* line 55, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-reverse-handheld .Grid_main {
    grid-row: 1;
  }
}

@media only screen and (min-width: 768px) {
  /* line 64, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-checkout {
    grid-template-columns: 1fr 350px;
  }
}

/* line 69, app/assets/stylesheets/theme/structural/grid.scss */
.Grid-checkout .Grid_sidebar {
  grid-row: 1;
}

@media only screen and (min-width: 768px) {
  /* line 69, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-checkout .Grid_sidebar {
    grid-column: 2;
  }
}

/* line 76, app/assets/stylesheets/theme/structural/grid.scss */
.Grid-checkout .Grid_main {
  grid-row: 2;
}

@media only screen and (min-width: 768px) {
  /* line 76, app/assets/stylesheets/theme/structural/grid.scss */
  .Grid-checkout .Grid_main {
    grid-column: 1;
    grid-row: 1;
    margin: 0 30px 0 0;
  }
}

/**
 * DEPRECATED
 * This is the only class in the application.html.erb
 * Prefer to keep this file classless and instead apply
 * this style on the main element
 */
/* line 8, app/assets/stylesheets/theme/structural/main.scss */
.Main {
  flex-grow: 1;
}

/**
 * Should eventually be extended to detect source aspect ratio
 * so we can predictably handle the less common case of different
 * source aspect ratios.
 */
/* line 7, app/assets/stylesheets/theme/structural/responsive-iframe.scss */
.responsive-iframe {
  position: relative;
  height: 0;
  padding-top: calc(9/16 * 100%);
}

/* line 12, app/assets/stylesheets/theme/structural/responsive-iframe.scss */
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/theme/structural/scroll.scss */
.is-not-scrollable {
  overflow: hidden;
  touch-action: none;
}

/**
  * Components
  */
/* line 35, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion {
  text-align: left;
  /**
   * Header
   */
  /**
   * Body
   */
}

/* line 44, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header {
  width: 100%;
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: currentColor;
  padding: 10px 0;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
.Accordion_header:focus {
  color: currentColor;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Accordion_header:hover {
  color: #E6000D;
}

/* line 56, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header_heading {
  margin: 0;
  font-weight: 600;
  color: currentColor;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Accordion_header_heading:hover, .Accordion_header_heading:focus {
  color: currentColor;
}

/* line 67, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header_label {
  flex-grow: 1;
  margin-left: 7px;
}

/* line 75, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header_icon {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 7px;
  font-size: 0;
  display: none;
}

/* line 82, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header_icon svg {
  fill: #aaaaaa;
  width: 10px;
  height: 10px;
}

/* line 91, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_header_icon.is-visible {
  display: block;
}

/* line 100, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_body {
  display: none;
  color: #444444;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
  padding: 3px 0 10px;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Accordion_body:hover, .Accordion_body:focus {
  border-color: #ebebeb;
}

/* line 109, app/assets/stylesheets/theme/components/accordion.scss */
.Accordion_body.is-expanded {
  display: block;
}

/* line 12, app/assets/stylesheets/theme/components/alert.scss */
.Alert {
  background: #f9d1cc;
  color: #E6000D;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/theme/components/article-card.scss */
.ArticleCard {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
  /**
   * Summary
   */
  /**
   * Image
   */
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.ArticleCard:hover, .ArticleCard:focus {
  border-color: #ebebeb;
}

/* line 36, app/assets/stylesheets/theme/components/article-card.scss */
.ArticleCard_summary_excerpt {
  margin-top: 10px;
  color: #666666;
}

/* line 40, app/assets/stylesheets/theme/components/article-card.scss */
.ArticleCard_summary_excerpt p:last-child {
  margin: 0;
}

/* line 49, app/assets/stylesheets/theme/components/article-card.scss */
.ArticleCard_image {
  flex-shrink: 0;
  padding: 10px;
}

/* line 25, app/assets/stylesheets/theme/components/banner.scss */
.Banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  /**
   * Container
   */
  /**
   * Content
   */
  /**
   * Overlay
   */
  /**
   * Heading
   */
  /**
   * Subheading
   */
  /**
   * Call to action
   */
  /**
   * Modifier: Compact
   */
}

/* line 41, app/assets/stylesheets/theme/components/banner.scss */
.Banner_container {
  width: 100%;
  max-width: 1350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  /* line 41, app/assets/stylesheets/theme/components/banner.scss */
  .Banner_container {
    height: 400px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 54, app/assets/stylesheets/theme/components/banner.scss */
  .Banner_container-left {
    justify-content: flex-start;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 61, app/assets/stylesheets/theme/components/banner.scss */
  .Banner_container-right {
    justify-content: flex-end;
    padding-right: 80px;
  }
}

/* line 74, app/assets/stylesheets/theme/components/banner.scss */
.Banner_content {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 40px);
  align-self: center;
}

@media only screen and (min-width: 576px) {
  /* line 74, app/assets/stylesheets/theme/components/banner.scss */
  .Banner_content {
    max-width: 50%;
  }
}

/* line 98, app/assets/stylesheets/theme/components/banner.scss */
.Banner_content p:last-of-type {
  margin: 0;
}

/* line 119, app/assets/stylesheets/theme/components/banner.scss */
.Banner_heading {
  font-size: 35px;
  font-weight: 600;
}

/* line 129, app/assets/stylesheets/theme/components/banner.scss */
.Banner_subheading {
  font-size: 18px;
  margin-top: 10px;
}

/* line 139, app/assets/stylesheets/theme/components/banner.scss */
.Banner_cta {
  margin-top: 30px;
}

/* line 146, app/assets/stylesheets/theme/components/banner.scss */
.Banner-compact .Banner_container {
  min-height: 300px;
}

@media only screen and (min-width: 576px) {
  /* line 146, app/assets/stylesheets/theme/components/banner.scss */
  .Banner-compact .Banner_container {
    height: 300px;
  }
}

/* line 19, app/assets/stylesheets/theme/components/banner-overlay.scss */
.BannerOverlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: 0.1s transform ease;
  background: linear-gradient(45deg, #f6f6f6, #FFFFFF);
  color: currentColor;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  /**
   * State
   */
  /**
   * Container
   */
  /**
   * Section
   */
  /**
   * Section
   */
}

/* line 33, app/assets/stylesheets/theme/components/banner-overlay.scss */
.BannerOverlay.is-hidden {
  transform: translateY(100%);
}

/* line 40, app/assets/stylesheets/theme/components/banner-overlay.scss */
.BannerOverlay_container {
  width: 100%;
  max-width: 1350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575.98px) {
  /* line 40, app/assets/stylesheets/theme/components/banner-overlay.scss */
  .BannerOverlay_container {
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) {
  /* line 40, app/assets/stylesheets/theme/components/banner-overlay.scss */
  .BannerOverlay_container {
    flex-direction: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 63, app/assets/stylesheets/theme/components/banner-overlay.scss */
.BannerOverlay_section {
  display: flex;
  align-items: center;
  padding: 7px 0;
}

/* line 74, app/assets/stylesheets/theme/components/banner-overlay.scss */
.BannerOverlay_count {
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  font-weight: 600;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  background-color: #E6000D;
}

@media only screen and (max-width: 575.98px) {
  /* line 74, app/assets/stylesheets/theme/components/banner-overlay.scss */
  .BannerOverlay_count {
    display: none;
  }
}

/* line 33, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666666;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 0 0 0;
  font-size: 14px;
  /**
    * Item
    */
  /**
    * Link
    */
}

@media only screen and (min-width: 576px) {
  /* line 33, app/assets/stylesheets/theme/components/breadcrumb.scss */
  .Breadcrumb {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 33, app/assets/stylesheets/theme/components/breadcrumb.scss */
  .Breadcrumb {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 53, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb_item {
  display: flex;
  align-items: center;
}

/* line 58, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb_item:after {
  content: "/";
  margin: 0 7px;
  color: currentColor;
}

/* line 64, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb_item:last-child:after {
  display: none;
}

/* line 72, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb a {
  color: #666666;
}

/* line 75, app/assets/stylesheets/theme/components/breadcrumb.scss */
.Breadcrumb a:hover, .Breadcrumb a:focus {
  color: #E6000D;
}

/* line 70, app/assets/stylesheets/theme/components/button.scss */
.Button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 600;
  text-align: center;
  background-color: #E6000D;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 3px;
  transition: 0.1s background-color ease, 0.1s color ease;
  /**
   * State
   */
  /**
   * Modifiers
   */
  /**
   * Variants
   */
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Button:hover {
  background-color: #b3000a;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button:hover, .Button:focus {
  color: #FFFFFF;
}

/* line 89, app/assets/stylesheets/theme/components/button.scss */
.Button:disabled {
  background-color: #ebebeb;
  color: #666666;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button:disabled:hover, .Button:disabled:focus {
  background-color: #ebebeb;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button:disabled:hover, .Button:disabled:focus {
  color: #666666;
}

/* line 100, app/assets/stylesheets/theme/components/button.scss */
.Button-expanded {
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 575.98px) {
  /* line 105, app/assets/stylesheets/theme/components/button.scss */
  .Button-expanded-at-mobile {
    width: 100%;
    justify-content: center;
  }
}

/* line 118, app/assets/stylesheets/theme/components/button.scss */
.Button-primary {
  background-color: #222222;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Button-primary:hover {
  background-color: #090909;
}

/* line 118, app/assets/stylesheets/theme/components/button.scss */
.Button-secondary {
  background-color: #E6000D;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Button-secondary:hover {
  background-color: #b3000a;
}

/* line 118, app/assets/stylesheets/theme/components/button.scss */
.Button-tertiary {
  padding: 10px 15px;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Button-tertiary:hover {
  background-color: #090909;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button-tertiary:hover, .Button-tertiary:focus {
  color: #FFFFFF;
}

/* line 118, app/assets/stylesheets/theme/components/button.scss */
.Button-disabled {
  background-color: #ebebeb;
  color: #666666;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button-disabled:hover, .Button-disabled:focus {
  background-color: #ebebeb;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Button-disabled:hover, .Button-disabled:focus {
  color: #666666;
}

/* line 11, app/assets/stylesheets/theme/components/card-carousel.scss */
.CardCarousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/theme/components/card-carousel.scss */
.CardCarousel_track {
  overflow-x: scroll;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}

@media only screen and (min-width: 576px) {
  /* line 16, app/assets/stylesheets/theme/components/card-carousel.scss */
  .CardCarousel_track {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* line 27, app/assets/stylesheets/theme/components/card-carousel.scss */
.CardCarousel_item {
  width: 50%;
  flex-shrink: 0;
  padding: 0 7px;
}

@media only screen and (min-width: 576px) {
  /* line 27, app/assets/stylesheets/theme/components/card-carousel.scss */
  .CardCarousel_item {
    width: 33.33%;
    padding: 0 10px;
  }
  /* line 35, app/assets/stylesheets/theme/components/card-carousel.scss */
  .CardCarousel-4 .CardCarousel_item {
    width: 25%;
  }
}

/* line 39, app/assets/stylesheets/theme/components/card-carousel.scss */
.CardCarousel:after {
  content: "";
  position: absolute;
  width: 80px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 45, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  padding: 10px;
  /**
   * Image
   */
  /**
   * Summary
   */
}

@media only screen and (min-width: 576px) {
  /* line 45, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem {
    font-size: inherit;
  }
}

@media only screen and (min-width: 576px) {
  /* line 45, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem {
    padding: 20px 0;
  }
}

/* line 57, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_image {
  flex-shrink: 0;
  max-width: 70px;
  margin-right: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 57, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_image {
    max-width: 80px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 57, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_image {
    margin-right: 30px;
  }
}

/* line 62, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_image img {
  max-width: 100%;
}

/* line 70, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

@media only screen and (min-width: 576px) {
  /* line 70, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 83, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_heading {
  display: block;
  margin-bottom: 10px;
  flex-grow: 1;
}

@media only screen and (min-width: 576px) {
  /* line 83, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_heading {
    flex-basis: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 83, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_heading {
    max-width: 80%;
  }
}

/* line 99, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_remove {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 99, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_remove {
    flex-grow: 1;
    flex-basis: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 99, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_remove {
    max-width: 20%;
    text-align: right;
  }
}

/* line 112, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_remove:hover {
  text-decoration: underline;
}

/* line 118, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 118, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_unit {
    width: 350px;
  }
}

/* line 127, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_unit_qty {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #888888;
}

@media only screen and (min-width: 576px) {
  /* line 127, app/assets/stylesheets/theme/components/cart-item.scss */
  .CartItem_summary_unit_qty {
    font-size: inherit;
  }
}

/* line 137, app/assets/stylesheets/theme/components/cart-item.scss */
.CartItem_summary_unit_total {
  font-weight: 600;
}

/* line 12, app/assets/stylesheets/theme/components/card-section.scss */
.CardSection {
  margin-bottom: 80px;
}

/* line 15, app/assets/stylesheets/theme/components/card-section.scss */
.CardSection_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 22, app/assets/stylesheets/theme/components/card-section.scss */
.CardSection_heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/theme/components/card-section.scss */
.CardSection_count {
  align-self: flex-end;
  color: #aaaaaa;
}

/* line 33, app/assets/stylesheets/theme/components/card-section.scss */
.CardSection_footer {
  margin-top: 20px;
  text-align: center;
  color: #aaaaaa;
}

/* line 32, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard {
  display: block;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: #f6f6f6;
  color: currentColor;
  /**
   * Image
   */
  /**
   * Heading
   */
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.CategoryCard:hover, .CategoryCard:focus {
  border-color: #d9d9d9;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.CategoryCard:hover, .CategoryCard:focus {
  color: currentColor;
}

/* line 48, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard_image {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.1s background-size ease;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

/* line 65, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard_image:hover, .CategoryCard_image:focus {
  background-size: 108%;
}

/* line 71, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard_image:after {
  content: '';
  transition: 0.1s background-color ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

/* line 79, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard:hover .CategoryCard_image:after, .CategoryCard:focus .CategoryCard_image:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 90, app/assets/stylesheets/theme/components/category-card.scss */
.CategoryCard_heading {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  /* line 90, app/assets/stylesheets/theme/components/category-card.scss */
  .CategoryCard_heading {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 90, app/assets/stylesheets/theme/components/category-card.scss */
  .CategoryCard_heading {
    padding: 20px;
  }
}

/* line 11, app/assets/stylesheets/theme/components/category-header.scss */
.CategoryHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  /**
   * Heading
   */
  /**
   * Filter
   */
  /**
   * Count
   */
}

@media only screen and (min-width: 576px) {
  /* line 11, app/assets/stylesheets/theme/components/category-header.scss */
  .CategoryHeader {
    margin-bottom: 20px;
  }
}

/* line 25, app/assets/stylesheets/theme/components/category-header.scss */
.CategoryHeader_heading {
  text-align: center;
  margin: 0;
  flex-grow: 1;
  font-size: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 25, app/assets/stylesheets/theme/components/category-header.scss */
  .CategoryHeader_heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 25, app/assets/stylesheets/theme/components/category-header.scss */
  .CategoryHeader_heading {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
}

/* line 47, app/assets/stylesheets/theme/components/category-header.scss */
.CategoryHeader_filter {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  /* line 47, app/assets/stylesheets/theme/components/category-header.scss */
  .CategoryHeader_filter {
    display: block;
    order: 2;
    flex-grow: 1;
  }
}

/* line 62, app/assets/stylesheets/theme/components/category-header.scss */
.CategoryHeader_count {
  color: #888888;
}

@media only screen and (max-width: 575.98px) {
  /* line 62, app/assets/stylesheets/theme/components/category-header.scss */
  .CategoryHeader_count {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
}

/* line 20, app/assets/stylesheets/theme/components/category-nav.scss */
.CategoryNav {
  display: flex;
  flex-direction: column;
  /**
   * Link
   */
  /**
   * Children
   */
}

/* line 29, app/assets/stylesheets/theme/components/category-nav.scss */
.CategoryNav_link {
  display: block;
  padding: 3px 0;
}

/* line 39, app/assets/stylesheets/theme/components/category-nav.scss */
.CategoryNav_link.is-current {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/theme/components/category-nav.scss */
.CategoryNav_children {
  display: flex;
  flex-direction: column;
}

/* line 33, app/assets/stylesheets/theme/components/checkbox.scss */
.Checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  margin-bottom: 10px;
  /**
   * Input
   */
  /**
   * Label
   */
}

/* line 39, app/assets/stylesheets/theme/components/checkbox.scss */
.Checkbox:last-child {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/theme/components/checkbox.scss */
.Checkbox_input {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f8f8;
  background-size: 70%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  border-color: #ccc;
  margin-right: 10px;
}

/* line 63, app/assets/stylesheets/theme/components/checkbox.scss */
.Checkbox_input:checked {
  background-image: url(/assets/theme/icons/check-d8c1113639968787434d3b6c6c0906128c306576d3c184f0bd1428ae4e6bc6cc.svg);
  background-color: #E6000D;
  border-color: transparent;
}

/* line 75, app/assets/stylesheets/theme/components/checkbox.scss */
.Checkbox_label {
  cursor: pointer;
  flex-grow: 1;
  font-size: inherit;
  color: currentColor;
  margin: 0;
}

/* line 25, app/assets/stylesheets/theme/components/checkout-panel.scss */
.CheckoutPanel {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 3px;
  /**
   * Header
   */
  /**
   * Body
   */
}

/* line 36, app/assets/stylesheets/theme/components/checkout-panel.scss */
.CheckoutPanel_header {
  padding: 15px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
  text-transform: unset;
}

/* line 46, app/assets/stylesheets/theme/components/checkout-panel.scss */
.CheckoutPanel_header_heading {
  margin: 0;
  font-size: 20px;
}

/* line 57, app/assets/stylesheets/theme/components/checkout-panel.scss */
.CheckoutPanel_body {
  padding: 20px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
}

/* line 13, app/assets/stylesheets/theme/components/close.scss */
.Close {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: right;
  /**
   * Icon 
   */
  /**
   * Modifiers
   */
}

/* line 23, app/assets/stylesheets/theme/components/close.scss */
.Close_icon {
  width: 15px;
  height: 15px;
  padding: 15px;
  fill: currentColor;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/theme/components/close.scss */
.Close_icon:hover {
  fill: #E6000D;
}

/* line 38, app/assets/stylesheets/theme/components/close.scss */
.Close-light {
  color: #FFFFFF;
}

/* line 20, app/assets/stylesheets/theme/components/count.scss */
.Count {
  text-align: center;
  border-radius: 100%;
  flex-shrink: 0;
  background: #E6000D;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  /**
   * Modifier: Small
   */
}

/* line 37, app/assets/stylesheets/theme/components/count.scss */
.Count-small {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

/* line 38, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 4px;
  background-color: transparent;
  color: currentColor;
  transition: 0.2s min-width ease, 0.2s background-color ease;
  /**
   * State: Hover
   */
  /**
   * State: Focused
   */
  /**
   * State: Is open (handheld only)
   */
  /**
   * Label
   */
  /**
   * Input
   */
  /**
   * Value
   */
}

/* line 59, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch:hover {
  background-color: #ebebeb;
  color: currentColor;
}

/* line 69, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch.is-focused {
  background-color: #ebebeb;
  color: currentColor;
}

@media only screen and (max-width: 767.98px) {
  /* line 79, app/assets/stylesheets/theme/components/compact-search.scss */
  .CompactSearch.is-open-handheld {
    width: 100%;
    background-color: #ebebeb;
    color: currentColor;
  }
  /* line 85, app/assets/stylesheets/theme/components/compact-search.scss */
  .CompactSearch.is-open-handheld .CompactSearch_input {
    transform: scale(1);
    width: 100%;
  }
}

/* line 97, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_label {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

/* line 104, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_label svg {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* line 117, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 0;
  height: 48px;
  color: #888888;
  border-radius: 4px;
  transform: scale(0);
  transition: 0.1s width ease;
  padding: 0;
}

/* line 130, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_input[type=search]:focus {
  background: none;
  transform: scale(1);
  width: 170px;
}

/* line 142, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_value {
  color: #E6000D;
  font-weight: 600;
}

/* line 146, app/assets/stylesheets/theme/components/compact-search.scss */
.CompactSearch_value.is-hidden {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  /* line 142, app/assets/stylesheets/theme/components/compact-search.scss */
  .CompactSearch_value {
    display: none;
  }
}

/**
 * Remove webkit styles
 */
/* line 157, app/assets/stylesheets/theme/components/compact-search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* line 22, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown {
  /**
   * Button
   */
  /**
   * Body
   */
}

@media only screen and (min-width: 576px) {
  /* line 22, app/assets/stylesheets/theme/components/dropdown.scss */
  .Dropdown {
    position: relative;
  }
}

/* line 32, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  color: currentColor;
}

/* line 40, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_button:hover {
  color: #E6000D;
}

/* line 45, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_button_label {
  color: currentColor;
  font-weight: 400;
}

/* line 53, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_button_value {
  flex-grow: 1;
}

/* line 58, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_button_icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  fill: currentColor;
  margin-left: 7px;
}

/* line 65, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown.is-active .Dropdown_button_icon {
  transform: rotate(180deg);
}

/* line 74, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_body {
  z-index: 1;
  position: absolute;
  left: 0;
  min-width: 250px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575.98px) {
  /* line 74, app/assets/stylesheets/theme/components/dropdown.scss */
  .Dropdown_body {
    width: 100%;
  }
}

/* line 86, app/assets/stylesheets/theme/components/dropdown.scss */
.Dropdown_body[data-js-dropdown-target=closed] {
  display: none;
}

/* line 1, app/assets/stylesheets/theme/components/fallback.scss */
.Fallback {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaaaaa;
}

/* line 17, app/assets/stylesheets/theme/components/field.scss */
.Field {
  margin-bottom: 10px;
  /**
   * Label
   */
  /**
   * Select
   */
  /**
   * Inputs
   */
  /**
   * Modifiers
   */
}

@media only screen and (min-width: 576px) {
  /* line 17, app/assets/stylesheets/theme/components/field.scss */
  .Field {
    margin-bottom: 10px;
  }
}

/* line 26, app/assets/stylesheets/theme/components/field.scss */
.Field_label {
  color: #666666;
  font-size: unset;
}

/* line 37, app/assets/stylesheets/theme/components/field.scss */
.Field_select {
  -webkit-appearance: none;
  background-image: url(/assets/theme/icons/chevron-a844f5cccae3e7573a410def71ec375b31960641fa170a71a026b7a0707c1c1b.svg);
  background-size: 10px;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  background-repeat: no-repeat;
  padding-right: 40px;
}

/* line 52, app/assets/stylesheets/theme/components/field.scss */
.Field_inputs {
  display: flex;
  flex-direction: row;
  margin-left: -7px;
  margin-right: -7px;
}

/* line 58, app/assets/stylesheets/theme/components/field.scss */
.Field_inputs input {
  margin: 0 7px;
}

/* line 66, app/assets/stylesheets/theme/components/field.scss */
.Field-expand input {
  width: 100%;
}

/* line 68, app/assets/stylesheets/theme/components/field.scss */
.Field-inline {
  display: flex;
  align-items: center;
}

/* line 72, app/assets/stylesheets/theme/components/field.scss */
.Field-inline .Field_label {
  margin: 0 10px 0 0;
}

/**
 * TODO: Refactor
 */
/* line 81, app/assets/stylesheets/theme/components/field.scss */
.field_with_errors input, .field_with_errors select {
  border: 1px solid #E6000D;
}

/* line 24, app/assets/stylesheets/theme/components/filter-panel.scss */
.FilterPanel {
  display: flex;
  padding: 10px;
  background-color: #FFFFFF;
  /**
   * Header
   */
  /**
   * Body
   */
  /**
   * Footer
   */
}

@media only screen and (min-width: 576px) {
  /* line 24, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) {
  /* line 24, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel {
    margin-bottom: 20px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    flex-direction: column;
    z-index: 3;
    background: #FFFFFF;
  }
  /* line 50, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel.is-active {
    display: flex;
  }
}

/* line 58, app/assets/stylesheets/theme/components/filter-panel.scss */
.FilterPanel_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 58, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel_header {
    padding-bottom: 10px;
  }
}

/* line 67, app/assets/stylesheets/theme/components/filter-panel.scss */
.FilterPanel_header_heading {
  margin: 0;
}

/* line 75, app/assets/stylesheets/theme/components/filter-panel.scss */
.FilterPanel_body {
  flex-grow: 1;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  /* line 75, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel_body {
    overflow-y: visible;
  }
}

/* line 86, app/assets/stylesheets/theme/components/filter-panel.scss */
.FilterPanel_footer {
  z-index: 1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 86, app/assets/stylesheets/theme/components/filter-panel.scss */
  .FilterPanel_footer {
    display: none;
  }
}

/* line 17, app/assets/stylesheets/theme/components/footer.scss */
.Footer {
  font-size: 14px;
  padding: 30px 0;
  background: #ebebeb;
  text-align: center;
  color: currentColor;
}

/* line 14, app/assets/stylesheets/theme/components/hamburger.scss */
.Hamburger {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  order: 3;
}

@media only screen and (min-width: 768px) {
  /* line 14, app/assets/stylesheets/theme/components/hamburger.scss */
  .Hamburger {
    display: none;
  }
}

/* line 25, app/assets/stylesheets/theme/components/hamburger.scss */
.Hamburger svg {
  width: 100%;
  height: 100%;
  fill: #aaaaaa;
}

/* line 26, app/assets/stylesheets/theme/components/header.scss */
.Header {
  z-index: 2;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dddddd;
  /**
   * Inner
   */
  /**
   * Top
   */
  /**
   * Bottom
   */
  /**
   * Brand
   */
  /**
   * Search
   */
  /**
   * Secondary nav
   */
}

@media only screen and (min-width: 576px) {
  /* line 26, app/assets/stylesheets/theme/components/header.scss */
  .Header {
    z-index: 2;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 46, app/assets/stylesheets/theme/components/header.scss */
.Header_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* line 59, app/assets/stylesheets/theme/components/header.scss */
.Header-compact .Header_inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 70, app/assets/stylesheets/theme/components/header.scss */
.Header_top {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 86, app/assets/stylesheets/theme/components/header.scss */
.Header_bottom {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  /* line 86, app/assets/stylesheets/theme/components/header.scss */
  .Header_bottom {
    display: block;
  }
}

/* line 97, app/assets/stylesheets/theme/components/header.scss */
.Header_brand {
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  /* line 97, app/assets/stylesheets/theme/components/header.scss */
  .Header_brand {
    min-width: 20%;
    flex-grow: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 110, app/assets/stylesheets/theme/components/header.scss */
  .Header_search {
    order: 4;
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 110, app/assets/stylesheets/theme/components/header.scss */
  .Header_search {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
}

/* line 128, app/assets/stylesheets/theme/components/header.scss */
.Header_secondary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  /* line 128, app/assets/stylesheets/theme/components/header.scss */
  .Header_secondary-nav {
    min-width: 20%;
    flex-shrink: 0;
  }
}

/* line 17, app/assets/stylesheets/theme/components/icon.scss */
.Icon {
  height: 100%;
  width: 14px;
  height: 14px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

/* line 25, app/assets/stylesheets/theme/components/icon.scss */
.Icon-small {
  width: 12px;
  height: 12px;
}

/* line 30, app/assets/stylesheets/theme/components/icon.scss */
.Icon-large {
  width: 20px;
  height: 20px;
}

/* line 35, app/assets/stylesheets/theme/components/icon.scss */
.Icon-xlarge {
  width: 26px;
  height: 26px;
}

/* line 40, app/assets/stylesheets/theme/components/icon.scss */
.Icon-right {
  margin-left: 10px;
}

/* line 42, app/assets/stylesheets/theme/components/icon.scss */
.Icon-left {
  margin-right: 10px;
}

/* line 14, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText {
  display: flex;
  flex-direction: column;
  align-items: center;
  /**
   * Image
   */
  /**
   * Content
   */
  /**
   * Modifiers
   */
}

@media only screen and (min-width: 576px) {
  /* line 14, app/assets/stylesheets/theme/components/image-beside-text.scss */
  .ImageBesideText {
    flex-direction: row;
  }
}

/* line 27, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText_image {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 27, app/assets/stylesheets/theme/components/image-beside-text.scss */
  .ImageBesideText_image {
    margin-bottom: 0;
  }
}

/* line 40, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText_content {
  flex-shrink: 1;
}

@media only screen and (min-width: 576px) {
  /* line 40, app/assets/stylesheets/theme/components/image-beside-text.scss */
  .ImageBesideText_content {
    margin-left: 30px;
  }
  /* line 45, app/assets/stylesheets/theme/components/image-beside-text.scss */
  .ImageBesideText-reverse .ImageBesideText_content {
    margin-left: 0;
    margin-right: 30px;
  }
}

/* line 51, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText_content_heading {
  font-size: 35px;
}

/* line 53, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText_content_desc {
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/theme/components/image-beside-text.scss */
.ImageBesideText_content_cta {
  font-size: 18px;
}

@media only screen and (min-width: 576px) {
  /* line 63, app/assets/stylesheets/theme/components/image-beside-text.scss */
  .ImageBesideText-reverse {
    flex-direction: row-reverse;
  }
}

/* line 32, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /**
   * Modifier: Wrap
   */
  /**
   * Modifier: Inline
   */
}

/* line 37, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList_item {
  color: currentColor;
  margin: 0 0 10px;
}

/* line 41, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList-inline .LinkList_item {
  margin: 0 20px 0 0;
}

/* line 44, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList_link {
  display: block;
  font-size: inherit;
  color: currentColor;
}

/* line 49, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList_link:hover {
  color: #E6000D;
}

/* line 52, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList_heading {
  display: block;
  font-size: inherit;
  font-weight: 400;
  color: currentColor;
  text-transform: unset;
}

/* line 59, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList_heading:hover {
  color: #E6000D;
}

/* line 67, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  max-height: 500px;
}

/* line 72, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList-wrap .LinkList_item {
  margin-right: 30px;
}

/* line 82, app/assets/stylesheets/theme/components/link-list.scss */
.LinkList-inline {
  flex-direction: row;
}

/* line 19, app/assets/stylesheets/theme/components/link.scss */
.Link {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #E6000D;
  text-decoration: underline;
  /**
   * Modifiers
   */
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Link:hover {
  color: #E6000D;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Link:hover {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/theme/components/link.scss */
.Link-bold {
  display: inline-block;
  border-radius: 3px;
  padding: 15px 0;
}

/* line 36, app/assets/stylesheets/theme/components/link.scss */
.Link-expanded {
  width: 100%;
}

/* line 38, app/assets/stylesheets/theme/components/link.scss */
.Link-wide {
  padding: 0em 0.5em;
}

/* line 40, app/assets/stylesheets/theme/components/link.scss */
.Link-subtle {
  color: currentColor;
}

/* line 42, app/assets/stylesheets/theme/components/link.scss */
.Link-subtle:hover, .Link-subtle:focus {
  color: currentColor;
}

/* line 10, app/assets/stylesheets/theme/components/loading.scss */
.Loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 12, app/assets/stylesheets/theme/components/logo.scss */
.Logo {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0;
  /**
   * Image
   */
}

@media only screen and (min-width: 576px) {
  /* line 12, app/assets/stylesheets/theme/components/logo.scss */
  .Logo {
    flex-grow: 0;
  }
}

/* line 26, app/assets/stylesheets/theme/components/logo.scss */
.Logo_image {
  width: 110px;
}

@media only screen and (min-width: 576px) {
  /* line 26, app/assets/stylesheets/theme/components/logo.scss */
  .Logo_image {
    width: 120px;
  }
}

/* line 55, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  position: relative;
  /**
   * Link & Label
   */
  /**
   * Dropdown
   */
  /**
   * Modifiers
   */
}

/* line 66, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem_link, .NavItem_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: currentColor;
  height: 50px;
  font-weight: 600;
  font-size: 20px;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.NavItem_link:hover, .NavItem_label:hover {
  color: #E6000D;
}

@media only screen and (min-width: 576px) {
  /* line 66, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link, .NavItem_label {
    height: 60px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 66, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link, .NavItem_label {
    font-weight: 600;
  }
}

@media only screen and (min-width: 576px) {
  /* line 66, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link, .NavItem_label {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 66, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link, .NavItem_label {
    padding-left: 10px;
    padding-right: 20px;
  }
  /* line 79, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem:first-child .NavItem_link, .NavItem:first-child .NavItem_label {
    padding-left: 0;
  }
}

/* line 85, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem-cart .NavItem_link, .NavItem-cart .NavItem_label {
  font-size: 16px;
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem_link span, .NavItem_label span {
  pointer-events: none;
}

/* line 98, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem_link_icon, .NavItem_label_icon {
  pointer-events: none;
  flex-shrink: 0;
  transform: rotate(-90deg);
  transition: 0.1s ease transform;
  margin-top: 1px;
  width: 12px;
  height: 12px;
  fill: #E6000D;
  margin-left: 10px;
}

@media only screen and (min-width: 576px) {
  /* line 98, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link_icon, .NavItem_label_icon {
    width: 10px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 98, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link_icon, .NavItem_label_icon {
    height: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_link_icon, .NavItem_label_icon {
    transform: rotate(0deg);
  }
}

/* line 113, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem.is-active .NavItem_link_icon, .NavItem.is-active .NavItem_label_icon {
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  /* line 113, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem.is-active .NavItem_link_icon, .NavItem.is-active .NavItem_label_icon {
    transform: rotate(180deg);
  }
}

/* line 129, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem_dropdown {
  color: #222222;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 129, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_dropdown {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 300px;
    box-shadow: 1px 8px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    padding: 15px;
    transition: 0.1s ease opacity;
  }
  /* line 151, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_dropdown_heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  /* line 160, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem_dropdown_link {
    display: block;
    transition: 0.1s color ease;
    padding: 7px 0;
    color: #666666;
  }
  /* line 66, app/assets/stylesheets/theme/tools/settings.scss */
  .NavItem_dropdown_link:hover {
    color: #222222;
  }
  /* line 170, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem-right .NavItem_dropdown {
    left: auto;
    right: 0;
    margin-right: 0;
  }
  /* line 179, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem-mega .NavItem_dropdown {
    width: 100%;
    padding-bottom: 30px;
    top: calc(100%);
  }
}

/* line 189, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem.is-active .NavItem_dropdown, .NavItem.is-open .NavItem_dropdown, .NavItem:not(.NavItem-mega):hover .NavItem_dropdown {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.15s;
}

@media only screen and (max-width: 767.98px) {
  /* line 189, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem.is-active .NavItem_dropdown, .NavItem.is-open .NavItem_dropdown, .NavItem:not(.NavItem-mega):hover .NavItem_dropdown {
    display: block;
  }
}

/* line 204, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem-mega {
  position: static;
}

/* line 206, app/assets/stylesheets/theme/components/nav-item.scss */
.NavItem-right {
  position: static;
  padding-right: 10px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 211, app/assets/stylesheets/theme/components/nav-item.scss */
  .NavItem-right:first-child {
    padding-left: 0;
  }
}

/* line 52, app/assets/stylesheets/theme/components/nav-list.scss */
.NavList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /**
   * Modifier: Root (Tier 1)
   */
  /**
   * Modifier: Full
   */
  /**
   * List item
   */
  /**
   * Link
   */
}

@media only screen and (min-width: 768px) {
  /* line 52, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 65, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList-root {
    width: 100%;
    max-width: 1350px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  /* line 93, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList-full {
    max-height: 500px;
  }
}

/* line 102, app/assets/stylesheets/theme/components/nav-list.scss */
.NavList-even-distribution .NavList_item {
  flex-basis: 0;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  /* line 112, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_item {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 120, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_item-tier1 {
    margin-right: 20px;
  }
  /* line 127, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList-full .NavList_item-tier1 {
    max-width: 180px;
  }
}

/* line 137, app/assets/stylesheets/theme/components/nav-list.scss */
.NavList_link {
  display: block;
  transition: 0.1s color ease;
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  /* line 137, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link {
    height: auto;
    line-height: inherit;
  }
}

/* line 150, app/assets/stylesheets/theme/components/nav-list.scss */
.NavList_link-tier1 {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 576px) {
  /* line 150, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 150, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier1 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 150, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier1 {
    color: #222222;
  }
}

@media only screen and (min-width: 768px) {
  /* line 150, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier1 {
    color: #222222;
  }
  /* line 66, app/assets/stylesheets/theme/tools/settings.scss */
  .NavList_link-tier1:hover {
    color: #E6000D;
  }
}

/* line 173, app/assets/stylesheets/theme/components/nav-list.scss */
.NavList_link-tier2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

@media only screen and (min-width: 576px) {
  /* line 173, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 173, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier2 {
    height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 173, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier2 {
    color: #666666;
  }
}

@media only screen and (min-width: 768px) {
  /* line 173, app/assets/stylesheets/theme/components/nav-list.scss */
  .NavList_link-tier2 {
    color: #666666;
  }
  /* line 66, app/assets/stylesheets/theme/tools/settings.scss */
  .NavList_link-tier2:hover {
    color: #E6000D;
  }
}

/* line 13, app/assets/stylesheets/theme/components/navbar.scss */
.Navbar {
  /**
   * State: Active
   * Only relevant for handheld devices where
   * the navbar operates as a slide out menu
   */
  /**
   * Inner
   */
  /**
   * Overlay
   * Shown on handheld devices
   */
}

@media only screen and (max-width: 767.98px) {
  /* line 13, app/assets/stylesheets/theme/components/navbar.scss */
  .Navbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity ease;
  }
}

/* line 22, app/assets/stylesheets/theme/components/navbar.scss */
.Navbar .CB-Component {
  margin-bottom: 0px;
}

/* line 32, app/assets/stylesheets/theme/components/navbar.scss */
.Navbar.is-active {
  pointer-events: auto;
  opacity: 1;
}

/* line 42, app/assets/stylesheets/theme/components/navbar.scss */
.Navbar_inner {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  /* line 42, app/assets/stylesheets/theme/components/navbar.scss */
  .Navbar_inner {
    flex-direction: column;
    transform: translateX(-100%);
    transition: 0.1s transform ease;
    background: #FFFFFF;
    height: 100vh;
    width: calc(90% - 20px);
    padding: 10px 20px;
    overflow-y: auto;
  }
}

/* line 63, app/assets/stylesheets/theme/components/navbar.scss */
.is-active .Navbar_inner {
  transform: translateX(0);
}

/* line 72, app/assets/stylesheets/theme/components/navbar.scss */
.Navbar_overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) {
  /* line 72, app/assets/stylesheets/theme/components/navbar.scss */
  .Navbar_overlay {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/theme/components/notice.scss */
.Notice {
  background: #f6f6f6;
  color: currentColor;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal {
  /**
   * Line
   */
  /**
   * Modifier: Position right
   */
}

/* line 28, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 33, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal_line:last-child {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal_line_label {
  color: #888888;
}

/* line 45, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal_line_shipping {
  color: #888888;
}

/* line 52, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal_line_total {
  color: currentColor;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/theme/components/order-total.scss */
.OrderTotal-right {
  margin-left: auto;
}

/* line 37, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader {
  position: relative;
  margin-bottom: 15px;
  /**
   * Heading
   */
  /**
   * Subheading
   */
  /**
   * Summary
   */
  /**
   * Modifier
   */
}

@media only screen and (min-width: 576px) {
  /* line 37, app/assets/stylesheets/theme/components/page-header.scss */
  .PageHeader {
    margin-bottom: 20px;
  }
}

/* line 52, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader_heading {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin: 0;
}

/* line 81, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader_subheading {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #666666;
  font-size: 20px;
}

/* line 94, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader_summary {
  width: 100%;
  z-index: 1;
  margin-top: 15px;
  color: #aaaaaa;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  /* line 94, app/assets/stylesheets/theme/components/page-header.scss */
  .PageHeader_summary {
    width: 75%;
  }
}

/* line 110, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-center {
  text-align: center;
}

/* line 112, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-center .PageHeader_heading {
  align-items: center;
}

/* line 115, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-left {
  text-align: left;
}

@media only screen and (max-width: 575.98px) {
  /* line 119, app/assets/stylesheets/theme/components/page-header.scss */
  .PageHeader-center-mobile {
    text-align: center;
  }
  /* line 122, app/assets/stylesheets/theme/components/page-header.scss */
  .PageHeader-center-mobile .PageHeader_heading {
    align-items: center;
  }
}

/* line 126, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-expansive {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #f6f6f6;
  min-height: 280px;
}

/* line 138, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-expansive .PageHeader_heading, .PageHeader-expansive .PageHeader_subheading {
  color: currentColor;
}

/* line 140, app/assets/stylesheets/theme/components/page-header.scss */
.PageHeader-expansive:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 23, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav {
  margin-bottom: 15px;
  /**
   * Link & Heading
   */
  /**
   * Children
   */
  /**
   * Modifier: Inline
   */
}

@media only screen and (min-width: 576px) {
  /* line 23, app/assets/stylesheets/theme/components/page-nav.scss */
  .PageNav {
    margin-bottom: 20px;
  }
}

/* line 31, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav_link, .PageNav_heading {
  display: block;
  transition: 0.1s color ease;
  padding: 7px 0;
  margin: 0;
}

/* line 38, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav_link {
  color: #222222;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.PageNav_link:hover {
  color: #E6000D;
}

/* line 74, app/assets/stylesheets/theme/tools/settings.scss */
.PageNav_link.is-active, .is-active .PageNav_link {
  color: #222222;
}

/* line 41, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav_link.is-current {
  color: #222222;
}

/* line 44, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav_heading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 55, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav_children {
  display: flex;
  flex-direction: column;
}

/* line 67, app/assets/stylesheets/theme/components/page-nav.scss */
.PageNav-inline .PageNav_link {
  display: inline-block;
  margin-right: 20px;
}

/**
 * Kaminari classes
 */
/* line 39, app/assets/stylesheets/theme/components/pagination.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 44, app/assets/stylesheets/theme/components/pagination.scss */
.pagination .first, .pagination .prev, .pagination .next, .pagination .last {
  margin: 0 7px;
  transition: 0.2s color ease;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.pagination .first:hover, .pagination .prev:hover, .pagination .next:hover, .pagination .last:hover {
  color: #E6000D;
}

/* line 52, app/assets/stylesheets/theme/components/pagination.scss */
.pagination .page {
  cursor: pointer;
  display: block;
  text-align: center;
  transition: 0.2s background-color ease, 0.2s color ease;
  margin: 0 7px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  background-color: #ebebeb;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.pagination .page:hover {
  color: #888888;
}

/* line 74, app/assets/stylesheets/theme/tools/settings.scss */
.pagination .page.is-active, .is-active .pagination .page {
  color: #FFFFFF;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.pagination .page:hover {
  background-color: #cccccc;
}

/* line 74, app/assets/stylesheets/theme/tools/settings.scss */
.pagination .page.is-active, .is-active .pagination .page {
  background-color: #E6000D;
}

/* line 67, app/assets/stylesheets/theme/components/pagination.scss */
.pagination .page a {
  display: block;
}

/* line 69, app/assets/stylesheets/theme/components/pagination.scss */
.pagination .page.current {
  color: #FFFFFF;
  background-color: #E6000D;
}

/**
 * Setting props
 */
/**
 * Panel
 */
/* line 83, app/assets/stylesheets/theme/components/panel.scss */
.Panel {
  overflow: hidden;
  border-radius: 3px;
}

/* line 87, app/assets/stylesheets/theme/components/panel.scss */
.Panel_header {
  background: transparent;
  padding: 15px 0;
}

@media only screen and (min-width: 576px) {
  /* line 87, app/assets/stylesheets/theme/components/panel.scss */
  .Panel_header {
    padding: 15px 0;
  }
}

/* line 95, app/assets/stylesheets/theme/components/panel.scss */
.Panel_section {
  padding: 15px 0;
}

@media only screen and (min-width: 576px) {
  /* line 95, app/assets/stylesheets/theme/components/panel.scss */
  .Panel_section {
    padding: 20px 0;
  }
}

/* line 102, app/assets/stylesheets/theme/components/panel.scss */
.Panel_heading {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: currentColor;
}

/* line 45, app/assets/stylesheets/theme/components/panel.scss */
.Panel-default .Panel_section, .Panel-default .Panel_header {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
}

/* line 51, app/assets/stylesheets/theme/components/panel.scss */
.Panel-default .Panel_section:last-child, .Panel-default .Panel_header:last-child {
  border: none;
}

/* line 117, app/assets/stylesheets/theme/components/panel.scss */
.Panel-summary {
  background: #f6f6f6;
}

/* line 55, app/assets/stylesheets/theme/components/panel.scss */
.Panel-summary .Panel_section {
  padding: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 55, app/assets/stylesheets/theme/components/panel.scss */
  .Panel-summary .Panel_section {
    padding: 20px;
  }
}

/* line 62, app/assets/stylesheets/theme/components/panel.scss */
.Panel-summary .Panel_header {
  padding: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 62, app/assets/stylesheets/theme/components/panel.scss */
  .Panel-summary .Panel_header {
    padding: 15px 20px;
  }
}

/* line 45, app/assets/stylesheets/theme/components/panel.scss */
.Panel-summary .Panel_section, .Panel-summary .Panel_header {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
}

/* line 51, app/assets/stylesheets/theme/components/panel.scss */
.Panel-summary .Panel_section:last-child, .Panel-summary .Panel_header:last-child {
  border: none;
}

@media only screen and (min-width: 768px) {
  /* line 122, app/assets/stylesheets/theme/components/panel.scss */
  .Panel-cart {
    width: 350px;
  }
}

/* line 128, app/assets/stylesheets/theme/components/panel.scss */
.Panel-numbered {
  counter-reset: panel-section-count;
}

/* line 131, app/assets/stylesheets/theme/components/panel.scss */
.Panel-numbered .Panel_header:before {
  display: inline-block;
  counter-increment: panel-section-count;
  font-weight: 600;
  content: counter(panel-section-count) ".";
}

@media print {
  /* line 2, app/assets/stylesheets/theme/components/print.scss */
  .Navbar,
.Header_cart,
.Header_search,
.Header_secondary-nav,
.Hamburger,
.Link,
.ProductCard .Checkbox,
.FilterPanel_footer,
.Footer {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/theme/components/print.scss */
  .Header {
    box-shadow: none !important;
  }
  /* line 14, app/assets/stylesheets/theme/components/print.scss */
  .Panel_section,
.Panel_header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/theme/components/print.scss */
  .u-hide-tablet-and-up .Button {
    display: none !important;
  }
  /* line 22, app/assets/stylesheets/theme/components/print.scss */
  .Grid_sidebar {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 28, app/assets/stylesheets/theme/components/print.scss */
  .Grid {
    grid-template-columns: 25% 75%;
  }
  /* line 34, app/assets/stylesheets/theme/components/print.scss */
  .Grid_main {
    grid-column: 2 / span 4;
    grid-row: 1;
  }
  /* line 38, app/assets/stylesheets/theme/components/print.scss */
  .Grid_main .BannerOverlay {
    display: none;
  }
  /* line 43, app/assets/stylesheets/theme/components/print.scss */
  .Grid_sidebar .Accordion {
    display: none;
  }
  /* line 46, app/assets/stylesheets/theme/components/print.scss */
  .Grid_sidebar .Accordion.has-selection {
    display: block;
  }
  /* line 49, app/assets/stylesheets/theme/components/print.scss */
  .Grid_sidebar .Accordion.has-selection div.Checkbox {
    display: none;
  }
  /* line 51, app/assets/stylesheets/theme/components/print.scss */
  .Grid_sidebar .Accordion.has-selection div.Checkbox.selected {
    display: flex;
  }
  /* line 58, app/assets/stylesheets/theme/components/print.scss */
  .ProductCard_image,
.CategoryCard_image {
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
  }
}

/* line 33, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect {
  height: 40px;
  margin-bottom: 33px;
  /**
   * Line
   */
  /**
   * Bar
   */
  /**
   * Handle
   */
  /**
   * Label
   */
}

/* line 42, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-line {
  top: 40px;
  transform: translateY(-50%);
  height: 2px;
  background-color: #cccccc;
  border-radius: 2px;
}

/* line 55, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-bar {
  top: 100%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #aaaaaa;
}

/* line 67, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-handle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 100%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.irs--storeconnect .irs-handle:hover, .irs--storeconnect .irs-handle:focus {
  background-color: #FFFFFF;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.irs--storeconnect .irs-handle:hover, .irs--storeconnect .irs-handle:focus {
  border-color: #cccccc;
}

/* line 83, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-handle i {
  display: block;
  height: 2px;
  border-radius: 2px;
  width: 12px;
  margin: 1px 0;
  background: #cccccc;
}

/* line 98, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-min, .irs--storeconnect .irs-max, .irs--storeconnect .irs-from, .irs--storeconnect .irs-to, .irs--storeconnect .irs-single {
  line-height: 1;
  padding: 3px 7px;
  border-radius: 2px;
}

/* line 104, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-min, .irs--storeconnect .irs-max {
  top: 0;
  background-color: #ebebeb;
  color: #888888;
}

/* line 110, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-from, .irs--storeconnect .irs-to, .irs--storeconnect .irs-single {
  background-color: #E6000D;
  color: #FFFFFF;
  border-radius: 2px;
}

/* line 115, app/assets/stylesheets/theme/components/price-slider.scss */
.irs--storeconnect .irs-from:before, .irs--storeconnect .irs-to:before, .irs--storeconnect .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #E6000D;
}

/* line 131, app/assets/stylesheets/theme/components/price-slider.scss */
[data-js-range-slider] {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 13, app/assets/stylesheets/theme/components/product-brand.scss */
.ProductPreheading {
  margin-bottom: 10px;
  color: #888888;
}

/* line 19, app/assets/stylesheets/theme/components/product-display.scss */
.ProductDisplay {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "images" "header" "cart" "details";
  /**
   * Images
   */
  /**
   * Header
   */
  /**
   * Add to cart
   */
  /**
   * Details
   */
}

@media only screen and (min-width: 768px) {
  /* line 19, app/assets/stylesheets/theme/components/product-display.scss */
  .ProductDisplay {
    margin-bottom: 30px;
    grid-template-columns: 50% 50%;
    grid-template-rows: max-content max-content auto;
    grid-template-areas: "images header" "images cart" "details details";
    grid-template-areas: "images header" "images cart" "images details";
  }
}

/* line 52, app/assets/stylesheets/theme/components/product-display.scss */
.ProductDisplay_images {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 52, app/assets/stylesheets/theme/components/product-display.scss */
  .ProductDisplay_images {
    grid-area: images;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

/* line 67, app/assets/stylesheets/theme/components/product-display.scss */
.ProductDisplay_header {
  grid-area: header;
}

/* line 77, app/assets/stylesheets/theme/components/product-display.scss */
.ProductDisplay_cart {
  grid-area: cart;
  margin-bottom: 20px;
}

/* line 87, app/assets/stylesheets/theme/components/product-display.scss */
.ProductDisplay_details {
  grid-area: details;
}

/* line 35, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /**
   * Image link
   */
  /**
   * Details
   */
  /**
     * Children
     */
  /**
     * Preheading
     */
  /**
     * Heading
     */
  /**
     * Group
     */
}

/* line 45, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_image {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 0;
  position: relative;
  width: 100%;
  padding-top: 70.8333333333%;
  background-position: center;
  background-size: 100%;
  transition: 0.15s background-size ease;
}

/* line 57, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%) translateX(-50%);
  height: auto;
}

/* line 76, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_image:hover, .ProductCard_image:focus {
  background-size: 110%;
}

/* line 85, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_image:after {
  content: '';
  transition: 0.1s background-color ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

/* line 93, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_image:hover:after, .ProductCard_image:focus:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_detail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 117, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_preheading, .ProductCard_heading, .ProductCard_price, .ProductCard_group {
  padding: 3px 10px;
}

/* line 126, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_preheading {
  width: 100%;
  font-size: 16px;
  color: currentColor;
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_heading {
  flex-grow: 1;
  transition: 0.2s color ease;
  width: 100%;
  font-weight: 400;
  color: #666666;
}

/* line 147, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard:hover .ProductCard_heading, .ProductCard:focus .ProductCard_heading {
  color: #444444;
}

/* line 157, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_group {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}

/* line 162, app/assets/stylesheets/theme/components/product-card.scss */
.ProductCard_group_item {
  padding: 0 7px;
}

/* line 1, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  transition: 0.2s ease opacity;
  /**
   * Image
   */
  /**
   * Close button
   */
}

/* line 13, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* line 23, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery_image {
  max-width: 1024px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: 0.2s ease transform;
  transform: translateY(-50%) translateX(-50%) scale(0.75);
  cursor: zoom-in;
}

/* line 39, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery_image.is-zoomed {
  transform: translateY(-50%) translateX(-50%) scale(1);
  cursor: grab;
}

/* line 47, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery_image.is-dragging {
  cursor: grabbing;
}

/* line 55, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery_close {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 20px;
}

/* line 64, app/assets/stylesheets/theme/components/product-gallery.scss */
.ProductGallery_close svg {
  fill: #222222;
  width: 15px;
  height: 15px;
}

/* line 19, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem {
  display: flex;
  margin-bottom: 10px;
  /**
   * Image
   */
}

/* line 28, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_image img {
  width: 100%;
}

/* line 38, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_heading {
  display: block;
  margin-bottom: 10px;
}

/* line 43, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_qty {
  color: #888888;
}

/* line 45, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_total {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/theme/components/product-item.scss */
.ProductItem_summary {
  flex-grow: 1;
  margin-right: 10px;
}

/* line 32, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages {
  display: flex;
  flex-direction: column-reverse;
  /**
   * Main product image
   */
  /**
   * List of thumbnails
   */
  /**
   * Thumbnail
   */
}

/* line 45, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main {
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  font-size: 0;
  flex-grow: 1;
  transition: 0.2s background-color ease;
}

/* line 53, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

/* line 59, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

/* line 64, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main img.is-zoomed {
  transform: scale(2);
}

/* line 73, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnails {
  overflow: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 500px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  /* line 73, app/assets/stylesheets/theme/components/product-images.scss */
  .ProductImages_thumbnails {
    margin: 20px 0 0;
  }
}

/* line 99, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail {
  height: auto;
  max-width: 70px;
  margin: 0 10px 0 0;
  opacity: 0.5;
  transition: 0.1s opacity ease;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 7px;
}

/* line 107, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail.is-active, .ProductImages_thumbnail:hover {
  opacity: 1;
}

/* line 114, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail.is-active, .ProductImages_thumbnail:hover {
  border-color: #ebebeb;
}

@media only screen and (min-width: 768px) {
  /* line 99, app/assets/stylesheets/theme/components/product-images.scss */
  .ProductImages_thumbnail {
    max-width: 80px;
  }
}

/* line 13, app/assets/stylesheets/theme/components/product-price.scss */
.ProductPrice {
  display: flex;
  align-items: baseline;
  color: #444444;
  font-size: 20px;
}

/* line 26, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant {
  display: inline-block;
  margin: 0 0 3px;
  font-size: 14px;
  /**
   * Label
   */
  /**
   * State
   */
  /**
   * Input (hidden)
   */
}

/* line 36, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant_label {
  padding: 10px 15px;
  background: #f6f6f6;
  color: #444444;
  border-radius: 3px;
}

/* line 54, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant_input:checked + .Variant_label {
  background: #222222;
  color: #FFFFFF;
}

/* line 62, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant_input:disabled + .Variant_label {
  background: #f6f6f6;
  color: #aaaaaa;
}

/* line 70, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant_input:not(:disabled) + .Variant_label {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/theme/components/product-variant.scss */
.Variant_input {
  display: none;
}

/* line 33, app/assets/stylesheets/theme/components/radio.scss */
.Radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  margin-bottom: 10px;
  /**
   * Input
   */
  /**
   * Label
   */
}

/* line 39, app/assets/stylesheets/theme/components/radio.scss */
.Radio:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/theme/components/radio.scss */
.Radio_input {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f8f8;
  background-size: 30%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-radius: 100%;
  border-width: 1px;
  border-color: #ccc;
  margin-right: 10px;
}

/* line 63, app/assets/stylesheets/theme/components/radio.scss */
.Radio_input:checked {
  background-color: #E6000D;
  background-image: url(/assets/theme/icons/radio-3a2caaad7a895ce46b7fcc12593321b224e4dbcee3a1a33f20614147a3eb749c.svg);
  border-color: transparent;
}

/* line 75, app/assets/stylesheets/theme/components/radio.scss */
.Radio_label {
  cursor: pointer;
  font-size: inherit;
  color: currentColor;
  margin: 0;
}

/* line 12, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker {
  position: relative;
  min-width: 80px;
  font-size: 14px;
  /**
   * Trigger
   */
  /**
   * Input (hidden by default)
   */
  /**
   * List
   */
}

/* line 22, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 38, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger.is-hidden {
  display: none;
}

/* line 43, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger-subtle {
  border-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 47, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger-subtle:hover {
  border-color: #cccccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 54, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger_label {
  pointer-events: none;
}

/* line 56, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_trigger svg {
  pointer-events: none;
  margin-left: 7px;
  width: 8px;
  height: 8px;
}

/* line 69, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_input[type=number] {
  display: none;
  height: auto;
  line-height: inherit;
  padding: 7px 10px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}

/* line 77, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_input[type=number]:focus, .QuantityPicker_input[type=number]:hover {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}

/* line 84, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_input.is-active[type=number] {
  display: block;
}

/* line 93, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 111, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_list.is-active {
  display: block;
}

/* line 116, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_list_button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
}

/* line 122, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_list_button > span {
  pointer-events: none;
}

/* line 124, app/assets/stylesheets/theme/components/quantity-picker.scss */
.QuantityPicker_list_button:hover, .QuantityPicker_list_button:focus {
  background-color: #f6f6f6;
}

/* line 17, app/assets/stylesheets/theme/components/screen.scss */
.Screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: currentColor;
  transition: 0.2s transform ease, 0.2s visibility ease;
  /**
   * State
   */
  /**
   * Header
   */
  /**
   * Body
   */
}

/* line 31, app/assets/stylesheets/theme/components/screen.scss */
.Screen.is-hidden {
  visibility: hidden;
  transform: translateY(100%);
}

/* line 41, app/assets/stylesheets/theme/components/screen.scss */
.Screen_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

@media only screen and (min-width: 576px) {
  /* line 41, app/assets/stylesheets/theme/components/screen.scss */
  .Screen_header {
    padding: 0 20px;
  }
}

/* line 56, app/assets/stylesheets/theme/components/screen.scss */
.Screen_header_heading {
  margin: 0;
}

/* line 64, app/assets/stylesheets/theme/components/screen.scss */
.Screen_body {
  height: 100vh;
  padding-top: 50px;
}

/* line 71, app/assets/stylesheets/theme/components/screen.scss */
.Screen_body-scroll {
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/theme/components/search.scss */
.Search {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  /**
   * Input
   */
  /**
   * Icon
   */
  /**
   * Button
   */
}

@media only screen and (min-width: 768px) {
  /* line 36, app/assets/stylesheets/theme/components/search.scss */
  .Search {
    max-width: 500px;
  }
}

/* line 50, app/assets/stylesheets/theme/components/search.scss */
.Search input {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 48px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #444444;
}

/* line 61, app/assets/stylesheets/theme/tools/settings.scss */
.Search input:focus {
  border-color: #222222;
}

/* line 69, app/assets/stylesheets/theme/tools/settings.scss */
.Search input:hover {
  border-color: #444444;
}

/* line 72, app/assets/stylesheets/theme/components/search.scss */
.Search input:not(:focus) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 101, app/assets/stylesheets/theme/components/search.scss */
.Search_button {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  transition: 0.2s background ease;
  margin-left: 7px;
  border-radius: 3px;
  border-width: 0;
  border-color: #ccc;
  border-style: solid;
  padding: 0 14px;
  background: #E6000D;
  align-items: center;
  color: #FFFFFF;
}

/* line 118, app/assets/stylesheets/theme/components/search.scss */
.Search_button:hover, .Search_button:focus {
  background: #b3000a;
  border-color: #999;
}

/* line 30, app/assets/stylesheets/theme/components/section.scss */
.Section {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  /**
   * Header
   */
  /**
   * Variant: Offset
   */
}

@media only screen and (min-width: 576px) {
  /* line 30, app/assets/stylesheets/theme/components/section.scss */
  .Section {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 30, app/assets/stylesheets/theme/components/section.scss */
  .Section {
    padding-bottom: 10px;
  }
}

/* line 43, app/assets/stylesheets/theme/components/section.scss */
.Section_header {
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/theme/components/section.scss */
.Section_header_heading {
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/theme/components/section.scss */
.Section_header-left {
  text-align: left;
}

/* line 68, app/assets/stylesheets/theme/components/section.scss */
.Section-offset {
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 68, app/assets/stylesheets/theme/components/section.scss */
  .Section-offset {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 68, app/assets/stylesheets/theme/components/section.scss */
  .Section-offset {
    padding-bottom: 20px;
  }
}

/* line 21, app/assets/stylesheets/theme/components/select.scss */
.Select {
  display: inline-block;
  position: relative;
  height: 48px;
  background: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #ccc;
  /**
   * Subtle
   */
}

/* line 31, app/assets/stylesheets/theme/components/select.scss */
.Select:hover, .Select:focus {
  background: #f8f8f8;
  border-color: #999;
}

/* line 36, app/assets/stylesheets/theme/components/select.scss */
.Select select {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background-attachment: none;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 30px;
  color: currentColor;
}

/* line 46, app/assets/stylesheets/theme/components/select.scss */
.Select_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  right: 15px;
  fill: currentColor;
  transition: 0.2s transform ease;
}

/* line 62, app/assets/stylesheets/theme/components/select.scss */
.Select-subtle {
  background: none;
  color: #444444;
}

/* line 66, app/assets/stylesheets/theme/components/select.scss */
.Select-subtle:hover, .Select-subtle:focus {
  background: none;
  color: #E6000D;
}

/* line 17, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow {
  position: relative;
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_track {
  display: flex;
  transition: 0.2s transform ease;
}

/* line 26, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_slide {
  position: relative;
  width: 100%;
  background-size: cover;
}

/* line 32, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}

/* line 39, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* line 47, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_button:after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_button:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 58, app/assets/stylesheets/theme/components/slideshow.scss */
.Slideshow_button.is-active:after {
  background-color: #E6000D;
}

/**
 * Nesting to override the
 * default 'tiny-slider' css
 */
/* line 26, app/assets/stylesheets/theme/components/slider.scss */
.tns-outer {
  position: relative;
}

/**
 * Arrow Controls
 */
/* line 35, app/assets/stylesheets/theme/components/slider.scss */
.tns-controls button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s background-color ease;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  color: transparent;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(/assets/theme/icons/chevron-a844f5cccae3e7573a410def71ec375b31960641fa170a71a026b7a0707c1c1b.svg);
  background-size: 30%;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.tns-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 55, app/assets/stylesheets/theme/components/slider.scss */
.tns-controls button[data-controls=prev] {
  left: 10px;
  transform: translateY(-50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  /* line 55, app/assets/stylesheets/theme/components/slider.scss */
  .tns-controls button[data-controls=prev] {
    left: 20px;
  }
}

/* line 64, app/assets/stylesheets/theme/components/slider.scss */
.tns-controls button[data-controls=next] {
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  /* line 64, app/assets/stylesheets/theme/components/slider.scss */
  .tns-controls button[data-controls=next] {
    right: 20px;
  }
}

/**
 * Item
 */
/* line 77, app/assets/stylesheets/theme/components/slider.scss */
.tns-item img {
  width: 100%;
}

/**
 * Nav
 */
/* line 84, app/assets/stylesheets/theme/components/slider.scss */
.tns-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

/* line 93, app/assets/stylesheets/theme/components/slider.scss */
.tns-nav button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 6px;
}

/* line 101, app/assets/stylesheets/theme/components/slider.scss */
.tns-nav button.tns-nav-active {
  background: rgba(0, 0, 0, 0.7);
}

/* line 16, app/assets/stylesheets/theme/components/sidebar.scss */
.Sidebar {
  position: static;
}

/* line 23, app/assets/stylesheets/theme/components/sidebar.scss */
.Sidebar_section {
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/theme/components/sidebar.scss */
.Sidebar_heading {
  font-size: 18px;
  margin: 0 0 10px;
}

/* line 45, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel {
  display: flex;
  flex-wrap: wrap;
  /**
   * Tab
   */
  /**
   * Body
   */
}

/* line 56, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab {
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  font-size: 16px;
  background: white;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.TabPanel_tab:hover, .TabPanel_tab:focus {
  background: white;
}

@media only screen and (min-width: 576px) {
  /* line 56, app/assets/stylesheets/theme/components/tab-panel.scss */
  .TabPanel_tab {
    order: 1;
    justify-content: center;
    width: auto;
    max-width: calc(100%/5);
    color: #888888;
  }
  /* line 66, app/assets/stylesheets/theme/tools/settings.scss */
  .TabPanel_tab:hover {
    color: currentColor;
  }
  /* line 74, app/assets/stylesheets/theme/tools/settings.scss */
  .TabPanel_tab.is-active, .is-active .TabPanel_tab {
    color: #222222;
  }
}

@media only screen and (min-width: 576px) {
  /* line 56, app/assets/stylesheets/theme/components/tab-panel.scss */
  .TabPanel_tab {
    width: 100%;
  }
}

/* line 133, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8e8e8;
  height: 2px;
  width: 100%;
}

/* line 141, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab.is-active:after {
  background: #E6000D;
}

@media only screen and (min-width: 576px) {
  /* line 148, app/assets/stylesheets/theme/components/tab-panel.scss */
  .TabPanel_tab_icon {
    display: none;
  }
}

/* line 151, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab_icon svg {
  width: 12px;
  height: 12px;
  fill: #aaaaaa;
}

/* line 155, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab_icon svg:first-child {
  display: none;
}

/* line 164, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab.is-active + .TabPanel_body {
  display: block;
}

/* line 166, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab.is-active svg {
  display: none;
}

/* line 168, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_tab.is-active svg:first-child {
  display: block;
}

/* line 178, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_body {
  display: none;
  width: 100%;
  padding: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 178, app/assets/stylesheets/theme/components/tab-panel.scss */
  .TabPanel_body {
    order: 2;
  }
}

/* line 211, app/assets/stylesheets/theme/components/tab-panel.scss */
.TabPanel_body .Section {
  padding: 0 !important;
}

/* line 32, app/assets/stylesheets/theme/components/table.scss */
.Table {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-x: auto;
  /**
   * Header
   */
  /**
   * Section
   */
  /**
   * Row
   */
  /**
   * Column
   */
  /**
   * Label
   */
  /**
   * Value
   */
}

/* line 45, app/assets/stylesheets/theme/components/table.scss */
.Table_header {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/theme/components/table.scss */
.Table_section {
  position: relative;
  margin-bottom: 10px;
}

/* line 67, app/assets/stylesheets/theme/components/table.scss */
.Table_row {
  display: flex;
}

/* line 73, app/assets/stylesheets/theme/components/table.scss */
.Table_row-header {
  padding: 7px 0;
}

/* line 81, app/assets/stylesheets/theme/components/table.scss */
.Table_cell {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  background: white;
}

@media only screen and (min-width: 576px) {
  /* line 81, app/assets/stylesheets/theme/components/table.scss */
  .Table_cell {
    padding: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 81, app/assets/stylesheets/theme/components/table.scss */
  .Table_cell {
    padding: 7px 10px;
    min-width: 70%;
  }
}

/* line 97, app/assets/stylesheets/theme/components/table.scss */
.Table_cell_number_input input {
  width: 6rem;
  padding: 0px 0px 0px 10px;
  height: 2.2rem;
  text-align: center;
}

/* line 108, app/assets/stylesheets/theme/components/table.scss */
.Table_cell-header {
  background: #FFFFFF;
  overflow-x: hidden;
  padding: 15px 10px;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 0 0 1px;
}

@media only screen and (min-width: 576px) {
  /* line 108, app/assets/stylesheets/theme/components/table.scss */
  .Table_cell-header {
    padding: 20px 10px;
  }
}

/* line 126, app/assets/stylesheets/theme/components/table.scss */
.Table_cell a {
  text-decoration: underline;
}

/* line 128, app/assets/stylesheets/theme/components/table.scss */
.Table_cell a:hover {
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/theme/components/table.scss */
.Table_cell-skinny {
  flex-grow: 0;
  flex-basis: 200px;
}

/* line 142, app/assets/stylesheets/theme/components/table.scss */
.Table_cell-sticky {
  position: sticky;
  left: 0;
  background: #FFFFFF;
}

/* line 154, app/assets/stylesheets/theme/components/table.scss */
.Table_label {
  font-weight: 400;
  color: currentColor;
}

/* line 164, app/assets/stylesheets/theme/components/table.scss */
.Table_value {
  color: #888888;
}

/* line 17, app/assets/stylesheets/theme/components/tag.scss */
.Tag {
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 15px;
  transition: 0.1s background-color ease;
  background-color: #E6000D;
  color: #FFFFFF;
  padding: 7px 15px;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.Tag:hover {
  background-color: #b3000a;
}

/* line 88, app/assets/stylesheets/theme/tools/settings.scss */
.Tag:hover, .Tag:focus {
  color: #FFFFFF;
}

/* line 3, app/assets/stylesheets/theme/components/text.scss */
.Text-center, .Text-center-text {
  text-align: center;
}

/* line 1, app/assets/stylesheets/theme/components/variant-option.scss */
.VariantOption {
  display: inline-block;
}

/* line 4, app/assets/stylesheets/theme/components/variant-option.scss */
.VariantOption input {
  display: none;
}

/* line 6, app/assets/stylesheets/theme/components/variant-option.scss */
.VariantOption_label {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 1px solid #cccccc;
}

/* line 16, app/assets/stylesheets/theme/components/variant-option.scss */
.VariantOption input:checked ~ label {
  border: 2px solid #E6000D;
}

/**
  * Content Blocks
  */
/* line 11, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -15px;
}

@media only screen and (min-width: 576px) {
  /* line 11, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-Container {
    margin-bottom: -20px;
  }
}

/* line 23, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Container > .CB-Component {
  padding-right: 10px;
  padding-left: 10px;
}

/**
 * Slideshow
 */
/* line 34, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Slideshow {
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 34, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-Slideshow {
    margin-bottom: 20px;
  }
}

/* line 38, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Slideshow .CB-Component {
  margin: 0;
}

/**
 * Content Block Component
 */
/* line 46, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Component {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 46, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-Component {
    margin-bottom: 20px;
  }
}

/* line 51, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Component p:last-child {
  margin: 0;
}

/* line 53, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Component.CB-Html {
  margin: 0;
}

/* line 55, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-Component.CB-Html p:last-child {
  margin: 0 0 20px;
}

/**
 * Even distribution
 */
/* line 64, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-even-distribution {
  flex-wrap: nowrap;
}

/* line 67, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-even-distribution > .CB-Component, .CB-even-distribution > .CB-Container {
  flex-basis: 0;
  flex-grow: 1;
}

/**
 * Equal width columns
 */
/* line 84, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-two-column > .CB-Component, .CB-two-column > .CB-Container {
  width: 50%;
}

/* line 95, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-three-column > .CB-Component, .CB-three-column > .CB-Container {
  width: 33.333%;
}

/* line 106, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-four-column > .CB-Component, .CB-four-column > .CB-Container {
  width: 25%;
}

/* line 117, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-one-to-two-column > .CB-Component, .CB-one-to-two-column > .CB-Container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 117, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-one-to-two-column > .CB-Component, .CB-one-to-two-column > .CB-Container {
    width: 50%;
  }
}

/* line 129, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-one-to-three-column > .CB-Component, .CB-one-to-three-column > .CB-Container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 129, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-one-to-three-column > .CB-Component, .CB-one-to-three-column > .CB-Container {
    width: 33.333%;
  }
}

/* line 141, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-one-to-four-column > .CB-Component, .CB-one-to-four-column > .CB-Container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 141, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-one-to-four-column > .CB-Component, .CB-one-to-four-column > .CB-Container {
    width: 25%;
  }
}

/* line 153, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-two-to-four-column > .CB-Component, .CB-two-to-four-column > .CB-Container {
  width: 50%;
}

@media only screen and (min-width: 576px) {
  /* line 153, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-two-to-four-column > .CB-Component, .CB-two-to-four-column > .CB-Container {
    width: 25%;
  }
}

/**
 * Layout
 */
/* line 170, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-one-third-two-thirds > .CB-Component, .CB-one-third-two-thirds > .CB-Container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 175, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-one-third-two-thirds > .CB-Component:nth-child(1), .CB-one-third-two-thirds > .CB-Container:nth-child(1) {
    width: 33.333%;
  }
  /* line 176, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-one-third-two-thirds > .CB-Component:nth-child(2), .CB-one-third-two-thirds > .CB-Container:nth-child(2) {
    width: 66.666%;
  }
}

/* line 186, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-two-thirds-one-third > .CB-Component, .CB-two-thirds-one-third > .CB-Container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /* line 191, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-two-thirds-one-third > .CB-Component:nth-child(1), .CB-two-thirds-one-third > .CB-Container:nth-child(1) {
    width: 66.666%;
  }
  /* line 192, app/assets/stylesheets/theme/content_blocks/container.scss */
  .CB-two-thirds-one-third > .CB-Component:nth-child(2), .CB-two-thirds-one-third > .CB-Container:nth-child(2) {
    width: 33.333%;
  }
}

/**
 * Alignment
 */
/* line 202, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-align-center {
  align-items: center;
}

/* line 204, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-align-top {
  align-items: flex-start;
}

/* line 206, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-align-end {
  align-items: flex-end;
}

/* line 208, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-justify-center {
  justify-content: center;
}

/* line 210, app/assets/stylesheets/theme/content_blocks/container.scss */
.CB-justify-space-between {
  justify-content: space-between;
}

/**
 * TODO: Move to more appropriate location
 */
/* line 217, app/assets/stylesheets/theme/content_blocks/container.scss */
.u-explanation-heading {
  margin-bottom: -20px;
}

/* line 220, app/assets/stylesheets/theme/content_blocks/container.scss */
.u-explanation-heading h1 {
  font-size: 20px;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb;
}

/* line 227, app/assets/stylesheets/theme/content_blocks/container.scss */
.u-explanation-heading h2 {
  margin: 20px 0;
  font-size: 16px;
}

/* line 232, app/assets/stylesheets/theme/content_blocks/container.scss */
.u-explanation-heading > div {
  color: #666666;
  margin-bottom: 20px;
}

/**
  * Utilities
  */
/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-brand {
  border-top: 1px solid #E6000D;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-brand {
  border-right: 1px solid #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-brand {
  border-bottom: 1px solid #E6000D;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-brand {
  border-left: 1px solid #E6000D;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-brand-alt {
  border-top: 1px solid #222222;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-brand-alt {
  border-right: 1px solid #222222;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-brand-alt {
  border-bottom: 1px solid #222222;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-brand-alt {
  border-left: 1px solid #222222;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-sale {
  border-top: 1px solid #E6000D;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-sale {
  border-right: 1px solid #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-sale {
  border-bottom: 1px solid #E6000D;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-sale {
  border-left: 1px solid #E6000D;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-error {
  border-top: 1px solid #E6000D;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-error {
  border-right: 1px solid #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-error {
  border-bottom: 1px solid #E6000D;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-error {
  border-left: 1px solid #E6000D;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-white {
  border-top: 1px solid #FFFFFF;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-white {
  border-right: 1px solid #FFFFFF;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-white {
  border-bottom: 1px solid #FFFFFF;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-white {
  border-left: 1px solid #FFFFFF;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-body {
  border-top: 1px solid #222222;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-body {
  border-right: 1px solid #222222;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-body {
  border-bottom: 1px solid #222222;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-body {
  border-left: 1px solid #222222;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-1 {
  border-top: 1px solid #444444;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-1 {
  border-right: 1px solid #444444;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-1 {
  border-bottom: 1px solid #444444;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-1 {
  border-left: 1px solid #444444;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-2 {
  border-top: 1px solid #666666;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-2 {
  border-right: 1px solid #666666;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-2 {
  border-bottom: 1px solid #666666;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-2 {
  border-left: 1px solid #666666;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-3 {
  border-top: 1px solid #888888;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-3 {
  border-right: 1px solid #888888;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-3 {
  border-bottom: 1px solid #888888;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-3 {
  border-left: 1px solid #888888;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-4 {
  border-top: 1px solid #aaaaaa;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-4 {
  border-right: 1px solid #aaaaaa;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-4 {
  border-bottom: 1px solid #aaaaaa;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-4 {
  border-left: 1px solid #aaaaaa;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-5 {
  border-top: 1px solid #cccccc;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-5 {
  border-right: 1px solid #cccccc;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-5 {
  border-bottom: 1px solid #cccccc;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-5 {
  border-left: 1px solid #cccccc;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-6 {
  border-top: 1px solid #ebebeb;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-6 {
  border-right: 1px solid #ebebeb;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-6 {
  border-bottom: 1px solid #ebebeb;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-6 {
  border-left: 1px solid #ebebeb;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/* line 4, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-top-grey-7 {
  border-top: 1px solid #f6f6f6;
}

/* line 6, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-7 {
  border-right: 1px solid #f6f6f6;
}

/* line 8, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-bottom-grey-7 {
  border-bottom: 1px solid #f6f6f6;
}

/* line 10, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-right-grey-7 {
  border-left: 1px solid #f6f6f6;
}

/* line 12, app/assets/stylesheets/theme/utilities/border.scss */
.u-border-none {
  border: unset;
}

/**
 * Hide
 */
/* line 5, app/assets/stylesheets/theme/utilities/display.scss */
.u-hide {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  /* line 7, app/assets/stylesheets/theme/utilities/display.scss */
  .u-hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/theme/utilities/display.scss */
  .u-hide-handheld {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 11, app/assets/stylesheets/theme/utilities/display.scss */
  .u-hide-tablet-and-up {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 13, app/assets/stylesheets/theme/utilities/display.scss */
  .u-hide-desktop {
    display: none;
  }
}

/* line 15, app/assets/stylesheets/theme/utilities/display.scss */
.u-invisible {
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/theme/utilities/display.scss */
.u-hide-inactive:not(.is-active) {
  display: none;
}

/**
 * Display
 */
/* line 25, app/assets/stylesheets/theme/utilities/display.scss */
.u-display-block {
  display: block;
}

/* line 27, app/assets/stylesheets/theme/utilities/display.scss */
.u-display-inline-block {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 29, app/assets/stylesheets/theme/utilities/display.scss */
  .u-display-block-tablet-and-up {
    display: block;
  }
}

/**
 * Default vertical rhythm
 */
/* line 5, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 5, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 5, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me {
    margin-bottom: 20px;
  }
}

/* line 10, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt {
  margin-top: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 10, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt {
    margin-top: 20px;
  }
}

/* line 12, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 12, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb {
    margin-bottom: 20px;
  }
}

/* line 17, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 17, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pe {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 17, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pe {
    padding-bottom: 20px;
  }
}

/* line 22, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt {
  padding-top: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 22, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pt {
    padding-top: 20px;
  }
}

/* line 24, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb {
  padding-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  /* line 24, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pb {
    padding-bottom: 20px;
  }
}

/**
 * Spacious vertical rhythm
 */
/* line 31, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-spacious {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 31, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-spacious {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 31, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-spacious {
    margin-bottom: 40px;
  }
}

/* line 36, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-spacious {
  margin-top: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 36, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-spacious {
    margin-top: 40px;
  }
}

/* line 38, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-spacious {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 38, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-spacious {
    margin-bottom: 40px;
  }
}

/* line 43, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-spacious {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 43, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pe-spacious {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 43, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pe-spacious {
    padding-bottom: 40px;
  }
}

/* line 48, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-spacious {
  padding-top: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 48, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pt-spacious {
    padding-top: 40px;
  }
}

/* line 50, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-spacious {
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  /* line 50, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-pb-spacious {
    padding-bottom: 40px;
  }
}

/**
 * Custom spacing
 */
/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-micro {
  margin: 3px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-micro {
  margin-top: 3px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-micro {
  margin-right: 3px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-micro {
  margin-bottom: 3px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-micro {
  margin-left: 3px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-micro {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-micro {
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-micro-from-tablet {
    margin-top: 3px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-micro-from-tablet {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-micro-from-tablet {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-micro-from-tablet {
    margin-left: 3px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-micro-from-tablet {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-micro-from-tablet {
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-micro {
  padding: 3px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-micro {
  padding-top: 3px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-micro {
  padding-right: 3px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-micro {
  padding-bottom: 3px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-micro {
  padding-left: 3px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-micro {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-micro {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-tiny {
  margin: 7px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-tiny {
  margin-top: 7px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-tiny {
  margin-right: 7px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-tiny {
  margin-bottom: 7px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-tiny {
  margin-left: 7px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-tiny {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-tiny {
  margin-left: 7px;
  margin-right: 7px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-tiny-from-tablet {
    margin-top: 7px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-tiny-from-tablet {
    margin-right: 7px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-tiny-from-tablet {
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-tiny-from-tablet {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-tiny-from-tablet {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-tiny-from-tablet {
    margin-left: 7px;
    margin-right: 7px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-tiny {
  padding: 7px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-tiny {
  padding-top: 7px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-tiny {
  padding-right: 7px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-tiny {
  padding-bottom: 7px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-tiny {
  padding-left: 7px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-tiny {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-tiny {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-small {
  margin: 10px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-small {
  margin-top: 10px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-small {
  margin-right: 10px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-small {
  margin-bottom: 10px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-small {
  margin-left: 10px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-small {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-small-from-tablet {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-small-from-tablet {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-small-from-tablet {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-small-from-tablet {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-small-from-tablet {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-small-from-tablet {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-small {
  padding: 10px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-small {
  padding-top: 10px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-small {
  padding-right: 10px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-small {
  padding-bottom: 10px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-small {
  padding-left: 10px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-small {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-medium {
  margin: 15px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-medium {
  margin-top: 15px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-medium {
  margin-right: 15px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-medium {
  margin-bottom: 15px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-medium {
  margin-left: 15px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-medium {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-medium {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-medium-from-tablet {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-medium-from-tablet {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-medium-from-tablet {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-medium-from-tablet {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-medium-from-tablet {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-medium-from-tablet {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-medium {
  padding: 15px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-medium {
  padding-top: 15px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-medium {
  padding-right: 15px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-medium {
  padding-bottom: 15px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-medium {
  padding-left: 15px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-medium {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-medium {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-base {
  margin: 20px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-base {
  margin-top: 20px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-base {
  margin-right: 20px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-base {
  margin-bottom: 20px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-base {
  margin-left: 20px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-base {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-base {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-base-from-tablet {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-base-from-tablet {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-base-from-tablet {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-base-from-tablet {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-base-from-tablet {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-base-from-tablet {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-base {
  padding: 20px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-base {
  padding-top: 20px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-base {
  padding-right: 20px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-base {
  padding-bottom: 20px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-base {
  padding-left: 20px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-base {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-base {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-large {
  margin: 30px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-large {
  margin-top: 30px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-large {
  margin-right: 30px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-large {
  margin-bottom: 30px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-large {
  margin-left: 30px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-large {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-large {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-large-from-tablet {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-large-from-tablet {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-large-from-tablet {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-large-from-tablet {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-large-from-tablet {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-large-from-tablet {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-large {
  padding: 30px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-large {
  padding-top: 30px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-large {
  padding-right: 30px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-large {
  padding-bottom: 30px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-large {
  padding-left: 30px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-large {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-large {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-xlarge {
  margin: 40px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-xlarge {
  margin-top: 40px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-xlarge {
  margin-right: 40px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-xlarge {
  margin-bottom: 40px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-xlarge {
  margin-left: 40px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-xlarge {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-xlarge {
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-xlarge-from-tablet {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-xlarge-from-tablet {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-xlarge-from-tablet {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-xlarge-from-tablet {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-xlarge-from-tablet {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-xlarge-from-tablet {
    margin-left: 40px;
    margin-right: 40px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-xlarge {
  padding: 40px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-xlarge {
  padding-top: 40px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-xlarge {
  padding-right: 40px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-xlarge {
  padding-bottom: 40px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-xlarge {
  padding-left: 40px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-xlarge {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-xlarge {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-xxlarge {
  margin: 50px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-xxlarge {
  margin-top: 50px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-xxlarge {
  margin-right: 50px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-xxlarge {
  margin-bottom: 50px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-xxlarge {
  margin-left: 50px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-xxlarge {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-xxlarge {
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-xxlarge-from-tablet {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-xxlarge-from-tablet {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-xxlarge-from-tablet {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-xxlarge-from-tablet {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-xxlarge-from-tablet {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-xxlarge-from-tablet {
    margin-left: 50px;
    margin-right: 50px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-xxlarge {
  padding: 50px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-xxlarge {
  padding-top: 50px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-xxlarge {
  padding-right: 50px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-xxlarge {
  padding-bottom: 50px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-xxlarge {
  padding-left: 50px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-xxlarge {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-xxlarge {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 61, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-none {
  margin: 0;
}

/* line 63, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-m-huge {
  margin: 80px;
}

/* line 65, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mt-huge {
  margin-top: 80px;
}

/* line 67, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mr-huge {
  margin-right: 80px;
}

/* line 69, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-mb-huge {
  margin-bottom: 80px;
}

/* line 71, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ml-huge {
  margin-left: 80px;
}

/* line 73, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-me-huge {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* line 78, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ms-huge {
  margin-left: 80px;
  margin-right: 80px;
}

@media only screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mt-huge-from-tablet {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mr-huge-from-tablet {
    margin-right: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-mb-huge-from-tablet {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ml-huge-from-tablet {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 91, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-me-huge-from-tablet {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/theme/utilities/spacing.scss */
  .u-s-ms-huge-from-tablet {
    margin-left: 80px;
    margin-right: 80px;
  }
}

/* line 108, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-none {
  padding: none;
}

/* line 110, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-p-huge {
  padding: 80px;
}

/* line 112, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pt-huge {
  padding-top: 80px;
}

/* line 114, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pr-huge {
  padding-right: 80px;
}

/* line 116, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pb-huge {
  padding-bottom: 80px;
}

/* line 118, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pl-huge {
  padding-left: 80px;
}

/* line 120, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-pe-huge {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 125, app/assets/stylesheets/theme/utilities/spacing.scss */
.u-s-ps-huge {
  padding-left: 80px;
  padding-right: 80px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-tiny {
  font-size: 12px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-small {
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-base {
  font-size: 16px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-medium {
  font-size: 18px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-large {
  font-size: 20px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-xlarge {
  font-size: 24px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-xxlarge {
  font-size: 28px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-huge {
  font-size: 35px;
}

/* line 2, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-size-gigantic {
  font-size: 45px;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-brand {
  color: #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-brand-alt {
  color: #222222;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-sale {
  color: #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-error {
  color: #E6000D;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-white {
  color: #FFFFFF;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-body {
  color: #222222;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-1 {
  color: #444444;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-2 {
  color: #666666;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-3 {
  color: #888888;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-4 {
  color: #aaaaaa;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-5 {
  color: #cccccc;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-6 {
  color: #ebebeb;
}

/* line 8, app/assets/stylesheets/theme/utilities/typography.scss */
.u-color-grey-7 {
  color: #f6f6f6;
}

/* line 11, app/assets/stylesheets/theme/utilities/typography.scss */
.u-text-uppercase {
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-bold {
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/theme/utilities/typography.scss */
.u-font-weight-normal {
  font-weight: 400;
}

/* line 19, app/assets/stylesheets/theme/utilities/typography.scss */
.u-text-decoration-none {
  text-decoration: none;
}

/* line 4, app/assets/stylesheets/theme/utilities/alignment.scss */
.u-text-align-center {
  text-align: center;
}

/* line 4, app/assets/stylesheets/theme/utilities/alignment.scss */
.u-text-align-left {
  text-align: left;
}

/* line 4, app/assets/stylesheets/theme/utilities/alignment.scss */
.u-text-align-right {
  text-align: right;
}

@media only screen and (max-width: 575.98px) {
  /* line 7, app/assets/stylesheets/theme/utilities/alignment.scss */
  .u-text-align-center-mobily-only {
    text-align: center;
  }
}

/* line 13, app/assets/stylesheets/theme/utilities/alignment.scss */
.u-justify-flex-end {
  justify-content: flex-end;
}

/**
 * Flex parent
 */
/* line 5, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-column-to-row {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/theme/utilities/flexbox.scss */
  .u-flex-column-to-row {
    flex-direction: row;
  }
}

/* line 13, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-row {
  display: flex;
}

/* line 15, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-column {
  flex-direction: column;
}

/* line 17, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-wrap {
  flex-wrap: wrap;
}

/* line 21, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-justify-space-between {
  justify-content: space-between;
}

/* line 23, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-justify-space-evenly {
  justify-content: space-evenly;
}

/* line 25, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-justify-center {
  justify-content: center;
}

/* line 27, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-align-center {
  align-items: center;
}

/* line 29, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-align-start {
  align-items: flex-start;
}

/* line 31, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-align-end {
  align-items: flex-end;
}

/**
 * Flex child
 */
/* line 41, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-grow {
  flex-grow: 1;
}

/* line 43, app/assets/stylesheets/theme/utilities/flexbox.scss */
.u-flex-no-shrink {
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/theme/utilities/position.scss */
.u-position-relative {
  position: relative;
}

/* line 3, app/assets/stylesheets/theme/utilities/rich-text.scss */
.rich-text pre {
  white-space: unset;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

/* line 9, app/assets/stylesheets/theme/utilities/rich-text.scss */
.rich-text a {
  color: #E6000D;
  text-decoration: underline;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.rich-text a:hover {
  color: #E6000D;
}

/* line 66, app/assets/stylesheets/theme/tools/settings.scss */
.rich-text a:hover {
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-one-whole {
  width: 100% !important;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-three-quarters {
  width: 75% !important;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-two-thirds {
  width: 66.666% !important;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-one-half {
  width: 50% !important;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-one-third {
  width: 33.333% !important;
}

/* line 2, app/assets/stylesheets/theme/utilities/width.scss */
.u-one-quarter {
  width: 25% !important;
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-whole-from-mobile {
    width: 100% !important;
  }
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-three-quarters-from-mobile {
    width: 75% !important;
  }
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-two-thirds-from-mobile {
    width: 66.666% !important;
  }
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-half-from-mobile {
    width: 50% !important;
  }
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-third-from-mobile {
    width: 33.333% !important;
  }
}

@media only screen and (min-width: 576px) {
  /* line 7, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-quarter-from-mobile {
    width: 25% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-whole-from-tablet {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-three-quarters-from-tablet {
    width: 75% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-two-thirds-from-tablet {
    width: 66.666% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-half-from-tablet {
    width: 50% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-third-from-tablet {
    width: 33.333% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/theme/utilities/width.scss */
  .u-one-quarter-from-tablet {
    width: 25% !important;
  }
}

/* line 32, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages {
  display: flex;
  flex-direction: column-reverse;
  /**
   * Main product image
   */
  /**
   * List of thumbnails
   */
  /**
   * Thumbnail
   */
}

/* line 45, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main {
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  font-size: 0;
  flex-grow: 1;
  transition: 0.2s background-color ease;
}

/* line 53, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

/* line 59, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

/* line 64, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_main img.is-zoomed {
  transform: scale(2);
}

/* line 73, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnails {
  overflow: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 500px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  /* line 73, app/assets/stylesheets/theme/components/product-images.scss */
  .ProductImages_thumbnails {
    margin: 20px 0 0;
  }
}

/* line 99, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail {
  height: auto;
  max-width: 70px;
  margin: 0 10px 0 0;
  opacity: 0.5;
  transition: 0.1s opacity ease;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 7px;
}

/* line 107, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail.is-active, .ProductImages_thumbnail:hover {
  opacity: 1;
}

/* line 114, app/assets/stylesheets/theme/components/product-images.scss */
.ProductImages_thumbnail.is-active, .ProductImages_thumbnail:hover {
  border-color: #ebebeb;
}

@media only screen and (min-width: 768px) {
  /* line 99, app/assets/stylesheets/theme/components/product-images.scss */
  .ProductImages_thumbnail {
    max-width: 80px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 273, app/assets/stylesheets/theme/_component_override.scss */
  .u-bold-red {
    font-weight: 600;
    color: #E6000D;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 281, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-categories {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 287, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-services {
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    width: 100%;
  }
  /* line 294, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-services .NavList_item {
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 298, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-support {
    flex-direction: column;
    flex-wrap: wrap;
    height: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 306, app/assets/stylesheets/theme/_component_override.scss */
  .NavList-support .NavList_link {
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
  }
}

/* line 1, app/assets/stylesheets/components/spinner.scss */
.spinner_container {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 10, app/assets/stylesheets/components/spinner.scss */
.spinner_container.active {
  display: block;
}

/* line 14, app/assets/stylesheets/components/spinner.scss */
.spinner_container .overlay {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #eee;
}

/* line 22, app/assets/stylesheets/components/spinner.scss */
.sk-chase {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: sk-chase 2.5s infinite linear both;
}

/* line 33, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

/* line 42, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

/* line 52, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

/* line 53, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

/* line 54, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

/* line 55, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

/* line 56, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

/* line 57, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

/* line 58, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

/* line 59, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

/* line 60, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

/* line 61, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

/* line 62, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

/* line 63, app/assets/stylesheets/components/spinner.scss */
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/components/locator.scss */
.Locator {
  display: flex;
  flex-direction: column;
  background-color: #e7e7e7;
  /**
   * List
   */
  /**
   * Form
   */
  /**
   * Results
   */
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/locator.scss */
  .Locator {
    flex-direction: row;
    height: 600px;
  }
}

/* line 15, app/assets/stylesheets/components/locator.scss */
.Locator_list {
  height: 100%;
  max-height: 480px;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/components/locator.scss */
  .Locator_list {
    width: 30%;
    max-height: none;
  }
}

/* line 30, app/assets/stylesheets/components/locator.scss */
.Locator_form {
  background-color: #e7e7e7;
  position: sticky;
  top: 0;
  padding: 20px;
}

/* line 42, app/assets/stylesheets/components/locator.scss */
.Locator_results {
  padding: 0 20px 20px;
}

/* line 48, app/assets/stylesheets/components/locator.scss */
.Locator_map {
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  /* line 48, app/assets/stylesheets/components/locator.scss */
  .Locator_map {
    height: 100%;
    width: 70%;
  }
}

/* line 1, app/assets/stylesheets/components/stock-location-card.scss */
.StockLocationCard {
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  margin-bottom: 10px;
  /**
   * Image
   */
}

/* line 12, app/assets/stylesheets/components/stock-location-card.scss */
.StockLocationCard_image {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, lib/store_connect_mini/vendor/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media only screen and (max-width: 575.98px) {
  /* line 13, app/assets/stylesheets/application.scss */
  .u-flex-col-mobile-only {
    flex-direction: column;
  }
}

/* line 20, app/assets/stylesheets/application.scss */
table {
  border: 1px solid #808080;
  border-collapse: collapse;
}

/* line 25, app/assets/stylesheets/application.scss */
td {
  padding: 0.25em;
  vertical-align: top;
  border: 1px solid #808080;
}

/* line 28, app/assets/stylesheets/application.scss */
td a {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/application.scss */
td a, td a:hover, td a:focus {
  color: #E6000D;
}

/* line 37, app/assets/stylesheets/application.scss */
thead td {
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  color: #222222;
}

@media only screen and (max-width: 575.98px) {
  /* line 47, app/assets/stylesheets/application.scss */
  form.downloads_search input[type=text], form.downloads_search select {
    width: 49%;
    margin-bottom: 5px;
  }
  /* line 52, app/assets/stylesheets/application.scss */
  form.downloads_search input[type=submit] {
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 60, app/assets/stylesheets/application.scss */
  .downloads .Table_cell {
    width: 49%;
    min-width: 34%;
  }
  /* line 65, app/assets/stylesheets/application.scss */
  .downloads .Table_cell-header {
    padding-bottom: 0px;
  }
  /* line 69, app/assets/stylesheets/application.scss */
  .downloads .Table_row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 74, app/assets/stylesheets/application.scss */
  .downloads .Table_cell:nth-child(3n) {
    width: 100%;
  }
}

/* line 79, app/assets/stylesheets/application.scss */
.downloads .Table_cell ul {
  margin: 2px;
  padding-left: 15px;
}

/* line 86, app/assets/stylesheets/application.scss */
.run-rate-report {
  font-size: 0.8em;
}

/* line 88, app/assets/stylesheets/application.scss */
.run-rate-report .Table_cell-col-2 {
  word-break: break-word;
}

/* line 92, app/assets/stylesheets/application.scss */
.run-rate-report .Table_cell {
  width: 1%;
}

/* line 99, app/assets/stylesheets/application.scss */
.authenticated li.NavList_item-tier1 span.NavList_link-tier1 {
  color: #E6000D;
  cursor: auto;
}

/* line 104, app/assets/stylesheets/application.scss */
.authenticated li.NavList_item-tier1 a.NavList_link-tier1 {
  color: #E6000D;
}

/* line 108, app/assets/stylesheets/application.scss */
.authenticated li.NavList_item-tier1 ul {
  padding-top: 10px;
  border-top: 1px solid #E6000D;
}

/* line 116, app/assets/stylesheets/application.scss */
.authenticated .Table_cell, .downloads .Table_cell {
  align-items: center;
}

/* line 120, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-divider, .downloads .Table_cell-divider {
  border-bottom: 1px solid #cccccc;
}

/* line 124, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-col-2, .downloads .Table_cell-col-2 {
  flex-grow: 2;
}

/* line 128, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-col-3, .downloads .Table_cell-col-3 {
  flex-grow: 3;
}

/* line 132, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-col-4, .downloads .Table_cell-col-4 {
  flex-grow: 4;
}

/* line 136, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-col-5, .downloads .Table_cell-col-5 {
  flex-grow: 5;
}

/* line 140, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-col-6, .downloads .Table_cell-col-6 {
  flex-grow: 6;
}

/* line 144, app/assets/stylesheets/application.scss */
.authenticated .Table_cell-skinny, .downloads .Table_cell-skinny {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}

/* line 149, app/assets/stylesheets/application.scss */
.authenticated .Alert, .authenticated .Notice, .downloads .Alert, .downloads .Notice {
  padding: 0 20px;
  line-height: 50px;
}

/* line 154, app/assets/stylesheets/application.scss */
.authenticated input[type=date], .authenticated input[type=month], .downloads input[type=date], .downloads input[type=month] {
  outline: none;
  max-width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  height: 43px;
  line-height: 43px;
}

/**
 * Headings
 */
/* line 174, app/assets/stylesheets/application.scss */
h3 {
  margin-bottom: 10px;
}

/* line 179, app/assets/stylesheets/application.scss */
.CategoryCard {
  overflow: visible;
  transition: 0.2s box-shadow ease;
  box-shadow: 0 2px 3px rgba(167, 128, 128, 0.08);
}

/* line 184, app/assets/stylesheets/application.scss */
.CategoryCard:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 187, app/assets/stylesheets/application.scss */
.CategoryCard_image {
  transition: 0.2s background-size ease;
}

/* line 190, app/assets/stylesheets/application.scss */
.CategoryCard_image:after {
  transition: 0.2s background-color ease;
}

/* line 194, app/assets/stylesheets/application.scss */
.CategoryCard:after {
  content: '';
  height: 3px;
  background: #E6000D;
  width: 0;
  transition: 0.2s ease width;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}

/* line 206, app/assets/stylesheets/application.scss */
.CategoryCard:hover:after {
  width: calc(100% + 2px);
}

/* line 210, app/assets/stylesheets/application.scss */
.AdminLogs-reconcile-download {
  margin-bottom: 30px;
}

/* line 214, app/assets/stylesheets/application.scss */
.AdminLogs-reconcile-table {
  margin-top: 15px;
}

/* line 218, app/assets/stylesheets/application.scss */
.Accordion_header_icon {
  background: #E6000D;
  padding: 7px;
  border-radius: 2px;
  margin: 0 10px 0 0;
}

/* line 224, app/assets/stylesheets/application.scss */
.Accordion_header_icon svg {
  fill: #FFFFFF;
}

/* line 226, app/assets/stylesheets/application.scss */
.Accordion_header_icon:nth-child(2) {
  background: #E6000D;
}

/* line 231, app/assets/stylesheets/application.scss */
.Accordion .Checkbox input:checked {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  background-image: url(/assets/theme/icons/check-dark-c6625390aab86f12a1faa75b456cbc8c54deee512e4a2acfc3ecd272af138345.svg);
}

/**
 * Panel
 */
/* line 244, app/assets/stylesheets/application.scss */
.Panel .Panel_header {
  border-bottom: 2px solid #ebebeb;
}

/* line 246, app/assets/stylesheets/application.scss */
.Panel .Panel_heading {
  font-family: Arial, Helvetica, sans-serif;
}

/**
 * Banner
 */
/* line 254, app/assets/stylesheets/application.scss */
.Banner_container {
  min-height: 300px;
}

/**
 * Page Nav
 */
/* line 262, app/assets/stylesheets/application.scss */
.PageNav-inline {
  display: flex;
  flex-direction: column;
  align-items: left;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  /* line 262, app/assets/stylesheets/application.scss */
  .PageNav-inline {
    flex-direction: row;
    align-items: center;
  }
}

/* line 277, app/assets/stylesheets/application.scss */
.PageNav-inline .PageNav_link {
  display: flex;
  padding: 10px 0;
  line-height: 20px;
  margin-right: 40px;
}

/* line 283, app/assets/stylesheets/application.scss */
.PageNav-inline .PageNav_link svg {
  background: #ebebeb;
  width: 20px;
  height: 20px;
  line-height: 17px;
  padding: 7px;
  fill: #aaaaaa;
  border-radius: 2px;
  transform: rotate(-90deg);
  margin-right: 10px;
}

/* line 295, app/assets/stylesheets/application.scss */
.PageNav-inline .PageNav_link.is-active svg {
  background: #E6000D;
  fill: white;
}

/* line 305, app/assets/stylesheets/application.scss */
.CB-Component {
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  /* line 307, app/assets/stylesheets/application.scss */
  .Article_image {
    max-width: 40%;
    float: right;
    margin-left: 20px;
  }
}

/* line 316, app/assets/stylesheets/application.scss */
.CB-Slideshow {
  margin-bottom: 10px;
}

/* line 318, app/assets/stylesheets/application.scss */
main {
  margin-bottom: 10px;
}

/* line 320, app/assets/stylesheets/application.scss */
.Footer .Link {
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/application.scss */
.Footer .Link:hover, .Footer .Link:focus {
  color: #E6000D;
}

/* line 325, app/assets/stylesheets/application.scss */
.Banner-news {
  color: white;
}

/* line 328, app/assets/stylesheets/application.scss */
.Banner-news .Banner_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/* Temp fixes: to refactor */
/* line 337, app/assets/stylesheets/application.scss */
.Screen .Table_header {
  background: white;
  border-bottom: 1px solid #ebebeb;
}

/* line 342, app/assets/stylesheets/application.scss */
.Table_cell-header {
  border: none;
}

/* line 346, app/assets/stylesheets/application.scss */
.Table_row:nth-child(even) {
  background: #f6f6f6;
}

/* line 350, app/assets/stylesheets/application.scss */
.Table_cell {
  background: transparent;
}

@media screen and (-ms-high-contrast: none) {
  /* line 356, app/assets/stylesheets/application.scss */
  select,
.Select select {
    padding-right: 0;
  }
  /* line 361, app/assets/stylesheets/application.scss */
  .Select_icon {
    display: none;
  }
}

/* line 366, app/assets/stylesheets/application.scss */
.Field_multiselect {
  width: 16em;
  padding: 0.5em;
  height: 8em;
}

/* line 372, app/assets/stylesheets/application.scss */
.Field_multiselect option {
  padding: 0.25em;
}
