@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1024px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1024px)/";
  width: 1024px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1024px) and (max-width:1261px)/";
  width: 1024px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

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

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

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

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button, .modal--alert .button-container .confirm, .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .modal--alert .button-container .confirm:hover, .coupon-code-add:hover, .coupon-code-cancel:hover, button.shipping-estimate-show:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .button:focus, .modal--alert .button-container .confirm:focus, .coupon-code-add:focus, .coupon-code-cancel:focus, button.shipping-estimate-show:focus, .gift-certificate-add:focus, .gift-certificate-cancel:focus, .button.is-active, .modal--alert .button-container .is-active.confirm, .is-active.coupon-code-add, .is-active.coupon-code-cancel, button.is-active.shipping-estimate-show, .is-active.gift-certificate-add, .is-active.gift-certificate-cancel, .button.active, .modal--alert .button-container .active.confirm, .active.coupon-code-add, .active.coupon-code-cancel, button.active.shipping-estimate-show, .active.gift-certificate-add, .active.gift-certificate-cancel {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active, .modal--alert .button-container .confirm:active, .coupon-code-add:active, .coupon-code-cancel:active, button.shipping-estimate-show:active, .gift-certificate-add:active, .gift-certificate-cancel:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .modal--alert .button-container .confirm:focus, .coupon-code-add:focus, .coupon-code-cancel:focus, button.shipping-estimate-show:focus, .gift-certificate-add:focus, .gift-certificate-cancel:focus, .button.is-active, .modal--alert .button-container .is-active.confirm, .is-active.coupon-code-add, .is-active.coupon-code-cancel, button.is-active.shipping-estimate-show, .is-active.gift-certificate-add, .is-active.gift-certificate-cancel, .button.active, .modal--alert .button-container .active.confirm, .active.coupon-code-add, .active.coupon-code-cancel, button.active.shipping-estimate-show, .active.gift-certificate-add, .active.gift-certificate-cancel {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .modal--alert .button-container .confirm + .button, .coupon-code-add + .button, .coupon-code-cancel + .button, button.shipping-estimate-show + .button, .gift-certificate-add + .button, .gift-certificate-cancel + .button, .modal--alert .button-container .button + .confirm, .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .gift-certificate-cancel + .confirm, .button + .coupon-code-add, .modal--alert .button-container .confirm + .coupon-code-add, .coupon-code-add + .coupon-code-add, .coupon-code-cancel + .coupon-code-add, button.shipping-estimate-show + .coupon-code-add, .gift-certificate-add + .coupon-code-add, .gift-certificate-cancel + .coupon-code-add, .button + .coupon-code-cancel, .modal--alert .button-container .confirm + .coupon-code-cancel, .coupon-code-add + .coupon-code-cancel, .coupon-code-cancel + .coupon-code-cancel, button.shipping-estimate-show + .coupon-code-cancel, .gift-certificate-add + .coupon-code-cancel, .gift-certificate-cancel + .coupon-code-cancel, .button + button.shipping-estimate-show, .modal--alert .button-container .confirm + button.shipping-estimate-show, .coupon-code-add + button.shipping-estimate-show, .coupon-code-cancel + button.shipping-estimate-show, button.shipping-estimate-show + button.shipping-estimate-show, .gift-certificate-add + button.shipping-estimate-show, .gift-certificate-cancel + button.shipping-estimate-show, .button + .gift-certificate-add, .modal--alert .button-container .confirm + .gift-certificate-add, .coupon-code-add + .gift-certificate-add, .coupon-code-cancel + .gift-certificate-add, button.shipping-estimate-show + .gift-certificate-add, .gift-certificate-add + .gift-certificate-add, .gift-certificate-cancel + .gift-certificate-add, .button + .gift-certificate-cancel, .modal--alert .button-container .confirm + .gift-certificate-cancel, .coupon-code-add + .gift-certificate-cancel, .coupon-code-cancel + .gift-certificate-cancel, button.shipping-estimate-show + .gift-certificate-cancel, .gift-certificate-add + .gift-certificate-cancel, .gift-certificate-cancel + .gift-certificate-cancel {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled], .modal--alert .button-container .confirm[disabled], .coupon-code-add[disabled], .coupon-code-cancel[disabled], button.shipping-estimate-show[disabled], .gift-certificate-add[disabled], .gift-certificate-cancel[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, .modal--alert .button-container .confirm + .button--slab, .coupon-code-add + .button--slab, .coupon-code-cancel + .button--slab, button.shipping-estimate-show + .button--slab, .gift-certificate-add + .button--slab, .gift-certificate-cancel + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #b72c1f; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button, .modal--alert .button-container .buttonGroup > .confirm, .buttonGroup > .coupon-code-add, .buttonGroup > .coupon-code-cancel, .buttonGroup > button.shipping-estimate-show, .buttonGroup > .gift-certificate-add, .buttonGroup > .gift-certificate-cancel {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .modal--alert .button-container .buttonGroup > .confirm:first-child, .buttonGroup > .coupon-code-add:first-child, .buttonGroup > .coupon-code-cancel:first-child, .buttonGroup > button.shipping-estimate-show:first-child, .buttonGroup > .gift-certificate-add:first-child, .buttonGroup > .gift-certificate-cancel:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, .modal--alert .button-container .buttonGroup > .confirm:last-child, .buttonGroup > .coupon-code-add:last-child, .buttonGroup > .coupon-code-cancel:last-child, .buttonGroup > button.shipping-estimate-show:last-child, .buttonGroup > .gift-certificate-add:last-child, .buttonGroup > .gift-certificate-cancel:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .cart-totals .form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .cart-totals .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear, .cart-totals .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .cart-totals .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select, .cart-totals .form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand, .cart-totals .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 768px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction, .cart-totals .has-action.form-input + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon, .cart-totals .has-icon.form-input + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input, .cart-totals .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #b72c1f;
    box-shadow: 0 0 4px rgba(183, 44, 31, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }


.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }


.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 768px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 768px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button, .alertBox .modal--alert .button-container .confirm, .modal--alert .button-container .alertBox .confirm, .alertBox .coupon-code-add, .alertBox .coupon-code-cancel, .alertBox button.shipping-estimate-show, .alertBox .gift-certificate-add, .alertBox .gift-certificate-cancel {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .modal--alert .button-container .confirm, .modal--alert .button-container .modal-footer .confirm, .modal-footer .coupon-code-add, .modal-footer .coupon-code-cancel, .modal-footer button.shipping-estimate-show, .modal-footer .gift-certificate-add, .modal-footer .gift-certificate-cancel {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .modal--alert .button-container .confirm, .modal--alert .button-container .modal-footer .confirm, .modal-footer .coupon-code-add, .modal-footer .coupon-code-cancel, .modal-footer button.shipping-estimate-show, .modal-footer .gift-certificate-add, .modal-footer .gift-certificate-cancel {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar .modal--alert .button-container .confirm, .modal--alert .button-container .actionBar .confirm, .actionBar .coupon-code-add, .actionBar .coupon-code-cancel, .actionBar button.shipping-estimate-show, .actionBar .gift-certificate-add, .actionBar .gift-certificate-cancel {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 768px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 768px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select, .cart-totals .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions .modal--alert .button-container .confirm, .modal--alert .button-container .table-actions .confirm, .table-actions .coupon-code-add, .table-actions .coupon-code-cancel, .table-actions button.shipping-estimate-show, .table-actions .gift-certificate-add, .table-actions .gift-certificate-cancel {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .table-actions .button, .table-actions .modal--alert .button-container .confirm, .modal--alert .button-container .table-actions .confirm, .table-actions .coupon-code-add, .table-actions .coupon-code-cancel, .table-actions button.shipping-estimate-show, .table-actions .gift-certificate-add, .table-actions .gift-certificate-cancel {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button, .table-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .table-actions .confirm + .button, .table-actions .coupon-code-add + .button, .table-actions .coupon-code-cancel + .button, .table-actions button.shipping-estimate-show + .button, .table-actions .gift-certificate-add + .button, .table-actions .gift-certificate-cancel + .button, .table-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .table-actions .button + .confirm, .table-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .table-actions .confirm + .confirm, .table-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .table-actions .coupon-code-add + .confirm, .table-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .table-actions .coupon-code-cancel + .confirm, .table-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .table-actions button.shipping-estimate-show + .confirm, .table-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .table-actions .gift-certificate-add + .confirm, .table-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .table-actions .gift-certificate-cancel + .confirm, .table-actions .button + .coupon-code-add, .table-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .table-actions .confirm + .coupon-code-add, .table-actions .coupon-code-add + .coupon-code-add, .table-actions .coupon-code-cancel + .coupon-code-add, .table-actions button.shipping-estimate-show + .coupon-code-add, .table-actions .gift-certificate-add + .coupon-code-add, .table-actions .gift-certificate-cancel + .coupon-code-add, .table-actions .button + .coupon-code-cancel, .table-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .table-actions .confirm + .coupon-code-cancel, .table-actions .coupon-code-add + .coupon-code-cancel, .table-actions .coupon-code-cancel + .coupon-code-cancel, .table-actions button.shipping-estimate-show + .coupon-code-cancel, .table-actions .gift-certificate-add + .coupon-code-cancel, .table-actions .gift-certificate-cancel + .coupon-code-cancel, .table-actions .button + button.shipping-estimate-show, .table-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .table-actions .confirm + button.shipping-estimate-show, .table-actions .coupon-code-add + button.shipping-estimate-show, .table-actions .coupon-code-cancel + button.shipping-estimate-show, .table-actions button.shipping-estimate-show + button.shipping-estimate-show, .table-actions .gift-certificate-add + button.shipping-estimate-show, .table-actions .gift-certificate-cancel + button.shipping-estimate-show, .table-actions .button + .gift-certificate-add, .table-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .table-actions .confirm + .gift-certificate-add, .table-actions .coupon-code-add + .gift-certificate-add, .table-actions .coupon-code-cancel + .gift-certificate-add, .table-actions button.shipping-estimate-show + .gift-certificate-add, .table-actions .gift-certificate-add + .gift-certificate-add, .table-actions .gift-certificate-cancel + .gift-certificate-add, .table-actions .button + .gift-certificate-cancel, .table-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .table-actions .confirm + .gift-certificate-cancel, .table-actions .coupon-code-add + .gift-certificate-cancel, .table-actions .coupon-code-cancel + .gift-certificate-cancel, .table-actions button.shipping-estimate-show + .gift-certificate-cancel, .table-actions .gift-certificate-add + .gift-certificate-cancel, .table-actions .gift-certificate-cancel + .gift-certificate-cancel {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu .modal--alert .button-container .confirm:focus, .modal--alert .button-container .dropdown-menu .confirm:focus, .dropdown-menu .coupon-code-add:focus, .dropdown-menu .coupon-code-cancel:focus, .dropdown-menu button.shipping-estimate-show:focus, .dropdown-menu .gift-certificate-add:focus, .dropdown-menu .gift-certificate-cancel:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open .modal--alert .button-container .confirm, .modal--alert .button-container #wishlist-dropdown.is-open .confirm, #wishlist-dropdown.is-open .coupon-code-add, #wishlist-dropdown.is-open .coupon-code-cancel, #wishlist-dropdown.is-open button.shipping-estimate-show, #wishlist-dropdown.is-open .gift-certificate-add, #wishlist-dropdown.is-open .gift-certificate-cancel {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) .modal--alert .button-container .confirm, .modal--alert .button-container #wishlist-dropdown.is-open li:not(:last-child) .confirm, #wishlist-dropdown.is-open li:not(:last-child) .coupon-code-add, #wishlist-dropdown.is-open li:not(:last-child) .coupon-code-cancel, #wishlist-dropdown.is-open li:not(:last-child) button.shipping-estimate-show, #wishlist-dropdown.is-open li:not(:last-child) .gift-certificate-add, #wishlist-dropdown.is-open li:not(:last-child) .gift-certificate-cancel {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #b72c1f;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button, .modal--alert .button-container .confirm, .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, .modal--alert .button-container .confirm + .button, .coupon-code-add + .button, .coupon-code-cancel + .button, button.shipping-estimate-show + .button, .gift-certificate-add + .button, .gift-certificate-cancel + .button, .modal--alert .button-container .button + .confirm, .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .gift-certificate-cancel + .confirm, .button + .coupon-code-add, .modal--alert .button-container .confirm + .coupon-code-add, .coupon-code-add + .coupon-code-add, .coupon-code-cancel + .coupon-code-add, button.shipping-estimate-show + .coupon-code-add, .gift-certificate-add + .coupon-code-add, .gift-certificate-cancel + .coupon-code-add, .button + .coupon-code-cancel, .modal--alert .button-container .confirm + .coupon-code-cancel, .coupon-code-add + .coupon-code-cancel, .coupon-code-cancel + .coupon-code-cancel, button.shipping-estimate-show + .coupon-code-cancel, .gift-certificate-add + .coupon-code-cancel, .gift-certificate-cancel + .coupon-code-cancel, .button + button.shipping-estimate-show, .modal--alert .button-container .confirm + button.shipping-estimate-show, .coupon-code-add + button.shipping-estimate-show, .coupon-code-cancel + button.shipping-estimate-show, button.shipping-estimate-show + button.shipping-estimate-show, .gift-certificate-add + button.shipping-estimate-show, .gift-certificate-cancel + button.shipping-estimate-show, .button + .gift-certificate-add, .modal--alert .button-container .confirm + .gift-certificate-add, .coupon-code-add + .gift-certificate-add, .coupon-code-cancel + .gift-certificate-add, button.shipping-estimate-show + .gift-certificate-add, .gift-certificate-add + .gift-certificate-add, .gift-certificate-cancel + .gift-certificate-add, .button + .gift-certificate-cancel, .modal--alert .button-container .confirm + .gift-certificate-cancel, .coupon-code-add + .gift-certificate-cancel, .coupon-code-cancel + .gift-certificate-cancel, button.shipping-estimate-show + .gift-certificate-cancel, .gift-certificate-add + .gift-certificate-cancel, .gift-certificate-cancel + .gift-certificate-cancel {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button, .modal--alert .button-container .confirm + .button, .coupon-code-add + .button, .coupon-code-cancel + .button, button.shipping-estimate-show + .button, .gift-certificate-add + .button, .gift-certificate-cancel + .button, .modal--alert .button-container .button + .confirm, .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .gift-certificate-cancel + .confirm, .button + .coupon-code-add, .modal--alert .button-container .confirm + .coupon-code-add, .coupon-code-add + .coupon-code-add, .coupon-code-cancel + .coupon-code-add, button.shipping-estimate-show + .coupon-code-add, .gift-certificate-add + .coupon-code-add, .gift-certificate-cancel + .coupon-code-add, .button + .coupon-code-cancel, .modal--alert .button-container .confirm + .coupon-code-cancel, .coupon-code-add + .coupon-code-cancel, .coupon-code-cancel + .coupon-code-cancel, button.shipping-estimate-show + .coupon-code-cancel, .gift-certificate-add + .coupon-code-cancel, .gift-certificate-cancel + .coupon-code-cancel, .button + button.shipping-estimate-show, .modal--alert .button-container .confirm + button.shipping-estimate-show, .coupon-code-add + button.shipping-estimate-show, .coupon-code-cancel + button.shipping-estimate-show, button.shipping-estimate-show + button.shipping-estimate-show, .gift-certificate-add + button.shipping-estimate-show, .gift-certificate-cancel + button.shipping-estimate-show, .button + .gift-certificate-add, .modal--alert .button-container .confirm + .gift-certificate-add, .coupon-code-add + .gift-certificate-add, .coupon-code-cancel + .gift-certificate-add, button.shipping-estimate-show + .gift-certificate-add, .gift-certificate-add + .gift-certificate-add, .gift-certificate-cancel + .gift-certificate-add, .button + .gift-certificate-cancel, .modal--alert .button-container .confirm + .gift-certificate-cancel, .coupon-code-add + .gift-certificate-cancel, .coupon-code-cancel + .gift-certificate-cancel, button.shipping-estimate-show + .gift-certificate-cancel, .gift-certificate-add + .gift-certificate-cancel, .gift-certificate-cancel + .gift-certificate-cancel {
        margin-left: 0.78571rem; } }

.button[disabled], .modal--alert .button-container .confirm[disabled], .coupon-code-add[disabled], .coupon-code-cancel[disabled], button.shipping-estimate-show[disabled], .gift-certificate-add[disabled], .gift-certificate-cancel[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 1024px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 768px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1024px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 768px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 1024px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1024px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }


.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button, .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .form-actions .confirm, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions button.shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .form-actions .button, .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .form-actions .confirm, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions button.shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .form-actions .confirm + .button, .form-actions .coupon-code-add + .button, .form-actions .coupon-code-cancel + .button, .form-actions button.shipping-estimate-show + .button, .form-actions .gift-certificate-add + .button, .form-actions .gift-certificate-cancel + .button, .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .form-actions .button + .confirm, .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .form-actions .confirm + .confirm, .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .form-actions .coupon-code-add + .confirm, .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .form-actions .coupon-code-cancel + .confirm, .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .form-actions button.shipping-estimate-show + .confirm, .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .form-actions .gift-certificate-add + .confirm, .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .form-actions .gift-certificate-cancel + .confirm, .form-actions .button + .coupon-code-add, .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .form-actions .confirm + .coupon-code-add, .form-actions .coupon-code-add + .coupon-code-add, .form-actions .coupon-code-cancel + .coupon-code-add, .form-actions button.shipping-estimate-show + .coupon-code-add, .form-actions .gift-certificate-add + .coupon-code-add, .form-actions .gift-certificate-cancel + .coupon-code-add, .form-actions .button + .coupon-code-cancel, .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .form-actions .confirm + .coupon-code-cancel, .form-actions .coupon-code-add + .coupon-code-cancel, .form-actions .coupon-code-cancel + .coupon-code-cancel, .form-actions button.shipping-estimate-show + .coupon-code-cancel, .form-actions .gift-certificate-add + .coupon-code-cancel, .form-actions .gift-certificate-cancel + .coupon-code-cancel, .form-actions .button + button.shipping-estimate-show, .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .form-actions .confirm + button.shipping-estimate-show, .form-actions .coupon-code-add + button.shipping-estimate-show, .form-actions .coupon-code-cancel + button.shipping-estimate-show, .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .form-actions .gift-certificate-add + button.shipping-estimate-show, .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .form-actions .button + .gift-certificate-add, .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .form-actions .confirm + .gift-certificate-add, .form-actions .coupon-code-add + .gift-certificate-add, .form-actions .coupon-code-cancel + .gift-certificate-add, .form-actions button.shipping-estimate-show + .gift-certificate-add, .form-actions .gift-certificate-add + .gift-certificate-add, .form-actions .gift-certificate-cancel + .gift-certificate-add, .form-actions .button + .gift-certificate-cancel, .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .form-actions .confirm + .gift-certificate-cancel, .form-actions .coupon-code-add + .gift-certificate-cancel, .form-actions .coupon-code-cancel + .gift-certificate-cancel, .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .form-actions .gift-certificate-add + .gift-certificate-cancel, .form-actions .gift-certificate-cancel + .gift-certificate-cancel,
    .form-actions .button + input,
    .form-actions .modal--alert .button-container .confirm + input,
    .modal--alert .button-container .form-actions .confirm + input,
    .form-actions .coupon-code-add + input,
    .form-actions .coupon-code-cancel + input,
    .form-actions button.shipping-estimate-show + input,
    .form-actions .gift-certificate-add + input,
    .form-actions .gift-certificate-cancel + input,
    .form-actions .button + a,
    .form-actions .modal--alert .button-container .confirm + a,
    .modal--alert .button-container .form-actions .confirm + a,
    .form-actions .coupon-code-add + a,
    .form-actions .coupon-code-cancel + a,
    .form-actions button.shipping-estimate-show + a,
    .form-actions .gift-certificate-add + a,
    .form-actions .gift-certificate-cancel + a,
    .form-actions input + .button,
    .form-actions .modal--alert .button-container input + .confirm,
    .modal--alert .button-container .form-actions input + .confirm,
    .form-actions input + .coupon-code-add,
    .form-actions input + .coupon-code-cancel,
    .form-actions input + button.shipping-estimate-show,
    .form-actions input + .gift-certificate-add,
    .form-actions input + .gift-certificate-cancel,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions .modal--alert .button-container a + .confirm,
    .modal--alert .button-container .form-actions a + .confirm,
    .form-actions a + .coupon-code-add,
    .form-actions a + .coupon-code-cancel,
    .form-actions a + button.shipping-estimate-show,
    .form-actions a + .gift-certificate-add,
    .form-actions a + .gift-certificate-cancel,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 768px) {
        .form-actions .button + .button, .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .form-actions .confirm + .button, .form-actions .coupon-code-add + .button, .form-actions .coupon-code-cancel + .button, .form-actions button.shipping-estimate-show + .button, .form-actions .gift-certificate-add + .button, .form-actions .gift-certificate-cancel + .button, .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .form-actions .button + .confirm, .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .form-actions .confirm + .confirm, .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .form-actions .coupon-code-add + .confirm, .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .form-actions .coupon-code-cancel + .confirm, .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .form-actions button.shipping-estimate-show + .confirm, .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .form-actions .gift-certificate-add + .confirm, .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .form-actions .gift-certificate-cancel + .confirm, .form-actions .button + .coupon-code-add, .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .form-actions .confirm + .coupon-code-add, .form-actions .coupon-code-add + .coupon-code-add, .form-actions .coupon-code-cancel + .coupon-code-add, .form-actions button.shipping-estimate-show + .coupon-code-add, .form-actions .gift-certificate-add + .coupon-code-add, .form-actions .gift-certificate-cancel + .coupon-code-add, .form-actions .button + .coupon-code-cancel, .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .form-actions .confirm + .coupon-code-cancel, .form-actions .coupon-code-add + .coupon-code-cancel, .form-actions .coupon-code-cancel + .coupon-code-cancel, .form-actions button.shipping-estimate-show + .coupon-code-cancel, .form-actions .gift-certificate-add + .coupon-code-cancel, .form-actions .gift-certificate-cancel + .coupon-code-cancel, .form-actions .button + button.shipping-estimate-show, .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .form-actions .confirm + button.shipping-estimate-show, .form-actions .coupon-code-add + button.shipping-estimate-show, .form-actions .coupon-code-cancel + button.shipping-estimate-show, .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .form-actions .gift-certificate-add + button.shipping-estimate-show, .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .form-actions .button + .gift-certificate-add, .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .form-actions .confirm + .gift-certificate-add, .form-actions .coupon-code-add + .gift-certificate-add, .form-actions .coupon-code-cancel + .gift-certificate-add, .form-actions button.shipping-estimate-show + .gift-certificate-add, .form-actions .gift-certificate-add + .gift-certificate-add, .form-actions .gift-certificate-cancel + .gift-certificate-add, .form-actions .button + .gift-certificate-cancel, .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .form-actions .confirm + .gift-certificate-cancel, .form-actions .coupon-code-add + .gift-certificate-cancel, .form-actions .coupon-code-cancel + .gift-certificate-cancel, .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .form-actions .gift-certificate-add + .gift-certificate-cancel, .form-actions .gift-certificate-cancel + .gift-certificate-cancel,
        .form-actions .button + input,
        .form-actions .modal--alert .button-container .confirm + input,
        .modal--alert .button-container .form-actions .confirm + input,
        .form-actions .coupon-code-add + input,
        .form-actions .coupon-code-cancel + input,
        .form-actions button.shipping-estimate-show + input,
        .form-actions .gift-certificate-add + input,
        .form-actions .gift-certificate-cancel + input,
        .form-actions .button + a,
        .form-actions .modal--alert .button-container .confirm + a,
        .modal--alert .button-container .form-actions .confirm + a,
        .form-actions .coupon-code-add + a,
        .form-actions .coupon-code-cancel + a,
        .form-actions button.shipping-estimate-show + a,
        .form-actions .gift-certificate-add + a,
        .form-actions .gift-certificate-cancel + a,
        .form-actions input + .button,
        .form-actions .modal--alert .button-container input + .confirm,
        .modal--alert .button-container .form-actions input + .confirm,
        .form-actions input + .coupon-code-add,
        .form-actions input + .coupon-code-cancel,
        .form-actions input + button.shipping-estimate-show,
        .form-actions input + .gift-certificate-add,
        .form-actions input + .gift-certificate-cancel,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions .modal--alert .button-container a + .confirm,
        .modal--alert .button-container .form-actions a + .confirm,
        .form-actions a + .coupon-code-add,
        .form-actions a + .coupon-code-cancel,
        .form-actions a + button.shipping-estimate-show,
        .form-actions a + .gift-certificate-add,
        .form-actions a + .gift-certificate-cancel,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input, .form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button, .form-increment .modal--alert .button-container .confirm, .modal--alert .button-container .form-increment .confirm, .form-increment .coupon-code-add, .form-increment .coupon-code-cancel, .form-increment button.shipping-estimate-show, .form-increment .gift-certificate-add, .form-increment .gift-certificate-cancel {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button, .form-minMaxRow .modal--alert .button-container .confirm, .modal--alert .button-container .form-minMaxRow .confirm, .form-minMaxRow .coupon-code-add, .form-minMaxRow .coupon-code-cancel, .form-minMaxRow button.shipping-estimate-show, .form-minMaxRow .gift-certificate-add, .form-minMaxRow .gift-certificate-cancel {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 768px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 400px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #b72c1f; }
    .card--alternate:hover .card-body {
      background-color: #b72c1f; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }


.actionBar-section .form-input, .actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input, .actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 1024px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

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

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1024px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1024px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1024px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 1024px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1024px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 768px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 768px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 880px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 768px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button, .productView-options .form-action .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form-action .confirm, .productView-options .form-action .coupon-code-add, .productView-options .form-action .coupon-code-cancel, .productView-options .form-action button.shipping-estimate-show, .productView-options .form-action .gift-certificate-add, .productView-options .form-action .gift-certificate-cancel {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button, .productView-options .form-action .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form-action .confirm, .productView-options .form-action .coupon-code-add, .productView-options .form-action .coupon-code-cancel, .productView-options .form-action button.shipping-estimate-show, .productView-options .form-action .gift-certificate-add, .productView-options .form-action .gift-certificate-cancel {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button, .productView-options .form-action .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form-action .confirm, .productView-options .form-action .coupon-code-add, .productView-options .form-action .coupon-code-cancel, .productView-options .form-action button.shipping-estimate-show, .productView-options .form-action .gift-certificate-add, .productView-options .form-action .gift-certificate-cancel {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1024px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 1024px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action .modal--alert .button-container .confirm, .modal--alert .button-container .compareTable-action .confirm, .compareTable-action .coupon-code-add, .compareTable-action .coupon-code-cancel, .compareTable-action button.shipping-estimate-show, .compareTable-action .gift-certificate-add, .compareTable-action .gift-certificate-cancel {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #b72c1f;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1024px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1024px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 1024px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 768px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 768px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1024px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .coupon-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .coupon-form .confirm,
  .coupon-form .coupon-code-add,
  .coupon-form .coupon-code-cancel,
  .coupon-form button.shipping-estimate-show,
  .coupon-form .gift-certificate-add,
  .coupon-form .gift-certificate-cancel,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .cart-gift-certificate-form .confirm,
  .cart-gift-certificate-form .coupon-code-add,
  .cart-gift-certificate-form .coupon-code-cancel,
  .cart-gift-certificate-form button.shipping-estimate-show,
  .cart-gift-certificate-form .gift-certificate-add,
  .cart-gift-certificate-form .gift-certificate-cancel {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .coupon-form .confirm,
  .coupon-form .coupon-code-add,
  .coupon-form .coupon-code-cancel,
  .coupon-form button.shipping-estimate-show,
  .coupon-form .gift-certificate-add,
  .coupon-form .gift-certificate-cancel,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .cart-gift-certificate-form .confirm,
  .cart-gift-certificate-form .coupon-code-add,
  .cart-gift-certificate-form .coupon-code-cancel,
  .cart-gift-certificate-form button.shipping-estimate-show,
  .cart-gift-certificate-form .gift-certificate-add,
  .cart-gift-certificate-form .gift-certificate-cancel {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions .modal--alert .button-container .confirm, .modal--alert .button-container .cart-actions .confirm, .cart-actions .coupon-code-add, .cart-actions .coupon-code-cancel, .cart-actions button.shipping-estimate-show, .cart-actions .gift-certificate-add, .cart-actions .gift-certificate-cancel {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button, .cart-actions .modal--alert .button-container .confirm, .modal--alert .button-container .cart-actions .confirm, .cart-actions .coupon-code-add, .cart-actions .coupon-code-cancel, .cart-actions button.shipping-estimate-show, .cart-actions .gift-certificate-add, .cart-actions .gift-certificate-cancel {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button, .previewCartAction .modal--alert .button-container .confirm, .modal--alert .button-container .previewCartAction .confirm, .previewCartAction .coupon-code-add, .previewCartAction .coupon-code-cancel, .previewCartAction button.shipping-estimate-show, .previewCartAction .gift-certificate-add, .previewCartAction .gift-certificate-cancel {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button, .panel--address .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .panel--address .form-actions .confirm, .panel--address .form-actions .coupon-code-add, .panel--address .form-actions .coupon-code-cancel, .panel--address .form-actions button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-add, .panel--address .form-actions .gift-certificate-cancel {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .panel--address .form-actions .confirm + .button, .panel--address .form-actions .coupon-code-add + .button, .panel--address .form-actions .coupon-code-cancel + .button, .panel--address .form-actions button.shipping-estimate-show + .button, .panel--address .form-actions .gift-certificate-add + .button, .panel--address .form-actions .gift-certificate-cancel + .button, .panel--address .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .panel--address .form-actions .button + .confirm, .panel--address .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .panel--address .form-actions .confirm + .confirm, .panel--address .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .panel--address .form-actions .coupon-code-add + .confirm, .panel--address .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .panel--address .form-actions .coupon-code-cancel + .confirm, .panel--address .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .panel--address .form-actions button.shipping-estimate-show + .confirm, .panel--address .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .panel--address .form-actions .gift-certificate-add + .confirm, .panel--address .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .panel--address .form-actions .gift-certificate-cancel + .confirm, .panel--address .form-actions .button + .coupon-code-add, .panel--address .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .panel--address .form-actions .confirm + .coupon-code-add, .panel--address .form-actions .coupon-code-add + .coupon-code-add, .panel--address .form-actions .coupon-code-cancel + .coupon-code-add, .panel--address .form-actions button.shipping-estimate-show + .coupon-code-add, .panel--address .form-actions .gift-certificate-add + .coupon-code-add, .panel--address .form-actions .gift-certificate-cancel + .coupon-code-add, .panel--address .form-actions .button + .coupon-code-cancel, .panel--address .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .panel--address .form-actions .confirm + .coupon-code-cancel, .panel--address .form-actions .coupon-code-add + .coupon-code-cancel, .panel--address .form-actions .coupon-code-cancel + .coupon-code-cancel, .panel--address .form-actions button.shipping-estimate-show + .coupon-code-cancel, .panel--address .form-actions .gift-certificate-add + .coupon-code-cancel, .panel--address .form-actions .gift-certificate-cancel + .coupon-code-cancel, .panel--address .form-actions .button + button.shipping-estimate-show, .panel--address .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .panel--address .form-actions .confirm + button.shipping-estimate-show, .panel--address .form-actions .coupon-code-add + button.shipping-estimate-show, .panel--address .form-actions .coupon-code-cancel + button.shipping-estimate-show, .panel--address .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-add + button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .panel--address .form-actions .button + .gift-certificate-add, .panel--address .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .panel--address .form-actions .confirm + .gift-certificate-add, .panel--address .form-actions .coupon-code-add + .gift-certificate-add, .panel--address .form-actions .coupon-code-cancel + .gift-certificate-add, .panel--address .form-actions button.shipping-estimate-show + .gift-certificate-add, .panel--address .form-actions .gift-certificate-add + .gift-certificate-add, .panel--address .form-actions .gift-certificate-cancel + .gift-certificate-add, .panel--address .form-actions .button + .gift-certificate-cancel, .panel--address .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .panel--address .form-actions .confirm + .gift-certificate-cancel, .panel--address .form-actions .coupon-code-add + .gift-certificate-cancel, .panel--address .form-actions .coupon-code-cancel + .gift-certificate-cancel, .panel--address .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .panel--address .form-actions .gift-certificate-add + .gift-certificate-cancel, .panel--address .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 768px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .panel--address .form-actions .confirm + .button, .panel--address .form-actions .coupon-code-add + .button, .panel--address .form-actions .coupon-code-cancel + .button, .panel--address .form-actions button.shipping-estimate-show + .button, .panel--address .form-actions .gift-certificate-add + .button, .panel--address .form-actions .gift-certificate-cancel + .button, .panel--address .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .panel--address .form-actions .button + .confirm, .panel--address .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .panel--address .form-actions .confirm + .confirm, .panel--address .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .panel--address .form-actions .coupon-code-add + .confirm, .panel--address .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .panel--address .form-actions .coupon-code-cancel + .confirm, .panel--address .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .panel--address .form-actions button.shipping-estimate-show + .confirm, .panel--address .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .panel--address .form-actions .gift-certificate-add + .confirm, .panel--address .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .panel--address .form-actions .gift-certificate-cancel + .confirm, .panel--address .form-actions .button + .coupon-code-add, .panel--address .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .panel--address .form-actions .confirm + .coupon-code-add, .panel--address .form-actions .coupon-code-add + .coupon-code-add, .panel--address .form-actions .coupon-code-cancel + .coupon-code-add, .panel--address .form-actions button.shipping-estimate-show + .coupon-code-add, .panel--address .form-actions .gift-certificate-add + .coupon-code-add, .panel--address .form-actions .gift-certificate-cancel + .coupon-code-add, .panel--address .form-actions .button + .coupon-code-cancel, .panel--address .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .panel--address .form-actions .confirm + .coupon-code-cancel, .panel--address .form-actions .coupon-code-add + .coupon-code-cancel, .panel--address .form-actions .coupon-code-cancel + .coupon-code-cancel, .panel--address .form-actions button.shipping-estimate-show + .coupon-code-cancel, .panel--address .form-actions .gift-certificate-add + .coupon-code-cancel, .panel--address .form-actions .gift-certificate-cancel + .coupon-code-cancel, .panel--address .form-actions .button + button.shipping-estimate-show, .panel--address .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .panel--address .form-actions .confirm + button.shipping-estimate-show, .panel--address .form-actions .coupon-code-add + button.shipping-estimate-show, .panel--address .form-actions .coupon-code-cancel + button.shipping-estimate-show, .panel--address .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-add + button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .panel--address .form-actions .button + .gift-certificate-add, .panel--address .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .panel--address .form-actions .confirm + .gift-certificate-add, .panel--address .form-actions .coupon-code-add + .gift-certificate-add, .panel--address .form-actions .coupon-code-cancel + .gift-certificate-add, .panel--address .form-actions button.shipping-estimate-show + .gift-certificate-add, .panel--address .form-actions .gift-certificate-add + .gift-certificate-add, .panel--address .form-actions .gift-certificate-cancel + .gift-certificate-add, .panel--address .form-actions .button + .gift-certificate-cancel, .panel--address .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .panel--address .form-actions .confirm + .gift-certificate-cancel, .panel--address .form-actions .coupon-code-add + .gift-certificate-cancel, .panel--address .form-actions .coupon-code-cancel + .gift-certificate-cancel, .panel--address .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .panel--address .form-actions .gift-certificate-add + .gift-certificate-cancel, .panel--address .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout .modal--alert .button-container .confirm, .modal--alert .button-container .previewCartCheckout .confirm, .previewCartCheckout .coupon-code-add, .previewCartCheckout .coupon-code-cancel, .previewCartCheckout button.shipping-estimate-show, .previewCartCheckout .gift-certificate-add, .previewCartCheckout .gift-certificate-cancel {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout .modal--alert .button-container .confirm + p, .modal--alert .button-container .previewCartCheckout .confirm + p, .previewCartCheckout .coupon-code-add + p, .previewCartCheckout .coupon-code-cancel + p, .previewCartCheckout button.shipping-estimate-show + p, .previewCartCheckout .gift-certificate-add + p, .previewCartCheckout .gift-certificate-cancel + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout .modal--alert .button-container .confirm:not(:last-child), .modal--alert .button-container .previewCartCheckout .confirm:not(:last-child), .previewCartCheckout .coupon-code-add:not(:last-child), .previewCartCheckout .coupon-code-cancel:not(:last-child), .previewCartCheckout button.shipping-estimate-show:not(:last-child), .previewCartCheckout .gift-certificate-add:not(:last-child), .previewCartCheckout .gift-certificate-cancel:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button, .cookieMessage .modal--alert .button-container .confirm, .modal--alert .button-container .cookieMessage .confirm, .cookieMessage .coupon-code-add, .cookieMessage .coupon-code-cancel, .cookieMessage button.shipping-estimate-show, .cookieMessage .gift-certificate-add, .cookieMessage .gift-certificate-cancel {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button, .cookieMessage .modal--alert .button-container .confirm, .modal--alert .button-container .cookieMessage .confirm, .cookieMessage .coupon-code-add, .cookieMessage .coupon-code-cancel, .cookieMessage button.shipping-estimate-show, .cookieMessage .gift-certificate-add, .cookieMessage .gift-certificate-cancel {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage .modal--alert .button-container .confirm, .modal--alert .button-container .cookieMessage .confirm, .cookieMessage .coupon-code-add, .cookieMessage .coupon-code-cancel, .cookieMessage button.shipping-estimate-show, .cookieMessage .gift-certificate-add, .cookieMessage .gift-certificate-cancel {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1024px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 1024px) {
    .navBar--account {
      display: block; } }

.account-heading, .account h2:not(.page-heading) {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading, .account-sidebar-block .account h2:not(.page-heading), .account .account-sidebar-block h2:not(.page-heading) {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #b72c1f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #dddddd; }

.icon--ratingFull svg {
  fill: #b72c1f; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 768px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod .modal--alert .button-container .confirm, .modal--alert .button-container .paymentMethod .confirm, .paymentMethod .coupon-code-add, .paymentMethod .coupon-code-cancel, .paymentMethod button.shipping-estimate-show, .paymentMethod .gift-certificate-add, .paymentMethod .gift-certificate-cancel {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative; }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 320px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 768px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button, .listItem-actions .modal--alert .button-container .confirm, .modal--alert .button-container .listItem-actions .confirm, .listItem-actions .coupon-code-add, .listItem-actions .coupon-code-cancel, .listItem-actions button.shipping-estimate-show, .listItem-actions .gift-certificate-add, .listItem-actions .gift-certificate-cancel {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .modal--alert .button-container .confirm, .modal--alert .button-container .listItem-actions .confirm, .listItem-actions .coupon-code-add, .listItem-actions .coupon-code-cancel, .listItem-actions button.shipping-estimate-show, .listItem-actions .gift-certificate-add, .listItem-actions .gift-certificate-cancel {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .listItem-actions .confirm + .button, .listItem-actions .coupon-code-add + .button, .listItem-actions .coupon-code-cancel + .button, .listItem-actions button.shipping-estimate-show + .button, .listItem-actions .gift-certificate-add + .button, .listItem-actions .gift-certificate-cancel + .button, .listItem-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .listItem-actions .button + .confirm, .listItem-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .listItem-actions .confirm + .confirm, .listItem-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .listItem-actions .coupon-code-add + .confirm, .listItem-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .listItem-actions .coupon-code-cancel + .confirm, .listItem-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .listItem-actions button.shipping-estimate-show + .confirm, .listItem-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .listItem-actions .gift-certificate-add + .confirm, .listItem-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .listItem-actions .gift-certificate-cancel + .confirm, .listItem-actions .button + .coupon-code-add, .listItem-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .listItem-actions .confirm + .coupon-code-add, .listItem-actions .coupon-code-add + .coupon-code-add, .listItem-actions .coupon-code-cancel + .coupon-code-add, .listItem-actions button.shipping-estimate-show + .coupon-code-add, .listItem-actions .gift-certificate-add + .coupon-code-add, .listItem-actions .gift-certificate-cancel + .coupon-code-add, .listItem-actions .button + .coupon-code-cancel, .listItem-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .listItem-actions .confirm + .coupon-code-cancel, .listItem-actions .coupon-code-add + .coupon-code-cancel, .listItem-actions .coupon-code-cancel + .coupon-code-cancel, .listItem-actions button.shipping-estimate-show + .coupon-code-cancel, .listItem-actions .gift-certificate-add + .coupon-code-cancel, .listItem-actions .gift-certificate-cancel + .coupon-code-cancel, .listItem-actions .button + button.shipping-estimate-show, .listItem-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .listItem-actions .confirm + button.shipping-estimate-show, .listItem-actions .coupon-code-add + button.shipping-estimate-show, .listItem-actions .coupon-code-cancel + button.shipping-estimate-show, .listItem-actions button.shipping-estimate-show + button.shipping-estimate-show, .listItem-actions .gift-certificate-add + button.shipping-estimate-show, .listItem-actions .gift-certificate-cancel + button.shipping-estimate-show, .listItem-actions .button + .gift-certificate-add, .listItem-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .listItem-actions .confirm + .gift-certificate-add, .listItem-actions .coupon-code-add + .gift-certificate-add, .listItem-actions .coupon-code-cancel + .gift-certificate-add, .listItem-actions button.shipping-estimate-show + .gift-certificate-add, .listItem-actions .gift-certificate-add + .gift-certificate-add, .listItem-actions .gift-certificate-cancel + .gift-certificate-add, .listItem-actions .button + .gift-certificate-cancel, .listItem-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .listItem-actions .confirm + .gift-certificate-cancel, .listItem-actions .coupon-code-add + .gift-certificate-cancel, .listItem-actions .coupon-code-cancel + .gift-certificate-cancel, .listItem-actions button.shipping-estimate-show + .gift-certificate-cancel, .listItem-actions .gift-certificate-add + .gift-certificate-cancel, .listItem-actions .gift-certificate-cancel + .gift-certificate-cancel {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

@font-face {
  font-family: 'Industry Ultra';
  src: url("{{cdn 'assets/fonts/Industry-Ultra.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Industry-Ultra.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Industry-Ultra.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Industry-Ultra.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Industry-Ultra.svg#Industry-Ultra'}}") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("{{cdn 'assets/fonts/Gotham-Bold.eot'}}");
  src: url("{{cdn 'assets/fonts/Gotham-Bold.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Gotham-Bold.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Gotham-Bold.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Gotham-Bold.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Gotham-Bold.svg#Gotham-Bold'}}") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("{{cdn 'assets/fonts/Gotham-Book.eot'}}");
  src: url("{{cdn 'assets/fonts/Gotham-Book.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Gotham-Book.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Gotham-Book.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Gotham-Book.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Gotham-Book.svg#Gotham-Book'}}") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Industry';
  src: url("{{cdn 'assets/fonts/Industry-Medium.eot'}}");
  src: url("{{cdn 'assets/fonts/Industry-Medium.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Industry-Medium.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Industry-Medium.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Industry-Medium.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Industry-Medium.svg#Industry-Medium'}}") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Industry Book';
  src: url("{{cdn 'assets/fonts/Industry-Book.eot'}}");
  src: url("{{cdn 'assets/fonts/Industry-Book.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Industry-Book.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Industry-Book.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Industry-Book.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Industry-Book.svg#Industry-Book'}}") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Industry Demi';
  src: url("{{cdn 'assets/fonts/Industry-Demi.eot'}}");
  src: url("{{cdn 'assets/fonts/Industry-Demi.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Industry-Demi.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Industry-Demi.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Industry-Demi.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Industry-Demi.svg#Industry-Demi'}}") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("{{cdn 'assets/fonts/Gotham-Medium.eot'}}");
  src: url("{{cdn 'assets/fonts/Gotham-Medium.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Gotham-Medium.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Gotham-Medium.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Gotham-Medium.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Gotham-Medium.svg#Gotham-Medium'}}") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("{{cdn 'assets/fonts/Gotham-Light.eot'}}");
  src: url("{{cdn 'assets/fonts/Gotham-Light.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'assets/fonts/Gotham-Light.woff2'}}") format("woff2"), url("{{cdn 'assets/fonts/Gotham-Light.woff'}}") format("woff"), url("{{cdn 'assets/fonts/Gotham-Light.ttf'}}") format("truetype"), url("{{cdn 'assets/fonts/Gotham-Light.svg#Gotham-Light'}}") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* ========== GLOBAL VAARIABLE ========== */
/* ========== LINK ========== */
/* ========== LIGHTEN AND DARKEN MODE ========== */
/* ========== FORM ========== */
/* ========== HEADING ========== */
/* ========== media mixin ========== */
/* ========== common mixin ========== */
/* ========== VW Functions ========== */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding: 0;
  background: #ffffff;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  color: #000000;
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 0.97222vw; } }
  body.hasAdminBar > * {
    margin-top: 0 !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 600;
  font-family: "Industry Demi", sans-serif;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin: 0 0 2.08333vw 0; } }

h1, .h1 {
  font-size: 48px; }
  @media screen and (min-width: 1280px) {
    h1, .h1 {
      font-size: 3.33333vw; } }

h2, .h2 {
  font-size: 40px; }
  @media screen and (min-width: 1280px) {
    h2, .h2 {
      font-size: 2.77778vw; } }

h3, .h3 {
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    h3, .h3 {
      font-size: 2.22222vw; } }

h4, .h4 {
  font-size: 28px; }
  @media screen and (min-width: 1280px) {
    h4, .h4 {
      font-size: 1.94444vw; } }

h5, .h5 {
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    h5, .h5 {
      font-size: 1.25vw; } }

h6, .h6 {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    h6, .h6 {
      font-size: 1.11111vw; } }

a {
  outline: none;
  text-decoration: none;
  color: #474747; }
  a:hover, a:focus {
    color: #666666; }

dl dt {
  font-weight: 600; }

strong,
b {
  font-weight: 600; }

p {
  margin-bottom: 20px;
  line-height: 21px; }
  @media screen and (min-width: 1280px) {
    p {
      line-height: 1.45833vw;
      margin-bottom: 1.38889vw; } }
  p:focus-visible {
    outline: none !important; }

ul, ol {
  margin-left: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    ul, ol {
      margin-left: 2.08333vw;
      margin-bottom: 2.08333vw; } }

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-color: #dddddd;
  margin: 30px 0; }
  @media screen and (min-width: 1280px) {
    hr {
      margin: 2.08333vw 0; } }

address {
  font-style: normal;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    address {
      margin-bottom: 1.38889vw; } }

blockquote {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (min-width: 1280px) {
    blockquote {
      margin-bottom: 1.38889vw;
      font-size: 1.25vw;
      line-height: 2.08333vw; } }

/* ========== COMMON CLASS ========== */
.d-none {
  display: none; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-v-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

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

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

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

.clearfix:before, .clearfix:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after, .clearfix:after {
  clear: both; }

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

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

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

.padding-none {
  padding: 0 !important; }

.margin-none {
  margin: 0 !important; }

.link, a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
  color: #b72c1f;
  text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .desktop-view {
    display: none; } }

.mobile-view {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-view {
      display: block; } }

.has-activeModal.sticky-add .ui-sticky--stuck {
  display: none; }

.product-badge {
  position: absolute;
  top: 0.666vw;
  right: 0;
  font-weight: bold;
  color: #FFF;
  background-color: #2b3761;
  padding: 5px 30px 5px 25px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 10; }

.product-badge:before, .product-badge:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.28em solid transparent;
  left: -1.2em;
  position: absolute;
  top: 0;
  border-top: 1.2em solid #2b3761; }

.product-badge:after {
  top: auto;
  bottom: 0;
  border-top: none;
  border-bottom: 1.2em solid #2b3761; }

.quickSearchResults .product-badge {
  font-size: 10px;
  top: 0px; }

.template--category .category-description-block h5 {
  color: #555 !important; }

.previewCartItem-content .right-block .btn-block {
  display: none !important; }

.category-description-block h5.toggle-title {
  color: #FFF !important;
  cursor: pointer; }

.button[disabled], .modal--alert .button-container .confirm[disabled], .coupon-code-add[disabled], .coupon-code-cancel[disabled], button.shipping-estimate-show[disabled], .gift-certificate-add[disabled], .gift-certificate-cancel[disabled] {
  opacity: .1; }

/* Item #1 Styling */
#pfFloatingContainer #pf-utility {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100; }

@media screen and (max-width: 1780px) {
  .product-badge {
    position: absolute;
    top: 0.666vw;
    right: 0;
    font-weight: bold;
    color: #FFF;
    background-color: #2b3761;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    text-transform: uppercase;
    z-index: 10; } }

@media screen and (min-width: 2200px) {
  .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side {
    width: 400px !important;
    padding-left: 0px !important; }
  .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel {
    /*margin-right: 200px !important; */ } }

@media screen and (max-width: 799px) {
  #pfFloatingContainer #pf-utility {
    right: 5px;
    top: 5px; }
  .product-badge {
    position: absolute;
    right: 0;
    font-weight: bold;
    color: #FFF;
    background-color: #2b3761;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    text-transform: uppercase;
    z-index: 10;
    font-size: 10px; } }

#pfFloatingContainer.open.product-cards-results #pf-utility.pf-section #pf-minimize {
  color: #000; }

.snav {
  display: none; }

.product-badge.PRE-ORDER-badge {
  background-color: #b72c1f; }

.product-badge.PRE-ORDER-badge:after {
  border-bottom-color: #b72c1f; }

.product-badge.PRE-ORDER-badge:before, .product-badge.PRE-ORDER-badge:after {
  border-top-color: #b72c1f; }

/* Item #2 Styling */
@media screen and (max-width: 799px) {
  #pfFloatingContainer.open.product-cards-results #pf-reset-wrapper {
    padding-top: 20px; }
  .snav {
    display: block; } }

.pfSearchContainer.results-open #pf-reset-button {
  display: none !important; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  background-repeat: no-repeat;
  background-position: center center; }

.table {
  margin-top: 20px;
  margin-bottom: 20px; }
  .table thead tr th {
    font-size: 14px; }
    @media screen and (min-width: 1280px) {
      .table thead tr th {
        font-size: 0.97222vw; } }

.table--line .table-thead tr th + th {
  padding-left: 20px; }

.table--line tr td + td {
  padding-left: 20px; }

.dropdown-menu {
  font-size: 14px; }

/* ========== PAGE TITLE STYLE ========== */
.heading-block {
  text-align: center; }

.page-heading {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 36px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .page-heading {
      font-size: 2.08333vw;
      line-height: 2.5vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .page-heading {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .page-heading {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.03em; } }
  .page-heading span {
    color: #b72c1f; }

.page-heading-small {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 1280px) {
    .page-heading-small {
      font-size: 1.66667vw;
      line-height: 2.01389vw; } }
  @media screen and (max-width: 767px) {
    .page-heading-small {
      font-size: 18px;
      line-height: 22px; } }

.page-heading-big {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 1280px) {
    .page-heading-big {
      font-size: 2.22222vw;
      line-height: 2.63889vw; } }
  @media screen and (max-width: 1023px) {
    .page-heading-big {
      font-size: 24px;
      line-height: 28px; } }

.sub-title {
  font-size: 13px;
  line-height: 20px;
  color: #b72c1f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Gotham", sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .sub-title {
      font-size: 0.90278vw;
      line-height: 1.38889vw;
      margin-bottom: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    .sub-title {
      font-size: 11px;
      line-height: 16px; } }

/* ========== SOCIAL MEDIA ICON STYLE ========== */
.socialLinks {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .socialLinks:before, .socialLinks:after {
    display: none; }
  .socialLinks .socialLinks-item {
    margin: 0px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .socialLinks .socialLinks-item {
        margin: 0 0.69444vw; } }
    .socialLinks .socialLinks-item .icon {
      width: 16px;
      height: 16px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .socialLinks-item .icon {
          width: 1.11111vw;
          height: 1.11111vw; } }
      .socialLinks .socialLinks-item .icon svg {
        fill: black; }
      .socialLinks .socialLinks-item .icon:hover svg {
        fill: #b72c1f; }

/* ========== BREADCRUMB STYLE ========== */
ol.breadcrumbs {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    ol.breadcrumbs {
      margin-bottom: 0.69444vw; } }
  ol.breadcrumbs a {
    color: #999999; }
    ol.breadcrumbs a:hover {
      color: #b72c1f; }
  ol.breadcrumbs .breadcrumb {
    margin-right: 5px; }
    @media screen and (min-width: 1280px) {
      ol.breadcrumbs .breadcrumb {
        margin-right: 0.34722vw; } }
    ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23999999'/%3E%3C/svg%3E");
      width: 5px;
      height: 9px;
      transform: none;
      border: none;
      margin: 0 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 1280px) {
        ol.breadcrumbs .breadcrumb:not(:first-child)::before {
          margin: 0 0.69444vw;
          width: 0.34722vw;
          height: 0.625vw; } }
    ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      font-weight: 400;
      color: #999999; }
      ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label:hover {
        color: #999999; }
    @media screen and (min-width: 1280px) {
      ol.breadcrumbs .breadcrumb {
        font-size: 0.90278vw; } }

/* ========== SUB NAVIGATION STYLE ========== */
.navBar:before, .navBar:after {
  display: table;
  content: " "; }

.navBar:after {
  clear: both; }

.navBar--sub {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .navBar--sub .navBar-section {
      display: inline-block; } }
  .navBar--sub .navBar-item {
    margin: 0 14px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item {
        margin: 0 0.97222vw;
        margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item {
        margin-left: 0;
        margin-right: 0;
        display: block; } }
  .navBar--sub .navBar-action {
    color: #474747;
    font-size: 14px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-action {
        font-size: 0.97222vw; } }
    .navBar--sub .navBar-action:hover {
      color: #b72c1f; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #b72c1f; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #b72c1f;
  position: relative;
  padding-bottom: 4px; }
  .navBar--sub .navBar-item.is-active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #b72c1f transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    display: none; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item.is-active:after {
        border-width: 0.41667vw 0.34722vw 0 0.34722vw;
        margin-left: -0.20833vw; } }
  .navBar--sub .navBar-item.is-active a {
    color: #b72c1f;
    display: inline-block; }
  @media screen and (min-width: 1280px) {
    .navBar--sub .navBar-item.is-active {
      padding-bottom: 0.27778vw; } }

.panel--large .panel-body {
  margin-bottom: 20px;
  padding: 25px; }
  @media screen and (min-width: 1280px) {
    .panel--large .panel-body {
      margin-bottom: 1.38889vw;
      padding: 1.73611vw; } }

/* ========== PAGINATION STYLE ========== */
.pagination-list {
  margin: 0; }
  .pagination-list li {
    font-size: 14px;
    margin: 0;
    padding: 0 3px; }
    @media screen and (min-width: 1280px) {
      .pagination-list li {
        font-size: 0.97222vw;
        padding: 0 0.20833vw; } }
    .pagination-list li a, .pagination-list li button, .pagination-list li .pagination-link, .pagination-list li .mobile-page {
      font-size: 14px;
      padding: 0;
      color: black;
      width: 44px;
      height: 44px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      border-radius: 0px;
      font-family: "Industry", sans-serif;
      font-weight: 400;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 1280px) {
        .pagination-list li a, .pagination-list li button, .pagination-list li .pagination-link, .pagination-list li .mobile-page {
          width: 3.05556vw;
          height: 3.05556vw;
          font-size: 0.97222vw; } }
      .pagination-list li a:hover, .pagination-list li button:hover, .pagination-list li .pagination-link:hover, .pagination-list li .mobile-page:hover {
        color: white;
        background: black; }
    .pagination-list li .mobile-page:empty {
      display: none; }
    .pagination-list li .mobile-page:hover {
      color: black;
      background-color: transparent; }
  @media screen and (max-width: 1023px) {
    .pagination-list .pagination-item-desktop {
      display: none; } }
  .pagination-list .pagination-item-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      .pagination-list .pagination-item-mobile {
        display: inline-block; } }

.pagination-item {
  border: none;
  margin: 0 3px; }
  .pagination-item.pagination-item--current, .pagination-item:hover {
    margin: 0; }
    .pagination-item.pagination-item--current a, .pagination-item:hover a {
      color: white;
      background: black; }
      .pagination-item.pagination-item--current a:hover, .pagination-item:hover a:hover {
        color: #ffffff; }
  .pagination-item.pagination-item--next .pagination-link, .pagination-item.pagination-item--previous .pagination-link {
    border: 1px solid black; }
    .pagination-item.pagination-item--next .pagination-link .icon, .pagination-item.pagination-item--previous .pagination-link .icon {
      margin: 0px;
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 1280px) {
        .pagination-item.pagination-item--next .pagination-link .icon, .pagination-item.pagination-item--previous .pagination-link .icon {
          width: 0.69444vw;
          height: 0.69444vw; } }
      .pagination-item.pagination-item--next .pagination-link .icon svg, .pagination-item.pagination-item--previous .pagination-link .icon svg {
        fill: black; }
    .pagination-item.pagination-item--next .pagination-link:hover, .pagination-item.pagination-item--previous .pagination-link:hover {
      background-color: #b72c1f;
      border-color: #b72c1f; }
      .pagination-item.pagination-item--next .pagination-link:hover .icon svg, .pagination-item.pagination-item--previous .pagination-link:hover .icon svg {
        fill: white; }

/* ========== NOTIFICATION STYLE ========== */
.alertBox--info {
  background: #fff2cc;
  border: 1px solid #fff2cc;
  color: #946404; }
  .alertBox--info svg {
    fill: #946404; }

/* ========== SLICK ARROW STYLE ========== */
.slick-next,
.slick-prev {
  width: 30px;
  height: 30px;
  background-color: white;
  padding: 0px;
  margin-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .slick-next,
    .slick-prev {
      width: 2.08333vw;
      height: 2.08333vw; } }
  .slick-next:before, .slick-next:after, .slick-prev:before, .slick-prev:after {
    display: none; }
  .slick-next svg, .slick-prev svg {
    width: 18px;
    height: 18px;
    fill: #BBBBBB; }
    @media screen and (min-width: 1280px) {
      .slick-next svg, .slick-prev svg {
        width: 1.25vw;
        height: 1.25vw; } }
  .slick-next:hover, .slick-prev:hover {
    background-color: white; }
    .slick-next:hover svg, .slick-prev:hover svg {
      fill: #b72c1f; }
  .slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 1; }

/* ========== SLICK DOTS STYLE ========== */
.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .slick-dots {
      bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .slick-dots {
      bottom: 0; } }
  .slick-dots li {
    width: 30px;
    height: 4px;
    padding: 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 0px; }
    @media screen and (min-width: 1280px) {
      .slick-dots li {
        width: 2.08333vw;
        height: 0.27778vw; } }
    .slick-dots li button {
      width: 30px;
      border: 0px;
      height: 4px;
      background-color: #dddddd;
      border-radius: 0; }
      @media screen and (min-width: 1280px) {
        .slick-dots li button {
          width: 2.08333vw;
          height: 0.27778vw; } }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background-color: #b72c1f; }
    .slick-dots li.slick-active button {
      background-color: #b72c1f; }

@media screen and (max-width: 1023px) {
  ol.breadcrumbs {
    margin-bottom: 20px;
    display: block;
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 20px; } }

/* ========== COMMON TOP BANNER ========== */
.common-top-banner {
  background-color: #222222;
  padding-top: 20px;
  padding-bottom: 45px;
  margin-bottom: 27px; }
  @media screen and (min-width: 1280px) {
    .common-top-banner {
      padding-top: 1.38889vw;
      padding-bottom: 3.125vw;
      margin-bottom: 1.875vw; } }
  @media screen and (max-width: 1023px) {
    .common-top-banner {
      padding-top: 15px;
      padding-bottom: 50px;
      margin-bottom: 30px; } }
  .common-top-banner .breadcrumbs {
    margin-bottom: 28px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner .breadcrumbs {
        margin-bottom: 1.94444vw; } }
    @media screen and (max-width: 767px) {
      .common-top-banner .breadcrumbs {
        margin-bottom: 20px; } }
  .common-top-banner .page-heading {
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0; }
  .common-top-banner.overlap-content {
    padding-bottom: 315px; }
    .common-top-banner.overlap-content ol.breadcrumbs {
      margin-bottom: 51px; }
      @media screen and (min-width: 1280px) {
        .common-top-banner.overlap-content ol.breadcrumbs {
          margin-bottom: 3.54167vw; } }
      @media screen and (max-width: 1023px) {
        .common-top-banner.overlap-content ol.breadcrumbs {
          margin-bottom: 20px;
          display: block;
          overflow: scroll;
          white-space: nowrap;
          padding-bottom: 20px; } }
      .common-top-banner.overlap-content ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23ffffff'/%3E%3C/svg%3E"); }
      .common-top-banner.overlap-content ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
        color: #ffffff; }
      .common-top-banner.overlap-content ol.breadcrumbs a {
        color: #ffffff; }
        .common-top-banner.overlap-content ol.breadcrumbs a:hover {
          color: #b72c1f; }
    .common-top-banner.overlap-content--small {
      padding-bottom: 167px; }
      .common-top-banner.overlap-content--small ol.breadcrumbs {
        margin-bottom: 51px; }
        @media screen and (min-width: 1280px) {
          .common-top-banner.overlap-content--small ol.breadcrumbs {
            margin-bottom: 3.54167vw; } }
        @media screen and (max-width: 1023px) {
          .common-top-banner.overlap-content--small ol.breadcrumbs {
            margin-bottom: 20px; } }
        .common-top-banner.overlap-content--small ol.breadcrumbs .breadcrumb:not(:first-child)::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23ffffff'/%3E%3C/svg%3E"); }
        .common-top-banner.overlap-content--small ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
          color: #ffffff; }
        .common-top-banner.overlap-content--small ol.breadcrumbs a {
          color: #ffffff; }
      .common-top-banner.overlap-content--small + .container {
        margin-top: -130px; }
        .common-top-banner.overlap-content--small + .container .cart-table-wrap::before {
          height: calc(100% - 103px); }
          @media screen and (min-width: 1280px) {
            .common-top-banner.overlap-content--small + .container .cart-table-wrap::before {
              height: calc(100% - 7.15278vw); } }
          @media screen and (max-width: 1023px) {
            .common-top-banner.overlap-content--small + .container .cart-table-wrap::before {
              height: calc(100% - 110px); } }
        @media screen and (min-width: 1280px) {
          .common-top-banner.overlap-content--small + .container {
            margin-top: -9.02778vw; } }
        @media screen and (max-width: 1023px) {
          .common-top-banner.overlap-content--small + .container {
            margin-top: -125px; } }
      @media screen and (min-width: 1280px) {
        .common-top-banner.overlap-content--small {
          padding-bottom: 11.59722vw; } }
      @media screen and (max-width: 1023px) {
        .common-top-banner.overlap-content--small {
          padding-bottom: 140px; } }
    .common-top-banner.overlap-content + .container {
      margin-top: -269px; }
      .common-top-banner.overlap-content + .container .cart-table-wrap::before {
        height: calc(100% - 252px); }
        @media screen and (min-width: 1280px) {
          .common-top-banner.overlap-content + .container .cart-table-wrap::before {
            height: calc(100% - 17.5vw); } }
        @media screen and (max-width: 1023px) {
          .common-top-banner.overlap-content + .container .cart-table-wrap::before {
            height: calc(100% - 110px); } }
      @media screen and (min-width: 1280px) {
        .common-top-banner.overlap-content + .container {
          margin-top: -19.375vw; } }
      @media screen and (max-width: 1023px) {
        .common-top-banner.overlap-content + .container {
          margin-top: -125px; } }
    @media screen and (min-width: 1280px) {
      .common-top-banner.overlap-content {
        padding-bottom: 21.875vw; } }
    @media screen and (max-width: 1023px) {
      .common-top-banner.overlap-content {
        padding-bottom: 140px; } }
  .common-top-banner.banner-image {
    position: relative;
    min-height: 240px;
    margin-bottom: 50px; }
    .common-top-banner.banner-image .overlay-content {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      padding-top: 20px; }
      .common-top-banner.banner-image .overlay-content .page-heading {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0%, -50%, 0);
        -moz-transform: translate3d(0%, -50%, 0);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0); }
      .common-top-banner.banner-image .overlay-content ol.breadcrumbs a {
        color: #ffffff; }
        .common-top-banner.banner-image .overlay-content ol.breadcrumbs a:hover {
          color: #b72c1f; }
      .common-top-banner.banner-image .overlay-content ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23ffffff'/%3E%3C/svg%3E"); }
      @media screen and (min-width: 1280px) {
        .common-top-banner.banner-image .overlay-content {
          padding-top: 1.38889vw; } }
    .common-top-banner.banner-image .bg-image {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
      .common-top-banner.banner-image .bg-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .common-top-banner.banner-image .bg-image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 1280px) {
      .common-top-banner.banner-image {
        min-height: 16.66667vw;
        margin-bottom: 3.47222vw; } }
    .common-top-banner.banner-image--about {
      margin-bottom: 0;
      min-height: 226px; }
      .common-top-banner.banner-image--about .bg-image::before {
        background: rgba(0, 0, 0, 0.44); }
      @media screen and (min-width: 1280px) {
        .common-top-banner.banner-image--about {
          min-height: 15.69444vw; } }

.banner-bg-img-with-text {
  max-height: 240px;
  position: relative;
  padding-bottom: 102px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .banner-bg-img-with-text {
      max-height: 16.66667vw;
      padding-bottom: 7.08333vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .banner-bg-img-with-text {
      max-height: 226px;
      margin-bottom: 30px;
      padding-bottom: 80px;
      padding-left: 20px;
      padding-right: 20px; } }
  .banner-bg-img-with-text:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 2; }
  .banner-bg-img-with-text .breadcrumbs {
    margin-bottom: 62px; }
    @media screen and (min-width: 1280px) {
      .banner-bg-img-with-text .breadcrumbs {
        margin-bottom: 4.30556vw; } }
    @media screen and (max-width: 767px) {
      .banner-bg-img-with-text .breadcrumbs {
        margin-bottom: 42px; } }
    .banner-bg-img-with-text .breadcrumbs a {
      color: white; }
      .banner-bg-img-with-text .breadcrumbs a:hover {
        color: #b72c1f; }
    .banner-bg-img-with-text .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: white; }
  .banner-bg-img-with-text ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='white'/%3E%3C/svg%3E%0A"); }
  .banner-bg-img-with-text .img-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .banner-bg-img-with-text .img-block img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-bg-img-with-text .text-block {
    position: relative;
    z-index: 3; }

/* ========== COMMON TOGGLE STYLE ========== */
.toggle-block .toggle-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .toggle-block .toggle-title {
      font-size: 1.25vw;
      line-height: 1.52778vw; } }
  @media screen and (max-width: 1023px) {
    .toggle-block .toggle-title {
      font-size: 16px; } }

.toggle-block .toggle-content {
  line-height: 21px;
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .toggle-block .toggle-content {
      line-height: 1.45833vw;
      padding-top: 1.38889vw; } }

/* ========== Preview Cart Modal ========== */
#previewModal.modal {
  width: 487px;
  top: auto !important;
  left: 96px;
  bottom: 80px;
  transform: none; }
  @media screen and (min-width: 1280px) {
    #previewModal.modal {
      width: 33.81944vw;
      left: 6.66667vw;
      bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    #previewModal.modal {
      left: 40px;
      bottom: 40px; } }
  @media screen and (max-width: 767px) {
    #previewModal.modal {
      left: 50%;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      bottom: auto; } }

#previewModal .modal-header {
  padding: 23px 29px;
  border-bottom: 0.5px solid #000000; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-header {
      padding: 1.59722vw 2.01389vw; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-header {
      padding: 20px 15px; } }

#previewModal .modal-close {
  font-size: 22px;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 29px; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-close {
      font-size: 1.52778vw;
      top: 2.01389vw; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-close {
      top: 25px;
      right: 20px; } }

#previewModal .modal-body {
  padding: 25px 28px 34px 29px; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-body {
      padding: 1.73611vw 1.94444vw 2.36111vw 2.01389vw; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-body {
      padding: 20px 23px 19px 25px; } }

#previewModal .modal-header-title {
  font-size: 18px;
  font-family: "Industry Demi", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left; }
  #previewModal .modal-header-title span {
    color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-header-title {
      font-size: 1.25vw; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-header-title {
      font-size: 16px; } }

#previewModal .previewCart .productView, #previewModal .previewCart .previewCartCheckout {
  width: 100%; }

#previewModal .previewCart .productView {
  flex-direction: row;
  -webkit-flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 28px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  #previewModal .previewCart .productView-image {
    width: 15.9%;
    height: 68px;
    padding: 0;
    min-height: 0; }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .productView-image {
        height: 4.72222vw; } }
    @media screen and (max-width: 1023px) {
      #previewModal .previewCart .productView-image {
        width: 100px;
        height: auto; } }
  #previewModal .previewCart .productView-img-container img {
    position: static; }
  #previewModal .previewCart .productView-details {
    width: 84.1%;
    padding-right: 0;
    padding-left: 37px;
    padding-bottom: 0; }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .productView-details {
        padding-left: 2.56944vw; } }
    @media screen and (max-width: 1023px) {
      #previewModal .previewCart .productView-details {
        width: calc(100% - 100px);
        padding-left: 25px; } }
  #previewModal .previewCart .productView-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .productView-title {
        font-size: 0.83333vw;
        margin-bottom: 1.25vw; } }
  #previewModal .previewCart .productView-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    margin: 0px; }
    #previewModal .previewCart .productView-price .qty {
      font-family: "Industry", sans-serif;
      font-weight: 500; }
    #previewModal .previewCart .productView-price .price {
      font-family: "Industry Demi", sans-serif;
      color: #b72c1f;
      font-weight: 600; }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .productView-price {
        font-size: 0.83333vw; } }
  @media screen and (min-width: 1280px) {
    #previewModal .previewCart .productView {
      padding-bottom: 1.94444vw;
      margin-bottom: 1.38889vw; } }

#previewModal .previewCart .previewCartCheckout {
  background-color: transparent;
  padding: 0; }
  #previewModal .previewCart .previewCartCheckout-total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (max-width: 413px) {
      #previewModal .previewCart .previewCartCheckout-total {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 20px;
        -webkit-justify-content: center;
        justify-content: center; } }
    #previewModal .previewCart .previewCartCheckout-total > p {
      font-size: 12px;
      line-height: 1.2;
      color: #555555;
      margin-bottom: 0; }
      #previewModal .previewCart .previewCartCheckout-total > p strong {
        font-family: "Industry", sans-serif;
        color: #b72c1f; }
      @media screen and (min-width: 1280px) {
        #previewModal .previewCart .previewCartCheckout-total > p {
          font-size: 0.83333vw; } }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .previewCartCheckout-total {
        margin-bottom: 2.08333vw; } }
  #previewModal .previewCart .previewCartCheckout-subtotal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0; }
    @media screen and (max-width: 413px) {
      #previewModal .previewCart .previewCartCheckout-subtotal {
        margin-top: 15px; } }
  #previewModal .previewCart .previewCartCheckout-priceLabel, #previewModal .previewCart .previewCartCheckout-price {
    font-family: "Industry Demi", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.06em; }
    @media screen and (min-width: 1280px) {
      #previewModal .previewCart .previewCartCheckout-priceLabel, #previewModal .previewCart .previewCartCheckout-price {
        font-size: 1.11111vw; } }
  #previewModal .previewCart .previewCartCheckout-price {
    color: #b72c1f; }
  #previewModal .previewCart .previewCartCheckout-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #previewModal .previewCart .previewCartCheckout-buttons .button, #previewModal .previewCart .previewCartCheckout-buttons .modal--alert .button-container .confirm, .modal--alert .button-container #previewModal .previewCart .previewCartCheckout-buttons .confirm, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-add, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-cancel, #previewModal .previewCart .previewCartCheckout-buttons button.shipping-estimate-show, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-add, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-cancel {
      padding: 17.5px 30px; }
      #previewModal .previewCart .previewCartCheckout-buttons .button:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons .modal--alert .button-container .confirm:not(:last-child), .modal--alert .button-container #previewModal .previewCart .previewCartCheckout-buttons .confirm:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-add:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-cancel:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons button.shipping-estimate-show:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-add:not(:last-child), #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-cancel:not(:last-child) {
        margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        #previewModal .previewCart .previewCartCheckout-buttons .button, #previewModal .previewCart .previewCartCheckout-buttons .modal--alert .button-container .confirm, .modal--alert .button-container #previewModal .previewCart .previewCartCheckout-buttons .confirm, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-add, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-cancel, #previewModal .previewCart .previewCartCheckout-buttons button.shipping-estimate-show, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-add, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-cancel {
          padding: 1.21528vw 2.08333vw; } }
      @media screen and (max-width: 767px) {
        #previewModal .previewCart .previewCartCheckout-buttons .button, #previewModal .previewCart .previewCartCheckout-buttons .modal--alert .button-container .confirm, .modal--alert .button-container #previewModal .previewCart .previewCartCheckout-buttons .confirm, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-add, #previewModal .previewCart .previewCartCheckout-buttons .coupon-code-cancel, #previewModal .previewCart .previewCartCheckout-buttons button.shipping-estimate-show, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-add, #previewModal .previewCart .previewCartCheckout-buttons .gift-certificate-cancel {
          width: 100%;
          margin-bottom: 15px !important; } }
    @media screen and (max-width: 767px) {
      #previewModal .previewCart .previewCartCheckout-buttons {
        flex-direction: column;
        -webkit-flex-direction: column; } }

/*========== Alert Box ===========*/
.modal--alert .modal-content {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .modal--alert .modal-content {
      font-size: 1.11111vw; } }

.modal--alert .button-container {
  margin: 25px 0 0; }
  @media screen and (min-width: 1280px) {
    .modal--alert .button-container {
      margin: 1.73611vw 0 0; } }
  .modal--alert .button-container .confirm:focus:hover {
    background-color: black;
    border-color: black; }
  .modal--alert .button-container .button + .button, .modal--alert .button-container .confirm + .button, .modal--alert .button-container .coupon-code-add + .button, .modal--alert .button-container .coupon-code-cancel + .button, .modal--alert .button-container button.shipping-estimate-show + .button, .modal--alert .button-container .gift-certificate-add + .button, .modal--alert .button-container .gift-certificate-cancel + .button, .modal--alert .button-container .button + .confirm, .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .button + .coupon-code-add, .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .coupon-code-add + .coupon-code-add, .modal--alert .button-container .coupon-code-cancel + .coupon-code-add, .modal--alert .button-container button.shipping-estimate-show + .coupon-code-add, .modal--alert .button-container .gift-certificate-add + .coupon-code-add, .modal--alert .button-container .gift-certificate-cancel + .coupon-code-add, .modal--alert .button-container .button + .coupon-code-cancel, .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .coupon-code-add + .coupon-code-cancel, .modal--alert .button-container .coupon-code-cancel + .coupon-code-cancel, .modal--alert .button-container button.shipping-estimate-show + .coupon-code-cancel, .modal--alert .button-container .gift-certificate-add + .coupon-code-cancel, .modal--alert .button-container .gift-certificate-cancel + .coupon-code-cancel, .modal--alert .button-container .button + button.shipping-estimate-show, .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .coupon-code-add + button.shipping-estimate-show, .modal--alert .button-container .coupon-code-cancel + button.shipping-estimate-show, .modal--alert .button-container button.shipping-estimate-show + button.shipping-estimate-show, .modal--alert .button-container .gift-certificate-add + button.shipping-estimate-show, .modal--alert .button-container .gift-certificate-cancel + button.shipping-estimate-show, .modal--alert .button-container .button + .gift-certificate-add, .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .coupon-code-add + .gift-certificate-add, .modal--alert .button-container .coupon-code-cancel + .gift-certificate-add, .modal--alert .button-container button.shipping-estimate-show + .gift-certificate-add, .modal--alert .button-container .gift-certificate-add + .gift-certificate-add, .modal--alert .button-container .gift-certificate-cancel + .gift-certificate-add, .modal--alert .button-container .button + .gift-certificate-cancel, .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .coupon-code-add + .gift-certificate-cancel, .modal--alert .button-container .coupon-code-cancel + .gift-certificate-cancel, .modal--alert .button-container button.shipping-estimate-show + .gift-certificate-cancel, .modal--alert .button-container .gift-certificate-add + .gift-certificate-cancel, .modal--alert .button-container .gift-certificate-cancel + .gift-certificate-cancel {
    margin-left: 11px; }
    @media screen and (min-width: 1280px) {
      .modal--alert .button-container .button + .button, .modal--alert .button-container .confirm + .button, .modal--alert .button-container .coupon-code-add + .button, .modal--alert .button-container .coupon-code-cancel + .button, .modal--alert .button-container button.shipping-estimate-show + .button, .modal--alert .button-container .gift-certificate-add + .button, .modal--alert .button-container .gift-certificate-cancel + .button, .modal--alert .button-container .button + .confirm, .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .button + .coupon-code-add, .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .coupon-code-add + .coupon-code-add, .modal--alert .button-container .coupon-code-cancel + .coupon-code-add, .modal--alert .button-container button.shipping-estimate-show + .coupon-code-add, .modal--alert .button-container .gift-certificate-add + .coupon-code-add, .modal--alert .button-container .gift-certificate-cancel + .coupon-code-add, .modal--alert .button-container .button + .coupon-code-cancel, .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .coupon-code-add + .coupon-code-cancel, .modal--alert .button-container .coupon-code-cancel + .coupon-code-cancel, .modal--alert .button-container button.shipping-estimate-show + .coupon-code-cancel, .modal--alert .button-container .gift-certificate-add + .coupon-code-cancel, .modal--alert .button-container .gift-certificate-cancel + .coupon-code-cancel, .modal--alert .button-container .button + button.shipping-estimate-show, .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .coupon-code-add + button.shipping-estimate-show, .modal--alert .button-container .coupon-code-cancel + button.shipping-estimate-show, .modal--alert .button-container button.shipping-estimate-show + button.shipping-estimate-show, .modal--alert .button-container .gift-certificate-add + button.shipping-estimate-show, .modal--alert .button-container .gift-certificate-cancel + button.shipping-estimate-show, .modal--alert .button-container .button + .gift-certificate-add, .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .coupon-code-add + .gift-certificate-add, .modal--alert .button-container .coupon-code-cancel + .gift-certificate-add, .modal--alert .button-container button.shipping-estimate-show + .gift-certificate-add, .modal--alert .button-container .gift-certificate-add + .gift-certificate-add, .modal--alert .button-container .gift-certificate-cancel + .gift-certificate-add, .modal--alert .button-container .button + .gift-certificate-cancel, .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .coupon-code-add + .gift-certificate-cancel, .modal--alert .button-container .coupon-code-cancel + .gift-certificate-cancel, .modal--alert .button-container button.shipping-estimate-show + .gift-certificate-cancel, .modal--alert .button-container .gift-certificate-add + .gift-certificate-cancel, .modal--alert .button-container .gift-certificate-cancel + .gift-certificate-cancel {
        margin-left: 0.76389vw; } }

@media screen and (min-width: 1280px) {
  .modal--alert {
    padding: 2.77778vw 1.38889vw 1.38889vw;
    width: 30.06944vw;
    height: 26.38889vw; } }

.modal--alert .alert-icon {
  margin: 25px auto 25px; }
  .modal--alert .alert-icon.warning-icon .icon-content {
    font-size: 50px; }
    @media screen and (min-width: 1280px) {
      .modal--alert .alert-icon.warning-icon .icon-content {
        font-size: 3.47222vw; } }
  @media screen and (min-width: 1280px) {
    .modal--alert .alert-icon {
      margin: 1.73611vw auto 1.73611vw;
      width: 6.94444vw;
      height: 6.94444vw; } }

@media screen and (min-width: 1280px) {
  .modal--alert .error-icon .icon-content .line {
    width: 3.47222vw;
    height: 0.27778vw;
    margin-top: -0.13889vw;
    top: 3.47222vw; } }

@media screen and (min-width: 1280px) {
  .modal--alert .error-icon .icon-content .line-left {
    left: 50%;
    margin-left: -1.73611vw; } }

@media screen and (min-width: 1280px) {
  .modal--alert .error-icon .icon-content .line-right {
    margin-right: -1.73611vw;
    right: 3.47222vw; } }

.modal .modal-close {
  color: #000000;
  font-size: 22px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  top: 24px;
  right: 28px; }
  @media screen and (min-width: 1280px) {
    .modal .modal-close {
      font-size: 1.52778vw;
      height: 0.69444vw;
      width: 0.69444vw;
      line-height: 0.69444vw;
      right: 1.94444vw;
      top: 1.66667vw; } }
  @media screen and (max-width: 767px) {
    .modal .modal-close {
      top: 25px;
      right: 20px; } }
  .modal .modal-close span:not(.aria-description--hidden), .modal .modal-close span svg {
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='black' stroke-width='1.5'%3E%3Cpath d='M1 1L11 11M11 1L1 11'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 1280px) {
      .modal .modal-close span:not(.aria-description--hidden), .modal .modal-close span svg {
        width: 0.69444vw;
        height: 0.69444vw; } }
  .modal .modal-close span svg {
    stroke: #000000;
    display: none; }
  .modal .modal-close:hover {
    color: #b72c1f;
    font-size: 1.52778vw; }
    .modal .modal-close:hover span:not(.aria-description--hidden), .modal .modal-close:hover span svg {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23b72c1f' stroke-width='1.5'%3E%3Cpath d='M1 1L11 11M11 1L1 11'/%3E%3C/svg%3E"); }
    .modal .modal-close:hover span svg {
      stroke: #b72c1f; }

@media screen and (min-width: 1280px) {
  .modal {
    min-height: 16.66667vw; } }

@media screen and (min-width: 1280px) {
  .modal .modal-header {
    padding-left: 2.1875vw;
    padding-right: 2.95139vw;
    padding-top: 0.97222vw;
    padding-bottom: 0.97222vw; } }

.modal .modal-header .modal-header-title {
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    .modal .modal-header .modal-header-title {
      font-size: 1.25vw; } }

.modal .modal-body {
  padding: 25px 28px 34px 29px; }
  @media screen and (min-width: 1280px) {
    .modal .modal-body {
      padding: 1.73611vw 1.94444vw 2.36111vw 2.01389vw; } }
  @media screen and (max-width: 767px) {
    .modal .modal-body {
      padding: 20px 23px 29px 25px; } }

@media screen and (min-width: 1280px) {
  .modal {
    width: 62.5vw; } }

@media screen and (min-width: 1280px) {
  .modal--small {
    width: 34.72222vw; } }

.modal .facet-quick-heading {
  font-size: 18px;
  font-family: "Industry Demi", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left; }
  .modal .facet-quick-heading span {
    color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .modal .facet-quick-heading {
      font-size: 1.25vw; } }
  @media screen and (max-width: 767px) {
    .modal .facet-quick-heading {
      font-size: 16px; } }

.modal #facetedSearch-filterItems .form-input {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .modal #facetedSearch-filterItems .form-input {
      padding-top: 0.69444vw;
      padding-bottom: 0.69444vw; } }

.modal.quickView-modal {
  width: 95%; }

.alertBox {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 13px 20px; }
  .alertBox .alertBox-icon {
    padding-right: 20px; }
    @media screen and (min-width: 1280px) {
      .alertBox .alertBox-icon {
        padding-right: 1.38889vw; } }
  .alertBox .icon {
    height: 20px;
    width: 20px; }
    @media screen and (min-width: 1280px) {
      .alertBox .icon {
        height: 1.38889vw;
        width: 1.38889vw; } }
  @media screen and (min-width: 1280px) {
    .alertBox {
      font-size: 0.97222vw;
      margin-bottom: 0.69444vw;
      padding: 0.90278vw 1.38889vw; } }

/* ========== FORM RESET ========== */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
  font-size: 14px;
  outline: none; }
  @media screen and (min-width: 1280px) {
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
    input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
    input[type="time"], input[type="url"], input[type="color"], textarea {
      font-size: 0.97222vw; } }

input:focus, button:focus, textarea:focus,
select:focus, details:focus, input:focus + label,
[href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important; }

select {
  outline: none; }

select option {
  padding: 4px 8px;
  font-size: 13px;
  outline: none; }
  @media screen and (min-width: 1280px) {
    select option {
      padding: 0.27778vw 0.55556vw;
      font-size: 0.90278vw; } }

textarea {
  resize: none;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    textarea {
      line-height: 1.25vw; } }

.form {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .form {
      margin-bottom: 2.08333vw; } }

.form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel {
  height: auto; }

/* ========== INPUT STYLE ========== */
.form-label {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Industry Demi", sans-serif; }
  @media screen and (min-width: 1280px) {
    .form-label {
      margin-bottom: 0.69444vw;
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }
  .form-label small {
    font-size: 16px;
    color: #b72c1f;
    line-height: 14px;
    margin-top: 0px;
    margin-left: 3px;
    float: none; }
    @media screen and (min-width: 1280px) {
      .form-label small {
        font-size: 1.11111vw;
        line-height: 0.97222vw;
        margin-left: 0.20833vw; } }

.form-inlineMessage {
  font-size: 12px;
  padding-left: 20px;
  position: relative;
  margin: 5px 0 0;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .form-inlineMessage {
      font-size: 0.83333vw;
      line-height: 1.25vw;
      padding-left: 1.38889vw;
      margin: 0.34722vw 0 0; } }
  @media screen and (max-width: 767px) {
    .form-inlineMessage {
      padding-left: 22px; } }

.form-input, .cart-totals .form-input {
  border: 0.5px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 14px;
  padding: 16px 18px;
  font-size: 12px;
  height: auto;
  color: #000000;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  outline: none; }
  @media screen and (min-width: 1280px) {
    .form-input, .cart-totals .form-input {
      line-height: 0.97222vw;
      padding: 1.11111vw 1.25vw;
      font-size: 0.83333vw;
      border-width: 0.03472vw; } }
  .form-input:focus {
    border-color: #d0d0d0;
    outline: none; }

textarea.form-input, .cart-totals textarea.form-input {
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    textarea.form-input, .cart-totals textarea.form-input {
      line-height: 1.66667vw; } }

.form-input::-webkit-input-placeholder, .cart-totals .form-input::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1; }

.form-input::-moz-placeholder, .cart-totals .form-input::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1; }

.form-input:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1; }

.form-input:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1; }

.form-row {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .form-row {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  .form-row .form-field {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .form-row .form-field {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }

@media screen and (max-width: 767px) {
  .form-row .form-field, .form-row--half .form-field {
    float: none;
    clear: both;
    width: 100%; } }

.form-column {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .form-column {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .form-column {
      float: none;
      clear: both;
      width: 100%; } }

.form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

.form-field {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .form-field {
      margin-bottom: 2.08333vw; } }

@media screen and (min-width: 1280px) {
  .form-field--success .form-input[type="text"] {
    background-size: 1.66667vw auto;
    padding-right: 3.33333vw; } }

.form-field-group, .form-row .form-field-group {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .form-field-group, .form-row .form-field-group {
      padding: 1.38889vw; } }

.form-actions {
  max-width: none;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .form-actions .button + .button, .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .form-actions .confirm + .button, .form-actions .coupon-code-add + .button, .form-actions .coupon-code-cancel + .button, .form-actions button.shipping-estimate-show + .button, .form-actions .gift-certificate-add + .button, .form-actions .gift-certificate-cancel + .button, .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .form-actions .button + .confirm, .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .form-actions .confirm + .confirm, .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .form-actions .coupon-code-add + .confirm, .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .form-actions .coupon-code-cancel + .confirm, .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .form-actions button.shipping-estimate-show + .confirm, .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .form-actions .gift-certificate-add + .confirm, .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .form-actions .gift-certificate-cancel + .confirm, .form-actions .button + .coupon-code-add, .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .form-actions .confirm + .coupon-code-add, .form-actions .coupon-code-add + .coupon-code-add, .form-actions .coupon-code-cancel + .coupon-code-add, .form-actions button.shipping-estimate-show + .coupon-code-add, .form-actions .gift-certificate-add + .coupon-code-add, .form-actions .gift-certificate-cancel + .coupon-code-add, .form-actions .button + .coupon-code-cancel, .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .form-actions .confirm + .coupon-code-cancel, .form-actions .coupon-code-add + .coupon-code-cancel, .form-actions .coupon-code-cancel + .coupon-code-cancel, .form-actions button.shipping-estimate-show + .coupon-code-cancel, .form-actions .gift-certificate-add + .coupon-code-cancel, .form-actions .gift-certificate-cancel + .coupon-code-cancel, .form-actions .button + button.shipping-estimate-show, .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .form-actions .confirm + button.shipping-estimate-show, .form-actions .coupon-code-add + button.shipping-estimate-show, .form-actions .coupon-code-cancel + button.shipping-estimate-show, .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .form-actions .gift-certificate-add + button.shipping-estimate-show, .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .form-actions .button + .gift-certificate-add, .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .form-actions .confirm + .gift-certificate-add, .form-actions .coupon-code-add + .gift-certificate-add, .form-actions .coupon-code-cancel + .gift-certificate-add, .form-actions button.shipping-estimate-show + .gift-certificate-add, .form-actions .gift-certificate-add + .gift-certificate-add, .form-actions .gift-certificate-cancel + .gift-certificate-add, .form-actions .button + .gift-certificate-cancel, .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .form-actions .confirm + .gift-certificate-cancel, .form-actions .coupon-code-add + .gift-certificate-cancel, .form-actions .coupon-code-cancel + .gift-certificate-cancel, .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .form-actions .gift-certificate-add + .gift-certificate-cancel, .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
      margin-top: 0; } }
  @media screen and (min-width: 1280px) {
    .form-actions {
      margin-top: 1.73611vw; } }

.forgot-password {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-family: "Industry Demi", sans-serif; }
  .forgot-password:hover {
    color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .forgot-password {
      font-size: 0.83333vw; } }

/* ========== SELECT STYLE ========== */
.form-select, .cart-totals .form-select {
  height: auto;
  line-height: 18px;
  padding: 16px 35px 16px 20px;
  font-size: 12px;
  vertical-align: middle;
  background-size: 15px;
  background-position: right 12px center;
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000000;
  outline: none; }
  .form-select.form-select-small {
    height: 30px;
    line-height: 30px;
    background-position: right 5px top 7px;
    padding: 0 20px;
    padding-left: 10px; }
  @media screen and (min-width: 1280px) {
    .form-select, .cart-totals .form-select {
      line-height: 1.25vw;
      padding: 1.11111vw 2.43056vw 1.11111vw 1.38889vw;
      font-size: 0.83333vw;
      background-size: 1.04167vw;
      background-position: right 0.83333vw center;
      border-width: 0.06944vw; } }

.form-select--short {
  width: 70px;
  max-width: 70px; }
  @media screen and (min-width: 1280px) {
    .form-select--short {
      width: 4.86111vw;
      max-width: 4.86111vw; } }

/* ========== CHECKBOX AND RADIO STYLE ========== */
.form-checkbox + .form-label,
.form-radio + .form-label {
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      line-height: 1.66667vw; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  width: 18px;
  height: 18px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-checkItem .form-label {
      width: 1.25vw;
      height: 1.25vw; } }

/* ========== QUANTITYBOX STYLE ========== */
.form-input--incrementTotal {
  width: 60px;
  padding: 0px;
  height: 40px;
  background-color: transparent;
  border-color: transparent;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 1280px) {
    .form-input--incrementTotal {
      width: 4.16667vw;
      height: 2.77778vw; } }
  .form-input--incrementTotal:focus {
    border-color: transparent; }

.form-increment {
  width: 120px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .form-increment {
      width: 8.33333vw; } }
  .form-increment .button, .form-increment .modal--alert .button-container .confirm, .modal--alert .button-container .form-increment .confirm, .form-increment .coupon-code-add, .form-increment .coupon-code-cancel, .form-increment button.shipping-estimate-show, .form-increment .gift-certificate-add, .form-increment .gift-certificate-cancel {
    padding: 0px;
    background: transparent;
    width: 30px;
    border: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media screen and (min-width: 1280px) {
      .form-increment .button, .form-increment .modal--alert .button-container .confirm, .modal--alert .button-container .form-increment .confirm, .form-increment .coupon-code-add, .form-increment .coupon-code-cancel, .form-increment button.shipping-estimate-show, .form-increment .gift-certificate-add, .form-increment .gift-certificate-cancel {
        width: 2.08333vw; } }
    .form-increment .button .icon, .form-increment .modal--alert .button-container .confirm .icon, .modal--alert .button-container .form-increment .confirm .icon, .form-increment .coupon-code-add .icon, .form-increment .coupon-code-cancel .icon, .form-increment button.shipping-estimate-show .icon, .form-increment .gift-certificate-add .icon, .form-increment .gift-certificate-cancel .icon {
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 1280px) {
        .form-increment .button .icon, .form-increment .modal--alert .button-container .confirm .icon, .modal--alert .button-container .form-increment .confirm .icon, .form-increment .coupon-code-add .icon, .form-increment .coupon-code-cancel .icon, .form-increment button.shipping-estimate-show .icon, .form-increment .gift-certificate-add .icon, .form-increment .gift-certificate-cancel .icon {
          width: 0.69444vw;
          height: 0.69444vw; } }
    .form-increment .button.button--icon, .form-increment .modal--alert .button-container .button--icon.confirm, .modal--alert .button-container .form-increment .button--icon.confirm, .form-increment .button--icon.coupon-code-add, .form-increment .button--icon.coupon-code-cancel, .form-increment button.button--icon.shipping-estimate-show, .form-increment .button--icon.gift-certificate-add, .form-increment .button--icon.gift-certificate-cancel {
      background-color: transparent;
      border: 0px; }
      .form-increment .button.button--icon svg, .form-increment .modal--alert .button-container .button--icon.confirm svg, .modal--alert .button-container .form-increment .button--icon.confirm svg, .form-increment .button--icon.coupon-code-add svg, .form-increment .button--icon.coupon-code-cancel svg, .form-increment button.button--icon.shipping-estimate-show svg, .form-increment .button--icon.gift-certificate-add svg, .form-increment .button--icon.gift-certificate-cancel svg {
        fill: #888888; }
      .form-increment .button.button--icon:hover svg, .form-increment .modal--alert .button-container .button--icon.confirm:hover svg, .modal--alert .button-container .form-increment .button--icon.confirm:hover svg, .form-increment .button--icon.coupon-code-add:hover svg, .form-increment .button--icon.coupon-code-cancel:hover svg, .form-increment button.button--icon.shipping-estimate-show:hover svg, .form-increment .button--icon.gift-certificate-add:hover svg, .form-increment .button--icon.gift-certificate-cancel:hover svg {
        fill: black; }
    .form-increment .button.button[data-action="dec"], .form-increment .modal--alert .button-container .confirm[data-action="dec"], .modal--alert .button-container .form-increment .confirm[data-action="dec"], .form-increment .coupon-code-add[data-action="dec"], .form-increment .coupon-code-cancel[data-action="dec"], .form-increment button.shipping-estimate-show[data-action="dec"], .form-increment .gift-certificate-add[data-action="dec"], .form-increment .gift-certificate-cancel[data-action="dec"] {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .form-increment .button.button[data-action="inc"] svg, .form-increment .modal--alert .button-container .confirm[data-action="inc"] svg, .modal--alert .button-container .form-increment .confirm[data-action="inc"] svg, .form-increment .coupon-code-add[data-action="inc"] svg, .form-increment .coupon-code-cancel[data-action="inc"] svg, .form-increment button.shipping-estimate-show[data-action="inc"] svg, .form-increment .gift-certificate-add[data-action="inc"] svg, .form-increment .gift-certificate-cancel[data-action="inc"] svg {
      fill: black; }
    .form-increment .button.button[data-action="inc"]:hover svg, .form-increment .modal--alert .button-container .confirm[data-action="inc"]:hover svg, .modal--alert .button-container .form-increment .confirm[data-action="inc"]:hover svg, .form-increment .coupon-code-add[data-action="inc"]:hover svg, .form-increment .coupon-code-cancel[data-action="inc"]:hover svg, .form-increment button.shipping-estimate-show[data-action="inc"]:hover svg, .form-increment .gift-certificate-add[data-action="inc"]:hover svg, .form-increment .gift-certificate-cancel[data-action="inc"]:hover svg {
      fill: #888888; }

/* ========== BUTTON STYLE ========== */
.button, .modal--alert .button-container .confirm, .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
  height: auto;
  line-height: 14px;
  padding: 17px 53.5px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  background: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 1px solid black;
  font-family: "Industry Demi", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 1280px) {
    .button, .modal--alert .button-container .confirm, .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
      line-height: 0.97222vw;
      padding: 1.18056vw 2.46528vw;
      font-size: 0.83333vw; } }
  @media screen and (max-width: 767px) {
    .button, .modal--alert .button-container .confirm, .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
      padding: 17px 32px; } }
  .button:hover, .modal--alert .button-container .confirm:hover, .coupon-code-add:hover, .coupon-code-cancel:hover, button.shipping-estimate-show:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .button:focus, .modal--alert .button-container .confirm:focus, .coupon-code-add:focus, .coupon-code-cancel:focus, button.shipping-estimate-show:focus, .gift-certificate-add:focus, .gift-certificate-cancel:focus {
    border: 1px solid #b72c1f;
    background: #b72c1f;
    color: #ffffff; }
  .button.button--primary, .modal--alert .button-container .button--primary.confirm, .button--primary.coupon-code-add, .button--primary.coupon-code-cancel, button.button--primary.shipping-estimate-show, .button--primary.gift-certificate-add, .button--primary.gift-certificate-cancel {
    background: #b72c1f;
    color: white;
    border-color: #b72c1f; }
    .button.button--primary:hover, .modal--alert .button-container .button--primary.confirm:hover, .button--primary.coupon-code-add:hover, .button--primary.coupon-code-cancel:hover, button.button--primary.shipping-estimate-show:hover, .button--primary.gift-certificate-add:hover, .button--primary.gift-certificate-cancel:hover, .button.button--primary:focus, .modal--alert .button-container .button--primary.confirm:focus, .button--primary.coupon-code-add:focus, .button--primary.coupon-code-cancel:focus, button.button--primary.shipping-estimate-show:focus, .button--primary.gift-certificate-add:focus, .button--primary.gift-certificate-cancel:focus {
      background: white;
      color: black;
      border-color: black; }
  .button.button--white, .modal--alert .button-container .button--white.confirm, .button--white.coupon-code-add, .button--white.coupon-code-cancel, button.button--white.shipping-estimate-show, .button--white.gift-certificate-add, .button--white.gift-certificate-cancel {
    background-color: white;
    color: #434441;
    border-color: white; }
    .button.button--white:hover, .modal--alert .button-container .button--white.confirm:hover, .button--white.coupon-code-add:hover, .button--white.coupon-code-cancel:hover, button.button--white.shipping-estimate-show:hover, .button--white.gift-certificate-add:hover, .button--white.gift-certificate-cancel:hover, .button.button--white:focus, .modal--alert .button-container .button--white.confirm:focus, .button--white.coupon-code-add:focus, .button--white.coupon-code-cancel:focus, button.button--white.shipping-estimate-show:focus, .button--white.gift-certificate-add:focus, .button--white.gift-certificate-cancel:focus {
      background-color: black;
      color: white;
      border-color: black; }
  .button.button--small, .modal--alert .button-container .button--small.confirm, .button--small.coupon-code-add, .button--small.coupon-code-cancel, button.button--small.shipping-estimate-show, .button--small.gift-certificate-add, .button--small.gift-certificate-cancel {
    padding: 12px 24px;
    font-size: 11px; }
    @media screen and (min-width: 1280px) {
      .button.button--small, .modal--alert .button-container .button--small.confirm, .button--small.coupon-code-add, .button--small.coupon-code-cancel, button.button--small.shipping-estimate-show, .button--small.gift-certificate-add, .button--small.gift-certificate-cancel {
        padding: 0.83333vw 1.66667vw;
        font-size: 0.76389vw; } }
  .button.button--large, .modal--alert .button-container .button--large.confirm, .button--large.coupon-code-add, .button--large.coupon-code-cancel, button.button--large.shipping-estimate-show, .button--large.gift-certificate-add, .button--large.gift-certificate-cancel {
    padding-left: 62px;
    padding-right: 62px; }
    @media screen and (min-width: 1280px) {
      .button.button--large, .modal--alert .button-container .button--large.confirm, .button--large.coupon-code-add, .button--large.coupon-code-cancel, button.button--large.shipping-estimate-show, .button--large.gift-certificate-add, .button--large.gift-certificate-cancel {
        padding-left: 4.30556vw;
        padding-right: 4.30556vw; } }
    @media screen and (max-width: 1023px) {
      .button.button--large, .modal--alert .button-container .button--large.confirm, .button--large.coupon-code-add, .button--large.coupon-code-cancel, button.button--large.shipping-estimate-show, .button--large.gift-certificate-add, .button--large.gift-certificate-cancel {
        padding-left: 54px;
        padding-right: 54px; } }
    @media screen and (max-width: 767px) {
      .button.button--large, .modal--alert .button-container .button--large.confirm, .button--large.coupon-code-add, .button--large.coupon-code-cancel, button.button--large.shipping-estimate-show, .button--large.gift-certificate-add, .button--large.gift-certificate-cancel {
        padding-left: 52px;
        padding-right: 52px; } }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    max-width: 100%;
    display: inline-block; }

.form-actions > * {
  width: auto; }

.form-actions a, .form-actions .button, .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .form-actions .confirm, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions button.shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions .shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel, .form-actions input, .form-prefixPostfix a, .form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix .shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel, .form-prefixPostfix input {
  width: auto;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .form-prefixPostfix {
    display: block;
    text-align: center; } }

.form-prefixPostfix .form-input {
  text-align: left; }

@media screen and (max-width: 767px) {
  .form-prefixPostfix .button, .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .form-prefixPostfix .confirm, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix button.shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel {
    margin-top: 10px;
    display: inline-block; } }

.form-minMaxRow {
  margin-right: -5px;
  margin-left: -5px; }
  @media screen and (min-width: 1280px) {
    .form-minMaxRow {
      margin-left: -0.34722vw;
      margin-right: -0.34722vw; } }
  .form-minMaxRow .form-field {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 1280px) {
      .form-minMaxRow .form-field {
        padding-left: 0.34722vw;
        padding-right: 0.34722vw; } }
    .form-minMaxRow .form-field .form-input {
      padding-top: 11px;
      padding-bottom: 11px; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field .form-input {
          padding-top: 0.76389vw;
          padding-bottom: 0.76389vw; } }

/* ========== FORM WIDTH ========== */
.template-editaccount .account--fixed .form, .template-editaccount .account--fixedSmall .form, .template-editaccount .page-content .form, .template--editaccount .account--fixed .form, .template--editaccount .account--fixedSmall .form, .template--editaccount .page-content .form, .template-createaccount .account--fixed .form, .template-createaccount .account--fixedSmall .form, .template-createaccount .page-content .form, .template--createaccount .account--fixed .form, .template--createaccount .account--fixedSmall .form, .template--createaccount .page-content .form, .template-shippingaddressform .account--fixed .form, .template-shippingaddressform .account--fixedSmall .form, .template-shippingaddressform .page-content .form,
.template-forgotpassword .account--fixed .form,
.template-forgotpassword .account--fixedSmall .form,
.template-forgotpassword .page-content .form, .template--forgotpassword .account--fixed .form, .template--forgotpassword .account--fixedSmall .form, .template--forgotpassword .page-content .form, .template-add-wishlist .account--fixed .form, .template-add-wishlist .account--fixedSmall .form, .template-add-wishlist .page-content .form, .template--add-wishlist .account--fixed .form, .template--add-wishlist .account--fixedSmall .form, .template--add-wishlist .page-content .form, .template-giftcertificates .account--fixed .form, .template-giftcertificates .account--fixedSmall .form, .template-giftcertificates .page-content .form,
.template-giftcertificates_balance .account--fixed .form,
.template-giftcertificates_balance .account--fixedSmall .form,
.template-giftcertificates_balance .page-content .form, .template-account_inbox .account--fixed .form, .template-account_inbox .account--fixedSmall .form, .template-account_inbox .page-content .form, .template-404 .account--fixed .form, .template-404 .account--fixedSmall .form, .template-404 .page-content .form, .template--404 .account--fixed .form, .template--404 .account--fixedSmall .form, .template--404 .page-content .form {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1279px) {
    .template-editaccount .account--fixed .form, .template-editaccount .account--fixedSmall .form, .template-editaccount .page-content .form, .template--editaccount .account--fixed .form, .template--editaccount .account--fixedSmall .form, .template--editaccount .page-content .form, .template-createaccount .account--fixed .form, .template-createaccount .account--fixedSmall .form, .template-createaccount .page-content .form, .template--createaccount .account--fixed .form, .template--createaccount .account--fixedSmall .form, .template--createaccount .page-content .form, .template-shippingaddressform .account--fixed .form, .template-shippingaddressform .account--fixedSmall .form, .template-shippingaddressform .page-content .form,
    .template-forgotpassword .account--fixed .form,
    .template-forgotpassword .account--fixedSmall .form,
    .template-forgotpassword .page-content .form, .template--forgotpassword .account--fixed .form, .template--forgotpassword .account--fixedSmall .form, .template--forgotpassword .page-content .form, .template-add-wishlist .account--fixed .form, .template-add-wishlist .account--fixedSmall .form, .template-add-wishlist .page-content .form, .template--add-wishlist .account--fixed .form, .template--add-wishlist .account--fixedSmall .form, .template--add-wishlist .page-content .form, .template-giftcertificates .account--fixed .form, .template-giftcertificates .account--fixedSmall .form, .template-giftcertificates .page-content .form,
    .template-giftcertificates_balance .account--fixed .form,
    .template-giftcertificates_balance .account--fixedSmall .form,
    .template-giftcertificates_balance .page-content .form, .template-account_inbox .account--fixed .form, .template-account_inbox .account--fixedSmall .form, .template-account_inbox .page-content .form, .template-404 .account--fixed .form, .template-404 .account--fixedSmall .form, .template-404 .page-content .form, .template--404 .account--fixed .form, .template--404 .account--fixedSmall .form, .template--404 .page-content .form {
      width: 100%; } }

.wishlist-form {
  max-width: 50%; }

.form-field--error .form-inlineMessage::before {
  position: absolute;
  top: 4px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  left: -2px; }
  @media screen and (min-width: 1280px) {
    .form-field--error .form-inlineMessage::before {
      width: 0.97222vw;
      height: 0.97222vw;
      top: 0.27778vw;
      left: -0.13889vw; } }
  @media screen and (max-width: 767px) {
    .form-field--error .form-inlineMessage::before {
      top: 5px; } }

.fancybox-button {
  width: 44px !important;
  height: 44px !important; }
  @media screen and (min-width: 1280px) {
    .fancybox-button {
      width: 3.05556vw !important;
      height: 3.05556vw !important; } }
  .fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--thumbs {
    display: none !important; }

.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left {
  padding: 0px !important; }

/* ===================================
    Select2 - Start
====================================== */
.select2 {
  width: 100% !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    border: 0.5px solid #000000;
    line-height: 18px;
    padding: 16px 18px;
    font-size: 12px;
    color: black;
    position: relative;
    font-family: "Gotham", sans-serif; }
    @media screen and (min-width: 1280px) {
      .select2-container .select2-selection--single {
        padding: 1.11111vw 1.25vw;
        line-height: 1.25vw;
        font-size: 0.83333vw; } }
    + .select2-container .select2-selection--single.select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single + span + .select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-right: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #000000;
      opacity: 1;
      text-transform: capitalize; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 0.69444vw; } }
    .select2-container .select2-selection--single .select2-selection__rendered[title="Country"], .select2-container .select2-selection--single .select2-selection__rendered[title="Choose a State/Province"] {
      opacity: 0.5; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #000000;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  position: relative;
  padding: 2px 20px;
  margin: 5px 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .select2-results__options {
      padding: 0.13889vw 1.38889vw;
      margin: 0.34722vw 0;
      margin-bottom: 0.69444vw; } }

.select2-results__option {
  padding: 3px 0;
  user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
  font-family: "Gotham", sans-serif; }
  @media screen and (min-width: 1280px) {
    .select2-results__option {
      font-size: 0.83333vw;
      line-height: 1.38889vw;
      padding: 0.20833vw 0; } }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  color: #b72c1f;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.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); }

.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; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 9px;
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 1.38889vw;
      right: 0.625vw;
      top: 0.06944vw; } }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2V0.5L5 3.5L0 0.5V2L5 5L10 2Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 0.69444vw;
        height: 0.69444vw; } }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dddddd;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 17.36111vw; } }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .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; }
          .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; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  color: #b72c1f; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #b72c1f; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.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; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* ===================================
    Select2 - End
====================================== */
.container {
  width: 1140px;
  padding: 0;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .container {
      width: 79.16667vw; } }
  @media screen and (max-width: 1279px) {
    .container {
      width: 960px; } }
  @media screen and (max-width: 1023px) {
    .container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container--small {
    width: 800px; }
    @media screen and (min-width: 1280px) {
      .container--small {
        width: 55.55556vw; } }

.container-liqued {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .container-liqued {
      padding-left: 3.47222vw;
      padding-right: 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .container-liqued {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .container-liqued {
      padding-left: 20px;
      padding-right: 20px; } }

.custom-row {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 1280px) {
    .custom-row {
      margin-right: -1.04167vw;
      margin-left: -1.04167vw; } }
  @media screen and (max-width: 1279px) {
    .custom-row {
      margin-left: -10px;
      margin-right: -10px; } }

.grid {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1280px) {
    .grid {
      padding-right: 1.04167vw;
      padding-left: 1.04167vw; } }
  @media screen and (max-width: 1279px) {
    .grid {
      padding-left: 10px;
      padding-right: 10px; } }

.body {
  margin-top: 0px;
  margin-bottom: 50px;
  min-height: 350px; }
  @media screen and (min-width: 1280px) {
    .body {
      margin-bottom: 3.47222vw;
      min-height: 24.30556vw; } }

.template--page .body {
  margin-bottom: 0; }

.page {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 1280px) {
    .page {
      margin-left: -1.04167vw;
      margin-right: -1.04167vw; } }

.m-0 {
  margin: 0; }

.page.m-0 .page-content {
  padding: 0px; }

.page-content,
.page-content--full,
.page-sidebar,
.page-sidebar + .page-content {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1280px) {
    .page-content,
    .page-content--full,
    .page-sidebar,
    .page-sidebar + .page-content {
      padding-left: 1.04167vw;
      padding-right: 1.04167vw; } }

.p-0 {
  padding: 0; }

@media screen and (max-width: 1023px) {
  .page-sidebar {
    width: 100%;
    float: none;
    clear: both; } }

@media screen and (max-width: 1023px) {
  .page-sidebar + .page-content {
    width: 100%;
    float: none;
    clear: both; } }

.page-content--centered {
  width: 80%; }
  @media screen and (max-width: 1279px) {
    .page-content--centered {
      width: 100%; } }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpMiddle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes fadeInUpMiddle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.fadeInUpMiddle {
  -webkit-animation-name: fadeInUpMiddle;
  animation-name: fadeInUpMiddle; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight_New {
  0% {
    opacity: 1;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp_New_W_O {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .fadeInUp-New-W-O {
    -webkit-animation-name: fadeInUp_New_W_O;
    animation-name: fadeInUp_New_W_O; } }

@-webkit-keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated-new {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms; }

@keyframes fadeInDown_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp_New {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp-New {
  animation-name: slideInUp_New;
  -webkit-animation-name: slideInUp_New; }

@media screen and (min-width: 768px) {
  .desktop-l-t-r {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 1024px) {
  .desktop-l-t-r-1024 {
    -webkit-animation-name: fadeInLeft_New;
    animation-name: fadeInLeft_New; } }

@media screen and (min-width: 768px) {
  .desktop-r-t-l {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 1024px) {
  .desktop-r-t-l-1024 {
    -webkit-animation-name: fadeInRight_New;
    animation-name: fadeInRight_New; } }

@media screen and (min-width: 768px) {
  .desktop-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (min-width: 768px) {
  .desktop-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 767px) {
  .mobile-t-t-b {
    -webkit-animation-name: fadeInDown_New;
    animation-name: fadeInDown_New; } }

@media screen and (max-width: 767px) {
  .mobile-b-t-t {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

@media screen and (max-width: 1023px) {
  .mobile-b-t-t-768 {
    -webkit-animation-name: fadeInUp_New;
    animation-name: fadeInUp_New; } }

.wow {
  visibility: hidden; }

/*@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}*/
.effect-scope {
  position: relative;
  overflow: hidden; }
  .effect-scope:after, .effect-scope:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9; }
  .effect-scope:hover:after, .effect-scope:hover:before {
    background: rgba(255, 255, 255, 0.3);
    visibility: visible; }
  .effect-scope:hover:before {
    width: 0;
    right: 50%;
    left: 50%; }
  .effect-scope:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%; }

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    opacity: 0; }
  .hvr-radial-out:hover:before {
    opacity: 1; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before {
    right: 0; }

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    opacity: 0; }
  .hvr-radial-in:hover:before {
    opacity: 1; }

.header {
  border-bottom: 0px;
  position: relative;
  height: auto;
  z-index: 999; }

.header-top-bar {
  background-color: #b72c1f;
  padding: 9px 50px; }
  @media screen and (min-width: 1280px) {
    .header-top-bar {
      padding: 0.625vw 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .header-top-bar {
      padding: 9px 30px; } }
  @media screen and (max-width: 767px) {
    .header-top-bar {
      padding-left: 20px;
      padding-right: 20px; } }
  .header-top-bar .custom-row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .header-top-bar .grid {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .header-top-bar .grid + .grid {
      display: none; } }
  .header-top-bar p {
    letter-spacing: 0.02em; }
    @media screen and (max-width: 1023px) {
      .header-top-bar p {
        text-align: center; } }
  .header-top-bar p, .header-top-bar a {
    font-size: 12px;
    line-height: 14px;
    font-family: "Industry", sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .header-top-bar p, .header-top-bar a {
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
  .header-top-bar a {
    font-family: "Industry Demi", sans-serif;
    font-weight: 600; }
    .header-top-bar a:hover {
      opacity: 0.7; }
  .header-top-bar ul {
    margin: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .header-top-bar ul li {
      line-height: normal; }
      .header-top-bar ul li + li {
        margin-left: 30px; }
        @media screen and (min-width: 1280px) {
          .header-top-bar ul li + li {
            margin-left: 2.08333vw; } }

.header-mid-block {
  background-color: #181818;
  padding: 10px 50px;
  border-bottom: 1px solid #272727; }
  @media screen and (min-width: 1280px) {
    .header-mid-block {
      padding: 0.69444vw 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .header-mid-block {
      padding: 10px 30px; } }
  @media screen and (max-width: 1023px) {
    .header-mid-block {
      padding: 12px 30px;
      border-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .header-mid-block {
      padding-left: 20px;
      padding-right: 20px; } }
  .header-mid-block .custom-row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .header-mid-block .grid {
    width: calc(100% - 620px); }
    .header-mid-block .grid:first-child, .header-mid-block .grid:last-child {
      width: 310px; }
      @media screen and (min-width: 1280px) {
        .header-mid-block .grid:first-child, .header-mid-block .grid:last-child {
          width: 21.52778vw; } }
      @media screen and (max-width: 1023px) {
        .header-mid-block .grid:first-child, .header-mid-block .grid:last-child {
          width: 45%; } }
    @media screen and (min-width: 1280px) {
      .header-mid-block .grid {
        width: calc(100% - 43.05556vw); } }
    @media screen and (max-width: 1023px) {
      .header-mid-block .grid {
        width: 55%; } }
    @media screen and (max-width: 1023px) {
      .header-mid-block .grid.nav-search-block {
        display: none; } }

@media screen and (max-width: 1023px) {
  .main-logo-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.mobileMenu-toggle {
  width: 20px;
  height: 20px;
  padding: 0px;
  position: static;
  top: auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .mobileMenu-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .mobileMenu-toggle .menu-open .icon {
    width: 20px;
    height: 9px; }
  .mobileMenu-toggle .menu-close {
    display: none; }
    .mobileMenu-toggle .menu-close .icon {
      width: 16px;
      height: 16px; }
  .mobileMenu-toggle svg {
    fill: white; }
  .mobileMenu-toggle.is-open .menu-open {
    display: none; }
  .mobileMenu-toggle.is-open .menu-close {
    display: block; }

.logo-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .logo-block {
      margin-left: 20px; } }
  @media screen and (max-width: 413px) {
    .logo-block {
      margin-left: 15px; } }
  .logo-block svg {
    width: 176px;
    height: 51px; }
    @media screen and (min-width: 1280px) {
      .logo-block svg {
        width: 12.22222vw;
        height: 3.54167vw; } }
    @media screen and (max-width: 1023px) {
      .logo-block svg {
        width: 120px;
        height: 35px; } }
  .logo-block a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.navUser {
  padding: 0px; }
  @media screen and (max-width: 1023px) {
    .navUser {
      position: static;
      transform: none; } }

.navUser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .navUser-section:before, .navUser-section:after {
    display: none; }
  .navUser-section > li + li {
    margin-left: 30px; }
    @media screen and (min-width: 1280px) {
      .navUser-section > li + li {
        margin-left: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .navUser-section > li + li {
        margin-left: 24px; } }
    @media screen and (max-width: 413px) {
      .navUser-section > li + li {
        margin-left: 20px; } }
  .navUser-section > li.sfHover .navUser-action .icon svg, .navUser-section > li:hover .navUser-action .icon svg {
    fill: #b72c1f; }

.navUser-action {
  padding: 12px 0;
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .navUser-action {
      padding: 0.83333vw 0;
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .navUser-action {
      padding: 8px 0; } }
  .navUser-action .icon {
    margin: 0px;
    width: 18px;
    height: 20px; }
    @media screen and (min-width: 1280px) {
      .navUser-action .icon {
        width: 1.25vw;
        height: 1.38889vw; } }
    .navUser-action .icon svg {
      fill: white; }

.navUser-item--search {
  display: none; }
  @media screen and (max-width: 1023px) {
    .navUser-item--search {
      display: block; } }
  .navUser-item--search .navUser-action .icon {
    width: 20px;
    height: 20px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--search .navUser-action .icon {
        width: 1.38889vw;
        height: 1.38889vw; } }

.navUser-item--account {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .navUser-item--account {
      display: block; } }
  .navUser-item--account .navUser-action .icon {
    width: 17px;
    height: 19px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--account .navUser-action .icon {
        width: 1.18056vw;
        height: 1.31944vw; } }
  .navUser-item--account ul {
    position: absolute;
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #272727;
    display: none;
    z-index: 9; }
    @media screen and (min-width: 1280px) {
      .navUser-item--account ul {
        width: 8.68056vw; } }
    .navUser-item--account ul a.navUser-action {
      font-family: "Industry Book", sans-serif;
      font-weight: normal;
      letter-spacing: 0.06em;
      text-transform: capitalize;
      padding: 13px 0;
      display: block;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .navUser-item--account ul a.navUser-action {
          padding: 0.90278vw 0; } }
      .navUser-item--account ul a.navUser-action:hover {
        color: #b72c1f; }
    .navUser-item--account ul li + li {
      border-top: 1px solid #5F5F5F; }

.navUser-item--cart .navUser-action {
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.navUser-item--cart .navUser-action-mobile {
  display: none; }
  @media screen and (max-width: 1023px) {
    .navUser-item--cart .navUser-action-mobile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

@media screen and (max-width: 1023px) {
  .navUser-item--cart .navUser-action-desktop {
    display: none; } }

.navUser-item--cart .countPill {
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0px;
  font-size: 12px;
  line-height: 14px;
  margin-left: 11px; }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .countPill {
      font-size: 0.83333vw;
      line-height: 0.97222vw;
      margin-left: 0.76389vw; } }

.navUser-item--cart .navUser-item-cartLabel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.header-bottom-block {
  background-color: #181818; }
  @media screen and (max-width: 1023px) {
    .header-bottom-block {
      display: none;
      transform: translate(0, 0);
      overflow: auto;
      max-height: 100%;
      position: fixed;
      top: auto;
      height: calc(100% - 80px);
      padding-bottom: 8px;
      padding-top: 0;
      width: 100%; } }
  .header-bottom-block .navPages-container, .header-bottom-block .container {
    position: static; }
    @media screen and (max-width: 1023px) {
      .header-bottom-block .navPages-container, .header-bottom-block .container {
        padding: 0px;
        height: 100%; } }
  .header-bottom-block .navPages {
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .header-bottom-block .navPages {
        background-color: transparent;
        padding: 25px 0px; } }
    .header-bottom-block .navPages ul li {
      position: static; }
      @media screen and (max-width: 1023px) {
        .header-bottom-block .navPages ul li {
          position: relative; } }

.navPages-container .navPages-quickSearch {
  display: none; }

.has-activeNavPages {
  position: fixed;
  width: 100%;
  left: 0; }
  .has-activeNavPages .header-bottom-block {
    display: block;
    border-top: 1px solid #272727; }

.navPages-action {
  padding: 13px 18px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  color: white; }
  @media screen and (min-width: 1280px) {
    .navPages-action {
      padding: 0.90278vw 1.5625vw;
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 1279px) {
    .navPages-action {
      padding: 13px 12px; } }
  @media screen and (max-width: 1023px) {
    .navPages-action {
      padding: 5px 0; } }
  .navPages-action .icon {
    display: none; }
  .navPages-action:hover {
    color: #b72c1f;
    font-weight: 500;
    font-family: "Industry", sans-serif; }
    @media screen and (min-width: 1024px) {
      .navPages-action:hover {
        background-color: #272727; } }

.mobileNavigation {
  display: none !important; }
  .mobileNavigation li .hitarea {
    position: absolute;
    text-align: center;
    right: 0px;
    cursor: pointer;
    z-index: 3;
    transition: all .2s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px;
    height: 24px; }
    .mobileNavigation li .hitarea svg {
      width: 9px;
      height: 9px;
      fill: white; }

.navPages-list + .navPages-list {
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px; }

@media screen and (max-width: 1023px) {
  .navPages ul {
    display: none; } }

@media screen and (max-width: 1023px) {
  .navPages ul.mobileNavigation, .navPages ul.navPages-list--user {
    display: block !important;
    padding: 0 30px; } }

@media screen and (max-width: 1023px) {
  .navPages ul.navPages-list--user {
    border-top: 1px solid #272727;
    padding-top: 25px;
    margin-top: 25px; } }

@media screen and (max-width: 1023px) {
  .navPages ul li + li {
    margin-top: 25px; } }

.navPages ul li.sfHover > .navPages-action {
  color: #b72c1f;
  background-color: #272727; }

@media screen and (max-width: 1023px) {
  .navPages ul .nav-second-level, .navPages ul .nav-third-level {
    margin-left: 0px; } }

@media screen and (max-width: 1023px) {
  .navPages ul .nav-second-level .nav-second-level-wrap, .navPages ul .nav-second-level .nav-third-level-wrap, .navPages ul .nav-third-level .nav-second-level-wrap, .navPages ul .nav-third-level .nav-third-level-wrap {
    margin-left: 15px;
    margin-top: 25px; } }

@media screen and (min-width: 1024px) {
  .navPages ul .nav-second-level {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #272727;
    display: none; }
    .navPages ul .nav-second-level .nav-second-level-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding: 32px 30px 6px;
      overflow-y: auto; } }
    @media screen and (min-width: 1024px) and (min-width: 1280px) {
      .navPages ul .nav-second-level .nav-second-level-wrap {
        padding: 2.22222vw 2.08333vw 0.41667vw; } }

@media screen and (min-width: 1024px) {
      .navPages ul .nav-second-level .nav-second-level-wrap > li {
        margin-bottom: 49px;
        padding: 0 20px;
        width: 14.28%; } }
      @media screen and (min-width: 1024px) and (min-width: 1280px) {
        .navPages ul .nav-second-level .nav-second-level-wrap > li {
          margin-bottom: 3.40278vw;
          padding: 0 1.38889vw; } }

@media screen and (min-width: 1024px) {
        .navPages ul .nav-second-level .nav-second-level-wrap > li > .navPages-action {
          color: #b72c1f; }
    .navPages ul .nav-second-level li {
      text-align: left; }
    .navPages ul .nav-second-level .navPages-action {
      padding: 0px;
      font-family: "Industry", sans-serif;
      font-weight: 500; }
    .navPages ul .nav-second-level .nav-third-level {
      display: block !important;
      opacity: 1 !important;
      width: 100%;
      position: static;
      padding-top: 14px; } }
    @media screen and (min-width: 1024px) and (min-width: 1280px) {
      .navPages ul .nav-second-level .nav-third-level {
        padding-top: 0.97222vw; } }

@media screen and (min-width: 1024px) {
      .navPages ul .nav-second-level .nav-third-level li + li {
        margin-top: 10px; } }
      @media screen and (min-width: 1024px) and (min-width: 1280px) {
        .navPages ul .nav-second-level .nav-third-level li + li {
          margin-top: 0.69444vw; } }

@media screen and (min-width: 1024px) {
      .navPages ul .nav-second-level .nav-third-level .navPages-action {
        font-size: 11px;
        line-height: 13px;
        font-family: "Industry", sans-serif;
        font-weight: 500;
        display: block; } }
      @media screen and (min-width: 1024px) and (min-width: 1280px) {
        .navPages ul .nav-second-level .nav-third-level .navPages-action {
          font-size: 0.76389vw;
          line-height: 0.90278vw; } }

.bottom-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .bottom-link {
      display: none; } }
  .bottom-link a {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background-color: #b72c1f;
    padding: 13px 20px;
    color: white;
    font-family: "Industry", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .bottom-link a {
        padding: 0.90278vw 1.38889vw;
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
    .bottom-link a:hover {
      background-color: white;
      color: black; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.sticky-add .header-middle-section {
  transition: all 0.5s ease !important;
  animation: smoothScroll 1s forwards; }

.sticky-add .ui-sticky--stuck {
  position: fixed !important;
  top: 0;
  z-index: 9 !important;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(85, 161, 167, 0.1); }

.sticky-add.has-activeNavPages .header-middle-section.ui-sticky--stuck {
  animation: none;
  transition: none; }

.header-middle-section.ui-sticky--stuck .header-mid-block {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: black;
  border-color: #272727; }
  @media screen and (min-width: 1280px) {
    .header-middle-section.ui-sticky--stuck .header-mid-block {
      padding-top: 0.48611vw;
      padding-bottom: 0.48611vw; } }
  @media screen and (max-width: 1023px) {
    .header-middle-section.ui-sticky--stuck .header-mid-block {
      padding-top: 10px;
      padding-bottom: 10px; } }

.header-middle-section.ui-sticky--stuck .header-bottom-block {
  background-color: black; }

.header-middle-section.ui-sticky--stuck .logo-block svg {
  width: 139px;
  height: 40px; }
  @media screen and (min-width: 1280px) {
    .header-middle-section.ui-sticky--stuck .logo-block svg {
      width: 9.65278vw;
      height: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .header-middle-section.ui-sticky--stuck .logo-block svg {
      width: 120px;
      height: 35px; } }

.header-middle-section.ui-sticky--stuck .navPages-action {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .header-middle-section.ui-sticky--stuck .navPages-action {
      padding-top: 0.69444vw;
      padding-bottom: 0.69444vw; } }

.header-middle-section.ui-sticky--stuck .navUser-action {
  padding: 10px 0; }
  @media screen and (min-width: 1280px) {
    .header-middle-section.ui-sticky--stuck .navUser-action {
      padding: 0.69444vw 0; } }

@media screen and (max-width: 1023px) {
  .header-middle-section.ui-sticky--stuck .navUser-section > li + li {
    margin-left: 24px; } }

@media screen and (max-width: 413px) {
  .header-middle-section.ui-sticky--stuck .navUser-section > li + li {
    margin-left: 20px; } }

.seach-box-open .header-mid-block {
  position: relative; }
  .seach-box-open .header-mid-block .grid.nav-search-block {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 0px; }
    .seach-box-open .header-mid-block .grid.nav-search-block .dropdown--quickSearch-custom .container {
      padding-left: 10px;
      padding-right: 10px; }

.quickSearchResults {
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: absolute;
  width: 500px;
  margin-top: 6px; }
  @media screen and (min-width: 1280px) {
    .quickSearchResults {
      width: 34.72222vw;
      margin-top: 0.41667vw; } }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      margin-top: 10px;
      left: 0;
      width: 100%; } }
  .quickSearchResults .modal-close {
    display: none; }

.quickSearchMessage {
  margin: 0;
  padding: 25px;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .quickSearchMessage {
      padding: 1.73611vw;
      font-size: 1.11111vw; } }

.dropdown--quickSearch-custom .container {
  width: 100%; }

.dropdown--quickSearch-custom .form, .dropdown--quickSearch-custom .form-field {
  margin-bottom: 0px; }

.dropdown--quickSearch-custom .form-field {
  position: relative; }

.dropdown--quickSearch-custom .form-input {
  background-color: #272727;
  border: 1px solid #272727;
  color: white;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .form-input {
      padding-right: 3.47222vw;
      padding-top: 0.83333vw;
      padding-bottom: 0.83333vw; } }

.dropdown--quickSearch-custom .close-btn {
  width: 50px;
  height: 30px;
  padding: 0px;
  position: absolute;
  right: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 50%;
  margin-top: -15px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .close-btn {
      width: 3.47222vw;
      height: 2.08333vw;
      margin-top: -1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .dropdown--quickSearch-custom .close-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .dropdown--quickSearch-custom .close-btn .icon {
    width: 10px;
    height: 10px; }
    @media screen and (min-width: 1280px) {
      .dropdown--quickSearch-custom .close-btn .icon {
        width: 0.69444vw;
        height: 0.69444vw; } }
    .dropdown--quickSearch-custom .close-btn .icon svg {
      fill: white; }
  .dropdown--quickSearch-custom .close-btn:hover .icon svg {
    fill: #b72c1f; }

.dropdown--quickSearch-custom .search-btn {
  width: 50px;
  height: 30px;
  padding: 0px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 50%;
  margin-top: -15px; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .search-btn {
      width: 3.47222vw;
      height: 2.08333vw;
      margin-top: -1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .dropdown--quickSearch-custom .search-btn {
      display: none; } }
  .dropdown--quickSearch-custom .search-btn .icon {
    width: 13px;
    height: 13px; }
    @media screen and (min-width: 1280px) {
      .dropdown--quickSearch-custom .search-btn .icon {
        width: 0.90278vw;
        height: 0.90278vw; } }
    .dropdown--quickSearch-custom .search-btn .icon svg {
      fill: white; }
  .dropdown--quickSearch-custom .search-btn:hover .icon svg {
    fill: #b72c1f; }

.dropdown--quickSearch-custom .form-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
  font-weight: 400; }

.dropdown--quickSearch-custom .form-input::-moz-placeholder {
  color: white;
  opacity: 0.5;
  font-weight: 400; }

.dropdown--quickSearch-custom .form-input:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
  font-weight: 400; }

.dropdown--quickSearch-custom .form-input:-moz-placeholder {
  color: white;
  opacity: 0.5;
  font-weight: 400; }

.dropdown--quickSearch-custom .card-figcaption {
  display: none !important; }

.dropdown--quickSearch-custom .productGrid {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .dropdown--quickSearch-custom .productGrid {
      border-top: 0px;
      border-left: 0px;
      border-right: 0px; } }
  .dropdown--quickSearch-custom .productGrid:after, .dropdown--quickSearch-custom .productGrid:before {
    display: none; }
  .dropdown--quickSearch-custom .productGrid .product {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .dropdown--quickSearch-custom .productGrid .product {
        padding-left: 1.38889vw;
        padding-right: 1.38889vw;
        padding-top: 1.38889vw; } }
    .dropdown--quickSearch-custom .productGrid .product + .product {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.33); }
      @media screen and (min-width: 1280px) {
        .dropdown--quickSearch-custom .productGrid .product + .product {
          padding-top: 1.38889vw;
          margin-top: 1.38889vw; } }
    .dropdown--quickSearch-custom .productGrid .product:last-child {
      padding-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .dropdown--quickSearch-custom .productGrid .product:last-child {
          padding-bottom: 1.38889vw; } }
    .dropdown--quickSearch-custom .productGrid .product .card {
      padding: 0;
      border: none;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      visibility: visible !important; }
      .dropdown--quickSearch-custom .productGrid .product .card .price-block {
        padding-top: 0px;
        margin-top: 0px;
        border-top: 0px; }
      .dropdown--quickSearch-custom .productGrid .product .card .price-lable {
        display: none; }
      .dropdown--quickSearch-custom .productGrid .product .card .hand-lable {
        display: none; }
      .dropdown--quickSearch-custom .productGrid .product .card.multipleImages:hover .single-image {
        opacity: 1;
        visibility: visible; }
      .dropdown--quickSearch-custom .productGrid .product .card.multipleImages .image-hover-slider {
        display: none; }

.dropdown--quickSearch-custom .view-all-btn .button, .dropdown--quickSearch-custom .view-all-btn .modal--alert .button-container .confirm, .modal--alert .button-container .dropdown--quickSearch-custom .view-all-btn .confirm, .dropdown--quickSearch-custom .view-all-btn .coupon-code-add, .dropdown--quickSearch-custom .view-all-btn .coupon-code-cancel, .dropdown--quickSearch-custom .view-all-btn button.shipping-estimate-show, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-add, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-cancel {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .view-all-btn .button, .dropdown--quickSearch-custom .view-all-btn .modal--alert .button-container .confirm, .modal--alert .button-container .dropdown--quickSearch-custom .view-all-btn .confirm, .dropdown--quickSearch-custom .view-all-btn .coupon-code-add, .dropdown--quickSearch-custom .view-all-btn .coupon-code-cancel, .dropdown--quickSearch-custom .view-all-btn button.shipping-estimate-show, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-add, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-cancel {
      padding-top: 0.83333vw;
      padding-bottom: 0.83333vw; } }
  .dropdown--quickSearch-custom .view-all-btn .button:hover, .dropdown--quickSearch-custom .view-all-btn .modal--alert .button-container .confirm:hover, .modal--alert .button-container .dropdown--quickSearch-custom .view-all-btn .confirm:hover, .dropdown--quickSearch-custom .view-all-btn .coupon-code-add:hover, .dropdown--quickSearch-custom .view-all-btn .coupon-code-cancel:hover, .dropdown--quickSearch-custom .view-all-btn button.shipping-estimate-show:hover, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-add:hover, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-cancel:hover, .dropdown--quickSearch-custom .view-all-btn .button:focus, .dropdown--quickSearch-custom .view-all-btn .modal--alert .button-container .confirm:focus, .modal--alert .button-container .dropdown--quickSearch-custom .view-all-btn .confirm:focus, .dropdown--quickSearch-custom .view-all-btn .coupon-code-add:focus, .dropdown--quickSearch-custom .view-all-btn .coupon-code-cancel:focus, .dropdown--quickSearch-custom .view-all-btn button.shipping-estimate-show:focus, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-add:focus, .dropdown--quickSearch-custom .view-all-btn .gift-certificate-cancel:focus {
    background-color: black;
    border-color: black;
    color: white; }

.dropdown--quickSearch-custom .card-figure {
  width: 100px;
  height: 100px;
  padding: 0;
  box-shadow: none; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .card-figure {
      width: 6.94444vw;
      height: 6.94444vw; } }
  .dropdown--quickSearch-custom .card-figure a {
    height: 100%; }
    .dropdown--quickSearch-custom .card-figure a img {
      max-height: 80%;
      max-width: 80%; }

.dropdown--quickSearch-custom .card-img-container {
  max-width: 100%;
  height: 100%; }
  .dropdown--quickSearch-custom .card-img-container:after {
    display: none; }

.dropdown--quickSearch-custom .card-body {
  padding: 0px;
  padding-left: 30px;
  width: calc(100% - 100px); }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .card-body {
      width: calc(100% - 6.94444vw);
      padding-left: 2.08333vw; } }
  .dropdown--quickSearch-custom .card-body .short-desc {
    display: none; }
  .dropdown--quickSearch-custom .card-body .card-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-family: "Industry", sans-serif;
    font-weight: 500; }
    @media screen and (min-width: 1280px) {
      .dropdown--quickSearch-custom .card-body .card-text {
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
  .dropdown--quickSearch-custom .card-body .card-text[data-test-info-type="brandName"] {
    display: none; }
  .dropdown--quickSearch-custom .card-body .card-text[data-test-info-type="price"] {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .dropdown--quickSearch-custom .card-body .card-text[data-test-info-type="price"] .price-section span {
      display: none; }
      .dropdown--quickSearch-custom .card-body .card-text[data-test-info-type="price"] .price-section span.price {
        display: block; }
  .dropdown--quickSearch-custom .card-body .price-section {
    margin-right: 5px;
    color: #000000;
    order: 0; }
    .dropdown--quickSearch-custom .card-body .price-section.rrp-price--withoutTax, .dropdown--quickSearch-custom .card-body .price-section.non-sale-price--withoutTax {
      order: 1; }
    @media screen and (min-width: 1280px) {
      .dropdown--quickSearch-custom .card-body .price-section {
        margin-right: 0.34722vw; } }
    .dropdown--quickSearch-custom .card-body .price-section .price {
      color: #b72c1f;
      letter-spacing: 0.06em; }
      .dropdown--quickSearch-custom .card-body .price-section .price.price--rrp, .dropdown--quickSearch-custom .card-body .price-section .price.price--non-sale {
        color: black; }

.dropdown--quickSearch-custom .card-title {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 16px;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .dropdown--quickSearch-custom .card-title {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-bottom: 0.55556vw; } }
  .dropdown--quickSearch-custom .card-title a {
    color: #000000; }
    .dropdown--quickSearch-custom .card-title a:hover {
      color: #b72c1f; }

@media screen and (max-width: 767px) {
  .dropdown--quickSearch-custom .single-image {
    width: 100%;
    height: 100%; } }

#cart-preview-dropdown {
  width: 600px;
  max-width: 600px;
  border: 1px solid #D5D5D5;
  box-shadow: none;
  min-width: 100%;
  margin-top: 13px; }
  @media screen and (min-width: 1280px) {
    #cart-preview-dropdown {
      width: 41.66667vw;
      max-width: 41.66667vw;
      margin-top: 0.90278vw; } }
  #cart-preview-dropdown:before, #cart-preview-dropdown:after {
    display: none; }
  #cart-preview-dropdown.is-open {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

.previewCartWrapper {
  max-height: 590px;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .previewCartWrapper {
      max-height: 40.97222vw; } }
  .previewCartWrapper .previewCart-additionalCheckoutButtons {
    display: none; }

.previewCart {
  max-width: 100%; }
  .previewCart:before, .previewCart:after {
    display: none; }

.previewCartList {
  display: block;
  max-height: 420px;
  overflow: auto; }
  @media screen and (min-width: 1280px) {
    .previewCartList {
      max-height: 29.16667vw; } }

.previewCartItem {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px !important;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .previewCartItem {
      padding: 0 1.38889vw !important; } }
  .previewCartItem:after, .previewCartItem:before {
    display: none; }
  .previewCartItem + .previewCartItem {
    margin-top: 20px !important;
    padding-right: 20px !important;
    border-top: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .previewCartItem + .previewCartItem {
        margin-top: 1.38889vw !important;
        padding-top: 1.38889vw !important; } }
  .previewCartItem:first-child {
    padding-top: 20px !important; }
    @media screen and (min-width: 1280px) {
      .previewCartItem:first-child {
        padding-top: 1.38889vw !important; } }

.previewCartItem-image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-image {
      width: 6.94444vw;
      height: 6.94444vw; } }
  .previewCartItem-image:after {
    display: none; }
  .previewCartItem-image img {
    max-width: 100%;
    max-height: 100%;
    position: static;
    width: 68px;
    height: 68px; }
    @media screen and (min-width: 1280px) {
      .previewCartItem-image img {
        width: 4.72222vw;
        height: 4.72222vw; } }

.previewCartItem-content {
  width: calc(100% - 100px);
  padding-right: 0;
  padding-left: 30px;
  padding-right: 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-content {
      width: calc(100% - 6.94444vw);
      padding-left: 2.08333vw;
      padding-right: 0.625vw; } }
  .previewCartItem-content .left-block {
    width: calc(100% - 172px);
    padding-right: 65px; }
    @media screen and (min-width: 1280px) {
      .previewCartItem-content .left-block {
        width: calc(100% - 11.94444vw);
        padding-right: 4.51389vw; } }
  .previewCartItem-content .right-block {
    width: 172px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .previewCartItem-content .right-block {
        width: 11.94444vw; } }
    .previewCartItem-content .right-block .btn-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .previewCartItem-content .right-block .btn-block .cart-remove {
        float: none;
        margin: 0px;
        width: 13px;
        height: 13px;
        background-color: transparent;
        border-radius: 0px;
        padding: 0px; }
        @media screen and (min-width: 1280px) {
          .previewCartItem-content .right-block .btn-block .cart-remove {
            width: 0.90278vw;
            height: 0.90278vw; } }
        .previewCartItem-content .right-block .btn-block .cart-remove svg {
          fill: #d9d9d9; }
        .previewCartItem-content .right-block .btn-block .cart-remove:hover svg {
          fill: #b72c1f; }

.previewCartItem-brand {
  font-size: 12px;
  line-height: normal;
  display: none; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-brand {
      font-size: 0.83333vw; } }

.previewCartItem-name {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-name {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-bottom: 0.69444vw; } }
  .previewCartItem-name a {
    color: #000000; }
    .previewCartItem-name a:hover {
      color: #b72c1f; }

.previewCartItem-price {
  color: #b72c1f;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-price {
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }

.previewCartAction {
  padding: 27px 30px 40px;
  margin-top: 20px;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .previewCartAction {
      margin-top: 1.38889vw;
      padding: 1.875vw 2.08333vw 2.77778vw; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding: 0px; }

.subtotal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .subtotal {
      margin-bottom: 2.08333vw; } }
  .subtotal span, .subtotal strong {
    font-family: "Industry Demi", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.03em; }
  .subtotal strong {
    font-size: 14px;
    line-height: 17px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .subtotal strong {
        font-size: 0.97222vw;
        line-height: 1.18056vw; } }
  .subtotal span {
    font-size: 18px;
    line-height: 22px;
    color: #b72c1f; }
    @media screen and (min-width: 1280px) {
      .subtotal span {
        font-size: 1.25vw;
        line-height: 1.52778vw; } }

.previewCartAction .button--small {
  padding: 16px 30px;
  font-size: 14px; }

.previewCart-additionalCheckoutButtons {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 20px; }
  .previewCart-additionalCheckoutButtons .FloatRight {
    text-align: center; }
    .previewCart-additionalCheckoutButtons .FloatRight p {
      margin: 0 0 10px 0;
      text-align: center; }
      .previewCart-additionalCheckoutButtons .FloatRight p + div {
        display: inline-block;
        float: none; }

.ups-section {
  background-color: #272727; }
  @media screen and (max-width: 1023px) {
    .ups-section .container {
      padding: 0px; } }

.ups-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .ups-list {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .ups-list .ups-item {
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 22px 15px; }
    @media screen and (min-width: 1280px) {
      .ups-list .ups-item {
        padding: 1.52778vw 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .ups-list .ups-item {
        width: 50%;
        padding: 20px 30px; } }
    @media screen and (max-width: 413px) {
      .ups-list .ups-item {
        padding: 15px 20px; } }
    .ups-list .ups-item + .ups-item {
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 1023px) {
        .ups-list .ups-item + .ups-item {
          border-top: 0px; } }
    @media screen and (max-width: 1023px) {
      .ups-list .ups-item:nth-child(3) {
        border-left: 0px; } }
    @media screen and (max-width: 1023px) {
      .ups-list .ups-item:first-child, .ups-list .ups-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 666px) {
      .ups-list .ups-item:last-child h6 br {
        display: block; } }
    .ups-list .ups-item h6 {
      margin-bottom: 0px;
      color: white;
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Industry", sans-serif; }
      @media screen and (min-width: 1280px) {
        .ups-list .ups-item h6 {
          font-size: 0.97222vw;
          line-height: 1.18056vw; } }
      @media screen and (max-width: 767px) {
        .ups-list .ups-item h6 {
          font-size: 12px;
          line-height: 14px; } }
      @media screen and (max-width: 666px) {
        .ups-list .ups-item h6 br {
          display: none; } }
    @media screen and (max-width: 767px) {
      .ups-list .ups-item .icon-block {
        width: 42px; } }
    .ups-list .ups-item .icon-block img {
      max-height: 51px; }
      @media screen and (min-width: 1280px) {
        .ups-list .ups-item .icon-block img {
          max-height: 3.54167vw; } }
    .ups-list .ups-item .text-block {
      padding-left: 20px; }
      @media screen and (max-width: 1023px) {
        .ups-list .ups-item .text-block {
          width: 144px; } }
      @media screen and (max-width: 767px) {
        .ups-list .ups-item .text-block {
          width: calc(100% - 42px); } }
      @media screen and (min-width: 1280px) {
        .ups-list .ups-item .text-block {
          padding-left: 1.38889vw; } }

.footer {
  border-top: 0px;
  padding-bottom: 0px;
  background-color: #181818;
  padding-top: 90px; }
  @media screen and (min-width: 1280px) {
    .footer {
      padding-top: 6.25vw; } }
  @media screen and (max-width: 1279px) {
    .footer {
      padding-top: 60px; } }
  @media screen and (max-width: 1023px) {
    .footer {
      padding-top: 0px; } }
  @media screen and (max-width: 1023px) {
    .footer .container {
      padding: 0px; } }

.footer-info-heading {
  font-size: 14px;
  color: white;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .footer-info-heading {
      font-size: 0.97222vw;
      line-height: 1.18056vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .footer-info-heading {
      font-size: 16px;
      line-height: 19px; } }
  @media screen and (max-width: 1023px) {
    .footer-info-heading.footer-toggle-heading {
      margin-bottom: 0px;
      padding: 5px 0;
      cursor: pointer;
      position: relative; }
      .footer-info-heading.footer-toggle-heading:before {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.14286L10 0L5 4L0 0L0 2.14286L5 6L10 2.14286Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 10px;
        height: 10px;
        background-size: 100% auto;
        position: absolute;
        content: "";
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        top: 10px;
        transition: all 0.3s linear; }
      .footer-info-heading.footer-toggle-heading.active:before {
        transform: rotate(180deg); } }

@media screen and (max-width: 1023px) {
  .footer-toggle-content {
    display: none; } }

.footer-info-list {
  margin-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .footer-info-list {
      margin-top: 15px; } }
  .footer-info-list li + li {
    margin-top: 9px; }
    @media screen and (min-width: 1280px) {
      .footer-info-list li + li {
        margin-top: 0.625vw; } }
  .footer-info-list a {
    font-size: 14px;
    line-height: 21px;
    color: #bbbbbb;
    font-weight: 300;
    text-transform: capitalize; }
    @media screen and (min-width: 1280px) {
      .footer-info-list a {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .footer-info-list a:hover {
      color: white; }
    .footer-info-list a.join-tulster {
      text-transform: none; }

@media screen and (max-width: 1023px) {
  .footer-info-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 30px; } }

.footer-info-item p {
  color: #bbbbbb;
  font-weight: 400; }

.footer-info-item .form-field {
  margin-bottom: 0px; }

.footer-info-item .form {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .footer-info-item .form {
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .footer-info-item .form {
      margin-bottom: 30px; } }

@media screen and (max-width: 1023px) {
  .footer-info-item .form-prefixPostfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media screen and (max-width: 1023px) {
  .footer-info-item .form-prefixPostfix .form-input {
    width: calc(100% - 98px); } }

@media screen and (max-width: 1023px) {
  .footer-info-item .form-prefixPostfix .button, .footer-info-item .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .footer-info-item .form-prefixPostfix .confirm, .footer-info-item .form-prefixPostfix .coupon-code-add, .footer-info-item .form-prefixPostfix .coupon-code-cancel, .footer-info-item .form-prefixPostfix button.shipping-estimate-show, .footer-info-item .form-prefixPostfix .gift-certificate-add, .footer-info-item .form-prefixPostfix .gift-certificate-cancel {
    width: 98px;
    margin-top: 0px; } }

.footer-info-item .socialLinks {
  margin-left: -15px; }
  @media screen and (min-width: 1280px) {
    .footer-info-item .socialLinks {
      margin-left: -1.04167vw; } }
  .footer-info-item .socialLinks .socialLinks-item svg {
    fill: white; }
  .footer-info-item .socialLinks .socialLinks-item:hover {
    fill: #b72c1f; }

.footer-info-item .form-prefixPostfix .form-input {
  background-color: #272727;
  color: #999999;
  border-color: #272727;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .footer-info-item .form-prefixPostfix .form-input {
      font-size: 0.83333vw; } }

.footer-info-item .form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1; }

.footer-info-item .form-prefixPostfix .form-input::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.footer-info-item .form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #999999;
  opacity: 1; }

.footer-info-item .form-prefixPostfix .form-input:-moz-placeholder {
  color: #999999;
  opacity: 1; }

.footer-info-item .form-prefixPostfix .button, .footer-info-item .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .footer-info-item .form-prefixPostfix .confirm, .footer-info-item .form-prefixPostfix .coupon-code-add, .footer-info-item .form-prefixPostfix .coupon-code-cancel, .footer-info-item .form-prefixPostfix button.shipping-estimate-show, .footer-info-item .form-prefixPostfix .gift-certificate-add, .footer-info-item .form-prefixPostfix .gift-certificate-cancel {
  padding-left: 21px;
  padding-right: 21px; }
  @media screen and (min-width: 1280px) {
    .footer-info-item .form-prefixPostfix .button, .footer-info-item .form-prefixPostfix .modal--alert .button-container .confirm, .modal--alert .button-container .footer-info-item .form-prefixPostfix .confirm, .footer-info-item .form-prefixPostfix .coupon-code-add, .footer-info-item .form-prefixPostfix .coupon-code-cancel, .footer-info-item .form-prefixPostfix button.shipping-estimate-show, .footer-info-item .form-prefixPostfix .gift-certificate-add, .footer-info-item .form-prefixPostfix .gift-certificate-cancel {
      padding-left: 1.45833vw;
      padding-right: 1.45833vw; } }

.footer-info-block {
  padding-bottom: 90px; }
  @media screen and (min-width: 1280px) {
    .footer-info-block {
      padding-bottom: 6.25vw; } }
  @media screen and (max-width: 1279px) {
    .footer-info-block {
      padding-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .footer-info-block {
      padding-bottom: 0px; } }
  .footer-info-block .custom-row {
    margin: 0px; }
    @media screen and (max-width: 1023px) {
      .footer-info-block .custom-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .footer-info-block .grid {
    width: 25%;
    padding: 0px; }
    .footer-info-block .grid:first-child {
      width: 301px; }
      @media screen and (min-width: 1280px) {
        .footer-info-block .grid:first-child {
          width: 20.90278vw; } }
      @media screen and (max-width: 1279px) {
        .footer-info-block .grid:first-child {
          width: 250px; } }
      @media screen and (max-width: 1023px) {
        .footer-info-block .grid:first-child {
          width: 100%; } }
    .footer-info-block .grid:nth-child(2) {
      width: 254px; }
      @media screen and (min-width: 1280px) {
        .footer-info-block .grid:nth-child(2) {
          width: 17.63889vw; } }
      @media screen and (max-width: 1279px) {
        .footer-info-block .grid:nth-child(2) {
          width: 220px; } }
      @media screen and (max-width: 1023px) {
        .footer-info-block .grid:nth-child(2) {
          width: 100%; } }
    .footer-info-block .grid:nth-child(3) {
      width: 247px; }
      @media screen and (min-width: 1280px) {
        .footer-info-block .grid:nth-child(3) {
          width: 17.15278vw; } }
      @media screen and (max-width: 1279px) {
        .footer-info-block .grid:nth-child(3) {
          width: 220px; } }
      @media screen and (max-width: 1023px) {
        .footer-info-block .grid:nth-child(3) {
          width: 100%; } }
    .footer-info-block .grid:last-child {
      width: 340px; }
      @media screen and (min-width: 1280px) {
        .footer-info-block .grid:last-child {
          width: 23.61111vw; } }
      @media screen and (max-width: 1279px) {
        .footer-info-block .grid:last-child {
          width: 310px; } }
      @media screen and (max-width: 1023px) {
        .footer-info-block .grid:last-child {
          width: 100%; } }
      @media screen and (max-width: 1023px) {
        .footer-info-block .grid:last-child .footer-info-item {
          padding-top: 30px;
          border-bottom: 0px;
          padding-bottom: 30px; } }
      .footer-info-block .grid:last-child .footer-info-item p {
        padding-right: 45px; }
        @media screen and (min-width: 1280px) {
          .footer-info-block .grid:last-child .footer-info-item p {
            padding-right: 3.125vw; } }
        @media screen and (max-width: 767px) {
          .footer-info-block .grid:last-child .footer-info-item p {
            padding-right: 0; } }
      .footer-info-block .grid:last-child .footer-info-item .socialLinks {
        margin-left: -16px; }
        @media screen and (min-width: 1280px) {
          .footer-info-block .grid:last-child .footer-info-item .socialLinks {
            margin-left: -1.11111vw; } }
        @media screen and (max-width: 767px) {
          .footer-info-block .grid:last-child .footer-info-item .socialLinks {
            margin-left: 0px; } }
        .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item {
          width: 40px;
          height: 40px;
          margin: 0px; }
          @media screen and (min-width: 1280px) {
            .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item {
              width: 2.77778vw;
              height: 2.77778vw; } }
          @media screen and (max-width: 767px) {
            .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item {
              width: 55px;
              height: 55px; } }
          .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item + .socialLinks-item {
            margin-left: 7px; }
            @media screen and (min-width: 1280px) {
              .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item + .socialLinks-item {
                margin-left: 0.48611vw; } }
          @media screen and (max-width: 767px) {
            .footer-info-block .grid:last-child .footer-info-item .socialLinks .socialLinks-item .icon {
              width: 20px;
              height: 20px; } }

.footer-bar {
  background-color: #272727;
  padding: 17px 0 18px; }
  @media screen and (min-width: 1280px) {
    .footer-bar {
      padding: 1.18056vw 0 1.25vw; } }
  @media screen and (max-width: 767px) {
    .footer-bar {
      padding-bottom: 70px; } }
  @media screen and (max-width: 1023px) {
    .footer-bar .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .footer-bar .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer-bar .custom-row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .footer-bar .custom-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .footer-bar .grid {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .footer-bar .grid {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .footer-bar .grid + .grid {
        margin-top: 14px; } }
  .footer-bar p, .footer-bar a {
    font-size: 10px;
    line-height: 15px;
    color: white;
    margin-bottom: 0px;
    font-weight: 300; }
    @media screen and (min-width: 1280px) {
      .footer-bar p, .footer-bar a {
        font-size: 0.69444vw;
        line-height: 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .footer-bar p, .footer-bar a {
        text-align: center; } }
  .footer-bar ul {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .footer-bar ul {
        -webkit-justify-content: center;
        justify-content: center; } }
    .footer-bar ul li + li {
      margin-left: 40px; }
      @media screen and (min-width: 1280px) {
        .footer-bar ul li + li {
          margin-left: 2.77778vw; } }
    .footer-bar ul li a:hover {
      text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .yotpo .yotpo-testimonials-btn {
    display: none; } }

.digitlhaus {
  text-decoration: underline; }
  .digitlhaus:hover {
    text-decoration: none; }

/* ========== CAED STYLE ========== */
.productGrid {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .productGrid {
      margin-left: -1.38889vw;
      margin-right: -1.38889vw;
      margin-bottom: 0.69444vw; } }
  @media screen and (max-width: 1279px) {
    .productGrid {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1023px) {
    .productGrid {
      margin-left: -5px;
      margin-right: -5px; } }
  .productGrid:before, .productGrid:after {
    display: none; }
  .productGrid .product {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible; }
    @media screen and (min-width: 1280px) {
      .productGrid .product {
        padding-left: 1.38889vw;
        padding-right: 1.38889vw; } }
    @media screen and (max-width: 1279px) {
      .productGrid .product {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        padding-right: 5px;
        padding-left: 5px; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product .card-body {
        text-align: left;
        padding-top: 10px; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product .card-title {
        margin-bottom: 8px; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product .price-block {
        margin-top: 12px;
        padding-top: 12px; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product .card-figure {
        box-shadow: none; } }

.productCarousel {
  margin-left: -20px;
  margin-right: -20px;
  width: auto; }
  @media screen and (min-width: 1280px) {
    .productCarousel {
      margin-left: -1.38889vw;
      margin-right: -1.38889vw; } }
  @media screen and (max-width: 1279px) {
    .productCarousel {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .productCarousel {
      margin-left: -5px;
      margin-right: -5px; } }

.productCarousel-slide {
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
  padding-top: 5px; }
  @media screen and (min-width: 1280px) {
    .productCarousel-slide {
      padding-left: 1.38889vw;
      padding-right: 1.38889vw;
      padding-top: 0.34722vw; } }
  @media screen and (max-width: 1279px) {
    .productCarousel-slide {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .productCarousel-slide {
      padding-left: 5px;
      padding-right: 5px; } }

.card {
  padding: 0px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .card {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .card {
      margin-bottom: 30px; } }

.card-figure {
  box-shadow: 0 0 2px #DDDDDD;
  padding: 52px; }
  @media screen and (min-width: 1280px) {
    .card-figure {
      padding: 3.61111vw; } }
  @media screen and (max-width: 1279px) {
    .card-figure {
      padding: 33px; } }
  @media screen and (max-width: 1023px) {
    .card-figure {
      box-shadow: none;
      border: 1px solid #dddddd; } }
  .card-figure .card-figcaption-button {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .card-figure .card-figcaption-button {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }
    .card-figure .card-figcaption-button + .card-figcaption-button {
      margin-top: 0px; }
  .card-figure:hover .card-figcaption-body {
    opacity: 1;
    visibility: visible; }

.card-img-container {
  max-width: 200px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .card-img-container {
      max-width: 13.88889vw; } }

.card-body {
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .card-body {
      padding-top: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .card-body {
      text-align: left;
      padding-top: 10px; } }
  .card-body .short-desc {
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    display: block; }
    @media screen and (min-width: 1280px) {
      .card-body .short-desc {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }

.card-text[data-test-info-type="brandName"] {
  display: none; }

.price-block {
  padding-top: 16px;
  border-top: 1px solid black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .price-block {
      padding-top: 1.11111vw;
      margin-top: 20px; } }
  @media screen and (max-width: 1279px) {
    .price-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-top: 12px;
      margin-top: 12px; } }
  .price-block .price-section {
    margin-right: 5px;
    color: #000000;
    order: 0; }
    @media screen and (min-width: 1280px) {
      .price-block .price-section {
        margin-right: 0.34722vw; } }
    .price-block .price-section.rrp-price--withoutTax, .price-block .price-section.non-sale-price--withoutTax {
      order: 1; }
    .price-block .price-section span {
      display: none; }
      .price-block .price-section span.price {
        display: block; }
    .price-block .price-section .price {
      color: #b72c1f;
      letter-spacing: 0.06em; }
      .price-block .price-section .price.price--rrp, .price-block .price-section .price.price--non-sale {
        color: black; }
  .price-block .left-block {
    width: calc(100% - 110px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: Center;
    -moz-box-align: Center;
    -ms-flex-align: Center;
    -webkit-align-items: Center;
    align-items: Center; }
    @media screen and (min-width: 1280px) {
      .price-block .left-block {
        width: calc(100% - 7.63889vw); } }
    @media screen and (max-width: 1279px) {
      .price-block .left-block {
        width: 100%; } }
    .price-block .left-block .card-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .price-block .left-block .card-text, .price-block .left-block .price-lable {
      margin-bottom: 0px;
      color: #b72c1f;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.06em;
      font-family: "Industry Demi", sans-serif;
      font-weight: 600; }
      @media screen and (min-width: 1280px) {
        .price-block .left-block .card-text, .price-block .left-block .price-lable {
          font-size: 0.83333vw;
          line-height: 0.97222vw; } }
    .price-block .left-block .price-lable {
      color: black;
      font-weight: 400;
      margin-right: 3px;
      font-family: "Industry", sans-serif; }
      @media screen and (min-width: 1280px) {
        .price-block .left-block .price-lable {
          margin-right: 0.20833vw; } }
  .price-block .right-block {
    width: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (min-width: 1280px) {
      .price-block .right-block {
        width: 7.63889vw; } }
    @media screen and (max-width: 1279px) {
      .price-block .right-block {
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 10px; } }

.card-title {
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media screen and (min-width: 1280px) {
    .card-title {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-bottom: 0.83333vw; } }
  .card-title > a:hover {
    color: #b72c1f; }

.card-figcaption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .card-figcaption {
      display: none; } }
  .card-figcaption .card-figcaption-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: none;
    top: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
    @media screen and (max-width: 1279px) {
      .card-figcaption .card-figcaption-body {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) {
      .card-figcaption .card-figcaption-body {
        padding-right: 1px; } }
    @media screen and (max-width: 1279px) {
      .card-figcaption .card-figcaption-body .button, .card-figcaption .card-figcaption-body .modal--alert .button-container .confirm, .modal--alert .button-container .card-figcaption .card-figcaption-body .confirm, .card-figcaption .card-figcaption-body .coupon-code-add, .card-figcaption .card-figcaption-body .coupon-code-cancel, .card-figcaption .card-figcaption-body button.shipping-estimate-show, .card-figcaption .card-figcaption-body .gift-certificate-add, .card-figcaption .card-figcaption-body .gift-certificate-cancel {
        width: 100%; } }
    .card-figcaption .card-figcaption-body .button:focus, .card-figcaption .card-figcaption-body .modal--alert .button-container .confirm:focus, .modal--alert .button-container .card-figcaption .card-figcaption-body .confirm:focus, .card-figcaption .card-figcaption-body .coupon-code-add:focus, .card-figcaption .card-figcaption-body .coupon-code-cancel:focus, .card-figcaption .card-figcaption-body button.shipping-estimate-show:focus, .card-figcaption .card-figcaption-body .gift-certificate-add:focus, .card-figcaption .card-figcaption-body .gift-certificate-cancel:focus {
      background-color: #b72c1f; }
    .card-figcaption .card-figcaption-body .button--primary:focus {
      background-color: transparent; }

.hand-lable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.06em;
  z-index: 99; }
  @media screen and (min-width: 1280px) {
    .hand-lable {
      left: 1.11111vw;
      top: 1.11111vw;
      font-size: 0.76389vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .hand-lable {
      top: 10px;
      left: 10px; } }
  .hand-lable .icon {
    width: 13px;
    height: 13px;
    margin-right: 7px; }
    @media screen and (min-width: 1280px) {
      .hand-lable .icon {
        width: 0.90278vw;
        height: 0.90278vw;
        margin-right: 0.48611vw; } }
    .hand-lable .icon svg {
      fill: #b72c1f; }
  .hand-lable.both-hand .icon {
    width: 19px; }
    @media screen and (min-width: 1280px) {
      .hand-lable.both-hand .icon {
        width: 1.31944vw; } }

@media screen and (min-width: 768px) {
  .multipleImages .image-hover-slider {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; } }

@media screen and (max-width: 767px) {
  .multipleImages .image-hover-slider {
    display: none; } }

.multipleImages .image-hover-slider ul {
  margin: 0px; }
  .multipleImages .image-hover-slider ul.slick-dotted.slick-slider {
    margin: 0px; }
  .multipleImages .image-hover-slider ul .slick-dots {
    display: none !important; }
  .multipleImages .image-hover-slider ul .slick-next, .multipleImages .image-hover-slider ul .slick-prev {
    width: 20px;
    height: 20px; }
    @media screen and (min-width: 1280px) {
      .multipleImages .image-hover-slider ul .slick-next, .multipleImages .image-hover-slider ul .slick-prev {
        width: 1.38889vw;
        height: 1.38889vw; } }
    .multipleImages .image-hover-slider ul .slick-next svg, .multipleImages .image-hover-slider ul .slick-prev svg {
      width: 10px;
      height: 10px;
      fill: black; }
      @media screen and (min-width: 1280px) {
        .multipleImages .image-hover-slider ul .slick-next svg, .multipleImages .image-hover-slider ul .slick-prev svg {
          width: 0.69444vw;
          height: 0.69444vw; } }
    .multipleImages .image-hover-slider ul .slick-next:hover svg, .multipleImages .image-hover-slider ul .slick-prev:hover svg {
      fill: #b72c1f; }
  .multipleImages .image-hover-slider ul .slick-prev {
    left: -40px; }
    @media screen and (min-width: 1280px) {
      .multipleImages .image-hover-slider ul .slick-prev {
        left: -2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .multipleImages .image-hover-slider ul .slick-prev {
        left: -25px; } }
  .multipleImages .image-hover-slider ul .slick-next {
    right: -40px; }
    @media screen and (min-width: 1280px) {
      .multipleImages .image-hover-slider ul .slick-next {
        right: -2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .multipleImages .image-hover-slider ul .slick-next {
        right: -25px; } }

@media screen and (min-width: 768px) {
  .multipleImages .single-image {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .multipleImages .single-image a {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .multipleImages:hover .single-image {
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 768px) {
  .multipleImages:hover .image-hover-slider {
    opacity: 1;
    visibility: visible;
    z-index: 2; } }

[data-content-region="header_bottom--global"] > div > div > div,
[data-content-region="home_category_section"] > div > div > div,
[data-content-region="home_holsters_section"] > div > div > div,
[data-content-region="home_promise_left_section"] > div > div > div,
[data-content-region="home_promise_right_section"] > div > div > div,
[data-content-region="home_ups_section"] > div > div > div,
[data-content-region="home_join_section"] > div > div > div,
[data-content-region="home_support_section"] > div > div > div,
[data-content-region="home_video_section"] > div > div > div {
  padding: 0px; }

.template--default .body {
  margin-bottom: 0px; }

.heroCarousel {
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
    .heroCarousel {
      padding-bottom: 40px; } }
  .heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .heroCarousel.slick-dotted.slick-slider {
        margin-bottom: 40px; } }
  .heroCarousel.slick-initialized {
    max-height: 560px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel.slick-initialized {
        max-height: 38.88889vw; } }
    @media screen and (max-width: 1279px) {
      .heroCarousel.slick-initialized {
        max-height: 43.945vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel.slick-initialized {
        max-height: 100%; } }
  .heroCarousel .slick-prev {
    left: 25px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-prev {
        left: 1.73611vw; } }
  .heroCarousel .slick-next {
    right: 25px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-next {
        right: 1.73611vw; } }
  .heroCarousel .slick-dots {
    bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-dots {
        bottom: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel .slick-dots {
        bottom: 0px; } }
    .heroCarousel .slick-dots li {
      background-color: transparent; }
    .heroCarousel .slick-dots li button {
      background-color: rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 767px) {
        .heroCarousel .slick-dots li button {
          background-color: #dddddd; } }
      .heroCarousel .slick-dots li button:hover {
        background-color: #b72c1f; }
    .heroCarousel .slick-dots li.slick-active button {
      background-color: #b72c1f; }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover;
  object-position: left center; }
  @media screen and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image {
      height: 72.464vw;
      object-position: center center; } }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: 560px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 38.88889vw; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 43.945vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      height: 72.464vw;
      max-height: 100%; } }
  .heroCarousel-slide .heroCarousel-image-wrapper:before {
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.8) 100%);
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""; }
    @media screen and (min-width: 1280px) {
      .heroCarousel-slide .heroCarousel-image-wrapper:before {
        height: 12.5vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-image-wrapper:before {
        display: none; } }

.heroCarousel-content {
  width: 435px;
  top: auto;
  transform: none;
  overflow: hidden;
  max-height: 100%;
  bottom: 80px;
  left: 150px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-content {
      width: 30.20833vw;
      bottom: 5.55556vw;
      left: 10.41667vw; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel-content {
      left: 75px; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-content {
      position: static;
      padding: 40px;
      padding-bottom: 0px;
      width: 100%;
      text-align: center; } }

.heroCarousel-title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  font-family: "Industry", sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 2.77778vw;
      line-height: 3.33333vw;
      margin-bottom: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-title {
      color: black;
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 20px;
      font-weight: 600;
      font-family: "Industry Demi", sans-serif; } }

.heroCarousel-description {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 300;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 1.11111vw;
      line-height: 1.66667vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-description {
      color: black;
      margin-bottom: 30px; } }

.heroCarousel-action.button.button--primary:hover, .modal--alert .button-container .heroCarousel-action.button--primary.confirm:hover, .heroCarousel-action.button--primary.coupon-code-add:hover, .heroCarousel-action.button--primary.coupon-code-cancel:hover, button.heroCarousel-action.button--primary.shipping-estimate-show:hover, .heroCarousel-action.button--primary.gift-certificate-add:hover, .heroCarousel-action.button--primary.gift-certificate-cancel:hover, .heroCarousel-action.button.button--primary:focus, .modal--alert .button-container .heroCarousel-action.button--primary.confirm:focus, .heroCarousel-action.button--primary.coupon-code-add:focus, .heroCarousel-action.button--primary.coupon-code-cancel:focus, button.heroCarousel-action.button--primary.shipping-estimate-show:focus, .heroCarousel-action.button--primary.gift-certificate-add:focus, .heroCarousel-action.button--primary.gift-certificate-cancel:focus {
  border-color: white; }
  @media screen and (max-width: 767px) {
    .heroCarousel-action.button.button--primary:hover, .modal--alert .button-container .heroCarousel-action.button--primary.confirm:hover, .heroCarousel-action.button--primary.coupon-code-add:hover, .heroCarousel-action.button--primary.coupon-code-cancel:hover, button.heroCarousel-action.button--primary.shipping-estimate-show:hover, .heroCarousel-action.button--primary.gift-certificate-add:hover, .heroCarousel-action.button--primary.gift-certificate-cancel:hover, .heroCarousel-action.button.button--primary:focus, .modal--alert .button-container .heroCarousel-action.button--primary.confirm:focus, .heroCarousel-action.button--primary.coupon-code-add:focus, .heroCarousel-action.button--primary.coupon-code-cancel:focus, button.heroCarousel-action.button--primary.shipping-estimate-show:focus, .heroCarousel-action.button--primary.gift-certificate-add:focus, .heroCarousel-action.button--primary.gift-certificate-cancel:focus {
      border-color: black; } }

.heroCarousel-action.button.button--primary.button--large, .modal--alert .button-container .heroCarousel-action.button--primary.button--large.confirm, .heroCarousel-action.button--primary.button--large.coupon-code-add, .heroCarousel-action.button--primary.button--large.coupon-code-cancel, button.heroCarousel-action.button--primary.button--large.shipping-estimate-show, .heroCarousel-action.button--primary.button--large.gift-certificate-add, .heroCarousel-action.button--primary.button--large.gift-certificate-cancel {
  padding-left: 53.5px;
  padding-right: 53.5px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-action.button.button--primary.button--large, .modal--alert .button-container .heroCarousel-action.button--primary.button--large.confirm, .heroCarousel-action.button--primary.button--large.coupon-code-add, .heroCarousel-action.button--primary.button--large.coupon-code-cancel, button.heroCarousel-action.button--primary.button--large.shipping-estimate-show, .heroCarousel-action.button--primary.button--large.gift-certificate-add, .heroCarousel-action.button--primary.button--large.gift-certificate-cancel {
      padding-left: 3.71528vw;
      padding-right: 3.71528vw; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-title, .slick-active .heroCarousel-description, .slick-active .heroCarousel-action {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-image-wrapper {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-title {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-description {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-action {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; } }

@media screen and (min-width: 768px) {
  .slick-active .heroCarousel-image-wrapper {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; } }

.findholster-section {
  background: #181818;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .findholster-section {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .findholster-section {
      margin-bottom: 40px; } }
  .findholster-section #pfAnchoredContainer {
    background: none; }
    .findholster-section #pfAnchoredContainer #pf-upper-embed {
      margin: 0;
      padding: 25px 0;
      width: 100%;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-left: 200px;
      position: relative;
      flex-wrap: nowrap; }
      @media screen and (min-width: 1280px) {
        .findholster-section #pfAnchoredContainer #pf-upper-embed {
          padding: 1.73611vw 0;
          padding-left: 13.88889vw; } }
      @media screen and (max-width: 1023px) {
        .findholster-section #pfAnchoredContainer #pf-upper-embed {
          padding-left: 0px;
          flex-wrap: wrap; } }
      @media screen and (max-width: 666px) {
        .findholster-section #pfAnchoredContainer #pf-upper-embed {
          padding: 30px 0 26px; } }
    .findholster-section #pfAnchoredContainer #pf-search-header {
      width: auto;
      flex: inherit;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-right: 30px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 1280px) {
        .findholster-section #pfAnchoredContainer #pf-search-header {
          margin-right: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .findholster-section #pfAnchoredContainer #pf-search-header {
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px;
          position: static;
          transform: none; } }
      @media screen and (max-width: 666px) {
        .findholster-section #pfAnchoredContainer #pf-search-header {
          margin-bottom: 28px; } }
      .findholster-section #pfAnchoredContainer #pf-search-header .pf-searching {
        display: none; }
      .findholster-section #pfAnchoredContainer #pf-search-header #pf-heading {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: white;
        text-align: left;
        margin: 0; }
        @media screen and (min-width: 1280px) {
          .findholster-section #pfAnchoredContainer #pf-search-header #pf-heading {
            font-size: 1.11111vw;
            line-height: 1.31944vw; } }
        @media screen and (max-width: 1023px) {
          .findholster-section #pfAnchoredContainer #pf-search-header #pf-heading {
            text-align: center; } }
    .findholster-section #pfAnchoredContainer .pf-search-icon-wrapper {
      display: none; }
    .findholster-section #pfAnchoredContainer .pf-selection-wrapper {
      padding: 0 2px;
      margin: 0;
      width: 378px; }
      @media screen and (min-width: 1280px) {
        .findholster-section #pfAnchoredContainer .pf-selection-wrapper {
          padding: 0 0.13889vw;
          width: 26.25vw; } }
      @media screen and (max-width: 1279px) {
        .findholster-section #pfAnchoredContainer .pf-selection-wrapper {
          width: 254px; } }
      @media screen and (max-width: 1023px) {
        .findholster-section #pfAnchoredContainer .pf-selection-wrapper {
          width: 33.33%; } }
      @media screen and (max-width: 666px) {
        .findholster-section #pfAnchoredContainer .pf-selection-wrapper {
          width: 100%;
          padding: 0;
          margin-bottom: 4px; } }
      .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-label {
        display: none; }
      .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-select {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: white;
        border-radius: 0;
        border: 0;
        background: #272727;
        padding: 17px 25px;
        height: auto;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5L0 0L5 3L10 0V1.5L5 4.5L0 1.5Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: 10px;
        appearance: none !important; }
        @media screen and (min-width: 1280px) {
          .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-select {
            font-size: 0.97222vw;
            line-height: 1.18056vw;
            padding: 1.18056vw 1.73611vw;
            background-size: 0.69444vw;
            background-position: right 1.73611vw center; } }
        @media screen and (max-width: 1279px) {
          .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-select {
            padding: 17px 35px 17px 10px;
            background-position: right 15px center;
            font-size: 12px; } }
        @media screen and (max-width: 666px) {
          .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-select {
            padding: 17px 35px 17px 25px;
            background-position: right 25px center;
            font-size: 14px; } }
        .findholster-section #pfAnchoredContainer .pf-selection-wrapper .pf-select option {
          color: white; }

#pfFloatingContainer.fullscreen.open.results-open #pf-wrapper {
  background: white;
  padding: 0; }
  #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-upper-floating {
    padding: 20px 30px;
    border-right: 1px solid black; }
    @media screen and (min-width: 1280px) {
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-upper-floating {
        padding: 1.38889vw 2.08333vw; } }
    #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-upper-floating #pf-search-fields-close {
      font-size: 30px;
      right: 30px; }
      @media screen and (min-width: 1280px) {
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-upper-floating #pf-search-fields-close {
          font-size: 2.08333vw;
          right: 2.08333vw; } }
  #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower {
    margin: 0;
    padding: 20px 30px; }
    @media screen and (min-width: 1280px) {
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower {
        padding: 1.38889vw 2.08333vw; } }
    #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list {
      margin-left: 0; }
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-product-title a {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: .06em;
        margin-bottom: 12px;
        color: black;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-product-title a {
            font-size: 0.83333vw;
            line-height: 1.11111vw;
            margin-bottom: 0.83333vw; } }
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-product-title a:hover {
          color: #b72c1f; }
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-price-section .pf-price {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #b72c1f;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-price-section .pf-price {
            font-size: 0.83333vw;
            line-height: 0.97222vw;
            margin-bottom: 0.83333vw; } }
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-cta-wrapper .pf-cta {
        padding: 12px 24px;
        font-size: 11px;
        background: black;
        color: white;
        text-transform: uppercase;
        font-family: "Industry Demi",sans-serif; }
        @media screen and (min-width: 1280px) {
          #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-cta-wrapper .pf-cta {
            font-size: 0.76389vw;
            padding: 0.83333vw 1.66667vw; } }
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower .category-list li.pf-product .pf-product-details-container .pf-cta-wrapper .pf-cta:hover {
          background: #b72c1f; }
    #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower #pf-reset-wrapper .pf-results-button {
      padding: 12px 24px;
      font-size: 11px;
      background: black;
      color: white;
      border: 0;
      text-transform: uppercase;
      font-family: "Industry Demi",sans-serif; }
      @media screen and (min-width: 1280px) {
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower #pf-reset-wrapper .pf-results-button {
          font-size: 0.76389vw;
          padding: 0.83333vw 1.66667vw; } }
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper #pf-lower #pf-reset-wrapper .pf-results-button:hover {
        background: #b72c1f; }
  #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper {
    margin: 0 0 20px 0;
    flex: inherit; }
    @media screen and (min-width: 1280px) {
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper {
        margin: 0 0 1.38889vw 0; } }
    #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper .pf-label {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 5px;
      text-align: left;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper .pf-label {
          font-size: 0.97222vw;
          line-height: 1.25vw;
          margin-bottom: 0.34722vw; } }
    #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper .pf-select {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #000000;
      border-radius: 0;
      border: 0;
      background: white;
      border: 1px solid #000000;
      padding: 17px 25px 17px 15px;
      height: auto;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5L0 0L5 3L10 0V1.5L5 4.5L0 1.5Z' fill='black'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right 25px center;
      background-size: 10px;
      appearance: none !important; }
      @media screen and (min-width: 1280px) {
        #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper .pf-select {
          font-size: 0.97222vw;
          line-height: 1.18056vw;
          padding: 1.18056vw 1.73611vw 1.18056vw 1.04167vw;
          background-position: right 1.73611vw center;
          background-size: 0.69444vw; } }
      #pfFloatingContainer.fullscreen.open.results-open #pf-wrapper .pf-selection-wrapper .pf-select option {
        color: white; }

.home-category-section {
  margin-bottom: 70px;
  min-height: 1000px; }
  @media screen and (min-width: 1280px) {
    .home-category-section {
      margin-bottom: 4.86111vw; } }
  @media screen and (max-width: 1279px) {
    .home-category-section {
      margin-bottom: 50px;
      min-height: initial; } }
  @media screen and (max-width: 1023px) {
    .home-category-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .home-category-section .container-liqued {
      padding: 0px; } }
  .home-category-section .custom-row {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .home-category-section .custom-row {
        margin-left: -0.34722vw;
        margin-right: -0.34722vw; } }
    @media screen and (max-width: 1023px) {
      .home-category-section .custom-row {
        margin: 0px;
        padding-bottom: 40px; } }
    .home-category-section .custom-row .grid {
      padding-left: 5px;
      padding-right: 5px;
      width: 33.33%;
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .home-category-section .custom-row .grid {
          padding-left: 0.34722vw;
          padding-right: 0.34722vw;
          margin-bottom: 0.69444vw; } }
      @media screen and (max-width: 1023px) {
        .home-category-section .custom-row .grid {
          margin-bottom: 10px; } }
    @media screen and (max-width: 1023px) {
      .home-category-section .custom-row .slick-dots {
        bottom: 0px; } }
  .home-category-section .category-box {
    position: relative;
    overflow: hidden; }
    .home-category-section .category-box .img-block {
      position: relative;
      max-width: 440px; }
      @media screen and (min-width: 1280px) {
        .home-category-section .category-box .img-block {
          max-width: 30.55556vw; } }
      .home-category-section .category-box .img-block img {
        max-height: 400px;
        width: 100%;
        object-fit: cover; }
        @media screen and (min-width: 1280px) {
          .home-category-section .category-box .img-block img {
            max-height: 27.77778vw; } }
      .home-category-section .category-box .img-block:before {
        height: 220px;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
        @media screen and (min-width: 1280px) {
          .home-category-section .category-box .img-block:before {
            height: 15.27778vw; } }
        @media screen and (max-width: 767px) {
          .home-category-section .category-box .img-block:before {
            height: 167px; } }
    .home-category-section .category-box .content-block {
      position: absolute;
      transform: translateY(72px);
      transition: all 0.3s linear;
      padding: 30px;
      bottom: 0;
      width: 100%; }
      @media screen and (min-width: 1280px) {
        .home-category-section .category-box .content-block {
          padding: 2.08333vw;
          transform: translateY(5vw); } }
      @media screen and (max-width: 1279px) {
        .home-category-section .category-box .content-block {
          padding: 20px;
          transform: translateY(112px); } }
      .home-category-section .category-box .content-block h2 {
        letter-spacing: 0.06em;
        font-size: 16px;
        line-height: 19px;
        color: white;
        text-transform: uppercase;
        padding-top: 21px;
        margin-bottom: 0px;
        border-top: 1px solid white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        @media screen and (min-width: 1280px) {
          .home-category-section .category-box .content-block h2 {
            font-size: 1.11111vw;
            line-height: 1.31944vw;
            padding-top: 1.45833vw; } }
      .home-category-section .category-box .content-block .btn-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 27px;
        opacity: 0;
        transition: all 0.4s linear; }
        @media screen and (min-width: 1280px) {
          .home-category-section .category-box .content-block .btn-block {
            margin-top: 1.875vw; } }
        @media screen and (max-width: 1279px) {
          .home-category-section .category-box .content-block .btn-block {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .home-category-section .category-box .content-block .btn-block a {
          width: 50%;
          padding-top: 13px;
          padding-bottom: 13px;
          font-size: 12px; }
          @media screen and (min-width: 1280px) {
            .home-category-section .category-box .content-block .btn-block a {
              padding-top: 0.90278vw;
              padding-bottom: 0.90278vw;
              font-size: 0.83333vw; } }
          @media screen and (max-width: 1279px) {
            .home-category-section .category-box .content-block .btn-block a {
              width: 100%; } }
          .home-category-section .category-box .content-block .btn-block a + a {
            margin-left: 0px; }
            @media screen and (max-width: 1279px) {
              .home-category-section .category-box .content-block .btn-block a + a {
                margin-top: 10px; } }
          .home-category-section .category-box .content-block .btn-block a.button.button--primary:hover, .home-category-section .category-box .content-block .btn-block .modal--alert .button-container a.button--primary.confirm:hover, .modal--alert .button-container .home-category-section .category-box .content-block .btn-block a.button--primary.confirm:hover, .home-category-section .category-box .content-block .btn-block a.button--primary.coupon-code-add:hover, .home-category-section .category-box .content-block .btn-block a.button--primary.coupon-code-cancel:hover, .home-category-section .category-box .content-block .btn-block a.button--primary.gift-certificate-add:hover, .home-category-section .category-box .content-block .btn-block a.button--primary.gift-certificate-cancel:hover, .home-category-section .category-box .content-block .btn-block a.button.button--primary:focus, .home-category-section .category-box .content-block .btn-block .modal--alert .button-container a.button--primary.confirm:focus, .modal--alert .button-container .home-category-section .category-box .content-block .btn-block a.button--primary.confirm:focus, .home-category-section .category-box .content-block .btn-block a.button--primary.coupon-code-add:focus, .home-category-section .category-box .content-block .btn-block a.button--primary.coupon-code-cancel:focus, .home-category-section .category-box .content-block .btn-block a.button--primary.gift-certificate-add:focus, .home-category-section .category-box .content-block .btn-block a.button--primary.gift-certificate-cancel:focus {
            border-color: white; }
          .home-category-section .category-box .content-block .btn-block a.button:not(.button--primary):hover, .home-category-section .category-box .content-block .btn-block .modal--alert .button-container a.confirm:not(.button--primary):hover, .modal--alert .button-container .home-category-section .category-box .content-block .btn-block a.confirm:not(.button--primary):hover, .home-category-section .category-box .content-block .btn-block a.coupon-code-add:not(.button--primary):hover, .home-category-section .category-box .content-block .btn-block a.coupon-code-cancel:not(.button--primary):hover, .home-category-section .category-box .content-block .btn-block a.gift-certificate-add:not(.button--primary):hover, .home-category-section .category-box .content-block .btn-block a.gift-certificate-cancel:not(.button--primary):hover {
            background-color: white;
            color: black;
            border-color: white; }
    .home-category-section .category-box:hover .content-block {
      transform: translateY(0); }
      .home-category-section .category-box:hover .content-block .btn-block {
        opacity: 1; }

.home-holsters-section {
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .home-holsters-section {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-holsters-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .home-holsters-section {
      margin-bottom: 40px; } }
  .home-holsters-section .page-heading {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .home-holsters-section .page-heading {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .home-holsters-section .page-heading {
        margin-bottom: 30px; } }
  .home-holsters-section .slick-dots {
    bottom: 0px; }
    .home-holsters-section .slick-dots li button {
      background-color: #dddddd; }
    .home-holsters-section .slick-dots li.slick-active button, .home-holsters-section .slick-dots li:hover button {
      background-color: #b72c1f; }

.holsters-item {
  padding-bottom: 42px; }
  @media screen and (min-width: 1280px) {
    .holsters-item {
      padding-bottom: 2.91667vw; } }
  @media screen and (max-width: 1023px) {
    .holsters-item {
      padding-bottom: 40px; } }
  .holsters-item.slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .holsters-item .holsters-block {
    padding: 0 17.5px; }
    @media screen and (min-width: 1280px) {
      .holsters-item .holsters-block {
        padding: 0 1.21528vw; } }
    @media screen and (max-width: 767px) {
      .holsters-item .holsters-block {
        padding: 0 10px; } }
    .holsters-item .holsters-block a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .holsters-item .holsters-block a .img-block {
        max-width: 200px;
        margin: 0 auto; }
        @media screen and (min-width: 1280px) {
          .holsters-item .holsters-block a .img-block {
            max-width: 13.88889vw; } }
        .holsters-item .holsters-block a .img-block img {
          max-height: 120px; }
          @media screen and (min-width: 1280px) {
            .holsters-item .holsters-block a .img-block img {
              max-height: 8.33333vw; } }
          @media screen and (max-width: 767px) {
            .holsters-item .holsters-block a .img-block img {
              max-height: 25.604vw; } }
      .holsters-item .holsters-block a .title {
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        font-family: "Industry Demi", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #434441;
        padding-top: 20px; }
        @media screen and (min-width: 1280px) {
          .holsters-item .holsters-block a .title {
            font-size: 0.97222vw;
            line-height: 1.18056vw;
            padding-top: 1.38889vw; } }
      .holsters-item .holsters-block a:hover .title {
        color: #b72c1f; }

.home-our-promise-section {
  background-color: #181818;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 627px; }
  @media screen and (min-width: 1280px) {
    .home-our-promise-section {
      max-height: 43.54167vw; } }
  @media screen and (max-width: 1023px) {
    .home-our-promise-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      max-height: 100%; } }
  .home-our-promise-section [data-content-region="home_promise_left_section"] {
    position: relative;
    z-index: 1; }
  .home-our-promise-section .left-block {
    width: 50%;
    padding: 138px 120px;
    position: relative;
    /*background-image: url('../img/homepage-bg-1.svg'); background-repeat: no-repeat;
        background-size: 202px 401px; background-attachment: fixed; background-position: left top;*/ }
    @media screen and (min-width: 1280px) {
      .home-our-promise-section .left-block {
        padding: 9.58333vw 8.33333vw;
        background-size: 14.02778vw 27.84722vw; } }
    @media screen and (max-width: 1279px) {
      .home-our-promise-section .left-block {
        padding: 41px 30px; } }
    @media screen and (max-width: 1023px) {
      .home-our-promise-section .left-block {
        width: 100%;
        padding: 60px 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    .home-our-promise-section .left-block .our-promise-block {
      z-index: 1;
      position: relative; }
      .home-our-promise-section .left-block .our-promise-block .sub-title {
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .home-our-promise-section .left-block .our-promise-block .sub-title {
            font-size: 13px;
            line-height: 20px; } }
    .home-our-promise-section .left-block .background-image {
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 0;
      width: 404px;
      overflow: hidden;
      height: 100%; }
      .home-our-promise-section .left-block .background-image img {
        position: relative; }
      @media screen and (min-width: 1280px) {
        .home-our-promise-section .left-block .background-image {
          width: 20.97222vw; } }
      @media screen and (max-width: 1279px) {
        .home-our-promise-section .left-block .background-image {
          width: 127px; } }
  .home-our-promise-section .right-block {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    width: 50%;
    counter-reset: section; }
    @media screen and (max-width: 1023px) {
      .home-our-promise-section .right-block {
        width: 100%;
        border-left: 0px; } }
    .home-our-promise-section .right-block .toggle-block {
      padding: 64px 52px 64px 100px;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .home-our-promise-section .right-block .toggle-block {
          padding: 4.44444vw 3.61111vw 4.44444vw 6.94444vw; } }
      @media screen and (max-width: 1279px) {
        .home-our-promise-section .right-block .toggle-block {
          padding: 30px 30px 30px 60px; } }
      @media screen and (max-width: 1023px) {
        .home-our-promise-section .right-block .toggle-block {
          padding: 21px 30px 22px 53px; } }
      .home-our-promise-section .right-block .toggle-block + .toggle-block {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .home-our-promise-section .right-block .toggle-block:before {
        counter-increment: section;
        content: "0" counter(section);
        color: #b72c1f;
        position: absolute;
        left: 50px;
        letter-spacing: 0.06em;
        font-size: 18px;
        line-height: 22px;
        font-family: "Industry", sans-serif;
        font-weight: 500;
        top: 69px; }
        @media screen and (min-width: 1280px) {
          .home-our-promise-section .right-block .toggle-block:before {
            left: 3.47222vw;
            font-size: 1.25vw;
            line-height: 1.52778vw;
            top: 4.79167vw; } }
        @media screen and (max-width: 1279px) {
          .home-our-promise-section .right-block .toggle-block:before {
            left: 25px;
            top: 34px; } }
        @media screen and (max-width: 1023px) {
          .home-our-promise-section .right-block .toggle-block:before {
            font-size: 16px;
            left: 20px;
            top: 26px; } }
    .home-our-promise-section .right-block .toggle-title {
      color: white;
      cursor: pointer;
      position: relative;
      padding: 5px 0; }
      @media screen and (min-width: 1280px) {
        .home-our-promise-section .right-block .toggle-title {
          padding: 0.34722vw 0; } }
      .home-our-promise-section .right-block .toggle-title:after {
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3838 5.88388L9.4999 14.7678L0.61602 5.88388L2.38379 4.11612L8.24991 9.98223L8.24991 -4.42966e-07L10.7499 -3.33688e-07L10.7499 9.98223L16.616 4.11612L18.3838 5.88388Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 18px;
        height: 18px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        content: "";
        right: 0;
        top: 9px; }
        @media screen and (min-width: 1280px) {
          .home-our-promise-section .right-block .toggle-title:after {
            width: 1.25vw;
            height: 1.25vw;
            top: 0.625vw; } }
        @media screen and (max-width: 767px) {
          .home-our-promise-section .right-block .toggle-title:after {
            width: 14px;
            height: 14px; } }
      .home-our-promise-section .right-block .toggle-title.active:after {
        transform: rotate(180deg); }
    .home-our-promise-section .right-block .toggle-content {
      height: 126px;
      color: white;
      padding-right: 94px;
      padding-top: 0px;
      margin-top: 20px;
      overflow-y: auto; }
      @media screen and (min-width: 1280px) {
        .home-our-promise-section .right-block .toggle-content {
          height: 8.75vw;
          padding-right: 6.52778vw;
          margin-top: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .home-our-promise-section .right-block .toggle-content {
          padding-right: 0px; } }
      @media screen and (max-width: 1023px) {
        .home-our-promise-section .right-block .toggle-content {
          height: auto;
          margin-top: 16px;
          padding-bottom: 8px;
          padding-right: 22px; } }
  @media screen and (max-width: 1023px) {
    .home-our-promise-section .our-promise-block {
      text-align: center; } }
  .home-our-promise-section .our-promise-block h3 {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: white; }
    @media screen and (min-width: 1280px) {
      .home-our-promise-section .our-promise-block h3 {
        font-size: 3.33333vw;
        line-height: 3.68056vw; } }
    @media screen and (max-width: 1279px) {
      .home-our-promise-section .our-promise-block h3 {
        font-size: 38px;
        line-height: 43px; } }
    @media screen and (max-width: 1023px) {
      .home-our-promise-section .our-promise-block h3 {
        font-size: 32px;
        line-height: 35px; } }
  .home-our-promise-section .our-promise-block p {
    line-height: 22px;
    color: white;
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .home-our-promise-section .our-promise-block p {
        line-height: 1.52778vw;
        margin-bottom: 2.77778vw; } }
  .home-our-promise-section .our-promise-block a.button.button--primary:hover, .home-our-promise-section .our-promise-block .modal--alert .button-container a.button--primary.confirm:hover, .modal--alert .button-container .home-our-promise-section .our-promise-block a.button--primary.confirm:hover, .home-our-promise-section .our-promise-block a.button--primary.coupon-code-add:hover, .home-our-promise-section .our-promise-block a.button--primary.coupon-code-cancel:hover, .home-our-promise-section .our-promise-block a.button--primary.gift-certificate-add:hover, .home-our-promise-section .our-promise-block a.button--primary.gift-certificate-cancel:hover, .home-our-promise-section .our-promise-block a.button.button--primary:focus, .home-our-promise-section .our-promise-block .modal--alert .button-container a.button--primary.confirm:focus, .modal--alert .button-container .home-our-promise-section .our-promise-block a.button--primary.confirm:focus, .home-our-promise-section .our-promise-block a.button--primary.coupon-code-add:focus, .home-our-promise-section .our-promise-block a.button--primary.coupon-code-cancel:focus, .home-our-promise-section .our-promise-block a.button--primary.gift-certificate-add:focus, .home-our-promise-section .our-promise-block a.button--primary.gift-certificate-cancel:focus {
    border-color: white; }

.home-ups-section {
  background-color: #272727;
  margin-bottom: 80px;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .home-ups-section {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-ups-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .home-ups-section {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  .home-ups-section .ups-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .home-ups-section .ups-list {
        display: block;
        padding: 20px;
        margin-bottom: 0px; } }
    @media screen and (max-width: 767px) {
      .home-ups-section .ups-list {
        padding: 20px 0; } }
    .home-ups-section .ups-list .ups-item {
      width: 25%;
      padding: 50px 64px 63px; }
      @media screen and (min-width: 1280px) {
        .home-ups-section .ups-list .ups-item {
          padding: 3.47222vw 4.44444vw 4.375vw; } }
      @media screen and (max-width: 1279px) {
        .home-ups-section .ups-list .ups-item {
          padding: 30px 20px; } }
      @media screen and (max-width: 1023px) {
        .home-ups-section .ups-list .ups-item {
          padding: 20px 50px; } }
      .home-ups-section .ups-list .ups-item:first-child, .home-ups-section .ups-list .ups-item:nth-child(2) {
        border-bottom: 0px; }
      .home-ups-section .ups-list .ups-item + .ups-item {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
        @media screen and (max-width: 1023px) {
          .home-ups-section .ups-list .ups-item + .ups-item {
            border-left: 0px; } }
      .home-ups-section .ups-list .ups-item .ups-item-wrap {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .home-ups-section .ups-list .ups-item .ups-item-wrap {
            max-width: 231px; } }
      .home-ups-section .ups-list .ups-item img {
        max-height: 51px;
        margin: 0 auto; }
        @media screen and (min-width: 1280px) {
          .home-ups-section .ups-list .ups-item img {
            max-height: 3.54167vw; } }
        @media screen and (max-width: 1023px) {
          .home-ups-section .ups-list .ups-item img {
            width: auto; } }
      @media screen and (max-width: 767px) {
        .home-ups-section .ups-list .ups-item .icon-block {
          width: auto; } }
      .home-ups-section .ups-list .ups-item .text-block {
        padding-top: 20px;
        padding-left: 0px; }
        @media screen and (min-width: 1280px) {
          .home-ups-section .ups-list .ups-item .text-block {
            padding-top: 1.38889vw; } }
        @media screen and (max-width: 1279px) {
          .home-ups-section .ups-list .ups-item .text-block {
            width: 200px; } }
        @media screen and (max-width: 767px) {
          .home-ups-section .ups-list .ups-item .text-block {
            width: auto; } }
      .home-ups-section .ups-list .ups-item h6 {
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: white;
        margin-bottom: 14px; }
        @media screen and (min-width: 1280px) {
          .home-ups-section .ups-list .ups-item h6 {
            font-size: 0.97222vw;
            line-height: 1.18056vw;
            margin-bottom: 0.97222vw; } }
      .home-ups-section .ups-list .ups-item p {
        font-size: 10px;
        line-height: 16px;
        color: white;
        margin-bottom: 0px;
        font-weight: 300; }
        @media screen and (min-width: 1280px) {
          .home-ups-section .ups-list .ups-item p {
            font-size: 0.69444vw;
            line-height: 1.11111vw; } }

.home-video-section {
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .home-video-section {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-video-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .home-video-section {
      margin-bottom: 40px; } }
  .home-video-section .heading-block {
    padding: 0 30px; }
    @media screen and (min-width: 1280px) {
      .home-video-section .heading-block {
        padding: 0 2.08333vw; } }
    .home-video-section .heading-block .sub-title {
      margin-bottom: 9px; }
      @media screen and (min-width: 1280px) {
        .home-video-section .heading-block .sub-title {
          margin-bottom: 0.625vw; } }
  .home-video-section .page-heading {
    margin-bottom: 47px;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 1280px) {
      .home-video-section .page-heading {
        margin-bottom: 3.26389vw; } }
    @media screen and (max-width: 1023px) {
      .home-video-section .page-heading {
        margin-bottom: 30px; } }
  .home-video-section .button-block {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .home-video-section .button-block {
        display: none; } }
    .home-video-section .button-block .button, .home-video-section .button-block .modal--alert .button-container .confirm, .modal--alert .button-container .home-video-section .button-block .confirm, .home-video-section .button-block .coupon-code-add, .home-video-section .button-block .coupon-code-cancel, .home-video-section .button-block button.shipping-estimate-show, .home-video-section .button-block .gift-certificate-add, .home-video-section .button-block .gift-certificate-cancel {
      padding-left: 50px;
      padding-right: 50px; }
      @media screen and (min-width: 1280px) {
        .home-video-section .button-block .button, .home-video-section .button-block .modal--alert .button-container .confirm, .modal--alert .button-container .home-video-section .button-block .confirm, .home-video-section .button-block .coupon-code-add, .home-video-section .button-block .coupon-code-cancel, .home-video-section .button-block button.shipping-estimate-show, .home-video-section .button-block .gift-certificate-add, .home-video-section .button-block .gift-certificate-cancel {
          padding-left: 3.47222vw;
          padding-right: 3.47222vw; } }

.home-video-list {
  padding-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .home-video-list {
      padding-bottom: 2.77778vw; } }
  .home-video-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 360px;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .home-video-list .slick-track {
        height: 25vw; } }
    @media screen and (max-width: 767px) {
      .home-video-list .slick-track {
        height: auto; } }
    .home-video-list .slick-track:after, .home-video-list .slick-track:before {
      display: none; }
  .home-video-list.slick-dotted.slick-slider {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .home-video-list.slick-dotted.slick-slider {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .home-video-list.slick-dotted.slick-slider {
        margin-bottom: 0px; } }
  .home-video-list .slick-dots {
    bottom: 0; }
  .home-video-list .video-list {
    padding: 0 15px;
    position: relative;
    height: 298px; }
    @media screen and (min-width: 1280px) {
      .home-video-list .video-list {
        padding: 0 1.04167vw;
        height: 20.69444vw; } }
    @media screen and (max-width: 767px) {
      .home-video-list .video-list {
        height: auto;
        padding: 0 20px; } }
    .home-video-list .video-list a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      max-height: 298px; }
      @media screen and (min-width: 1280px) {
        .home-video-list .video-list a {
          max-height: 20.69444vw; } }
      .home-video-list .video-list a span {
        position: relative;
        width: 100%;
        height: 100%; }
        .home-video-list .video-list a span:before {
          width: 100%;
          height: 100%;
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          background-color: rgba(221, 221, 221, 0.6); }
          @media screen and (max-width: 767px) {
            .home-video-list .video-list a span:before {
              background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10.9997L0 21.392V0.607422L18 10.9997ZM3 5.80357L3 16.1959L12 10.9997L3 5.80357Z' fill='%23C82128'/%3E%3C/svg%3E%0A");
              background-size: 11px 11px;
              background-position: center center;
              background-repeat: no-repeat;
              width: 61px;
              height: 61px;
              background-color: transparent;
              position: absolute;
              content: "";
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              border: 3px solid white;
              z-index: 1; } }
    .home-video-list .video-list img {
      max-height: 298px;
      transition: all .5s;
      object-fit: cover;
      margin: 0 auto;
      height: 100%;
      object-position: top; }
      @media screen and (min-width: 1280px) {
        .home-video-list .video-list img {
          max-height: 20.69444vw; } }
      @media screen and (max-width: 767px) {
        .home-video-list .video-list img {
          max-height: 44.978vw; } }
      @media screen and (max-width: 666px) {
        .home-video-list .video-list img {
          max-height: 50.483vw; } }
    @media screen and (min-width: 768px) {
      .home-video-list .video-list:not(.slick-center) {
        filter: grayscale(1);
        -webkit-animation-name: grayscale;
        animation-name: grayscale;
        -webkit-animation-duration: 2s;
        animation-duration: 2s; } }
    .home-video-list .video-list.slick-center {
      height: 360px; }
      @media screen and (min-width: 1280px) {
        .home-video-list .video-list.slick-center {
          height: 25vw; } }
      .home-video-list .video-list.slick-center span {
        height: 100%; }
      .home-video-list .video-list.slick-center img {
        max-height: 360px; }
        @media screen and (min-width: 1280px) {
          .home-video-list .video-list.slick-center img {
            max-height: 25vw; } }
      .home-video-list .video-list.slick-center a {
        position: relative;
        max-height: 360px; }
        @media screen and (min-width: 1280px) {
          .home-video-list .video-list.slick-center a {
            max-height: 25vw; } }
        .home-video-list .video-list.slick-center a:before {
          background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10.9997L0 21.392V0.607422L18 10.9997ZM3 5.80357L3 16.1959L12 10.9997L3 5.80357Z' fill='%23C82128'/%3E%3C/svg%3E%0A");
          background-size: 20px 18px;
          background-position: center center;
          background-repeat: no-repeat;
          width: 104px;
          height: 104px;
          position: absolute;
          content: "";
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 3px solid white;
          z-index: 1;
          -webkit-transition: opacity 0.4s linear;
          -moz-transition: opacity 0.4s linear;
          transition: opacity 0.4s linear;
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
          -webkit-animation-duration: 2s;
          animation-duration: 2s; }
          @media screen and (min-width: 1280px) {
            .home-video-list .video-list.slick-center a:before {
              width: 7.22222vw;
              height: 7.22222vw;
              background-size: 1.38889vw 1.25vw;
              border-width: 0.20833vw; } }
          @media screen and (max-width: 767px) {
            .home-video-list .video-list.slick-center a:before {
              display: none; } }
        .home-video-list .video-list.slick-center a span:before {
          display: none; }

@-webkit-keyframes grayscale {
  0% {
    filter: grayscale(0); }
  100% {
    filter: grayscale(1); } }

@keyframes grayscale {
  0% {
    filter: grayscale(0); }
  100% {
    filter: grayscale(1); } }

.home-join-section {
  background-color: #181818;
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .home-join-section {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-join-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .home-join-section {
      margin-bottom: 40px; } }
  .home-join-section .join-block-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .home-join-section .join-block-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .home-join-section .join-block-wrap .right-block {
      width: 784px;
      padding-left: 104px;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .home-join-section .join-block-wrap .right-block {
          width: 54.44444vw;
          padding-left: 7.22222vw; } }
      @media screen and (max-width: 1279px) {
        .home-join-section .join-block-wrap .right-block {
          width: 60%; } }
      @media screen and (max-width: 1023px) {
        .home-join-section .join-block-wrap .right-block {
          order: 0;
          width: 100%;
          padding-left: 0px;
          padding-bottom: 15.122vw; } }
      @media screen and (max-width: 767px) {
        .home-join-section .join-block-wrap .right-block {
          padding-bottom: 29.710vw; } }
      .home-join-section .join-block-wrap .right-block img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
        @media screen and (max-width: 1023px) {
          .home-join-section .join-block-wrap .right-block img {
            height: 63.659vw; } }
        @media screen and (max-width: 767px) {
          .home-join-section .join-block-wrap .right-block img {
            height: 63.043vw; } }
      .home-join-section .join-block-wrap .right-block .gun-app-image {
        position: absolute;
        height: 420px;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
        @media screen and (min-width: 1280px) {
          .home-join-section .join-block-wrap .right-block .gun-app-image {
            height: 29.16667vw; } }
        @media screen and (max-width: 1279px) {
          .home-join-section .join-block-wrap .right-block .gun-app-image {
            height: 320px; } }
        @media screen and (max-width: 1023px) {
          .home-join-section .join-block-wrap .right-block .gun-app-image {
            top: auto;
            transform: translateX(-50%);
            left: 50%;
            bottom: 0;
            height: auto; } }
        .home-join-section .join-block-wrap .right-block .gun-app-image img {
          max-height: 420px; }
          @media screen and (min-width: 1280px) {
            .home-join-section .join-block-wrap .right-block .gun-app-image img {
              max-height: 29.16667vw; } }
          @media screen and (max-width: 1279px) {
            .home-join-section .join-block-wrap .right-block .gun-app-image img {
              max-height: 320px; } }
          @media screen and (max-width: 1023px) {
            .home-join-section .join-block-wrap .right-block .gun-app-image img {
              max-height: none;
              width: auto; } }
          @media screen and (max-width: 767px) {
            .home-join-section .join-block-wrap .right-block .gun-app-image img {
              max-height: 78.261vw;
              height: 100%; } }
    .home-join-section .join-block-wrap .left-block {
      width: calc(100% - 784px);
      text-align: left;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 50px 145px 50px 151px; }
      @media screen and (min-width: 1280px) {
        .home-join-section .join-block-wrap .left-block {
          width: calc(100% - 54.44444vw);
          padding: 3.47222vw 10.06944vw 3.47222vw 10.48611vw; } }
      @media screen and (max-width: 1279px) {
        .home-join-section .join-block-wrap .left-block {
          padding: 30px;
          width: 40%; } }
      @media screen and (max-width: 1023px) {
        .home-join-section .join-block-wrap .left-block {
          order: 1;
          width: 100%;
          padding: 40px 30px 60px 30px;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; } }
    .home-join-section .join-block-wrap .page-heading {
      color: white;
      margin-bottom: 20px;
      text-align: left; }
      @media screen and (min-width: 1280px) {
        .home-join-section .join-block-wrap .page-heading {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .home-join-section .join-block-wrap .page-heading {
          text-align: center;
          margin-bottom: 30px; } }
      @media screen and (max-width: 1023px) {
        .home-join-section .join-block-wrap .page-heading.page-heading-big {
          font-size: 32px;
          line-height: 38px; } }
      .home-join-section .join-block-wrap .page-heading span {
        color: #b72c1f; }
    .home-join-section .join-block-wrap p {
      color: #dddddd;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .home-join-section .join-block-wrap p {
          margin-bottom: 2.77778vw; } }
      @media screen and (max-width: 767px) {
        .home-join-section .join-block-wrap p {
          text-align: center;
          margin-bottom: 30px; } }
    .home-join-section .join-block-wrap .button, .home-join-section .join-block-wrap .modal--alert .button-container .confirm, .modal--alert .button-container .home-join-section .join-block-wrap .confirm, .home-join-section .join-block-wrap .coupon-code-add, .home-join-section .join-block-wrap .coupon-code-cancel, .home-join-section .join-block-wrap button.shipping-estimate-show, .home-join-section .join-block-wrap .gift-certificate-add, .home-join-section .join-block-wrap .gift-certificate-cancel {
      padding-left: 66.5px;
      padding-right: 66.5px; }
      @media screen and (min-width: 1280px) {
        .home-join-section .join-block-wrap .button, .home-join-section .join-block-wrap .modal--alert .button-container .confirm, .modal--alert .button-container .home-join-section .join-block-wrap .confirm, .home-join-section .join-block-wrap .coupon-code-add, .home-join-section .join-block-wrap .coupon-code-cancel, .home-join-section .join-block-wrap button.shipping-estimate-show, .home-join-section .join-block-wrap .gift-certificate-add, .home-join-section .join-block-wrap .gift-certificate-cancel {
          padding-left: 4.61806vw;
          padding-right: 4.61806vw; } }
      .home-join-section .join-block-wrap .button.button--primary:hover, .home-join-section .join-block-wrap .modal--alert .button-container .button--primary.confirm:hover, .modal--alert .button-container .home-join-section .join-block-wrap .button--primary.confirm:hover, .home-join-section .join-block-wrap .button--primary.coupon-code-add:hover, .home-join-section .join-block-wrap .button--primary.coupon-code-cancel:hover, .home-join-section .join-block-wrap button.button--primary.shipping-estimate-show:hover, .home-join-section .join-block-wrap .button--primary.gift-certificate-add:hover, .home-join-section .join-block-wrap .button--primary.gift-certificate-cancel:hover, .home-join-section .join-block-wrap .button.button--primary:focus, .home-join-section .join-block-wrap .modal--alert .button-container .button--primary.confirm:focus, .modal--alert .button-container .home-join-section .join-block-wrap .button--primary.confirm:focus, .home-join-section .join-block-wrap .button--primary.coupon-code-add:focus, .home-join-section .join-block-wrap .button--primary.coupon-code-cancel:focus, .home-join-section .join-block-wrap button.button--primary.shipping-estimate-show:focus, .home-join-section .join-block-wrap .button--primary.gift-certificate-add:focus, .home-join-section .join-block-wrap .button--primary.gift-certificate-cancel:focus {
        border-color: white; }

.home-tulster-support-section {
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .home-tulster-support-section {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-tulster-support-section {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .home-tulster-support-section .container {
      padding: 0px; } }
  @media screen and (max-width: 767px) {
    .home-tulster-support-section .heading-block {
      padding: 0 20px; } }
  .home-tulster-support-section .heading-block .page-heading {
    margin-bottom: 40px;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 1280px) {
      .home-tulster-support-section .heading-block .page-heading {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .home-tulster-support-section .heading-block .page-heading {
        margin-bottom: 32px; } }
  .home-tulster-support-section .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -30px; }
    @media screen and (min-width: 1280px) {
      .home-tulster-support-section .custom-row {
        margin: 0 -2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .home-tulster-support-section .custom-row {
        margin: 0 -16px; } }
    @media screen and (max-width: 1023px) {
      .home-tulster-support-section .custom-row {
        margin: 0 -10px; } }
    @media screen and (max-width: 767px) {
      .home-tulster-support-section .custom-row {
        margin: 0px;
        padding-bottom: 40px; } }
    .home-tulster-support-section .custom-row .grid {
      padding: 0 30px;
      width: 33.33%; }
      @media screen and (min-width: 1280px) {
        .home-tulster-support-section .custom-row .grid {
          padding: 0 2.08333vw; } }
      @media screen and (max-width: 1279px) {
        .home-tulster-support-section .custom-row .grid {
          padding: 0 16px; } }
      @media screen and (max-width: 1023px) {
        .home-tulster-support-section .custom-row .grid {
          padding: 0 10px; } }
  .home-tulster-support-section .support-item .image-block img {
    width: 340px;
    height: 240px;
    object-fit: cover; }
    @media screen and (min-width: 1280px) {
      .home-tulster-support-section .support-item .image-block img {
        width: 23.61111vw;
        height: 16.66667vw; } }
    @media screen and (max-width: 1023px) {
      .home-tulster-support-section .support-item .image-block img {
        height: 200px; } }
    @media screen and (max-width: 666px) {
      .home-tulster-support-section .support-item .image-block img {
        height: 57.005vw; } }
  .home-tulster-support-section .support-item .text-block {
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .home-tulster-support-section .support-item .text-block {
        padding-top: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .home-tulster-support-section .support-item .text-block {
        padding-right: 15px; } }
    .home-tulster-support-section .support-item .text-block h5 {
      line-height: 22px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media screen and (min-width: 1280px) {
        .home-tulster-support-section .support-item .text-block h5 {
          line-height: 1.52778vw;
          margin-bottom: 1.11111vw; } }
      .home-tulster-support-section .support-item .text-block h5 a {
        color: black; }
        .home-tulster-support-section .support-item .text-block h5 a:hover {
          color: #b72c1f; }
    .home-tulster-support-section .support-item .text-block p {
      color: black;
      font-weight: 300;
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .home-tulster-support-section .support-item .text-block p {
          margin-bottom: 2.08333vw; } }
    .home-tulster-support-section .support-item .text-block a.link-arrow {
      color: #434441;
      font-family: "Industry Demi", sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: relative;
      display: block;
      transition: all 0.5s linear; }
      @media screen and (min-width: 1280px) {
        .home-tulster-support-section .support-item .text-block a.link-arrow {
          font-size: 0.83333vw;
          line-height: 0.97222vw; } }
      .home-tulster-support-section .support-item .text-block a.link-arrow:after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0L0 0L2.5 4L0 8H1.5L4 4L1.5 0Z' fill='%23434441'/%3E%3C/svg%3E%0A");
        background-size: 4px 8px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-position: center center;
        transition: all 0.2s linear;
        top: 4px;
        margin-left: 16px; }
        @media screen and (min-width: 1280px) {
          .home-tulster-support-section .support-item .text-block a.link-arrow:after {
            background-size: 0.27778vw 0.55556vw;
            width: 0.55556vw;
            height: 0.55556vw;
            top: 0.27778vw;
            margin-left: 1.11111vw; } }
      .home-tulster-support-section .support-item .text-block a.link-arrow:hover {
        color: #b72c1f; }
        .home-tulster-support-section .support-item .text-block a.link-arrow:hover:after {
          -webkit-transform: translate(15px, 0);
          -moz-transform: translate(15px, 0);
          -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
          background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0L0 0L2.5 4L0 8H1.5L4 4L1.5 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A"); }

.home-yotpo-review-section {
  overflow: hidden;
  background-color: #272727;
  padding: 80px 0; }
  @media screen and (min-width: 1280px) {
    .home-yotpo-review-section {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1279px) {
    .home-yotpo-review-section {
      padding: 60px 0; } }
  @media screen and (max-width: 1023px) {
    .home-yotpo-review-section {
      padding: 40px 0; } }
  .home-yotpo-review-section .yotpo .yotpo-icon.yotpo-icon-star {
    width: 13px !important;
    height: 13px !important; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-review-section .yotpo .yotpo-icon.yotpo-icon-star {
        width: 0.90278vw !important;
        height: 0.90278vw !important; } }
    @media screen and (max-width: 767px) {
      .home-yotpo-review-section .yotpo .yotpo-icon.yotpo-icon-star {
        width: 15px !important;
        height: 15px !important; } }
  @media only screen and (max-width: 767px) {
    .home-yotpo-review-section {
      position: relative; } }
  .home-yotpo-review-section .yotpo-label {
    order: 5;
    width: 100%;
    padding: 20px 0 0 0; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-review-section .yotpo-label {
        padding: 1.38889vw 0 0 0; } }
    .home-yotpo-review-section .yotpo-label .yotpo-logo-link-new {
      display: inline-block;
      float: right; }
    .home-yotpo-review-section .yotpo-label .yotpo-logo-title {
      color: #b72c1f;
      font-size: 12px;
      line-height: 30px;
      margin-top: 0px; }
      @media screen and (min-width: 1280px) {
        .home-yotpo-review-section .yotpo-label .yotpo-logo-title {
          font-size: 0.83333vw;
          line-height: 2.08333vw; } }
    .home-yotpo-review-section .yotpo-label .yotpo-icon-btn-big {
      padding: 0px;
      font-size: 32px;
      line-height: 30px;
      color: #b72c1f;
      margin-left: 10px; }
      @media screen and (min-width: 1280px) {
        .home-yotpo-review-section .yotpo-label .yotpo-icon-btn-big {
          font-size: 2.22222vw;
          line-height: 2.08333vw;
          margin-left: 0.69444vw; } }
    .home-yotpo-review-section .yotpo-label .yotpo-logo-line {
      display: none; }
  .home-yotpo-review-section .yotpo div,
  .home-yotpo-review-section .yotpo span,
  .home-yotpo-review-section .yotpo p,
  .home-yotpo-review-section .yotpo a,
  .home-yotpo-review-section .yotpo img,
  .home-yotpo-review-section .yotpo i,
  .home-yotpo-review-section .yotpo strong,
  .home-yotpo-review-section .yotpo sup,
  .home-yotpo-review-section .yotpo ul,
  .home-yotpo-review-section .yotpo li,
  .home-yotpo-review-section .yotpo form,
  .home-yotpo-review-section .yotpo label {
    font-family: "Gotham", sans-serif !important; }
  .home-yotpo-review-section .yotpo-reviews-carousel {
    max-width: initial !important; }
    .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper {
      padding: 0; }
      .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .label-with-tooltip {
        display: none !important; }
      .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 10px; }
        @media screen and (min-width: 1280px) {
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
            margin-bottom: 0.69444vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .stars-container .carousel-stars {
          margin-bottom: 0px !important; }
      .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
        padding-top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 96px;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
            margin-bottom: 2.08333vw;
            padding-bottom: 1.38889vw;
            padding-right: 6.66667vw; } }
        @media screen and (max-width: 767px) {
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            padding-right: 0px; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
          font-size: 18px !important;
          line-height: 22px !important;
          font-family: "Industry", sans-serif !important;
          color: white !important;
          margin: 0 !important;
          text-transform: uppercase !important;
          font-weight: 500 !important;
          display: none !important; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
              font-size: 1.25vw !important;
              line-height: 1.52778vw !important; } }
          @media screen and (max-width: 1023px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
              font-size: 18px !important;
              line-height: 21px !important; } }
          @media screen and (max-width: 767px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
              width: 100%;
              margin-bottom: 20px !important; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews {
          order: 0; }
          @media screen and (max-width: 767px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews {
              margin-bottom: 20px !important;
              bottom: auto !important; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
            font-size: 18px !important;
            line-height: 22px !important;
            font-family: "Industry", sans-serif !important;
            color: white !important;
            margin: 0 !important;
            text-transform: uppercase !important;
            font-weight: 500 !important; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
                font-size: 1.25vw !important;
                line-height: 1.52778vw !important; } }
            @media screen and (max-width: 1023px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
                font-size: 18px !important;
                line-height: 21px !important; } }
            @media screen and (max-width: 767px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
                width: 100%; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline,
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
          grid-column: span 1;
          order: 1; }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows[style="display: inline-block;"] {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex !important;
          top: auto;
          bottom: 27px; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows[style="display: inline-block;"] {
              bottom: 1.875vw; } }
          @media screen and (max-width: 767px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows[style="display: inline-block;"] {
              z-index: 10;
              bottom: 24px; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
          margin-left: 0;
          text-align: right;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: flex-end;
          -moz-box-align: flex-end;
          -ms-flex-align: flex-end;
          -webkit-align-items: flex-end;
          align-items: flex-end;
          position: absolute;
          right: 0;
          float: none; }
          @media screen and (max-width: 1023px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
              display: none !important; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
            background-repeat: no-repeat;
            background-size: auto 10px;
            background-position: center;
            width: 10px !important;
            height: 10px; }
            @media only screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
                width: 0.69444vw !important;
                background-size: auto 0.69444vw;
                height: 0.69444vw; } }
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:before,
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:before {
              display: none; }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
            background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 5L6 10H3.85714L0 5L3.85714 0Z' fill='white'/%3E%3C/svg%3E%0A");
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            left: 2px;
            position: relative; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
                left: 0.13889vw; } }
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:hover {
              background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 5L6 10H3.85714L0 5L3.85714 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A"); }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
            background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 5L0 10H2.14286L6 5L2.14286 0Z' fill='white'/%3E%3C/svg%3E%0A");
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            margin-left: 32px; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
                margin-left: 2.22222vw; } }
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:hover {
              background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 5L0 10H2.14286L6 5L2.14286 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A"); }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
          position: relative;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
              width: 100%;
              justify-content: flex-start !important;
              top: auto; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-review-stars {
            position: relative; }
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-review-stars > span:not(:first-child) {
              margin-left: 4px; }
              @media screen and (min-width: 1280px) {
                .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-review-stars > span:not(:first-child) {
                  margin-left: 0.27778vw; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-stars .yotpo-icon.yotpo-icon-star {
            width: 25px !important;
            height: 25px; }
            @media screen and (max-width: 767px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-stars .yotpo-icon.yotpo-icon-star {
                width: 20px !important;
                height: 20px; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-num-of-reviews {
            margin-left: 20px;
            font-size: 14px;
            color: white;
            line-height: 21px;
            top: 2px; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-num-of-reviews {
                font-size: 0.97222vw;
                margin-left: 1.38889vw;
                line-height: 1.45833vw;
                top: 0.13889vw; } }
            @media screen and (max-width: 767px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-num-of-reviews {
                margin-left: 10px;
                font-size: 14px;
                line-height: 17px; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-icon-star {
            font-size: 20px !important; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-icon-star {
                font-size: 1.38889vw !important; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star,
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star {
          font-size: 16px !important;
          color: #333333; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star,
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star {
              font-size: 1.11111vw !important; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star {
          color: #d9dfe2; }
      .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel {
        padding-top: 0; }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .product-link-container {
          width: 130px; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .product-link-container {
              width: 9.02778vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side {
          width: calc(100% - 120px);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          -webkit-flex-direction: column;
          padding-left: 20px; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side {
              width: calc(100% - 8.33333vw);
              padding-left: 1.38889vw; } }
        @media only screen and (max-width: 1437px) {
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
            margin-top: 5px;
            margin-bottom: 10px; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex !important;
          flex-wrap: Wrap;
          -webkit-flex-wrap: Wrap; }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .stars-container {
            width: 100%; }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .carousel-review-title {
            width: 100%;
            margin-bottom: 20px !important; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .carousel-review-title {
                margin-bottom: 1.38889vw !important; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .product-link-container {
            width: 120px !important; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .product-link-container {
                width: 8.33333vw !important; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .right-side {
            width: calc(100% - 120px) !important;
            padding-left: 20px; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version[style="display: inline-block;"] .right-side {
                width: calc(100% - 8.33333vw) !important;
                padding-left: 1.38889vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container {
          width: 120px; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container {
              width: 8.33333vw; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image {
            width: 100%;
            height: 120px;
            background: white;
            padding: 15px;
            border-radius: 0px; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image {
                height: 8.33333vw;
                padding: 1.04167vw; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .carousel-review-product-text {
            font-size: 10px;
            line-height: 15px;
            color: white;
            margin-top: 10px;
            height: auto; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .carousel-review-product-text {
                font-size: 0.69444vw;
                line-height: 1.04167vw;
                margin-top: 0.69444vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
          font-size: 12px;
          line-height: 15px;
          color: white;
          padding-left: 10px;
          font-style: normal !important; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
              padding-left: 0.69444vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
          font-size: 16px;
          line-height: 19px;
          color: white;
          font-weight: 700;
          margin-top: 0px;
          margin-bottom: 20px; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
              font-size: 1.11111vw;
              line-height: 1.31944vw;
              margin-bottom: 1.38889vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars {
          right: 0; }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars .yotpo-icon {
            width: 18px !important;
            height: 18px; }
            @media screen and (max-width: 767px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars .yotpo-icon {
                width: 15px !important;
                height: 15px; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
          font-size: 13px;
          line-height: 20px;
          color: white;
          font-style: normal !important;
          margin-left: 0; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
              font-size: 0.90278vw;
              line-height: 1.38889vw; } }
          .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body .carousel-read-more {
            color: #b72c1f;
            text-decoration: underline;
            display: inline-block;
            display: block;
            margin-top: 3px; }
            @media screen and (min-width: 1280px) {
              .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body .carousel-read-more {
                margin-top: 0.20833vw; } }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
          color: white;
          font-size: 13px;
          line-height: 18px;
          margin-top: 14px;
          font-weight: 500; }
          @media screen and (min-width: 1280px) {
            .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
              font-size: 0.90278vw;
              line-height: 1.25vw;
              margin-top: 0.97222vw; } }
      .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
        color: #333333;
        font-size: 13px;
        line-height: 18px; }
        .home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more:hover {
          color: #333333; }
    .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-star {
      color: #333333 !important; }
    .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-star,
    .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-empty-star,
    .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-full-star,
    .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-half-star {
      font-size: 16px !important; }
      @media screen and (min-width: 1280px) {
        .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-star,
        .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-empty-star,
        .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-full-star,
        .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-half-star {
          font-size: 1.11111vw !important; } }
      .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-star:not(:first-child),
      .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-empty-star:not(:first-child),
      .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-full-star:not(:first-child),
      .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-half-star:not(:first-child) {
        margin-left: 2px; }
        @media screen and (min-width: 1280px) {
          .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-star:not(:first-child),
          .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-empty-star:not(:first-child),
          .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-full-star:not(:first-child),
          .home-yotpo-review-section .yotpo-reviews-carousel .yotpo-icon-half-star:not(:first-child) {
            margin-left: 0.13889vw; } }
  .home-yotpo-review-section .scroller {
    position: relative; }
    .home-yotpo-review-section .scroller:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 100%;
      right: 0;
      top: 0;
      background-color: #272727; }
    .home-yotpo-review-section .scroller + .yotpo-small-box {
      display: none !important; }

.home-yotpo-review-section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.template--default .home-yotpo-image-gallery .page-heading {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .template--default .home-yotpo-image-gallery .page-heading {
      font-size: 1.94444vw;
      line-height: 2.43056vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .template--default .home-yotpo-image-gallery .page-heading {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; } }

.home-yotpo-image-gallery {
  background-color: #222222;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  /*&:after{
        content: ""; bottom: 70px; right: 0;
        position: absolute; width: 81px; height: 175px; background-size: 100% auto;
        background-image: url("data:image/svg+xml,%3Csvg width='81' height='175' viewBox='0 0 81 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_307_487' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='81' height='175'%3E%3Crect width='81' height='175' fill='%23222222'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_307_487)'%3E%3Cpath d='M1 1.34668L143.794 49.5237V17.878L284.181 65.1103V96.756L302 102.896V248.136L283.94 241.995V463.043L143.554 415.81V194.763L1 146.586V1.34668ZM19.06 134.07L161.854 182.247V403.294L266.362 438.482V217.435L284.422 223.575V115.413L266.362 109.273V77.6269L161.614 42.4388V74.0845L19.06 25.9075V134.07Z' fill='%23272727'/%3E%3C/g%3E%3C/svg%3E%0A");

        @include vw{
            width: get-vw(162px); height: get-vw(350px); bottom: get-vw(140px);
        }
    }*/ }
  @media screen and (min-width: 1280px) {
    .home-yotpo-image-gallery {
      padding: 4.86111vw 0; } }
  @media screen and (max-width: 1279px) {
    .home-yotpo-image-gallery {
      padding: 60px 0; } }
  @media screen and (max-width: 1023px) {
    .home-yotpo-image-gallery {
      padding: 40px 0; } }
  .home-yotpo-image-gallery.hide-image-gallery {
    display: none; }
  .home-yotpo-image-gallery .background-image img {
    position: relative; }
  .home-yotpo-image-gallery .background-image.right {
    position: absolute;
    right: 0px;
    bottom: 70px; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery .background-image.right {
        bottom: 4.86111vw; } }
  .home-yotpo-image-gallery .background-image.left {
    position: absolute;
    width: 95px;
    left: 0;
    top: 0; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery .background-image.left {
        width: 6.59722vw; } }
  @media screen and (max-width: 1023px) {
    .home-yotpo-image-gallery .background-image {
      display: none; } }
  .home-yotpo-image-gallery .sub-title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery .sub-title {
        margin-bottom: 0.55556vw; } }
  .home-yotpo-image-gallery .page-heading {
    color: white;
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery .page-heading {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .home-yotpo-image-gallery .page-heading.page-heading-small {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
        padding: 0 25px; } }
  .home-yotpo-image-gallery .yotpo-pictures-gallery, .home-yotpo-image-gallery .yotpo-pictures-widget {
    margin: 0px !important; }
  .home-yotpo-image-gallery .yotpo-slider-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .home-yotpo-image-gallery .yotpo-pictures-widget .yotpo-display-wrapper .y-slider-container .yotpo-single-image-container .yotpo-image {
    border-radius: 0px !important; }
  .home-yotpo-image-gallery .yotpo-pictures-widget .y-media-hover .yotpo-stars {
    margin-right: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .home-yotpo-image-gallery .yotpo-pictures-widget .yotpo-hover-cta {
    height: 44px !important;
    font-weight: 600 !important;
    font-family: "Industry Demi", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
    background-color: #b72c1f !important;
    border-radius: 0px !important; }
    .home-yotpo-image-gallery .yotpo-pictures-widget .yotpo-hover-cta:hover {
      background-color: black !important; }
  .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper {
    width: 100%;
    margin-bottom: 0px !important;
    order: 1;
    margin-top: 50px !important; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper {
        margin-top: 3.47222vw !important; } }
    .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button-wrapper {
      display: inline-block; }
    .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button {
      border: 1px dashed white !important;
      border-radius: 0px !important;
      font-family: "Industry", sans-serif !important;
      text-transform: uppercase;
      background-color: transparent !important;
      min-width: 160px !important;
      height: 43px !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      letter-spacing: 0.1em;
      font-weight: 500;
      font-size: 12px !important;
      line-height: 13px !important; }
      @media screen and (min-width: 1280px) {
        .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button {
          min-width: 11.11111vw !important;
          height: 2.98611vw !important;
          font-size: 0.83333vw !important;
          line-height: 0.90278vw !important; } }
      .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button .yotpo-icon {
        display: none; }
      .home-yotpo-image-gallery .yotpo-slider-wrapper .yotpo-pictures-gallery-header-wrapper .yotpo-pictures-gallery-upload-button:hover {
        border-color: #b72c1f !important;
        color: #b72c1f !important; }
  .home-yotpo-image-gallery .yotpo-slider {
    width: 100%;
    order: 0; }
    .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-left .yotpo-icon, .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-right .yotpo-icon {
      border-radius: 0px !important;
      width: 30px !important;
      height: 30px !important;
      opacity: 1 !important;
      top: 50% !important;
      margin-top: -15px; }
      @media screen and (min-width: 1280px) {
        .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-left .yotpo-icon, .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-right .yotpo-icon {
          width: 2.08333vw !important;
          height: 2.08333vw !important;
          margin-top: -1.04167vw; } }
    .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-left .yotpo-icon {
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 5L6 10H3.85714L0 5L3.85714 0Z' fill='%23000'/%3E%3C/svg%3E%0A"); }
      .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-left .yotpo-icon:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 5L6 10H3.85714L0 5L3.85714 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A"); }
    .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-right .yotpo-icon {
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 5L0 10H2.14286L6 5L2.14286 0Z' fill='%23000000'/%3E%3C/svg%3E%0A"); }
      @media screen and (min-width: 1280px) {
        .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-right .yotpo-icon {
          background-size: 0.83333vw 0.83333vw; } }
      .home-yotpo-image-gallery .yotpo-slider .y-arrows .arrows-wrapper-right .yotpo-icon:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 5L0 10H2.14286L6 5L2.14286 0Z' fill='%23b72c1f'/%3E%3C/svg%3E%0A"); }
  .home-yotpo-image-gallery.product-image-gallery {
    margin-bottom: 60px; }
    .home-yotpo-image-gallery.product-image-gallery:after {
      display: none; }
    @media screen and (min-width: 1280px) {
      .home-yotpo-image-gallery.product-image-gallery {
        margin-bottom: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .home-yotpo-image-gallery.product-image-gallery {
        margin-bottom: 40px; } }
  .home-yotpo-image-gallery.show {
    display: block; }

#pfFloatingContainer #pf-floating-button-wrapper {
  top: auto !important;
  bottom: 0 !important; }

.has-activeModal #pfFloatingContainer.hpos-right #pf-floating-button-wrapper {
  display: none !important; }

.template--category .body, .template--brand .body, .template--search .body {
  margin-bottom: 0px; }

.template--category .container-liqued, .template--brand .container-liqued, .template--search .container-liqued {
  padding: 0px; }

.template--category .common-top-banner, .template--brand .common-top-banner, .template--search .common-top-banner {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0; }
  .template--category .common-top-banner .breadcrumbs, .template--brand .common-top-banner .breadcrumbs, .template--search .common-top-banner .breadcrumbs {
    text-align: left;
    margin-bottom: 67px; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .breadcrumbs, .template--brand .common-top-banner .breadcrumbs, .template--search .common-top-banner .breadcrumbs {
        margin-bottom: 4.65278vw; } }
    @media screen and (max-width: 1023px) {
      .template--category .common-top-banner .breadcrumbs, .template--brand .common-top-banner .breadcrumbs, .template--search .common-top-banner .breadcrumbs {
        display: block;
        text-align: center;
        margin-bottom: 20px; } }
  .template--category .common-top-banner .page-heading, .template--brand .common-top-banner .page-heading, .template--search .common-top-banner .page-heading {
    text-align: left;
    margin-bottom: 14px; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .page-heading, .template--brand .common-top-banner .page-heading, .template--search .common-top-banner .page-heading {
        margin-bottom: 0.97222vw; } }
    @media screen and (max-width: 1023px) {
      .template--category .common-top-banner .page-heading, .template--brand .common-top-banner .page-heading, .template--search .common-top-banner .page-heading {
        text-align: center;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 36px; } }
  .template--category .common-top-banner .product-count, .template--brand .common-top-banner .product-count, .template--search .common-top-banner .product-count {
    font-family: "Industry", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .product-count, .template--brand .common-top-banner .product-count, .template--search .common-top-banner .product-count {
        font-size: 0.97222vw;
        line-height: 1.18056vw; } }
  .template--category .common-top-banner .left-block, .template--category .common-top-banner .right-block, .template--brand .common-top-banner .left-block, .template--brand .common-top-banner .right-block, .template--search .common-top-banner .left-block, .template--search .common-top-banner .right-block {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .template--category .common-top-banner .left-block, .template--category .common-top-banner .right-block, .template--brand .common-top-banner .left-block, .template--brand .common-top-banner .right-block, .template--search .common-top-banner .left-block, .template--search .common-top-banner .right-block {
        width: 100%; } }
    @media screen and (max-width: 666px) {
      .template--category .common-top-banner .left-block, .template--category .common-top-banner .right-block, .template--brand .common-top-banner .left-block, .template--brand .common-top-banner .right-block, .template--search .common-top-banner .left-block, .template--search .common-top-banner .right-block {
        width: 100%; } }
  .template--category .common-top-banner .left-block, .template--brand .common-top-banner .left-block, .template--search .common-top-banner .left-block {
    padding-left: 150px;
    padding-top: 20px;
    padding-right: 50px; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .left-block, .template--brand .common-top-banner .left-block, .template--search .common-top-banner .left-block {
        padding-left: 10.41667vw;
        padding-top: 1.38889vw;
        padding-right: get-wv(100px); } }
    @media screen and (max-width: 1279px) {
      .template--category .common-top-banner .left-block, .template--brand .common-top-banner .left-block, .template--search .common-top-banner .left-block {
        padding-left: 60px; } }
    @media screen and (max-width: 1023px) {
      .template--category .common-top-banner .left-block, .template--brand .common-top-banner .left-block, .template--search .common-top-banner .left-block {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        padding-top: 14px;
        padding-bottom: 47px; } }
    @media screen and (max-width: 767px) {
      .template--category .common-top-banner .left-block, .template--brand .common-top-banner .left-block, .template--search .common-top-banner .left-block {
        padding-left: 30px;
        padding-right: 30px; } }
    .template--category .common-top-banner .left-block.full-width, .template--brand .common-top-banner .left-block.full-width, .template--search .common-top-banner .left-block.full-width {
      width: 100%;
      padding-right: 150px;
      padding-bottom: 76px; }
      @media screen and (min-width: 1280px) {
        .template--category .common-top-banner .left-block.full-width, .template--brand .common-top-banner .left-block.full-width, .template--search .common-top-banner .left-block.full-width {
          padding-right: 10.41667vw;
          padding-bottom: 5.27778vw; } }
      @media screen and (max-width: 1023px) {
        .template--category .common-top-banner .left-block.full-width, .template--brand .common-top-banner .left-block.full-width, .template--search .common-top-banner .left-block.full-width {
          padding-left: 72px;
          padding-right: 71px;
          text-align: center;
          padding-top: 14px;
          padding-bottom: 47px; } }
  .template--category .common-top-banner .right-block, .template--brand .common-top-banner .right-block, .template--search .common-top-banner .right-block {
    position: relative;
    height: 280px; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .right-block, .template--brand .common-top-banner .right-block, .template--search .common-top-banner .right-block {
        height: 19.44444vw; } }
  @media screen and (max-width: 1023px) {
    .template--category .common-top-banner, .template--brand .common-top-banner, .template--search .common-top-banner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.template--category .page, .template--brand .page, .template--search .page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .template--category .page:before, .template--category .page:after, .template--brand .page:before, .template--brand .page:after, .template--search .page:before, .template--search .page:after {
    display: none; }
  @media screen and (max-width: 1023px) {
    .template--category .page, .template--brand .page, .template--search .page {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-top: 51px;
      position: relative; } }

.template--category .page-sidebar, .template--brand .page-sidebar, .template--search .page-sidebar {
  width: 355px;
  float: none;
  padding: 0px;
  padding-top: 30px; }
  @media screen and (min-width: 1280px) {
    .template--category .page-sidebar, .template--brand .page-sidebar, .template--search .page-sidebar {
      width: 24.65278vw;
      padding-top: 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .template--category .page-sidebar, .template--brand .page-sidebar, .template--search .page-sidebar {
      width: 280px; } }
  @media screen and (max-width: 1023px) {
    .template--category .page-sidebar, .template--brand .page-sidebar, .template--search .page-sidebar {
      width: 100%;
      display: none;
      padding-top: 20px;
      margin-top: -1px;
      background-color: #FFF;
      z-index: 1; } }
  @media screen and (min-width: 1024px) {
    .template--category .page-sidebar nav, .template--brand .page-sidebar nav, .template--search .page-sidebar nav {
      margin-bottom: 4.16667vw; } }
  .template--category .page-sidebar.u-hidden + .page-content, .template--brand .page-sidebar.u-hidden + .page-content, .template--search .page-sidebar.u-hidden + .page-content {
    width: 100%; }
    .template--category .page-sidebar.u-hidden + .page-content #search-results-content ul, .template--brand .page-sidebar.u-hidden + .page-content #search-results-content ul, .template--search .page-sidebar.u-hidden + .page-content #search-results-content ul {
      margin-left: 0px;
      margin-bottom: 0px; }
      .template--category .page-sidebar.u-hidden + .page-content #search-results-content ul strong, .template--brand .page-sidebar.u-hidden + .page-content #search-results-content ul strong, .template--search .page-sidebar.u-hidden + .page-content #search-results-content ul strong {
        font-family: "Industry", sans-serif;
        margin-right: 10px; }
        @media screen and (min-width: 1280px) {
          .template--category .page-sidebar.u-hidden + .page-content #search-results-content ul strong, .template--brand .page-sidebar.u-hidden + .page-content #search-results-content ul strong, .template--search .page-sidebar.u-hidden + .page-content #search-results-content ul strong {
            margin-right: 0.69444vw; } }
  .template--category .page-sidebar + .page-content, .template--brand .page-sidebar + .page-content, .template--search .page-sidebar + .page-content {
    width: calc(100% - 355px);
    float: none;
    padding: 20px 50px 50px 40px;
    border-left: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .template--category .page-sidebar + .page-content, .template--brand .page-sidebar + .page-content, .template--search .page-sidebar + .page-content {
        width: calc(100% - 24.65278vw);
        padding: 1.38889vw 3.47222vw 3.47222vw 2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .template--category .page-sidebar + .page-content, .template--brand .page-sidebar + .page-content, .template--search .page-sidebar + .page-content {
        width: calc(100% - 280px);
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .template--category .page-sidebar + .page-content, .template--brand .page-sidebar + .page-content, .template--search .page-sidebar + .page-content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 30px;
        border: 0px; } }

.template--category .pagination-list, .template--brand .pagination-list, .template--search .pagination-list {
  padding: 0 44px;
  position: relative; }
  .template--category .pagination-list .pagination-item--previous, .template--brand .pagination-list .pagination-item--previous, .template--search .pagination-list .pagination-item--previous {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0; }
  .template--category .pagination-list .pagination-item--next, .template--brand .pagination-list .pagination-item--next, .template--search .pagination-list .pagination-item--next {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0; }

.template--brand .common-top-banner .breadcrumbs {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .template--brand .common-top-banner .breadcrumbs {
      margin-bottom: 3.19444vw; } }
  @media screen and (max-width: 1023px) {
    .template--brand .common-top-banner .breadcrumbs {
      margin-bottom: 19px;
      -webkit-justify-content: center;
      justify-content: center; } }
  .template--brand .common-top-banner .breadcrumbs .breadcrumb:first-child {
    order: 2; }
    .template--brand .common-top-banner .breadcrumbs .breadcrumb:first-child:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23999999'/%3E%3C/svg%3E");
      width: 5px;
      height: 9px;
      transform: none;
      border: none;
      margin: 0 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      content: ""; }
      @media screen and (min-width: 1280px) {
        .template--brand .common-top-banner .breadcrumbs .breadcrumb:first-child:before {
          margin: 0 0.69444vw;
          width: 0.34722vw;
          height: 0.625vw; } }
  .template--brand .common-top-banner .breadcrumbs .breadcrumb:nth-child(2) {
    order: 1; }
    .template--brand .common-top-banner .breadcrumbs .breadcrumb:nth-child(2)::before {
      display: none; }
  .template--brand .common-top-banner .breadcrumbs .breadcrumb:last-child {
    order: 3; }

.template--brand .common-top-banner .right-block {
  height: 240px; }
  @media screen and (min-width: 1280px) {
    .template--brand .common-top-banner .right-block {
      height: 16.66667vw; } }

.template--category .findholster-section {
  margin-bottom: 0px; }
  .template--category .findholster-section .container-liqued {
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 1280px) {
      .template--category .findholster-section .container-liqued {
        padding-left: 3.47222vw;
        padding-right: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .template--category .findholster-section .container-liqued {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .template--category .findholster-section .container-liqued {
        padding-left: 20px;
        padding-right: 20px; } }
  .template--category .findholster-section + .sub-category-block {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .template--category .findholster-section + .sub-category-block {
        margin-top: 0.69444vw; } }

.template--category .common-top-banner .banners {
  background-color: transparent;
  padding: 0px;
  height: 100%; }
  .template--category .common-top-banner .banners .banner-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .banners .banner-block {
        padding: 2.08333vw; } }
  .template--category .common-top-banner .banners p {
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .template--category .common-top-banner .banners p {
        margin-bottom: 2.08333vw;
        font-size: 1.11111vw; } }
    .template--category .common-top-banner .banners p:last-child {
      margin-bottom: 0px; }
    .template--category .common-top-banner .banners p .button, .template--category .common-top-banner .banners p .modal--alert .button-container .confirm, .modal--alert .button-container .template--category .common-top-banner .banners p .confirm, .template--category .common-top-banner .banners p .coupon-code-add, .template--category .common-top-banner .banners p .coupon-code-cancel, .template--category .common-top-banner .banners p button.shipping-estimate-show, .template--category .common-top-banner .banners p .gift-certificate-add, .template--category .common-top-banner .banners p .gift-certificate-cancel {
      padding: 14px 20.2px; }
      @media screen and (min-width: 1280px) {
        .template--category .common-top-banner .banners p .button, .template--category .common-top-banner .banners p .modal--alert .button-container .confirm, .modal--alert .button-container .template--category .common-top-banner .banners p .confirm, .template--category .common-top-banner .banners p .coupon-code-add, .template--category .common-top-banner .banners p .coupon-code-cancel, .template--category .common-top-banner .banners p button.shipping-estimate-show, .template--category .common-top-banner .banners p .gift-certificate-add, .template--category .common-top-banner .banners p .gift-certificate-cancel {
          padding: 0.97222vw 1.40278vw; } }
      .template--category .common-top-banner .banners p .button span, .template--category .common-top-banner .banners p .modal--alert .button-container .confirm span, .modal--alert .button-container .template--category .common-top-banner .banners p .confirm span, .template--category .common-top-banner .banners p .coupon-code-add span, .template--category .common-top-banner .banners p .coupon-code-cancel span, .template--category .common-top-banner .banners p button.shipping-estimate-show span, .template--category .common-top-banner .banners p .gift-certificate-add span, .template--category .common-top-banner .banners p .gift-certificate-cancel span {
        margin-right: 2px;
        color: #b72c1f; }
        @media screen and (min-width: 1280px) {
          .template--category .common-top-banner .banners p .button span, .template--category .common-top-banner .banners p .modal--alert .button-container .confirm span, .modal--alert .button-container .template--category .common-top-banner .banners p .confirm span, .template--category .common-top-banner .banners p .coupon-code-add span, .template--category .common-top-banner .banners p .coupon-code-cancel span, .template--category .common-top-banner .banners p button.shipping-estimate-show span, .template--category .common-top-banner .banners p .gift-certificate-add span, .template--category .common-top-banner .banners p .gift-certificate-cancel span {
            margin-right: 0.13889vw; } }
      .template--category .common-top-banner .banners p .button.button--white:hover, .template--category .common-top-banner .banners p .modal--alert .button-container .button--white.confirm:hover, .modal--alert .button-container .template--category .common-top-banner .banners p .button--white.confirm:hover, .template--category .common-top-banner .banners p .button--white.coupon-code-add:hover, .template--category .common-top-banner .banners p .button--white.coupon-code-cancel:hover, .template--category .common-top-banner .banners p button.button--white.shipping-estimate-show:hover, .template--category .common-top-banner .banners p .button--white.gift-certificate-add:hover, .template--category .common-top-banner .banners p .button--white.gift-certificate-cancel:hover, .template--category .common-top-banner .banners p .button.button--white:focus, .template--category .common-top-banner .banners p .modal--alert .button-container .button--white.confirm:focus, .modal--alert .button-container .template--category .common-top-banner .banners p .button--white.confirm:focus, .template--category .common-top-banner .banners p .button--white.coupon-code-add:focus, .template--category .common-top-banner .banners p .button--white.coupon-code-cancel:focus, .template--category .common-top-banner .banners p button.button--white.shipping-estimate-show:focus, .template--category .common-top-banner .banners p .button--white.gift-certificate-add:focus, .template--category .common-top-banner .banners p .button--white.gift-certificate-cancel:focus {
        background-color: #b72c1f;
        border-color: #b72c1f; }
        .template--category .common-top-banner .banners p .button.button--white:hover span, .template--category .common-top-banner .banners p .modal--alert .button-container .button--white.confirm:hover span, .modal--alert .button-container .template--category .common-top-banner .banners p .button--white.confirm:hover span, .template--category .common-top-banner .banners p .button--white.coupon-code-add:hover span, .template--category .common-top-banner .banners p .button--white.coupon-code-cancel:hover span, .template--category .common-top-banner .banners p button.button--white.shipping-estimate-show:hover span, .template--category .common-top-banner .banners p .button--white.gift-certificate-add:hover span, .template--category .common-top-banner .banners p .button--white.gift-certificate-cancel:hover span, .template--category .common-top-banner .banners p .button.button--white:focus span, .template--category .common-top-banner .banners p .modal--alert .button-container .button--white.confirm:focus span, .modal--alert .button-container .template--category .common-top-banner .banners p .button--white.confirm:focus span, .template--category .common-top-banner .banners p .button--white.coupon-code-add:focus span, .template--category .common-top-banner .banners p .button--white.coupon-code-cancel:focus span, .template--category .common-top-banner .banners p button.button--white.shipping-estimate-show:focus span, .template--category .common-top-banner .banners p .button--white.gift-certificate-add:focus span, .template--category .common-top-banner .banners p .button--white.gift-certificate-cancel:focus span {
          color: white; }
  .template--category .common-top-banner .banners .banner-block .category-img-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .template--category .common-top-banner .banners .banner-block .text-block {
    position: relative; }

.template--brand .common-top-banner {
  margin-bottom: 0px; }

.template--brand .right-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1279px) {
    .template--brand .right-block {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .template--brand .right-block {
      width: 100%; } }

.template--brand .category-img-block {
  width: 300px;
  border: 1px solid #222222;
  overflow: hidden;
  padding: 51px 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: white; }
  @media screen and (min-width: 1280px) {
    .template--brand .category-img-block {
      width: 20.83333vw;
      padding: 3.54167vw 3.75vw; } }
  @media screen and (max-width: 1023px) {
    .template--brand .category-img-block {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .template--brand .category-img-block {
      width: 100%; } }
  .template--brand .category-img-block:before {
    display: none; }
  .template--brand .category-img-block img {
    height: auto;
    width: auto;
    max-height: 138px; }
    @media screen and (min-width: 1280px) {
      .template--brand .category-img-block img {
        max-height: 9.58333vw; } }
    @media screen and (max-width: 1023px) {
      .template--brand .category-img-block img {
        max-height: 160px; } }

.template--brand .facetedSearch.sidebarBlock {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px; }

.template--search .common-top-banner {
  margin-bottom: 0px;
  display: block;
  padding: 20px 0 45px; }
  @media screen and (min-width: 1280px) {
    .template--search .common-top-banner {
      padding: 1.38889vw 0 3.125vw; } }
  .template--search .common-top-banner .breadcrumbs {
    margin-bottom: 28px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .template--search .common-top-banner .breadcrumbs {
        margin-bottom: 1.94444vw; } }
    @media screen and (max-width: 767px) {
      .template--search .common-top-banner .breadcrumbs {
        margin-bottom: 20px; } }
  .template--search .common-top-banner .page-heading {
    margin-bottom: 6px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .template--search .common-top-banner .page-heading {
        margin-bottom: 0.41667vw; } }
    .template--search .common-top-banner .page-heading strong {
      font-weight: 900;
      font-family: "Industry Ultra", sans-serif; }
  .template--search .common-top-banner .product-count {
    text-align: center;
    display: block; }
  .template--search .common-top-banner #search-results-heading {
    margin-bottom: 35px; }
    @media screen and (min-width: 1280px) {
      .template--search .common-top-banner #search-results-heading {
        margin-bottom: 2.43056vw; } }
  .template--search .common-top-banner .navBar-section {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .template--search .common-top-banner .navBar-section {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .template--search .common-top-banner .navBar {
    margin-bottom: 0px; }
    .template--search .common-top-banner .navBar .navBar-item {
      margin: 0px; }
      .template--search .common-top-banner .navBar .navBar-item + .navBar-item .navBar-action {
        padding-left: 10px;
        padding-right: 10px; }
        @media screen and (min-width: 1280px) {
          .template--search .common-top-banner .navBar .navBar-item + .navBar-item .navBar-action {
            padding-left: 0.69444vw;
            padding-right: 0.69444vw; } }
      .template--search .common-top-banner .navBar .navBar-item.navBar-item--separate {
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px; }
        @media screen and (max-width: 1023px) {
          .template--search .common-top-banner .navBar .navBar-item.navBar-item--separate {
            width: 100%;
            margin-top: 15px; } }
        @media screen and (max-width: 1023px) {
          .template--search .common-top-banner .navBar .navBar-item.navBar-item--separate .navBar-action {
            width: fit-content;
            margin: 0 auto;
            padding-left: 30px;
            padding-right: 30px; } }
        .template--search .common-top-banner .navBar .navBar-item.navBar-item--separate .toggleLink-text {
          font-size: 11px; }
          @media screen and (min-width: 1280px) {
            .template--search .common-top-banner .navBar .navBar-item.navBar-item--separate .toggleLink-text {
              font-size: 0.76389vw; } }
    .template--search .common-top-banner .navBar.navBar--sub .navBar-action, .template--search .common-top-banner .navBar.navBar--sub a, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active {
      width: 160px;
      font-size: 12px;
      line-height: 14px;
      height: 100%;
      font-family: "Industry", sans-serif;
      font-weight: 500;
      padding: 13px 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: #ffffff;
      transition: none;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 1280px) {
        .template--search .common-top-banner .navBar.navBar--sub .navBar-action, .template--search .common-top-banner .navBar.navBar--sub a, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active {
          padding: 0.90278vw 0.69444vw;
          width: 11.11111vw;
          font-size: 0.83333vw;
          line-height: 0.97222vw; } }
      @media screen and (max-width: 1023px) {
        .template--search .common-top-banner .navBar.navBar--sub .navBar-action, .template--search .common-top-banner .navBar.navBar--sub a, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active {
          width: 177px; } }
      @media screen and (max-width: 414px) {
        .template--search .common-top-banner .navBar.navBar--sub .navBar-action, .template--search .common-top-banner .navBar.navBar--sub a, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active {
          width: 160px;
          padding-left: 10px;
          padding-right: 10px; } }
      .template--search .common-top-banner .navBar.navBar--sub .navBar-action .toggleLink-text, .template--search .common-top-banner .navBar.navBar--sub a .toggleLink-text, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active .toggleLink-text {
        font-weight: 900; }
      .template--search .common-top-banner .navBar.navBar--sub .navBar-action:hover, .template--search .common-top-banner .navBar.navBar--sub a:hover, .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active:hover {
        color: #000000; }
    .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active {
      background-color: #b72c1f;
      color: white;
      border-color: #b72c1f; }
      .template--search .common-top-banner .navBar.navBar--sub .navBar-action-color--active:hover {
        color: #ffffff; }

.template--search .facetedSearch.sidebarBlock {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px; }

.template--search .panel--large {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .template--search .panel--large {
      margin-top: 0.69444vw; } }

.template--search .suggestion-title {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .template--search .suggestion-title {
      margin-bottom: 1.38889vw; } }

.category-description-block .container > :last-child {
  margin-bottom: 0px; }

@media screen and (max-width: 1023px) {
  .category-description-block .button.button--large, .category-description-block .modal--alert .button-container .button--large.confirm, .modal--alert .button-container .category-description-block .button--large.confirm, .category-description-block .button--large.coupon-code-add, .category-description-block .button--large.coupon-code-cancel, .category-description-block button.button--large.shipping-estimate-show, .category-description-block .button--large.gift-certificate-add, .category-description-block .button--large.gift-certificate-cancel {
    padding-left: 63px;
    padding-right: 63px; } }

.category-description-block {
  background-color: #b72c1f;
  color: white;
  padding: 60px 0; }
  @media screen and (min-width: 1280px) {
    .category-description-block {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .category-description-block {
      padding: 30px 10px; } }
  .category-description-block h1, .category-description-block h2, .category-description-block h3, .category-description-block h4, .category-description-block h5, .category-description-block h6 {
    color: white; }
  .category-description-block a {
    color: #fff; }
    .category-description-block a:hover {
      color: #000; }
  .category-description-block p {
    font-weight: 300;
    color: white;
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .category-description-block p {
        margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .category-description-block p {
        color: #ccc; } }
  .category-description-block ul, .category-description-block ol {
    margin-bottom: 15px;
    margin-left: 18px; }
    @media screen and (min-width: 1280px) {
      .category-description-block ul, .category-description-block ol {
        margin-bottom: 1.04167vw;
        margin-left: 1.25vw; } }
    .category-description-block ul li, .category-description-block ol li {
      line-height: 24px;
      font-weight: 300; }
      @media screen and (min-width: 1280px) {
        .category-description-block ul li, .category-description-block ol li {
          line-height: 1.66667vw; } }

.category-img-block {
  max-height: 280px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .category-img-block {
      max-height: 19.44444vw; } }
  .category-img-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .category-img-block img {
    height: 280px;
    width: 100%;
    object-fit: cover; }
    @media screen and (min-width: 1280px) {
      .category-img-block img {
        height: 19.44444vw; } }

.sub-category-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    .sub-category-block {
      padding-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .sub-category-block .sub-category-list {
      margin-bottom: 0;
      padding-bottom: 40px; } }

.sub-category-list {
  position: relative; }
  .sub-category-list:before {
    position: absolute;
    content: "";
    width: 144px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .sub-category-list:before {
        width: 10vw; } }
    @media screen and (max-width: 1279px) {
      .sub-category-list:before {
        width: 10%; } }
    @media screen and (max-width: 1023px) {
      .sub-category-list:before {
        display: none; } }
  .sub-category-list:after {
    position: absolute;
    content: "";
    width: 144px;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (min-width: 1280px) {
      .sub-category-list:after {
        width: 10vw; } }
    @media screen and (max-width: 1279px) {
      .sub-category-list:after {
        width: 10%; } }
    @media screen and (max-width: 1023px) {
      .sub-category-list:after {
        display: none; } }
  .sub-category-list .slick-next, .sub-category-list .slick-prev {
    height: 50px;
    top: 70px;
    background-color: black;
    border-color: black; }
    @media screen and (min-width: 1280px) {
      .sub-category-list .slick-next, .sub-category-list .slick-prev {
        height: 3.47222vw;
        top: 4.86111vw; } }
    .sub-category-list .slick-next svg, .sub-category-list .slick-prev svg {
      fill: white;
      width: 12px;
      height: 12px; }
      @media screen and (min-width: 1280px) {
        .sub-category-list .slick-next svg, .sub-category-list .slick-prev svg {
          width: 0.83333vw;
          height: 0.83333vw; } }
    .sub-category-list .slick-next:hover, .sub-category-list .slick-prev:hover {
      background-color: #b72c1f;
      border-color: #b72c1f; }
  .sub-category-list .slick-prev {
    left: 0; }
  .sub-category-list .slick-next {
    right: 0; }
  .sub-category-list.slick-initialized .slick-slide {
    opacity: 1; }

.sub-category-item {
  padding: 0 5px;
  opacity: 0; }
  @media screen and (min-width: 1280px) {
    .sub-category-item {
      padding: 0 0.34722vw; } }
  .sub-category-item .sub-category-img-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .sub-category-item .sub-category-img-block img {
      height: 140px;
      margin-bottom: 20px;
      object-fit: contain; }
      @media screen and (min-width: 1280px) {
        .sub-category-item .sub-category-img-block img {
          height: 9.72222vw;
          margin-bottom: 1.38889vw; } }
    .sub-category-item .sub-category-img-block span {
      font-family: "Industry Demi", sans-serif;
      font-weight: 600;
      letter-spacing: 0.06em;
      font-size: 14px;
      line-height: 17px;
      color: black;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .sub-category-item .sub-category-img-block span {
          font-size: 0.97222vw;
          line-height: 1.18056vw; } }
    .sub-category-item .sub-category-img-block:hover span {
      color: #b72c1f; }

.sidebarBlock-heading, .accordion-title {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock-heading, .accordion-title {
      font-size: 0.90278vw;
      line-height: 1.11111vw;
      margin-bottom: 1.11111vw; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock-heading, .accordion-title {
      line-height: 21px; } }

.navList {
  margin-bottom: 0px; }
  .navList + a {
    display: inline-block;
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .navList + a {
        margin-top: 0.69444vw; } }
    .navList + a .toggleLink-text {
      font-size: 12px;
      line-height: 18px;
      color: #b72c1f;
      text-decoration: underline; }
      @media screen and (min-width: 1280px) {
        .navList + a .toggleLink-text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
    .navList + a:hover .toggleLink-text {
      color: black; }

.navList-action {
  font-size: 14px;
  line-height: 22px;
  color: black;
  padding: 4px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (min-width: 1280px) {
    .navList-action {
      font-size: 0.97222vw;
      line-height: 1.52778vw;
      padding: 0.27778vw 0; } }
  .navList-action:hover {
    color: #b72c1f; }
  .navList-action span.product-count {
    color: #b72c1f; }

.navList-action--checkbox {
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 0px;
  color: #515151; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox {
      padding-left: 2.08333vw; } }
  .navList-action--checkbox:hover {
    color: #b72c1f; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 7px;
    margin-top: 0px; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox:before, .navList-action--checkbox:after {
        top: 0.48611vw; } }
    @media screen and (max-width: 1023px) {
      .navList-action--checkbox:before, .navList-action--checkbox:after {
        top: 6px; } }
  .navList-action--checkbox:before {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    background-color: #F1F1F1;
    border-color: #F1F1F1; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox:before {
        width: 1.11111vw;
        height: 1.11111vw; } }
  .navList-action--checkbox:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46967 0.469727L7.53033 1.53039L3 6.06072L0.469666 3.53039L1.53033 2.46973L3 3.9394L6.46967 0.469727Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 8px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #b72c1f;
    width: 16px;
    height: 16px; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox:after {
        width: 1.11111vw;
        height: 1.11111vw;
        background-size: 0.55556vw auto; } }
  .navList-action--checkbox .navList-action-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none !important; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox .navList-action-close {
        width: 1.38889vw;
        height: 1.38889vw;
        margin-top: -0.69444vw; } }
    .navList-action--checkbox .navList-action-close .icon {
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 1280px) {
        .navList-action--checkbox .navList-action-close .icon {
          width: 0.69444vw;
          height: 0.69444vw; } }

.accordion--navList .accordion-title {
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0px; }

.facetLabel {
  color: white;
  font-size: 11px;
  line-height: 18px;
  background-color: black;
  border-radius: 0px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .facetLabel {
      font-size: 0.76389vw;
      line-height: 1.25vw;
      padding: 0.41667vw 1.11111vw; } }
  .facetLabel .icon {
    width: 7px;
    height: 7px;
    margin-left: 6px;
    margin-top: 2px;
    fill: #888888; }
    @media screen and (min-width: 1280px) {
      .facetLabel .icon {
        width: 0.48611vw;
        height: 0.48611vw;
        margin-left: 0.41667vw;
        margin-top: 0.13889vw; } }
  .facetLabel:hover {
    background-color: #b72c1f;
    color: white; }
    .facetLabel:hover svg {
      fill: white; }

.inlineList--labels {
  margin-left: -10px; }
  @media screen and (min-width: 1280px) {
    .inlineList--labels {
      margin-left: -0.69444vw; } }
  .inlineList--labels > li {
    margin-left: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .inlineList--labels > li {
        margin-left: 0.69444vw;
        margin-bottom: 0.69444vw; } }
  .inlineList--labels + a {
    font-size: 12px;
    line-height: 18px;
    color: #b72c1f;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .inlineList--labels + a {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        margin-bottom: 0.69444vw; } }
    .inlineList--labels + a:hover {
      color: black; }

.sidebarBlock {
  padding: 0 40px 0 50px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock {
      padding: 0 2.77778vw 0 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .sidebarBlock {
      padding: 0 30px; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock {
      padding: 0 20px; } }
  .sidebarBlock.facetedSearch-refineFilters {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock.facetedSearch-refineFilters {
        padding-bottom: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.facetedSearch-refineFilters {
        display: block;
        padding-bottom: 10px; } }
    .sidebarBlock.facetedSearch-refineFilters p {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .sidebarBlock.facetedSearch-refineFilters p {
          margin-bottom: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.facetedSearch-refineFilters .sidebarBlock-heading {
        margin-bottom: 10px; } }
    .sidebarBlock.facetedSearch-refineFilters .inlineList--labels + a {
      display: none; }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    display: none; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList .accordion {
    border-width: 0;
    margin-bottom: 0; } }

.facetedSearch.sidebarBlock {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 25px;
  margin-top: 23px;
  border-top: 1px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    .facetedSearch.sidebarBlock {
      padding-top: 1.73611vw;
      margin-top: 1.59722vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch.sidebarBlock {
      margin-top: 20px;
      padding-top: 14px; } }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0px; }

.accordion--navList .accordion-navigation {
  margin-bottom: 0px !important;
  padding: 16px 40px 18px 50px;
  border-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-navigation {
      padding: 1.11111vw 2.77778vw 1.25vw 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .accordion--navList .accordion-navigation {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-navigation {
      padding: 13px 20px 15px 20px;
      border-top: none; } }
  .accordion--navList .accordion-navigation .accordion-indicator {
    fill: black;
    width: 10px;
    height: 10px; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-navigation .accordion-indicator {
        width: 0.69444vw;
        height: 0.69444vw; } }
  .accordion--navList .accordion-navigation:hover {
    background-color: #b72c1f; }
    .accordion--navList .accordion-navigation:hover .accordion-title {
      color: white; }
    .accordion--navList .accordion-navigation:hover .accordion-indicator {
      fill: white; }
  .accordion--navList .accordion-navigation .accordion-title + span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1px; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-navigation .accordion-title + span {
        margin-top: 0.06944vw; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-navigation .accordion-title {
      padding: 0;
      line-height: 21px; } }

.accordion--navList .facetedSearch-clearLink {
  display: none; }

.accordion--navList .accordion-block {
  border-bottom: 1px solid #dddddd;
  margin-top: 0px; }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block {
      border-bottom: none; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block:last-child .accordion-navigation {
      border-bottom-width: .5px; } }
  .accordion--navList .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-block:first-child .accordion-navigation {
        border-top-width: .5px; } }

.accordion--navList #facet-range-form {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList #facet-range-form {
      margin-top: 0.69444vw; } }
  .accordion--navList #facet-range-form .form-minMaxRow .form-field {
    width: 100%; }
    .accordion--navList #facet-range-form .form-minMaxRow .form-field + .form-field {
      margin-top: 10px; }
      @media screen and (min-width: 1280px) {
        .accordion--navList #facet-range-form .form-minMaxRow .form-field + .form-field {
          margin-top: 0.69444vw; } }

.accordion--navList .accordion-content {
  padding-left: 50px;
  padding-right: 40px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-content {
      padding-left: 3.47222vw;
      padding-right: 2.77778vw;
      padding-bottom: 1.38889vw; } }
  @media screen and (max-width: 1279px) {
    .accordion--navList .accordion-content {
      border-radius: 0 !important;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-content {
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: .5px solid #ddd; } }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 0px; }

.action-bar-wrap {
  margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .action-bar-wrap .custom-row {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0px; } }
  @media screen and (min-width: 1280px) {
    .action-bar-wrap {
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .action-bar-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid #DDDDDD; } }
  .action-bar-wrap .grid {
    width: 50%; }
    .action-bar-wrap .grid + .grid .actionBar-section {
      float: right; }
    @media screen and (max-width: 1023px) {
      .action-bar-wrap .grid {
        width: auto;
        max-width: calc(100% - 250px); } }
    @media screen and (max-width: 767px) {
      .action-bar-wrap .grid {
        max-width: calc(100% - 150px); } }
    @media screen and (max-width: 413px) {
      .action-bar-wrap .grid {
        max-width: calc(100% - 110px); } }
    .action-bar-wrap .grid:last-child .select2-container--default {
      min-width: 166px; }
      @media screen and (min-width: 1280px) {
        .action-bar-wrap .grid:last-child .select2-container--default {
          min-width: 11.52778vw; } }
      @media screen and (max-width: 413px) {
        .action-bar-wrap .grid:last-child .select2-container--default {
          min-width: 155px; } }
  .action-bar-wrap .actionBar {
    margin: 0px; }
    @media screen and (max-width: 1023px) {
      .action-bar-wrap .actionBar {
        padding: 0 10px; } }
    @media screen and (max-width: 413px) {
      .action-bar-wrap .actionBar {
        padding-right: 5px; } }
  .action-bar-wrap .actionBar-section .form-field {
    border: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap; }
    .action-bar-wrap .actionBar-section .form-field:before, .action-bar-wrap .actionBar-section .form-field:after {
      display: none; }
  .action-bar-wrap .actionBar-section .form-label {
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    font-weight: 600; }
    @media screen and (min-width: 1280px) {
      .action-bar-wrap .actionBar-section .form-label {
        font-size: 0.90278vw;
        line-height: 1.11111vw; } }
    @media screen and (max-width: 1023px) {
      .action-bar-wrap .actionBar-section .form-label {
        font-size: 12px;
        line-height: 14px;
        margin-right: 7px; } }
  .action-bar-wrap .actionBar-section .select2-container .select2-selection--single {
    letter-spacing: 0.06em;
    font-size: 13px;
    line-height: 16px;
    color: black;
    border: 0px;
    font-family: "Industry Demi", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .action-bar-wrap .actionBar-section .select2-container .select2-selection--single {
        font-size: 0.90278vw;
        line-height: 1.11111vw;
        padding-top: 0.69444vw;
        padding-bottom: 0.69444vw;
        padding-right: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .action-bar-wrap .actionBar-section .select2-container .select2-selection--single {
        font-size: 12px;
        line-height: 14px;
        padding-top: 18px;
        padding-bottom: 18px; } }
    .action-bar-wrap .actionBar-section .select2-container .select2-selection--single .select2-selection__rendered {
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) {
        .action-bar-wrap .actionBar-section .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 15px; } }
      @media (max-width: 375px) {
        .action-bar-wrap .actionBar-section .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 10px; } }
    .action-bar-wrap .actionBar-section .select2-container .select2-selection--single .select2-selection__arrow {
      width: 10px;
      right: 0px; }
      @media screen and (min-width: 1280px) {
        .action-bar-wrap .actionBar-section .select2-container .select2-selection--single .select2-selection__arrow {
          width: 0.69444vw; } }
  .action-bar-wrap .sidebar-toggle {
    padding: 18px 10px 16px;
    border-right: 1px solid #dddddd;
    width: auto;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: "Industry Demi", sans-serif;
    position: relative;
    font-weight: 600;
    min-width: 150px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .action-bar-wrap .sidebar-toggle {
        min-width: 250px; } }
    @media screen and (max-width: 767px) {
      .action-bar-wrap .sidebar-toggle {
        min-width: 150px; } }
    @media screen and (max-width: 413px) {
      .action-bar-wrap .sidebar-toggle {
        min-width: 110px; } }
    .action-bar-wrap .sidebar-toggle .icon {
      margin-right: 10px;
      width: 12px;
      height: 12px; }
      .action-bar-wrap .sidebar-toggle .icon svg {
        fill: black; }
    .action-bar-wrap .sidebar-toggle label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .action-bar-wrap .sidebar-toggle:hover, .action-bar-wrap .sidebar-toggle.open {
      color: #b72c1f; }
      .action-bar-wrap .sidebar-toggle:hover .icon svg, .action-bar-wrap .sidebar-toggle.open .icon svg {
        fill: #b72c1f; }
    .action-bar-wrap .sidebar-toggle.open::after {
      height: 1px;
      width: calc(100vw - 100%);
      content: "";
      position: absolute;
      background-color: #DDDDDD;
      right: 0;
      bottom: 0;
      transform: translateX(100%); }

.custom-category-description-block .title-block {
  background-color: #272727;
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .custom-category-description-block .title-block {
      padding: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    .custom-category-description-block .title-block {
      background-color: #F6F6F6;
      padding: 15px 0 20px; } }
  .custom-category-description-block .title-block .page-heading {
    margin-bottom: 0px;
    color: white; }
    @media screen and (max-width: 1023px) {
      .custom-category-description-block .title-block .page-heading {
        color: black; } }
    @media screen and (max-width: 1023px) {
      .custom-category-description-block .title-block .page-heading {
        font-size: 30px;
        line-height: 36px; } }
  .custom-category-description-block .title-block ol.breadcrumbs {
    margin-bottom: 60px; }
    @media screen and (min-width: 1280px) {
      .custom-category-description-block .title-block ol.breadcrumbs {
        margin-bottom: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .custom-category-description-block .title-block ol.breadcrumbs {
        margin-bottom: 20px; } }
    .custom-category-description-block .title-block ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='white'/%3E%3C/svg%3E%0A"); }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .title-block ol.breadcrumbs .breadcrumb:not(:first-child)::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23BBBBBB'/%3E%3C/svg%3E"); } }
    .custom-category-description-block .title-block ol.breadcrumbs a {
      color: white; }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .title-block ol.breadcrumbs a {
          color: #555555; } }
      .custom-category-description-block .title-block ol.breadcrumbs a:hover {
        color: #b72c1f; }
    .custom-category-description-block .title-block ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: white; }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .title-block ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
          color: #555555; } }

.custom-category-description-block .category-description-block {
  background-color: transparent;
  padding: 0px; }
  .custom-category-description-block .category-description-block .content-with-button {
    background-color: #272727;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 76px; }
    @media screen and (min-width: 1280px) {
      .custom-category-description-block .category-description-block .content-with-button {
        padding-bottom: 5.27778vw; } }
    @media screen and (max-width: 1023px) {
      .custom-category-description-block .category-description-block .content-with-button {
        padding-bottom: 50px;
        background-color: #F6F6F6; } }
    .custom-category-description-block .category-description-block .content-with-button .container {
      padding: 0 66px; }
      @media screen and (min-width: 1280px) {
        .custom-category-description-block .category-description-block .content-with-button .container {
          padding: 0 4.58333vw; } }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .category-description-block .content-with-button .container {
          padding: 0 30px; } }
    .custom-category-description-block .category-description-block .content-with-button p {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .custom-category-description-block .category-description-block .content-with-button p {
          margin-bottom: 2.08333vw;
          font-size: 1.11111vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .category-description-block .content-with-button p {
          color: #555555; } }
    @media screen and (max-width: 767px) {
      .custom-category-description-block .category-description-block .content-with-button .button, .custom-category-description-block .category-description-block .content-with-button .modal--alert .button-container .confirm, .modal--alert .button-container .custom-category-description-block .category-description-block .content-with-button .confirm, .custom-category-description-block .category-description-block .content-with-button .coupon-code-add, .custom-category-description-block .category-description-block .content-with-button .coupon-code-cancel, .custom-category-description-block .category-description-block .content-with-button button.shipping-estimate-show, .custom-category-description-block .category-description-block .content-with-button .gift-certificate-add, .custom-category-description-block .category-description-block .content-with-button .gift-certificate-cancel {
        padding-left: 63px;
        padding-right: 63px; } }
  .custom-category-description-block .category-description-block .video-block {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .custom-category-description-block .category-description-block .video-block {
        margin-top: 55px; } }
    .custom-category-description-block .category-description-block .video-block:before {
      height: 342px;
      background-color: #272727;
      position: absolute;
      content: "";
      width: 100%;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1280px) {
        .custom-category-description-block .category-description-block .video-block:before {
          height: 23.75vw; } }
      @media screen and (max-width: 1023px) {
        .custom-category-description-block .category-description-block .video-block:before {
          display: none; } }
    .custom-category-description-block .category-description-block .video-block a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative; }
      .custom-category-description-block .category-description-block .video-block a:before {
        width: 104px;
        height: 104px;
        position: absolute;
        content: "";
        border: 3px solid white;
        background-color: transparent;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10.9997L0 21.392V0.607422L18 10.9997ZM3 5.80357L3 16.1959L12 10.9997L3 5.80357Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A");
        background-size: 20px 18px;
        background-repeat: no-repeat;
        background-position: center center; }
        @media screen and (min-width: 1280px) {
          .custom-category-description-block .category-description-block .video-block a:before {
            width: 7.22222vw;
            height: 7.22222vw;
            background-size: 1.38889vw 1.25vw; } }
        @media screen and (max-width: 1023px) {
          .custom-category-description-block .category-description-block .video-block a:before {
            width: 61px;
            height: 61px;
            border-width: 2px;
            background-size: 11px 11px; } }
      .custom-category-description-block .category-description-block .video-block a:hover:before {
        background-color: white; }
    .custom-category-description-block .category-description-block .video-block img {
      max-height: 641px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 1280px) {
        .custom-category-description-block .category-description-block .video-block img {
          max-height: 44.51389vw; } }

.category-value-prop {
  padding-top: 90px; }
  @media screen and (min-width: 1280px) {
    .category-value-prop {
      padding-top: 6.25vw; } }
  @media screen and (max-width: 1023px) {
    .category-value-prop {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .category-value-prop {
      padding-top: 40px; } }
  .category-value-prop .btn-block {
    text-align: center; }
    .category-value-prop .btn-block .button, .category-value-prop .btn-block .modal--alert .button-container .confirm, .modal--alert .button-container .category-value-prop .btn-block .confirm, .category-value-prop .btn-block .coupon-code-add, .category-value-prop .btn-block .coupon-code-cancel, .category-value-prop .btn-block button.shipping-estimate-show, .category-value-prop .btn-block .gift-certificate-add, .category-value-prop .btn-block .gift-certificate-cancel {
      padding: 14px 38px; }
      @media screen and (min-width: 1280px) {
        .category-value-prop .btn-block .button, .category-value-prop .btn-block .modal--alert .button-container .confirm, .modal--alert .button-container .category-value-prop .btn-block .confirm, .category-value-prop .btn-block .coupon-code-add, .category-value-prop .btn-block .coupon-code-cancel, .category-value-prop .btn-block button.shipping-estimate-show, .category-value-prop .btn-block .gift-certificate-add, .category-value-prop .btn-block .gift-certificate-cancel {
          padding: 0.97222vw 2.63889vw; } }
  .category-value-prop .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 1280px) {
      .category-value-prop .custom-row {
        padding: 0 0.97222vw; } }
    @media screen and (max-width: 767px) {
      .category-value-prop .custom-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .category-value-prop .custom-row .grid {
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        .category-value-prop .custom-row .grid {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .category-value-prop .custom-row .grid:nth-child(2) .category-value-prop-item .text-block p br {
          display: none; } }
  .category-value-prop .category-value-prop-item {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .category-value-prop .category-value-prop-item {
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 767px) {
      .category-value-prop .category-value-prop-item {
        margin-bottom: 40px; } }
    .category-value-prop .category-value-prop-item img {
      max-height: 63px; }
      @media screen and (min-width: 1280px) {
        .category-value-prop .category-value-prop-item img {
          max-height: 4.375vw; } }
    .category-value-prop .category-value-prop-item .text-block {
      padding-top: 30px; }
      @media screen and (min-width: 1280px) {
        .category-value-prop .category-value-prop-item .text-block {
          padding-top: 2.08333vw; } }
      .category-value-prop .category-value-prop-item .text-block h5 {
        letter-spacing: 0.06em;
        line-height: 22px;
        margin-bottom: 15px; }
        @media screen and (min-width: 1280px) {
          .category-value-prop .category-value-prop-item .text-block h5 {
            line-height: 1.52778vw;
            margin-bottom: 1.04167vw; } }
      .category-value-prop .category-value-prop-item .text-block p {
        color: #555555;
        font-weight: 300;
        margin-bottom: 0px; }

.category-explore-features {
  margin-top: 70px;
  background-color: black;
  padding: 70px 0; }
  @media screen and (min-width: 1280px) {
    .category-explore-features {
      margin-top: 4.86111vw;
      padding: 4.86111vw 0; } }
  @media screen and (max-width: 1023px) {
    .category-explore-features {
      margin-top: 40px;
      padding-top: 118px;
      padding-bottom: 40px; } }
  .category-explore-features .container {
    width: 1140px;
    padding: 0;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .category-explore-features .container {
        width: 79.16667vw; } }
    @media screen and (max-width: 1023px) {
      .category-explore-features .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .category-explore-features .container {
        padding-left: 20px;
        padding-right: 20px; } }
  .category-explore-features .heading-block {
    margin-bottom: 12px; }
    @media screen and (min-width: 1280px) {
      .category-explore-features .heading-block {
        margin-bottom: 0.83333vw; } }
    .category-explore-features .heading-block h3 {
      color: white;
      line-height: 38px;
      margin-bottom: 15px;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 1280px) {
        .category-explore-features .heading-block h3 {
          line-height: 2.63889vw;
          margin-bottom: 1.04167vw; } }
      @media screen and (max-width: 1023px) {
        .category-explore-features .heading-block h3 {
          font-size: 24px;
          line-height: 29px;
          text-transform: uppercase;
          letter-spacing: 0.06em;
          margin-bottom: 14px; } }
    .category-explore-features .heading-block p {
      margin-bottom: 0px; }
  .category-explore-features .explore-features-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .category-explore-features .explore-features-block {
        margin-bottom: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .category-explore-features .explore-features-block {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 48px; } }
    @media screen and (max-width: 1023px) {
      .category-explore-features .explore-features-block .slick-dots {
        margin-bottom: 0px;
        margin-left: 0px; } }
    .category-explore-features .explore-features-block .slick-dots li button {
      background-color: #555555; }
      .category-explore-features .explore-features-block .slick-dots li button:hover {
        background-color: #b72c1f; }
    .category-explore-features .explore-features-block .slick-dots li.slick-active button {
      background-color: #b72c1f; }
    .category-explore-features .explore-features-block .left-block, .category-explore-features .explore-features-block .right-block {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .category-explore-features .explore-features-block .left-block, .category-explore-features .explore-features-block .right-block {
          margin-top: 50px; } }
      @media screen and (max-width: 767px) {
        .category-explore-features .explore-features-block .left-block, .category-explore-features .explore-features-block .right-block {
          width: 100%; } }
      @media screen and (max-width: 666px) {
        .category-explore-features .explore-features-block .left-block, .category-explore-features .explore-features-block .right-block {
          width: 100%; } }
    .category-explore-features .explore-features-block .img-block img {
      max-height: 534px; }
      @media screen and (min-width: 1024px) {
        .category-explore-features .explore-features-block .img-block img {
          max-height: 37.08333vw; } }
      @media screen and (max-width: 1023px) {
        .category-explore-features .explore-features-block .img-block img {
          max-height: none; } }
    .category-explore-features .explore-features-block .tooltip {
      width: 26px;
      height: 26px;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      border-radius: 50%;
      position: absolute;
      cursor: pointer;
      display: block;
      transition: all 0.3s linear;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1280px) {
        .category-explore-features .explore-features-block .tooltip {
          width: 1.80556vw;
          height: 1.80556vw; } }
      @media screen and (max-width: 1023px) {
        .category-explore-features .explore-features-block .tooltip {
          width: 9vw;
          height: 9vw; } }
      .category-explore-features .explore-features-block .tooltip:before {
        width: 150px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s linear;
        cursor: pointer; }
        @media screen and (min-width: 1280px) {
          .category-explore-features .explore-features-block .tooltip:before {
            width: 0.69444vw;
            height: 0.69444vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip:before {
            width: 8vw;
            height: 8vw; }
            .category-explore-features .explore-features-block .tooltip:before:hover, .category-explore-features .explore-features-block .tooltip:before:focus, .category-explore-features .explore-features-block .tooltip:before:active {
              background-color: white; }
              .category-explore-features .explore-features-block .tooltip:before:hover:before, .category-explore-features .explore-features-block .tooltip:before:focus:before, .category-explore-features .explore-features-block .tooltip:before:active:before {
                background-color: #b72c1f; }
              .category-explore-features .explore-features-block .tooltip:before:hover .tooltip-text, .category-explore-features .explore-features-block .tooltip:before:focus .tooltip-text, .category-explore-features .explore-features-block .tooltip:before:active .tooltip-text {
                opacity: 1;
                visibility: visible; } }
      .category-explore-features .explore-features-block .tooltip .tooltip-text {
        width: 260px;
        background: rgba(34, 34, 34, 0.95);
        backdrop-filter: blur(10px);
        padding: 20px;
        top: auto;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 15px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip .tooltip-text {
            width: 18.05556vw;
            padding: 1.38889vw;
            margin-bottom: 1.04167vw; } }
        @media screen and (max-width: 767px) {
          .category-explore-features .explore-features-block .tooltip .tooltip-text {
            width: 300px; } }
        .category-explore-features .explore-features-block .tooltip .tooltip-text h5 {
          margin-bottom: 8px;
          line-height: 22px;
          color: white; }
          @media screen and (min-width: 1024px) {
            .category-explore-features .explore-features-block .tooltip .tooltip-text h5 {
              margin-bottom: 0.55556vw;
              line-height: 1.52778vw; } }
        .category-explore-features .explore-features-block .tooltip .tooltip-text p {
          margin-bottom: 0px;
          font-size: 14px;
          line-height: 21px; }
          @media screen and (min-width: 1024px) {
            .category-explore-features .explore-features-block .tooltip .tooltip-text p {
              font-size: 0.97222vw;
              line-height: 1.45833vw; } }
        .category-explore-features .explore-features-block .tooltip .tooltip-text:before {
          position: absolute;
          content: "";
          bottom: -5px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: rgba(34, 34, 34, 0.95) transparent transparent transparent; }
          @media screen and (min-width: 1024px) {
            .category-explore-features .explore-features-block .tooltip .tooltip-text:before {
              border-width: 0.34722vw 0.34722vw 0 0.34722vw;
              bottom: -0.34722vw; } }
      .category-explore-features .explore-features-block .tooltip:hover, .category-explore-features .explore-features-block .tooltip:focus {
        background-color: white; }
        .category-explore-features .explore-features-block .tooltip:hover:before, .category-explore-features .explore-features-block .tooltip:focus:before {
          background-color: #b72c1f; }
        .category-explore-features .explore-features-block .tooltip:hover .tooltip-text, .category-explore-features .explore-features-block .tooltip:focus .tooltip-text {
          opacity: 1;
          visibility: visible; }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-1 {
        top: 220px;
        right: 150px;
        left: auto; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-1 {
            top: 15.27778vw;
            right: 10.41667vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-1 {
            top: 41.1%;
            right: 26.5%; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-1 .tooltip-text {
            left: -13px; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-1 .tooltip-text:before {
            left: 61%; } }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-2 {
        top: 225px;
        left: 230px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-2 {
            top: 15.625vw;
            left: 15.97222vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-2 {
            top: 41.5%;
            left: 40.3%; } }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-3 {
        top: 260px;
        left: 230px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-3 {
            top: 18.05556vw;
            left: 15.97222vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-3 {
            top: 48.5%;
            left: 40.3%; } }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-4 {
        top: 340px;
        left: 175px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-4 {
            top: 23.61111vw;
            left: 12.15278vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-4 {
            top: 64%;
            left: 31.2%; } }
        @media screen and (max-width: 767px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-4 .tooltip-text {
            left: 50px; } }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-5 {
        top: 435px;
        left: 250px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-5 {
            top: 30.20833vw;
            left: 17.36111vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-5 {
            top: 81.7%;
            left: 44.7%;
            z-index: 1; } }
      .category-explore-features .explore-features-block .tooltip.left-tooltip-6 {
        left: auto;
        right: 125px;
        top: 390px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-6 {
            right: 8.68056vw;
            top: 27.08333vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-6 {
            right: 22.2%;
            top: 72.5%; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-6 .tooltip-text {
            left: -30px; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.left-tooltip-6 .tooltip-text:before {
            left: 68%; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-1 {
        top: 160px;
        left: 155px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-1 {
            top: 11.11111vw;
            left: 10.76389vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-1 {
            top: 30.2%;
            left: 27.7%; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-1 .tooltip-text {
            left: 30px; } }
        @media screen and (max-width: 767px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-1 .tooltip-text {
            left: 50px; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-2 {
        top: 190px;
        left: 300px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-2 {
            top: 13.19444vw;
            left: 20.83333vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-2 {
            top: 36%;
            left: 53%; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-3 {
        left: auto;
        right: 190px;
        top: 345px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-3 {
            right: 13.19444vw;
            top: 23.95833vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-3 {
            right: 33.5%;
            top: 65%; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-4 {
        top: 420px;
        left: auto;
        right: 250px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-4 {
            top: 29.16667vw;
            right: 17.36111vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-4 {
            top: 78.6%;
            right: 44.4%; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-5 {
        top: auto;
        left: 200px;
        bottom: 25px;
        z-index: 1; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-5 {
            left: 13.88889vw;
            bottom: 1.73611vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-5 {
            left: 35%;
            bottom: 4.3%; } }
        @media screen and (max-width: 767px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-5 .tooltip-text {
            left: 20px; } }
      .category-explore-features .explore-features-block .tooltip.right-tooltip-6 {
        top: auto;
        left: 130px;
        bottom: 40px; }
        @media screen and (min-width: 1024px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-6 {
            left: 9.02778vw;
            bottom: 2.77778vw; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-6 {
            left: 22.3%;
            bottom: 7.4%; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-6 .tooltip-text {
            left: 50px; } }
        @media screen and (max-width: 767px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-6 .tooltip-text {
            left: 70px; } }
        @media screen and (max-width: 1023px) {
          .category-explore-features .explore-features-block .tooltip.right-tooltip-6 .tooltip-text::before {
            left: calc(50% - 40px); } }
  .category-explore-features .explore-content {
    padding: 0 160px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .category-explore-features .explore-content {
        padding: 0 11.11111vw; } }
    @media screen and (max-width: 1023px) {
      .category-explore-features .explore-content {
        padding: 0 10px; } }
    .category-explore-features .explore-content p {
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .category-explore-features .explore-content p {
          margin-bottom: 2.08333vw; } }
    .category-explore-features .explore-content .button, .category-explore-features .explore-content .modal--alert .button-container .confirm, .modal--alert .button-container .category-explore-features .explore-content .confirm, .category-explore-features .explore-content .coupon-code-add, .category-explore-features .explore-content .coupon-code-cancel, .category-explore-features .explore-content button.shipping-estimate-show, .category-explore-features .explore-content .gift-certificate-add, .category-explore-features .explore-content .gift-certificate-cancel {
      padding: 14px 38px; }
      @media screen and (min-width: 1280px) {
        .category-explore-features .explore-content .button, .category-explore-features .explore-content .modal--alert .button-container .confirm, .modal--alert .button-container .category-explore-features .explore-content .confirm, .category-explore-features .explore-content .coupon-code-add, .category-explore-features .explore-content .coupon-code-cancel, .category-explore-features .explore-content button.shipping-estimate-show, .category-explore-features .explore-content .gift-certificate-add, .category-explore-features .explore-content .gift-certificate-cancel {
          padding: 0.97222vw 2.63889vw; } }

.category-custom-review {
  background-color: #F6F6F6;
  padding: 70px 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .category-custom-review {
      padding: 4.86111vw 0;
      margin-bottom: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .category-custom-review {
      padding: 40px 0; } }
  .category-custom-review p {
    color: #555555;
    margin-bottom: 35px;
    font-weight: 400; }
    @media screen and (min-width: 1280px) {
      .category-custom-review p {
        margin-bottom: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .category-custom-review p {
        margin-bottom: 30px; } }
    .category-custom-review p:last-child {
      margin-bottom: 0px; }
  .category-custom-review h5 {
    margin-bottom: 14px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    letter-spacing: 0; }
    @media screen and (min-width: 1280px) {
      .category-custom-review h5 {
        margin-bottom: 0.97222vw; } }
    @media screen and (max-width: 1023px) {
      .category-custom-review h5 {
        max-width: 278px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  .category-custom-review .review-item {
    text-align: center; }
    .category-custom-review .review-item .rating {
      display: block;
      margin: 0 auto;
      margin-bottom: 14px;
      background-size: 100% auto;
      width: 84px;
      height: 12px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 1280px) {
        .category-custom-review .review-item .rating {
          margin-bottom: 0.97222vw;
          width: 5.83333vw;
          height: 0.83333vw; } }
      .category-custom-review .review-item .rating.star-5 {
        background-image: url("data:image/svg+xml,%3Csvg width='84' height='12' viewBox='0 0 84 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3Cpath d='M24 0L25.4107 4.05836L29.7063 4.1459L26.2825 6.74164L27.5267 10.8541L24 8.4L20.4733 10.8541L21.7175 6.74164L18.2937 4.1459L22.5893 4.05836L24 0Z' fill='%23B72C1F'/%3E%3Cpath d='M42 0L43.4107 4.05836L47.7063 4.1459L44.2825 6.74164L45.5267 10.8541L42 8.4L38.4733 10.8541L39.7175 6.74164L36.2937 4.1459L40.5893 4.05836L42 0Z' fill='%23B72C1F'/%3E%3Cpath d='M60 0L61.4107 4.05836L65.7063 4.1459L62.2825 6.74164L63.5267 10.8541L60 8.4L56.4733 10.8541L57.7175 6.74164L54.2937 4.1459L58.5893 4.05836L60 0Z' fill='%23B72C1F'/%3E%3Cpath d='M78 0L79.4107 4.05836L83.7063 4.1459L80.2825 6.74164L81.5267 10.8541L78 8.4L74.4733 10.8541L75.7175 6.74164L72.2937 4.1459L76.5893 4.05836L78 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A"); }
      .category-custom-review .review-item .rating.star-4 {
        background-image: url("data:image/svg+xml,%3Csvg width='84' height='12' viewBox='0 0 84 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3Cpath d='M24 0L25.4107 4.05836L29.7063 4.1459L26.2825 6.74164L27.5267 10.8541L24 8.4L20.4733 10.8541L21.7175 6.74164L18.2937 4.1459L22.5893 4.05836L24 0Z' fill='%23B72C1F'/%3E%3Cpath d='M42 0L43.4107 4.05836L47.7063 4.1459L44.2825 6.74164L45.5267 10.8541L42 8.4L38.4733 10.8541L39.7175 6.74164L36.2937 4.1459L40.5893 4.05836L42 0Z' fill='%23B72C1F'/%3E%3Cpath d='M60 0L61.4107 4.05836L65.7063 4.1459L62.2825 6.74164L63.5267 10.8541L60 8.4L56.4733 10.8541L57.7175 6.74164L54.2937 4.1459L58.5893 4.05836L60 0Z' fill='%23B72C1F'/%3E%3Cpath d='M78 0L79.4107 4.05836L83.7063 4.1459L80.2825 6.74164L81.5267 10.8541L78 8.4L74.4733 10.8541L75.7175 6.74164L72.2937 4.1459L76.5893 4.05836L78 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A"); }
      .category-custom-review .review-item .rating.star-3 {
        background-image: url("data:image/svg+xml,%3Csvg width='84' height='12' viewBox='0 0 84 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3Cpath d='M24 0L25.4107 4.05836L29.7063 4.1459L26.2825 6.74164L27.5267 10.8541L24 8.4L20.4733 10.8541L21.7175 6.74164L18.2937 4.1459L22.5893 4.05836L24 0Z' fill='%23B72C1F'/%3E%3Cpath d='M42 0L43.4107 4.05836L47.7063 4.1459L44.2825 6.74164L45.5267 10.8541L42 8.4L38.4733 10.8541L39.7175 6.74164L36.2937 4.1459L40.5893 4.05836L42 0Z' fill='%23B72C1F'/%3E%3Cpath d='M60 0L61.4107 4.05836L65.7063 4.1459L62.2825 6.74164L63.5267 10.8541L60 8.4L56.4733 10.8541L57.7175 6.74164L54.2937 4.1459L58.5893 4.05836L60 0Z' fill='%23DDDDDD'/%3E%3Cpath d='M78 0L79.4107 4.05836L83.7063 4.1459L80.2825 6.74164L81.5267 10.8541L78 8.4L74.4733 10.8541L75.7175 6.74164L72.2937 4.1459L76.5893 4.05836L78 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A"); }
      .category-custom-review .review-item .rating.star-2 {
        background-image: url("data:image/svg+xml,%3Csvg width='84' height='12' viewBox='0 0 84 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3Cpath d='M24 0L25.4107 4.05836L29.7063 4.1459L26.2825 6.74164L27.5267 10.8541L24 8.4L20.4733 10.8541L21.7175 6.74164L18.2937 4.1459L22.5893 4.05836L24 0Z' fill='%23B72C1F'/%3E%3Cpath d='M42 0L43.4107 4.05836L47.7063 4.1459L44.2825 6.74164L45.5267 10.8541L42 8.4L38.4733 10.8541L39.7175 6.74164L36.2937 4.1459L40.5893 4.05836L42 0Z' fill='%23dddddd'/%3E%3Cpath d='M60 0L61.4107 4.05836L65.7063 4.1459L62.2825 6.74164L63.5267 10.8541L60 8.4L56.4733 10.8541L57.7175 6.74164L54.2937 4.1459L58.5893 4.05836L60 0Z' fill='%23DDDDDD'/%3E%3Cpath d='M78 0L79.4107 4.05836L83.7063 4.1459L80.2825 6.74164L81.5267 10.8541L78 8.4L74.4733 10.8541L75.7175 6.74164L72.2937 4.1459L76.5893 4.05836L78 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A"); }
      .category-custom-review .review-item .rating.star-1 {
        background-image: url("data:image/svg+xml,%3Csvg width='84' height='12' viewBox='0 0 84 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3Cpath d='M24 0L25.4107 4.05836L29.7063 4.1459L26.2825 6.74164L27.5267 10.8541L24 8.4L20.4733 10.8541L21.7175 6.74164L18.2937 4.1459L22.5893 4.05836L24 0Z' fill='%23dddddd'/%3E%3Cpath d='M42 0L43.4107 4.05836L47.7063 4.1459L44.2825 6.74164L45.5267 10.8541L42 8.4L38.4733 10.8541L39.7175 6.74164L36.2937 4.1459L40.5893 4.05836L42 0Z' fill='%23dddddd'/%3E%3Cpath d='M60 0L61.4107 4.05836L65.7063 4.1459L62.2825 6.74164L63.5267 10.8541L60 8.4L56.4733 10.8541L57.7175 6.74164L54.2937 4.1459L58.5893 4.05836L60 0Z' fill='%23DDDDDD'/%3E%3Cpath d='M78 0L79.4107 4.05836L83.7063 4.1459L80.2825 6.74164L81.5267 10.8541L78 8.4L74.4733 10.8541L75.7175 6.74164L72.2937 4.1459L76.5893 4.05836L78 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A"); }
    .category-custom-review .review-item .buyer-name {
      line-height: 16px; }
      @media screen and (min-width: 1280px) {
        .category-custom-review .review-item .buyer-name {
          line-height: 1.11111vw; } }
      .category-custom-review .review-item .buyer-name strong {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #dddddd; }
        @media screen and (min-width: 1280px) {
          .category-custom-review .review-item .buyer-name strong {
            margin-right: 1.04167vw;
            padding-right: 1.04167vw; } }
  .category-custom-review .review-block {
    max-width: 696px;
    margin: 0 auto; }
    @media screen and (min-width: 1280px) {
      .category-custom-review .review-block {
        max-width: 48.33333vw; } }
    @media screen and (max-width: 767px) {
      .category-custom-review .review-block {
        padding-left: 10px;
        padding-right: 10px; } }

.facetedSearch-optionColumns {
  column-count: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  column-gap: inherit;
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-optionColumns {
      margin: 0 -0.69444vw; } }
  .facetedSearch-optionColumns:before, .facetedSearch-optionColumns:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .facetedSearch-optionColumns {
      max-height: 250px;
      overflow-y: auto; } }
  .facetedSearch-optionColumns .navList-item {
    width: 33.33%;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .facetedSearch-optionColumns .navList-item {
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .facetedSearch-optionColumns .navList-item {
        width: 50%; } }

.modal--alert {
  border-radius: 0px; }

@media screen and (min-width: 1024px) {
  .sub-category-list-no-slider .slick-track {
    margin-left: 0; } }

.template--brands .page {
  margin-left: 0;
  margin-right: 0; }

.template--brands ol.breadcrumbs {
  display: block; }

.brandGrid {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 1280px) {
    .brandGrid {
      margin-left: -1.04167vw;
      margin-right: -1.04167vw; } }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 15px; } }
  .brandGrid .brand {
    font-size: 14px;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1280px) {
      .brandGrid .brand {
        padding-left: 1.04167vw;
        padding-right: 1.04167vw; } }
    @media screen and (max-width: 1279px) {
      .brandGrid .brand {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        padding-left: 5px;
        padding-right: 5px; } }
    @media screen and (max-width: 666px) {
      .brandGrid .brand {
        width: 50%; } }

.brand .card:hover .card-figure {
  border-color: black; }

.brand .card:hover .card-title a {
  color: #b72c1f; }

.brand .card-figure {
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0px;
  border-bottom-color: black; }
  .brand .card-figure .card-figure__link {
    padding: 42px; }
    @media screen and (min-width: 1280px) {
      .brand .card-figure .card-figure__link {
        padding: 2.91667vw; } }
    @media screen and (max-width: 767px) {
      .brand .card-figure .card-figure__link {
        padding: 20px; } }

.brand .card-img-container {
  max-width: 160px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .brand .card-img-container {
      max-width: 11.11111vw; } }

.template--product .body {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .template--product .body {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 767px) {
    .template--product .body {
      margin-bottom: 40px; } }

.productView {
  margin: 0px;
  padding-top: 0px; }
  .productView:before, .productView:after {
    display: none;
    margin: 0px; }

.productView-wrap {
  clear: both;
  padding-top: 20px;
  margin: 0 -30px; }
  @media screen and (min-width: 1280px) {
    .productView-wrap {
      padding-top: 1.38889vw;
      margin: 0 -2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .productView-wrap {
      margin: 0 -20px; } }
  @media screen and (max-width: 1023px) {
    .productView-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0px; } }
  .productView-wrap::before, .productView-wrap:after {
    content: " ";
    display: table;
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .productView-wrap::before, .productView-wrap:after {
        display: none; } }

.productView-img-container {
  max-width: 440px;
  padding: 80px 0; }
  @media screen and (min-width: 1280px) {
    .productView-img-container {
      max-width: 30.55556vw;
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1279px) {
    .productView-img-container {
      padding: 40px 0; } }
  @media screen and (max-width: 1023px) {
    .productView-img-container {
      padding: 0px;
      max-width: 56.098vw; } }
  @media screen and (max-width: 767px) {
    .productView-img-container {
      max-width: 50.366vw; } }
  .productView-img-container:after {
    display: none; }
  .productView-img-container.slick-dotted.slick-slider {
    margin-bottom: 0px; }
    @media screen and (max-width: 1023px) {
      .productView-img-container.slick-dotted.slick-slider {
        margin: 0px;
        margin-bottom: 60px; } }
  .productView-img-container .slick-dots {
    display: none !important; }
    @media screen and (max-width: 1023px) {
      .productView-img-container .slick-dots {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
        position: absolute;
        bottom: -60px; } }
  .productView-img-container .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .productView-img-container .slick-track {
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    .productView-img-container .slick-track:before, .productView-img-container .slick-track:after {
      display: none; }
    .productView-img-container .slick-track .slick-slide {
      float: none;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0; }
      .productView-img-container .slick-track .slick-slide iframe {
        width: 100%;
        height: 440px; }
        @media screen and (min-width: 1280px) {
          .productView-img-container .slick-track .slick-slide iframe {
            height: 30.55556vw; } }
        @media screen and (max-width: 1023px) {
          .productView-img-container .slick-track .slick-slide iframe {
            height: 56.098vw;
            width: 56.098vw;
            margin: 0 auto; } }
        @media screen and (max-width: 767px) {
          .productView-img-container .slick-track .slick-slide iframe {
            height: 85.266vw;
            width: 100%; } }
      .productView-img-container .slick-track .slick-slide img {
        position: inherit;
        padding: 0;
        max-width: 440px; }
        @media screen and (min-width: 1280px) {
          .productView-img-container .slick-track .slick-slide img {
            max-width: 30.55556vw; } }
        @media screen and (max-width: 1023px) {
          .productView-img-container .slick-track .slick-slide img {
            max-width: 56.098vw; } }
        @media screen and (max-width: 767px) {
          .productView-img-container .slick-track .slick-slide img {
            max-width: 85.266vw; } }
  .productView-img-container .video-btn {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1280px) {
      .productView-img-container .video-btn {
        width: 4.16667vw;
        height: 4.16667vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container .video-btn {
        width: 50px;
        height: 50px; } }
    .productView-img-container .video-btn svg {
      width: 20px;
      height: 20px;
      fill: #b72c1f; }
      @media screen and (min-width: 1280px) {
        .productView-img-container .video-btn svg {
          width: 1.38889vw;
          height: 1.38889vw; } }

.template--product nav[aria-label="Breadcrumb"] {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .template--product nav[aria-label="Breadcrumb"] {
      margin-top: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .template--product nav[aria-label="Breadcrumb"] {
      margin-top: 15px; } }
  .template--product nav[aria-label="Breadcrumb"] .breadcrumbs {
    text-align: left;
    margin-bottom: 0px; }
    .template--product nav[aria-label="Breadcrumb"] .breadcrumbs a {
      color: #555555; }
    .template--product nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: #555555; }

.productView-details, .productView-images {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 1280px) {
    .productView-details, .productView-images {
      padding-left: 2.08333vw;
      padding-right: 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .productView-details, .productView-images {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1023px) {
    .productView-details, .productView-images {
      padding: 0px; } }

.productView-images {
  width: 61.7%; }
  @media screen and (max-width: 1279px) {
    .productView-images {
      width: 55%; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      order: 0; } }
  .productView-images .productView-image {
    pointer-events: all;
    overflow: hidden; }

.productView-details {
  width: 38.3%; }
  @media screen and (max-width: 1279px) {
    .productView-details {
      width: 45%; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      width: 100%;
      order: 1; } }
  .productView-details.product-data {
    padding-bottom: 0px; }
    @media screen and (max-width: 1023px) {
      .productView-details.product-data {
        order: 1; } }

.productView-thumbnails {
  width: 530px;
  margin: 0 auto;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnails {
      width: 36.80556vw;
      margin-top: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .productView-thumbnails {
      display: none; } }
  .productView-thumbnails .slick-list {
    margin-left: 40px;
    margin-right: 40px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-list {
        margin-left: 2.77778vw;
        margin-right: 2.77778vw; } }
  .productView-thumbnails img {
    width: 80px;
    height: 80px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails img {
        width: 5.55556vw;
        height: 5.55556vw; } }
  .productView-thumbnails .slick-prev {
    left: -14px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-prev {
        left: -0.97222vw; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .slick-prev {
        left: 0; } }
  .productView-thumbnails .slick-next {
    right: -14px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-next {
        right: -0.97222vw; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails .slick-next {
        right: 0; } }
  .productView-thumbnails .video-btn {
    width: 34px;
    height: 34px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .video-btn {
        width: 2.36111vw;
        height: 2.36111vw; } }
    .productView-thumbnails .video-btn svg {
      width: 10px;
      height: 10px;
      fill: #b72c1f; }
      @media screen and (min-width: 1280px) {
        .productView-thumbnails .video-btn svg {
          width: 0.69444vw;
          height: 0.69444vw; } }

.productView-thumbnail {
  padding: 0px;
  padding-bottom: 2px; }
  .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
    border-color: #b72c1f; }

.productView-thumbnail-link {
  max-width: 100px;
  height: 100px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link {
      max-width: 6.94444vw;
      height: 6.94444vw; } }
  .productView-thumbnail-link:hover {
    border-color: #b72c1f; }
    .productView-thumbnail-link:hover .video-btn {
      background-color: #b72c1f; }
      .productView-thumbnail-link:hover .video-btn svg {
        fill: white; }
  .productView-thumbnail-link.video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.zoom-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #dddddd;
  padding: 9px 19px 10px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.06em;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .zoom-btn {
      font-size: 0.69444vw;
      line-height: 0.90278vw;
      padding: 0.625vw 1.31944vw 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .zoom-btn {
      display: none; } }
  .zoom-btn:hover {
    border: 1px solid #b72c1f; }

.productView-title {
  font-size: 24px;
  line-height: 29px;
  font-family: "Industry", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: -8px; }
  @media screen and (min-width: 1280px) {
    .productView-title {
      font-size: 1.66667vw;
      line-height: 2.01389vw;
      margin-bottom: 1.04167vw;
      margin-top: -0.55556vw; } }
  @media screen and (max-width: 1023px) {
    .productView-title {
      font-size: 22px;
      line-height: 27px; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 18px;
      line-height: 21px;
      margin-top: 0px; } }

.product-price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    .product-price-block {
      padding-bottom: 1.38889vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .product-price-block {
      padding-bottom: 14px;
      display: block; } }
  .product-price-block .left-block {
    width: calc(100% - 180px); }
    @media screen and (min-width: 1280px) {
      .product-price-block .left-block {
        width: calc(100% - 12.5vw); } }
    @media screen and (max-width: 767px) {
      .product-price-block .left-block {
        width: 100%; } }
  .product-price-block .right-block {
    width: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (min-width: 1280px) {
      .product-price-block .right-block {
        width: 12.5vw; } }
    @media screen and (max-width: 767px) {
      .product-price-block .right-block {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .product-price-block .right-block .yotpo {
        margin-top: 5px; } }

.productView-price {
  font-size: 18px;
  line-height: 22px;
  font-family: "Industry Demi", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -5px; }
  @media screen and (min-width: 1280px) {
    .productView-price {
      font-size: 1.25vw;
      line-height: 1.52778vw;
      margin: 0 -0.34722vw; } }
  .productView-price .price {
    color: #999999; }
  .productView-price .price--withoutTax {
    color: #b72c1f; }
  .productView-price .price-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 5px;
    flex-basis: 100%; }
    @media screen and (min-width: 1280px) {
      .productView-price .price-section {
        padding: 0 0.34722vw; } }
    .productView-price .price-section span {
      display: none; }
      .productView-price .price-section span.price--rrp, .productView-price .price-section span.price--non-sale, .productView-price .price-section span.price--withoutTax, .productView-price .price-section span.price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
  .productView-price .price-section--saving {
    width: 100%; }
    .productView-price .price-section--saving .price {
      color: black; }
    .productView-price .price-section--saving .price--saving {
      margin-left: 4px; }
      @media screen and (min-width: 1280px) {
        .productView-price .price-section--saving .price--saving {
          margin-left: 0.27778vw; } }

.productView-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: none; }
  .productView-rating span[role="img"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .productView-rating span[role="img"] .icon {
      width: 12px;
      height: 12px; }
      @media screen and (min-width: 1280px) {
        .productView-rating span[role="img"] .icon {
          width: 0.83333vw;
          height: 0.83333vw; } }
      .productView-rating span[role="img"] .icon + .icon {
        margin-left: 3px; }
        @media screen and (min-width: 1280px) {
          .productView-rating span[role="img"] .icon + .icon {
            margin-left: 0.20833vw; } }
    .productView-rating span[role="img"] + span {
      margin-left: 8px; }
      @media screen and (min-width: 1280px) {
        .productView-rating span[role="img"] + span {
          margin-left: 0.55556vw; } }
  .productView-rating span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em;
    font-family: "Industry", sans-serif;
    font-weight: 400;
    color: black; }
    @media screen and (min-width: 1280px) {
      .productView-rating span {
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
  .productView-rating .productView-reviewLink {
    font-size: 12px;
    line-height: 14px;
    color: #b72c1f;
    font-family: "Industry", sans-serif;
    font-weight: 400;
    margin-left: 8px; }
    @media screen and (min-width: 1280px) {
      .productView-rating .productView-reviewLink {
        font-size: 0.83333vw;
        line-height: 0.97222vw;
        margin-left: 0.55556vw; } }

.product-short-desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black; }
  .product-short-desc p {
    color: #555555;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .product-short-desc p {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }

.productView-info > :first-child {
  margin-top: 0px; }

.product-bullets-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid black; }
  @media screen and (min-width: 1280px) {
    .product-bullets-block {
      padding-bottom: 1.38889vw;
      margin-bottom: 1.38889vw; } }
  .product-bullets-block h6 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em; }
    @media screen and (min-width: 1280px) {
      .product-bullets-block h6 {
        margin-bottom: 0.69444vw;
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
  .product-bullets-block ul {
    margin: 0px;
    list-style-type: none; }
    .product-bullets-block ul li {
      margin-top: 11px;
      padding-top: 11px;
      border-top: 1px solid #bbbbbb;
      font-size: 12px;
      line-height: 18px;
      color: #555555;
      position: relative;
      padding-left: 43px; }
      @media screen and (min-width: 1280px) {
        .product-bullets-block ul li {
          margin-top: 0.76389vw;
          padding-top: 0.76389vw;
          font-size: 0.83333vw;
          line-height: 1.25vw;
          padding-left: 2.98611vw; } }
      .product-bullets-block ul li:before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.669 1.74342L4.33335 8.34549L0.331055 4.74342L1.66898 3.25684L4.33335 5.65477L10.3311 0.256836L11.669 1.74342Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A");
        background-size: 100% auto;
        width: 12px;
        height: 12px;
        left: 14px;
        top: 14px; }
        @media screen and (min-width: 1280px) {
          .product-bullets-block ul li:before {
            width: 0.83333vw;
            height: 0.83333vw;
            left: 0.97222vw;
            top: 0.97222vw; } }

.productView-product {
  padding-bottom: 0px;
  border-bottom: 0px; }

@media screen and (max-width: 767px) {
  .productView-options {
    margin-bottom: 20px;
    text-align: left; } }

.productView-options .form-field {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form-field {
      margin-bottom: 1.38889vw; } }

.productView-options .form-field[data-product-attribute="product-list"] .form-label {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form-field[data-product-attribute="product-list"] .form-label {
      padding-bottom: 0.69444vw;
      margin-bottom: 0.69444vw; } }

.productView-options .form-field[data-product-attribute="product-list"] .productOptions-list {
  border: 0px; }

.productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: Center;
  -moz-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  align-items: Center; }
  .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item + .productOptions-list-item {
    margin-top: 10px;
    border: 0px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item + .productOptions-list-item {
        margin-top: 0.69444vw; } }
  .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-figure {
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-figure {
        width: 4.16667vw;
        height: 4.16667vw; } }
    .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-figure img {
      max-width: 44px;
      max-height: 44px; }
      @media screen and (min-width: 1280px) {
        .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-figure img {
          max-width: 3.05556vw;
          max-height: 3.05556vw; } }
      @media screen and (max-width: 767px) {
        .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-figure img {
          max-width: 100%;
          max-height: 100%; } }
  .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content {
    width: calc(100% - 60px);
    padding-left: 15px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content {
        width: calc(100% - 4.16667vw);
        padding-left: 1.04167vw; } }
    .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label {
      border: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      padding-left: 31px;
      font-family: "Gotham", sans-serif;
      font-weight: 500;
      text-transform: capitalize; }
      @media screen and (min-width: 1280px) {
        .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label {
          padding-left: 2.15278vw; } }
      .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label:before {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border-radius: 0px;
        background-color: #F1F1F1;
        border-color: #F1F1F1;
        top: 50%; }
        @media screen and (min-width: 1280px) {
          .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label:before {
            width: 1.11111vw;
            height: 1.11111vw;
            margin-top: -0.55556vw; } }
      .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label:after {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46967 0.469727L7.53033 1.53039L3 6.06072L0.469666 3.53039L1.53033 2.46973L3 3.9394L6.46967 0.469727Z' fill='white'/%3E%3C/svg%3E%0A");
        background-size: 8px auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #b72c1f;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border-radius: 0px;
        border: 0px; }
        @media screen and (min-width: 1280px) {
          .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list-item .productOptions-list-item-content .form-label:after {
            width: 1.11111vw;
            height: 1.11111vw;
            background-size: 0.55556vw auto;
            margin-top: -0.55556vw; } }

.productView-options .select2-container .select2-selection--single {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7; }
  @media screen and (min-width: 1280px) {
    .productView-options .select2-container .select2-selection--single {
      padding-top: 0.83333vw;
      padding-bottom: 0.83333vw; } }

.productView-options .form .add-to-cart-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: 1px solid black;
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form .add-to-cart-wrapper {
      padding-top: 1.38889vw; } }
  .productView-options .form .add-to-cart-wrapper.no-border {
    border-top: 0px;
    padding-top: 0px; }
  .productView-options .form .add-to-cart-wrapper .form-field--increments {
    margin-bottom: 0px;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper .form-field--increments {
        width: 174px; } }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .form-label {
      display: none; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment {
      width: 100%;
      height: 100%; }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment.form-field--success .form-input--incrementTotal {
        border-color: transparent; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .form-input--incrementTotal {
      height: 100%;
      width: calc(100% - 80px); }
      @media screen and (min-width: 1280px) {
        .productView-options .form .add-to-cart-wrapper .form-field--increments .form-input--incrementTotal {
          width: calc(100% - 5.55556vw); } }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .button, .productView-options .form .add-to-cart-wrapper .form-field--increments .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form .add-to-cart-wrapper .form-field--increments .confirm, .productView-options .form .add-to-cart-wrapper .form-field--increments .coupon-code-add, .productView-options .form .add-to-cart-wrapper .form-field--increments .coupon-code-cancel, .productView-options .form .add-to-cart-wrapper .form-field--increments button.shipping-estimate-show, .productView-options .form .add-to-cart-wrapper .form-field--increments .gift-certificate-add, .productView-options .form .add-to-cart-wrapper .form-field--increments .gift-certificate-cancel {
      width: 40px; }
      @media screen and (min-width: 1280px) {
        .productView-options .form .add-to-cart-wrapper .form-field--increments .button, .productView-options .form .add-to-cart-wrapper .form-field--increments .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form .add-to-cart-wrapper .form-field--increments .confirm, .productView-options .form .add-to-cart-wrapper .form-field--increments .coupon-code-add, .productView-options .form .add-to-cart-wrapper .form-field--increments .coupon-code-cancel, .productView-options .form .add-to-cart-wrapper .form-field--increments button.shipping-estimate-show, .productView-options .form .add-to-cart-wrapper .form-field--increments .gift-certificate-add, .productView-options .form .add-to-cart-wrapper .form-field--increments .gift-certificate-cancel {
          width: 2.77778vw; } }
  .productView-options .form .add-to-cart-wrapper .form-action {
    width: 50%;
    margin-top: 0px; }
    @media screen and (max-width: 1023px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        padding: 0px; } }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        width: calc(100% - 174px); } }
    .productView-options .form .add-to-cart-wrapper .form-action .button, .productView-options .form .add-to-cart-wrapper .form-action .modal--alert .button-container .confirm, .modal--alert .button-container .productView-options .form .add-to-cart-wrapper .form-action .confirm, .productView-options .form .add-to-cart-wrapper .form-action .coupon-code-add, .productView-options .form .add-to-cart-wrapper .form-action .coupon-code-cancel, .productView-options .form .add-to-cart-wrapper .form-action button.shipping-estimate-show, .productView-options .form .add-to-cart-wrapper .form-action .gift-certificate-add, .productView-options .form .add-to-cart-wrapper .form-action .gift-certificate-cancel {
      margin: 0px;
      width: 100%; }
  .productView-options .form .add-to-cart-wrapper .alertBox {
    width: 100%;
    margin-top: 16px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form .add-to-cart-wrapper .alertBox {
        margin-top: 1.11111vw; } }

.product-ups-block .ups-section {
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03); }

.product-ups-block .container {
  width: 100%; }

.product-ups-block .ups-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }
  .product-ups-block .ups-list.slick-dotted {
    margin-bottom: 0px; }
  .product-ups-block .ups-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-ups-block .ups-list .slick-track:before, .product-ups-block .ups-list .slick-track:after {
      display: none; }
  .product-ups-block .ups-list .slick-dots {
    bottom: -20px;
    position: absolute; }
    @media screen and (min-width: 1280px) {
      .product-ups-block .ups-list .slick-dots {
        bottom: -1.38889vw; } }
  .product-ups-block .ups-list .ups-item {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px; }
    @media screen and (min-width: 1280px) {
      .product-ups-block .ups-list .ups-item {
        padding-top: 1.18056vw;
        padding-bottom: 1.18056vw; } }
    .product-ups-block .ups-list .ups-item .icon-block img {
      max-height: 45px;
      width: auto;
      margin: 0 auto; }
      @media screen and (min-width: 1280px) {
        .product-ups-block .ups-list .ups-item .icon-block img {
          max-height: 3.125vw; } }
    .product-ups-block .ups-list .ups-item .text-block {
      padding-left: 25px; }
      @media screen and (min-width: 1280px) {
        .product-ups-block .ups-list .ups-item .text-block {
          padding-left: 1.73611vw; } }
      @media screen and (max-width: 767px) {
        .product-ups-block .ups-list .ups-item .text-block {
          width: auto;
          padding-left: 24px; } }
    .product-ups-block .ups-list .ups-item h6 {
      color: black;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px; }
      @media screen and (min-width: 1280px) {
        .product-ups-block .ups-list .ups-item h6 {
          font-size: 0.83333vw;
          line-height: 0.97222vw; } }
      .product-ups-block .ups-list .ups-item h6 br {
        display: none; }

.product-description-section {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #dddddd;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .product-description-section {
      padding-top: 4.16667vw;
      margin-top: 4.16667vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .product-description-section {
      padding-top: 40px;
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .product-description-section {
      margin-top: 50px;
      padding-top: 30px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .product-description-section {
      margin-bottom: 20px; } }
  .product-description-section h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.06em;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .product-description-section h4 {
        font-size: 1.66667vw;
        line-height: 2.01389vw;
        padding-bottom: 2.08333vw;
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .product-description-section h4 {
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 27px; } }
    @media screen and (max-width: 1023px) {
      .product-description-section h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 21px; } }
  .product-description-section p {
    font-size: 14px;
    line-height: 21px;
    color: #555555; }
    @media screen and (min-width: 1280px) {
      .product-description-section p {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
  .product-description-section .alert-text {
    color: #b72c1f;
    position: relative;
    padding-left: 26px; }
    @media screen and (min-width: 1280px) {
      .product-description-section .alert-text {
        padding-left: 1.80556vw; } }
    .product-description-section .alert-text:before {
      position: absolute;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50019 0L16.7274 14.25H0.272949L8.50019 0ZM8.00019 10V6H9.00019V10H8.00019ZM9.00019 12V11H8.00019V12H9.00019Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center;
      width: 16px;
      height: 14px;
      left: 0;
      top: 2px; }
      @media screen and (min-width: 1280px) {
        .product-description-section .alert-text:before {
          width: 1.11111vw;
          height: 1.11111vw;
          top: 0.13889vw; } }
  .product-description-section .product-details-block > :last-child {
    margin-bottom: 0px; }
  .product-description-section .product-details-block {
    margin-bottom: 60px; }
    @media screen and (min-width: 1280px) {
      .product-description-section .product-details-block {
        margin-bottom: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .product-description-section .product-details-block {
        margin-bottom: 40px; } }
    @media screen and (max-width: 1023px) {
      .product-description-section .product-details-block {
        margin-bottom: 30px; } }
    > .product-description-section .product-details-block:last-child {
      margin-bottom: 0px; }
  .product-description-section .right-block {
    width: 400px; }
    @media screen and (min-width: 1280px) {
      .product-description-section .right-block {
        width: 27.77778vw; } }
    @media screen and (max-width: 1279px) {
      .product-description-section .right-block {
        width: 350px; } }
    @media screen and (max-width: 1023px) {
      .product-description-section .right-block {
        width: 100%;
        margin-top: 30px; } }
  .product-description-section .left-block {
    width: calc(100% - 400px);
    padding-right: 60px; }
    @media screen and (min-width: 1280px) {
      .product-description-section .left-block {
        width: calc(100% - 27.77778vw);
        padding-right: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .product-description-section .left-block {
        width: calc(100% - 350px);
        padding-right: 40px; } }
    @media screen and (max-width: 1023px) {
      .product-description-section .left-block {
        width: 100%;
        padding-right: 0px; } }
    .product-description-section .left-block.left-full-width {
      width: 100%;
      padding-right: 0px; }
    .product-description-section .left-block iframe {
      width: 100%;
      height: 383px; }
      @media screen and (min-width: 1280px) {
        .product-description-section .left-block iframe {
          height: 26.59722vw; } }
      @media screen and (max-width: 767px) {
        .product-description-section .left-block iframe {
          height: 50.725vw; } }
    .product-description-section .left-block ul {
      margin-left: 0px;
      list-style-type: none; }
      .product-description-section .left-block ul li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 14px;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .product-description-section .left-block ul li {
            font-size: 0.97222vw;
            line-height: 1.45833vw;
            padding-left: 0.97222vw; } }
        .product-description-section .left-block ul li:before {
          width: 4px;
          height: 4px;
          background-color: #b72c1f;
          position: absolute;
          left: 0;
          content: "";
          top: 8px; }
          @media screen and (min-width: 1280px) {
            .product-description-section .left-block ul li:before {
              width: 0.27778vw;
              height: 0.27778vw;
              top: 0.55556vw; } }
        .product-description-section .left-block ul li + li {
          margin-top: 8px; }
          @media screen and (min-width: 1280px) {
            .product-description-section .left-block ul li + li {
              margin-top: 0.55556vw; } }
    .product-description-section .left-block .product-features-block ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 -15px; }
      @media screen and (min-width: 1280px) {
        .product-description-section .left-block .product-features-block ul {
          margin: 0 -1.04167vw; } }
      @media screen and (max-width: 767px) {
        .product-description-section .left-block .product-features-block ul {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .product-description-section .left-block .product-features-block ul li {
        width: 50%;
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-end;
        -moz-box-align: flex-end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end; }
        @media screen and (min-width: 1280px) {
          .product-description-section .left-block .product-features-block ul li {
            padding: 0 1.04167vw; } }
        @media screen and (max-width: 767px) {
          .product-description-section .left-block .product-features-block ul li {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .product-description-section .left-block .product-features-block ul li:last-child .poduct-frature-item {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0px; } }
        .product-description-section .left-block .product-features-block ul li:before {
          display: none; }
        .product-description-section .left-block .product-features-block ul li .poduct-frature-item {
          margin-bottom: 9px;
          padding-bottom: 10px;
          border-bottom: 1px solid #dddddd;
          padding-left: 14px;
          position: relative;
          width: 100%; }
          @media screen and (min-width: 1280px) {
            .product-description-section .left-block .product-features-block ul li .poduct-frature-item {
              padding-left: 1.31944vw;
              margin-bottom: 0.625vw;
              padding-bottom: 0.69444vw; } }
          .product-description-section .left-block .product-features-block ul li .poduct-frature-item:before {
            width: 4px;
            height: 4px;
            background-color: #b72c1f;
            position: absolute;
            left: 0;
            content: "";
            top: 8px; }
            @media screen and (min-width: 1280px) {
              .product-description-section .left-block .product-features-block ul li .poduct-frature-item:before {
                width: 0.27778vw;
                height: 0.27778vw;
                top: 0.55556vw; } }
        .product-description-section .left-block .product-features-block ul li + li {
          margin-top: 0px; }
        .product-description-section .left-block .product-features-block ul li.odd:last-child .poduct-frature-item {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border-bottom: 0px; }
    .product-description-section .left-block .product-features-block.oddChild ul li:last-child .poduct-frature-item {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0px; }

@media screen and (max-width: 767px) {
  .product-custom-box {
    margin-bottom: 30px; } }

.product-custom-box ul {
  list-style-type: none;
  margin: 0px; }
  .product-custom-box ul li {
    font-size: 14px;
    line-height: 21px;
    color: #555555; }
    @media screen and (min-width: 1280px) {
      .product-custom-box ul li {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .product-custom-box ul li span {
      font-weight: 500;
      color: #b72c1f;
      margin-right: 30px; }
      @media screen and (min-width: 1280px) {
        .product-custom-box ul li span {
          margin-right: 2.08333vw; } }
    .product-custom-box ul li + li {
      margin-top: 10px;
      padding-top: 9px;
      border-top: 1px solid #dddddd; }
      @media screen and (min-width: 1280px) {
        .product-custom-box ul li + li {
          margin-top: 0.69444vw;
          padding-top: 0.625vw; } }

.product-description-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .product-description-wrap {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.product-custom-images {
  border: 1px solid #dddddd;
  margin-top: 60px; }
  @media screen and (min-width: 1280px) {
    .product-custom-images {
      margin-top: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .product-custom-images {
      margin-top: 40px; } }
  @media screen and (max-width: 1023px) {
    .product-custom-images {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .product-custom-images {
      margin-top: 20px; } }

.warrenty-block {
  padding: 60px 0;
  background-color: #b72c1f;
  margin-bottom: 60px;
  color: white;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .warrenty-block {
      padding: 4.16667vw 0;
      font-size: 1.11111vw;
      line-height: 1.66667vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .warrenty-block {
      padding: 40px 0; } }
  @media screen and (max-width: 1023px) {
    .warrenty-block {
      padding: 30px 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .warrenty-block {
      margin-bottom: 35px; } }
  .warrenty-block h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.06em;
    color: white;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .warrenty-block h4 {
        font-size: 1.66667vw;
        line-height: 2.01389vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .warrenty-block h4 {
        font-size: 18px;
        line-height: 21px; } }
  .warrenty-block .warrenty-block-inn {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 1280px) {
      .warrenty-block .warrenty-block-inn {
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }

.product-section .page-heading {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .product-section .page-heading {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1279px) {
    .product-section .page-heading {
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .product-section .page-heading.page-heading-small {
      font-size: 24px;
      line-height: 29px; } }

@media screen and (max-width: 1023px) {
  .product-section.productpage-product-section .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 40px; } }

.product-section.productpage-product-section .productCarousel .slick-dots {
  display: none !important; }
  @media screen and (max-width: 1023px) {
    .product-section.productpage-product-section .productCarousel .slick-dots {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex !important; } }

@media screen and (max-width: 1023px) {
  .product-section.productpage-product-section .container-liqued {
    padding-left: 10px;
    padding-right: 10px; } }

.product-description-wrap .productView-info {
  margin: 0 -15px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .product-description-wrap .productView-info {
      margin: 0 -1.04167vw;
      margin-bottom: 2.08333vw; } }
  .product-description-wrap .productView-info:before, .product-description-wrap .productView-info:after {
    display: none; }

.productView-info-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .productView-info-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .productView-info-wrap .product-info-block {
    width: 50%;
    padding: 0 15px; }
    @media screen and (min-width: 1280px) {
      .productView-info-wrap .product-info-block {
        padding: 0 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .productView-info-wrap .product-info-block {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .productView-info-wrap .product-info-block:nth-child(4) .product-info-block-wrap, .productView-info-wrap .product-info-block:nth-child(3) .product-info-block-wrap {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px; } }
    @media screen and (max-width: 767px) {
      .productView-info-wrap .product-info-block:last-child .product-info-block-wrap {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px; } }
  .productView-info-wrap .product-info-block-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .productView-info-wrap .product-info-block-wrap {
        padding-bottom: 0.69444vw;
        margin-bottom: 0.69444vw; } }
    .productView-info-wrap .product-info-block-wrap .productView-info-name {
      margin: 0px;
      width: 90px;
      font-family: "Gotham", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #b72c1f; }
      @media screen and (min-width: 1280px) {
        .productView-info-wrap .product-info-block-wrap .productView-info-name {
          width: 6.25vw;
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }
    .productView-info-wrap .product-info-block-wrap .productView-info-value {
      margin: 0px;
      width: calc(100% - 90px);
      font-family: "Gotham", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #555555;
      overflow: hidden; }
      @media screen and (min-width: 1280px) {
        .productView-info-wrap .product-info-block-wrap .productView-info-value {
          width: calc(100% - 6.25vw);
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }
      .productView-info-wrap .product-info-block-wrap .productView-info-value a {
        text-decoration: underline; }
        .productView-info-wrap .product-info-block-wrap .productView-info-value a:hover {
          color: #b72c1f; }

.productView-price span {
  color: #b72c1f; }

.sezzle-shopify-info-button {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }

.product-description-section h2 {
  font-size: 1.66667vw;
  line-height: 2.01389vw; }

/* ========== LOGIN PAGE ========== */
.login {
  margin: 0;
  max-width: 100%; }

.login-row {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .login-row:after, .login-row:before {
    display: none; }
  @media screen and (min-width: 1280px) {
    .login-row {
      margin-top: 6.94444vw; } }
  @media screen and (max-width: 1279px) {
    .login-row {
      max-width: 100%;
      margin-top: 0; } }
  .login-row + .sp-social-login_buttons {
    max-width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1280px) {
      .login-row + .sp-social-login_buttons {
        margin-top: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .login-row + .sp-social-login_buttons {
        max-width: 100%;
        margin-top: 30px; } }

.login-form {
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .login-form {
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .login-form {
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #dddddd; } }
  .login-form .form-actions .forgot-password {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-decoration: underline;
    font-weight: 500; }
  .login-form .form-actions .button, .login-form .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .login-form .form-actions .confirm, .login-form .form-actions .coupon-code-add, .login-form .form-actions .coupon-code-cancel, .login-form .form-actions button.shipping-estimate-show, .login-form .form-actions .gift-certificate-add, .login-form .form-actions .gift-certificate-cancel {
    display: inline-block;
    vertical-align: middle; }

.new-customer {
  padding-left: 20px;
  padding-right: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .new-customer {
      padding-left: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .new-customer {
      width: 100%;
      padding: 0; } }
  .new-customer .panel-header {
    background: #f2f2f2;
    padding: 20px 30px 0; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-header {
        padding: 1.38889vw 2.08333vw 0; } }
  .new-customer .panel-body {
    background: #f2f2f2;
    padding: 20px 30px 30px;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-body {
        padding: 1.38889vw 2.08333vw 2.08333vw; } }

.new-customer-intro {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .new-customer-intro {
      margin-bottom: 0.69444vw; } }

.new-customer-fact-list {
  margin-left: 20px; }
  @media screen and (min-width: 1280px) {
    .new-customer-fact-list {
      margin-left: 1.38889vw; } }
  .new-customer-fact-list li + li {
    margin-top: 5px; }
    @media screen and (min-width: 1280px) {
      .new-customer-fact-list li + li {
        margin-top: 0.34722vw; } }

/* ========== CREATE ACCOUNT PAGE ========== */
.template-createaccount .account--fixed {
  width: 100%; }
  .template-createaccount .account--fixed .account-body {
    margin-left: 0;
    margin-right: 0; }

/* ========== RESET PASSWORD PAGE ========== */
.template-forgotpassword .page-heading + p {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1023px) {
    .template-forgotpassword .page-heading + p {
      max-width: 100%; } }

.forgot-password-form {
  margin-top: 50px; }
  @media screen and (min-width: 1280px) {
    .forgot-password-form {
      margin-top: 3.47222vw; } }

/* ========== ACCOUNT NAVIGATION ========== */
.navBar--account {
  display: block; }

/* ========== ACCOUNT PAGES COMMON ELEMENT========== */
.account.account--fixed, .account.account--fixedSmall, .account.account--fixedLarge {
  width: 100%; }

.account-heading, .account h2:not(.page-heading) {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .account-heading, .account h2:not(.page-heading) {
      font-size: 1.38889vw;
      padding-bottom: 0.69444vw;
      margin-bottom: 1.38889vw; } }

.account h2:not(.page-heading) {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .account h2:not(.page-heading) {
      margin-bottom: 2.08333vw; } }

@media screen and (max-width: 666px) {
  .account .form-actions .button, .account .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .account .form-actions .confirm, .account .form-actions .coupon-code-add, .account .form-actions .coupon-code-cancel, .account .form-actions button.shipping-estimate-show, .account .form-actions .gift-certificate-add, .account .form-actions .gift-certificate-cancel {
    width: 100%; } }

.account .form-actions .button + .button, .account .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .account .form-actions .confirm + .button, .account .form-actions .coupon-code-add + .button, .account .form-actions .coupon-code-cancel + .button, .account .form-actions button.shipping-estimate-show + .button, .account .form-actions .gift-certificate-add + .button, .account .form-actions .gift-certificate-cancel + .button, .account .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .account .form-actions .button + .confirm, .account .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .account .form-actions .confirm + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-add + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-cancel + .confirm, .account .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .account .form-actions button.shipping-estimate-show + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-add + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-cancel + .confirm, .account .form-actions .button + .coupon-code-add, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-add, .account .form-actions .coupon-code-add + .coupon-code-add, .account .form-actions .coupon-code-cancel + .coupon-code-add, .account .form-actions button.shipping-estimate-show + .coupon-code-add, .account .form-actions .gift-certificate-add + .coupon-code-add, .account .form-actions .gift-certificate-cancel + .coupon-code-add, .account .form-actions .button + .coupon-code-cancel, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-cancel, .account .form-actions .coupon-code-add + .coupon-code-cancel, .account .form-actions .coupon-code-cancel + .coupon-code-cancel, .account .form-actions button.shipping-estimate-show + .coupon-code-cancel, .account .form-actions .gift-certificate-add + .coupon-code-cancel, .account .form-actions .gift-certificate-cancel + .coupon-code-cancel, .account .form-actions .button + button.shipping-estimate-show, .account .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .account .form-actions .confirm + button.shipping-estimate-show, .account .form-actions .coupon-code-add + button.shipping-estimate-show, .account .form-actions .coupon-code-cancel + button.shipping-estimate-show, .account .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .account .form-actions .gift-certificate-add + button.shipping-estimate-show, .account .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .account .form-actions .button + .gift-certificate-add, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-add, .account .form-actions .coupon-code-add + .gift-certificate-add, .account .form-actions .coupon-code-cancel + .gift-certificate-add, .account .form-actions button.shipping-estimate-show + .gift-certificate-add, .account .form-actions .gift-certificate-add + .gift-certificate-add, .account .form-actions .gift-certificate-cancel + .gift-certificate-add, .account .form-actions .button + .gift-certificate-cancel, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-cancel, .account .form-actions .coupon-code-add + .gift-certificate-cancel, .account .form-actions .coupon-code-cancel + .gift-certificate-cancel, .account .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .account .form-actions .gift-certificate-add + .gift-certificate-cancel, .account .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
  margin-left: 15px; }
  @media screen and (min-width: 1280px) {
    .account .form-actions .button + .button, .account .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .account .form-actions .confirm + .button, .account .form-actions .coupon-code-add + .button, .account .form-actions .coupon-code-cancel + .button, .account .form-actions button.shipping-estimate-show + .button, .account .form-actions .gift-certificate-add + .button, .account .form-actions .gift-certificate-cancel + .button, .account .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .account .form-actions .button + .confirm, .account .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .account .form-actions .confirm + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-add + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-cancel + .confirm, .account .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .account .form-actions button.shipping-estimate-show + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-add + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-cancel + .confirm, .account .form-actions .button + .coupon-code-add, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-add, .account .form-actions .coupon-code-add + .coupon-code-add, .account .form-actions .coupon-code-cancel + .coupon-code-add, .account .form-actions button.shipping-estimate-show + .coupon-code-add, .account .form-actions .gift-certificate-add + .coupon-code-add, .account .form-actions .gift-certificate-cancel + .coupon-code-add, .account .form-actions .button + .coupon-code-cancel, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-cancel, .account .form-actions .coupon-code-add + .coupon-code-cancel, .account .form-actions .coupon-code-cancel + .coupon-code-cancel, .account .form-actions button.shipping-estimate-show + .coupon-code-cancel, .account .form-actions .gift-certificate-add + .coupon-code-cancel, .account .form-actions .gift-certificate-cancel + .coupon-code-cancel, .account .form-actions .button + button.shipping-estimate-show, .account .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .account .form-actions .confirm + button.shipping-estimate-show, .account .form-actions .coupon-code-add + button.shipping-estimate-show, .account .form-actions .coupon-code-cancel + button.shipping-estimate-show, .account .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .account .form-actions .gift-certificate-add + button.shipping-estimate-show, .account .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .account .form-actions .button + .gift-certificate-add, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-add, .account .form-actions .coupon-code-add + .gift-certificate-add, .account .form-actions .coupon-code-cancel + .gift-certificate-add, .account .form-actions button.shipping-estimate-show + .gift-certificate-add, .account .form-actions .gift-certificate-add + .gift-certificate-add, .account .form-actions .gift-certificate-cancel + .gift-certificate-add, .account .form-actions .button + .gift-certificate-cancel, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-cancel, .account .form-actions .coupon-code-add + .gift-certificate-cancel, .account .form-actions .coupon-code-cancel + .gift-certificate-cancel, .account .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .account .form-actions .gift-certificate-add + .gift-certificate-cancel, .account .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
      margin-left: 1.04167vw; } }
  @media screen and (max-width: 666px) {
    .account .form-actions .button + .button, .account .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .account .form-actions .confirm + .button, .account .form-actions .coupon-code-add + .button, .account .form-actions .coupon-code-cancel + .button, .account .form-actions button.shipping-estimate-show + .button, .account .form-actions .gift-certificate-add + .button, .account .form-actions .gift-certificate-cancel + .button, .account .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .account .form-actions .button + .confirm, .account .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .account .form-actions .confirm + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-add + .confirm, .account .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .account .form-actions .coupon-code-cancel + .confirm, .account .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .account .form-actions button.shipping-estimate-show + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-add + .confirm, .account .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .account .form-actions .gift-certificate-cancel + .confirm, .account .form-actions .button + .coupon-code-add, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-add, .account .form-actions .coupon-code-add + .coupon-code-add, .account .form-actions .coupon-code-cancel + .coupon-code-add, .account .form-actions button.shipping-estimate-show + .coupon-code-add, .account .form-actions .gift-certificate-add + .coupon-code-add, .account .form-actions .gift-certificate-cancel + .coupon-code-add, .account .form-actions .button + .coupon-code-cancel, .account .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .account .form-actions .confirm + .coupon-code-cancel, .account .form-actions .coupon-code-add + .coupon-code-cancel, .account .form-actions .coupon-code-cancel + .coupon-code-cancel, .account .form-actions button.shipping-estimate-show + .coupon-code-cancel, .account .form-actions .gift-certificate-add + .coupon-code-cancel, .account .form-actions .gift-certificate-cancel + .coupon-code-cancel, .account .form-actions .button + button.shipping-estimate-show, .account .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .account .form-actions .confirm + button.shipping-estimate-show, .account .form-actions .coupon-code-add + button.shipping-estimate-show, .account .form-actions .coupon-code-cancel + button.shipping-estimate-show, .account .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .account .form-actions .gift-certificate-add + button.shipping-estimate-show, .account .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .account .form-actions .button + .gift-certificate-add, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-add, .account .form-actions .coupon-code-add + .gift-certificate-add, .account .form-actions .coupon-code-cancel + .gift-certificate-add, .account .form-actions button.shipping-estimate-show + .gift-certificate-add, .account .form-actions .gift-certificate-add + .gift-certificate-add, .account .form-actions .gift-certificate-cancel + .gift-certificate-add, .account .form-actions .button + .gift-certificate-cancel, .account .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .account .form-actions .confirm + .gift-certificate-cancel, .account .form-actions .coupon-code-add + .gift-certificate-cancel, .account .form-actions .coupon-code-cancel + .gift-certificate-cancel, .account .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .account .form-actions .gift-certificate-add + .gift-certificate-cancel, .account .form-actions .gift-certificate-cancel + .gift-certificate-cancel {
      margin-left: 0px;
      width: 100%;
      margin-top: 15px; } }

/* ========== ORDER LISTING PAGES ========== */
.account-listItem {
  padding: 30px 0; }
  @media screen and (min-width: 1280px) {
    .account-listItem {
      padding: 2.08333vw 0; } }
  @media screen and (max-width: 1023px) {
    .account-listItem {
      padding: 25px 0; } }

.account-product-title {
  font-size: 16px;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .account-product-title {
      font-size: 1.11111vw;
      margin-bottom: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    position: relative;
    margin-bottom: 10px; } }

.account-orderStatus-label {
  padding: 8px 10px;
  font-size: 12px;
  background: #F6F6F6;
  font-weight: 500;
  color: #000000;
  line-height: 15px; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus-label {
      padding: 0.55556vw 0.69444vw;
      font-size: 0.83333vw;
      line-height: 1.04167vw; } }

.account-body {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 767px) {
    .account-body {
      margin-left: 0;
      margin-right: 0; } }

.account-content {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .account-content {
      padding-left: 0px;
      padding-right: 0px; } }

.account-sidebar {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1023px) {
    .account-sidebar {
      float: none;
      width: 100%;
      clear: both; } }

.account-content--fixedSmall {
  width: 60%; }
  @media screen and (max-width: 1023px) {
    .account-content--fixedSmall {
      width: 100%;
      float: none; } }

.account-sidebar-block {
  font-size: 14px; }

.account-product--alignMiddle .account-product-checkItem, .account-product--alignMiddle .account-product-figure {
  left: auto; }

.account-product--alignMiddle .account-product-body {
  padding-left: 30px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-product-body .definitionList {
      font-size: 0.83333vw; } }
  .account-product-body .definitionList + p {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .account-product-body .definitionList + p {
        margin-top: 1.38889vw; } }

.account-product-figure:after {
  display: none; }

.account-order-address li {
  margin-top: 5px; }
  @media screen and (min-width: 1280px) {
    .account-order-address li {
      margin-top: 0.34722vw; } }

.definitionList-value {
  margin-bottom: 4px; }
  @media screen and (min-width: 1280px) {
    .definitionList-value {
      margin-bottom: 0.27778vw; } }

@media screen and (max-width: 1023px) {
  .account-orderTotal {
    float: none;
    width: 100%;
    margin-top: 0; } }

.account-orderTotal-key,
.account-orderTotal-value {
  font-size: 15px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: black; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-key,
    .account-orderTotal-value {
      font-size: 1.04167vw; } }

.account-orderTotal-value:last-child {
  font-size: 18px;
  color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-value:last-child {
      font-size: 1.25vw; } }

@media screen and (min-width: 1280px) {
  .definitionList-key {
    margin-right: 0.34722vw; } }

.definitionList-key, .definitionList-value {
  font-family: "Gotham", sans-serif;
  color: black; }

@media screen and (min-width: 1280px) {
  .definitionList {
    margin-bottom: 1.38889vw; } }

@media screen and (max-width: 767px) {
  .account-sidebar {
    padding: 0; } }

.account-product-price {
  font-size: 14px;
  font-family: "Industry Demi", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-left: 10px; }
  @media screen and (min-width: 1280px) {
    .account-product-price {
      font-size: 0.97222vw;
      margin-top: 0.34722vw;
      margin-left: 0.69444vw; } }

@media screen and (min-width: 1280px) {
  .account-listShipping {
    padding: 1.94444vw 0; } }

@media screen and (max-width: 767px) {
  .account-listShipping {
    padding-top: 0; } }

@media screen and (min-width: 1280px) {
  .account-sidebar-block .account-heading, .account-sidebar-block .account h2:not(.page-heading), .account .account-sidebar-block h2:not(.page-heading) {
    margin-bottom: 1.38889vw; } }

/* ========== MESSAGE PAGE ========== */
.account-message .account-product-title {
  color: #000000; }

/* ========== WISHLIST PAGE ========== */
.wishlists-table {
  max-width: 100%; }
  .wishlists-table .table-actions {
    width: 100px; }
    .wishlists-table .table-actions .button, .wishlists-table .table-actions .modal--alert .button-container .confirm, .modal--alert .button-container .wishlists-table .table-actions .confirm, .wishlists-table .table-actions .coupon-code-add, .wishlists-table .table-actions .coupon-code-cancel, .wishlists-table .table-actions button.shipping-estimate-show, .wishlists-table .table-actions .gift-certificate-add, .wishlists-table .table-actions .gift-certificate-cancel {
      margin: 0;
      display: block;
      width: 100%; }
      .wishlists-table .table-actions .button + .button, .wishlists-table .table-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .wishlists-table .table-actions .confirm + .button, .wishlists-table .table-actions .coupon-code-add + .button, .wishlists-table .table-actions .coupon-code-cancel + .button, .wishlists-table .table-actions button.shipping-estimate-show + .button, .wishlists-table .table-actions .gift-certificate-add + .button, .wishlists-table .table-actions .gift-certificate-cancel + .button, .wishlists-table .table-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .wishlists-table .table-actions .button + .confirm, .wishlists-table .table-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .wishlists-table .table-actions .confirm + .confirm, .wishlists-table .table-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .wishlists-table .table-actions .coupon-code-add + .confirm, .wishlists-table .table-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .wishlists-table .table-actions .coupon-code-cancel + .confirm, .wishlists-table .table-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .wishlists-table .table-actions button.shipping-estimate-show + .confirm, .wishlists-table .table-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .wishlists-table .table-actions .gift-certificate-add + .confirm, .wishlists-table .table-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .wishlists-table .table-actions .gift-certificate-cancel + .confirm, .wishlists-table .table-actions .button + .coupon-code-add, .wishlists-table .table-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .wishlists-table .table-actions .confirm + .coupon-code-add, .wishlists-table .table-actions .coupon-code-add + .coupon-code-add, .wishlists-table .table-actions .coupon-code-cancel + .coupon-code-add, .wishlists-table .table-actions button.shipping-estimate-show + .coupon-code-add, .wishlists-table .table-actions .gift-certificate-add + .coupon-code-add, .wishlists-table .table-actions .gift-certificate-cancel + .coupon-code-add, .wishlists-table .table-actions .button + .coupon-code-cancel, .wishlists-table .table-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .wishlists-table .table-actions .confirm + .coupon-code-cancel, .wishlists-table .table-actions .coupon-code-add + .coupon-code-cancel, .wishlists-table .table-actions .coupon-code-cancel + .coupon-code-cancel, .wishlists-table .table-actions button.shipping-estimate-show + .coupon-code-cancel, .wishlists-table .table-actions .gift-certificate-add + .coupon-code-cancel, .wishlists-table .table-actions .gift-certificate-cancel + .coupon-code-cancel, .wishlists-table .table-actions .button + button.shipping-estimate-show, .wishlists-table .table-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .wishlists-table .table-actions .confirm + button.shipping-estimate-show, .wishlists-table .table-actions .coupon-code-add + button.shipping-estimate-show, .wishlists-table .table-actions .coupon-code-cancel + button.shipping-estimate-show, .wishlists-table .table-actions button.shipping-estimate-show + button.shipping-estimate-show, .wishlists-table .table-actions .gift-certificate-add + button.shipping-estimate-show, .wishlists-table .table-actions .gift-certificate-cancel + button.shipping-estimate-show, .wishlists-table .table-actions .button + .gift-certificate-add, .wishlists-table .table-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .wishlists-table .table-actions .confirm + .gift-certificate-add, .wishlists-table .table-actions .coupon-code-add + .gift-certificate-add, .wishlists-table .table-actions .coupon-code-cancel + .gift-certificate-add, .wishlists-table .table-actions button.shipping-estimate-show + .gift-certificate-add, .wishlists-table .table-actions .gift-certificate-add + .gift-certificate-add, .wishlists-table .table-actions .gift-certificate-cancel + .gift-certificate-add, .wishlists-table .table-actions .button + .gift-certificate-cancel, .wishlists-table .table-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .wishlists-table .table-actions .confirm + .gift-certificate-cancel, .wishlists-table .table-actions .coupon-code-add + .gift-certificate-cancel, .wishlists-table .table-actions .coupon-code-cancel + .gift-certificate-cancel, .wishlists-table .table-actions button.shipping-estimate-show + .gift-certificate-cancel, .wishlists-table .table-actions .gift-certificate-add + .gift-certificate-cancel, .wishlists-table .table-actions .gift-certificate-cancel + .gift-certificate-cancel {
        margin-left: 0;
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          .wishlists-table .table-actions .button + .button, .wishlists-table .table-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .wishlists-table .table-actions .confirm + .button, .wishlists-table .table-actions .coupon-code-add + .button, .wishlists-table .table-actions .coupon-code-cancel + .button, .wishlists-table .table-actions button.shipping-estimate-show + .button, .wishlists-table .table-actions .gift-certificate-add + .button, .wishlists-table .table-actions .gift-certificate-cancel + .button, .wishlists-table .table-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .wishlists-table .table-actions .button + .confirm, .wishlists-table .table-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .wishlists-table .table-actions .confirm + .confirm, .wishlists-table .table-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .wishlists-table .table-actions .coupon-code-add + .confirm, .wishlists-table .table-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .wishlists-table .table-actions .coupon-code-cancel + .confirm, .wishlists-table .table-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .wishlists-table .table-actions button.shipping-estimate-show + .confirm, .wishlists-table .table-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .wishlists-table .table-actions .gift-certificate-add + .confirm, .wishlists-table .table-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .wishlists-table .table-actions .gift-certificate-cancel + .confirm, .wishlists-table .table-actions .button + .coupon-code-add, .wishlists-table .table-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .wishlists-table .table-actions .confirm + .coupon-code-add, .wishlists-table .table-actions .coupon-code-add + .coupon-code-add, .wishlists-table .table-actions .coupon-code-cancel + .coupon-code-add, .wishlists-table .table-actions button.shipping-estimate-show + .coupon-code-add, .wishlists-table .table-actions .gift-certificate-add + .coupon-code-add, .wishlists-table .table-actions .gift-certificate-cancel + .coupon-code-add, .wishlists-table .table-actions .button + .coupon-code-cancel, .wishlists-table .table-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .wishlists-table .table-actions .confirm + .coupon-code-cancel, .wishlists-table .table-actions .coupon-code-add + .coupon-code-cancel, .wishlists-table .table-actions .coupon-code-cancel + .coupon-code-cancel, .wishlists-table .table-actions button.shipping-estimate-show + .coupon-code-cancel, .wishlists-table .table-actions .gift-certificate-add + .coupon-code-cancel, .wishlists-table .table-actions .gift-certificate-cancel + .coupon-code-cancel, .wishlists-table .table-actions .button + button.shipping-estimate-show, .wishlists-table .table-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .wishlists-table .table-actions .confirm + button.shipping-estimate-show, .wishlists-table .table-actions .coupon-code-add + button.shipping-estimate-show, .wishlists-table .table-actions .coupon-code-cancel + button.shipping-estimate-show, .wishlists-table .table-actions button.shipping-estimate-show + button.shipping-estimate-show, .wishlists-table .table-actions .gift-certificate-add + button.shipping-estimate-show, .wishlists-table .table-actions .gift-certificate-cancel + button.shipping-estimate-show, .wishlists-table .table-actions .button + .gift-certificate-add, .wishlists-table .table-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .wishlists-table .table-actions .confirm + .gift-certificate-add, .wishlists-table .table-actions .coupon-code-add + .gift-certificate-add, .wishlists-table .table-actions .coupon-code-cancel + .gift-certificate-add, .wishlists-table .table-actions button.shipping-estimate-show + .gift-certificate-add, .wishlists-table .table-actions .gift-certificate-add + .gift-certificate-add, .wishlists-table .table-actions .gift-certificate-cancel + .gift-certificate-add, .wishlists-table .table-actions .button + .gift-certificate-cancel, .wishlists-table .table-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .wishlists-table .table-actions .confirm + .gift-certificate-cancel, .wishlists-table .table-actions .coupon-code-add + .gift-certificate-cancel, .wishlists-table .table-actions .coupon-code-cancel + .gift-certificate-cancel, .wishlists-table .table-actions button.shipping-estimate-show + .gift-certificate-cancel, .wishlists-table .table-actions .gift-certificate-add + .gift-certificate-cancel, .wishlists-table .table-actions .gift-certificate-cancel + .gift-certificate-cancel {
            margin-top: 0.69444vw; } }

.share-wishlist {
  max-width: 60%;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .share-wishlist {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .share-wishlist {
      max-width: 100%; } }
  .share-wishlist .panel-body {
    background: #f2f2f2;
    padding: 30px; }
    @media screen and (min-width: 1280px) {
      .share-wishlist .panel-body {
        padding: 2.08333vw; } }
    .share-wishlist .panel-body h5 {
      font-size: 16px;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .share-wishlist .panel-body h5 {
          font-size: 0.83333vw;
          margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .share-wishlist .panel-body {
        padding: 20px; } }
  .share-wishlist .form-input[readonly] {
    background: #ffffff; }

.template-wishlist .productGrid .product {
  position: relative; }
  .template-wishlist .productGrid .product .form {
    position: absolute;
    margin: 0;
    top: 5px;
    left: 5px; }
    @media screen and (min-width: 1280px) {
      .template-wishlist .productGrid .product .form {
        top: 0.34722vw;
        left: 0.34722vw; } }

/* ========== ADDRESS PAGE ========== */
.template-account_addressbook .account-body {
  margin-left: 0;
  margin-right: 0; }

.panel--address .panel-body {
  padding: 30px;
  background: #f2f2f2; }
  @media screen and (min-width: 1280px) {
    .panel--address .panel-body {
      padding: 2.08333vw; } }

.panel--address:hover {
  color: #b72c1f; }
  .panel--address:hover .address-title {
    color: inherit; }

.template-shippingaddressform .account-body {
  margin-left: 0;
  margin-right: 0; }

.addressList {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .addressList {
      margin-left: -1.04167vw;
      margin-right: -1.04167vw; } }

.address {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  width: 33.33%; }
  @media screen and (min-width: 1280px) {
    .address {
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .address {
      width: 50%; } }
  @media screen and (max-width: 666px) {
    .address {
      width: 100%; } }
  .address .panel--address {
    font-size: 14px;
    height: 100%;
    width: 100%; }
    .address .panel--address .panel-body {
      margin-bottom: 0;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .address .panel--address .panel-body .address-info-block {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .address .panel--newAddress .panel-body {
    min-height: 250px; }
    @media screen and (min-width: 1280px) {
      .address .panel--newAddress .panel-body {
        min-height: 17.36111vw; } }
  @media screen and (min-width: 1280px) {
    .address .address-symbol {
      font-size: 3.47222vw; } }

.address-details--postal {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .address-details--postal {
      font-size: 0.97222vw; } }
  .address-details--postal li + li {
    margin-top: 4px; }
    @media screen and (min-width: 1280px) {
      .address-details--postal li + li {
        margin-top: 0.27778vw; } }

.panel--address .form-actions {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .panel--address .form-actions {
      margin-top: 1.38889vw; } }
  .panel--address .form-actions .button, .panel--address .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .panel--address .form-actions .confirm, .panel--address .form-actions .coupon-code-add, .panel--address .form-actions .coupon-code-cancel, .panel--address .form-actions button.shipping-estimate-show, .panel--address .form-actions .gift-certificate-add, .panel--address .form-actions .gift-certificate-cancel {
    margin-bottom: 0; }

/* ========== GIFTCERTIFICATE PAGE ========== */
.template-giftcertificates_redeem .body .account h3, .template-giftcertificates_balance .body .account h3 {
  text-align: center; }
  .template-giftcertificates_redeem .body .account h3 + p, .template-giftcertificates_balance .body .account h3 + p {
    text-align: center; }

.template-giftcertificates_redeem .body .account ol, .template-giftcertificates_balance .body .account ol {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .template-giftcertificates_redeem .body .account ol li, .template-giftcertificates_balance .body .account ol li {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .template-giftcertificates_redeem .body .account ol li, .template-giftcertificates_balance .body .account ol li {
        margin-top: 0.69444vw; } }

/* ========== ORDER RETURN PAGE ========== */
.account--addReturn .table {
  margin-top: 0;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table {
      margin-bottom: 3.47222vw; } }

.account--addReturn .table th {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table th {
      padding-top: 0.69444vw;
      padding-bottom: 0.69444vw; } }
  .account--addReturn .table th + th {
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .account--addReturn .table th + th {
        padding-left: 1.38889vw; } }

.account--addReturn .table td {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table td {
      padding-top: 1.04167vw;
      padding-bottom: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .account--addReturn .table td {
      display: block;
      padding-top: 0; } }
  .account--addReturn .table td + td {
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .account--addReturn .table td + td {
        padding-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .account--addReturn .table td + td {
        padding-left: 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table tr {
    display: block;
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemPrice {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-thead {
    display: none; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-body {
    display: block; } }

.return-itemName {
  font-size: 14px;
  font-weight: 500; }
  .return-itemName .definitionList dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 5px; }
    @media screen and (min-width: 1280px) {
      .return-itemName .definitionList dt {
        margin-right: 0.34722vw; } }
    @media screen and (max-width: 767px) {
      .return-itemName .definitionList dt {
        float: none;
        margin-bottom: 3px; } }
  .return-itemName .definitionList dd {
    margin-bottom: 5px; }
    @media screen and (min-width: 1280px) {
      .return-itemName .definitionList dd {
        margin-bottom: 0.20833vw; } }
    @media screen and (max-width: 767px) {
      .return-itemName .definitionList dd {
        margin-bottom: 15px; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table .return-itemTitle + .definitionList {
      margin-top: 1.38889vw; } }

.return-itemPrice {
  margin-bottom: 0;
  color: #000000; }

@media screen and (max-width: 767px) {
  .return-itemQuantity .form-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    height: auto;
    position: relative; } }

.account--addReturn-row {
  margin-left: -15px;
  margin-right: -15px; }

.account--addReturn-column {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .account--addReturn-column {
      width: 100%;
      float: none; } }

/* ========== RESPONSIVE BUTTON STYLE ========== */
@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm, .template-giftcertificates .body .form-actions .coupon-code-add, .template-giftcertificates .body .form-actions .coupon-code-cancel, .template-giftcertificates .body .form-actions button.shipping-estimate-show, .template-giftcertificates .body .form-actions .gift-certificate-add, .template-giftcertificates .body .form-actions .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.button, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm, .template-giftcertificates .body .form-actions + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .button, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm, .template-account_inbox .body .form-actions .coupon-code-add, .template-account_inbox .body .form-actions .coupon-code-cancel, .template-account_inbox .body .form-actions button.shipping-estimate-show, .template-account_inbox .body .form-actions .gift-certificate-add, .template-account_inbox .body .form-actions .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.button, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm, .template-account_inbox .body .form-actions + input.coupon-code-add, .template-account_inbox .body .form-actions + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .button, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm, .template-shippingaddressform .body .form-actions .coupon-code-add, .template-shippingaddressform .body .form-actions .coupon-code-cancel, .template-shippingaddressform .body .form-actions button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .gift-certificate-add, .template-shippingaddressform .body .form-actions .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.button, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm, .template-shippingaddressform .body .form-actions + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel, .template-wishlists .body .form-actions .button, .template-wishlists .body .form-actions .modal--alert .button-container .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .confirm, .template-wishlists .body .form-actions .coupon-code-add, .template-wishlists .body .form-actions .coupon-code-cancel, .template-wishlists .body .form-actions button.shipping-estimate-show, .template-wishlists .body .form-actions .gift-certificate-add, .template-wishlists .body .form-actions .gift-certificate-cancel, .template-wishlists .body .form-actions + input.button, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm, .template-wishlists .body .form-actions + input.coupon-code-add, .template-wishlists .body .form-actions + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.gift-certificate-add, .template-wishlists .body .form-actions + input.gift-certificate-cancel {
    width: 100%;
    display: block; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button + .button, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .button, .template-giftcertificates .body .form-actions .coupon-code-add + .button, .template-giftcertificates .body .form-actions .coupon-code-cancel + .button, .template-giftcertificates .body .form-actions button.shipping-estimate-show + .button, .template-giftcertificates .body .form-actions .gift-certificate-add + .button, .template-giftcertificates .body .form-actions .gift-certificate-cancel + .button, .template-giftcertificates .body .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .button + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .coupon-code-add + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .coupon-code-cancel + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions button.shipping-estimate-show + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .gift-certificate-add + .confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .gift-certificate-cancel + .confirm, .template-giftcertificates .body .form-actions .button + .coupon-code-add, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .coupon-code-add, .template-giftcertificates .body .form-actions .coupon-code-add + .coupon-code-add, .template-giftcertificates .body .form-actions .coupon-code-cancel + .coupon-code-add, .template-giftcertificates .body .form-actions button.shipping-estimate-show + .coupon-code-add, .template-giftcertificates .body .form-actions .gift-certificate-add + .coupon-code-add, .template-giftcertificates .body .form-actions .gift-certificate-cancel + .coupon-code-add, .template-giftcertificates .body .form-actions .button + .coupon-code-cancel, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .coupon-code-cancel, .template-giftcertificates .body .form-actions .coupon-code-add + .coupon-code-cancel, .template-giftcertificates .body .form-actions .coupon-code-cancel + .coupon-code-cancel, .template-giftcertificates .body .form-actions button.shipping-estimate-show + .coupon-code-cancel, .template-giftcertificates .body .form-actions .gift-certificate-add + .coupon-code-cancel, .template-giftcertificates .body .form-actions .gift-certificate-cancel + .coupon-code-cancel, .template-giftcertificates .body .form-actions .button + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .coupon-code-add + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .coupon-code-cancel + button.shipping-estimate-show, .template-giftcertificates .body .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .gift-certificate-add + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .template-giftcertificates .body .form-actions .button + .gift-certificate-add, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .gift-certificate-add, .template-giftcertificates .body .form-actions .coupon-code-add + .gift-certificate-add, .template-giftcertificates .body .form-actions .coupon-code-cancel + .gift-certificate-add, .template-giftcertificates .body .form-actions button.shipping-estimate-show + .gift-certificate-add, .template-giftcertificates .body .form-actions .gift-certificate-add + .gift-certificate-add, .template-giftcertificates .body .form-actions .gift-certificate-cancel + .gift-certificate-add, .template-giftcertificates .body .form-actions .button + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .coupon-code-add + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .coupon-code-cancel + .gift-certificate-cancel, .template-giftcertificates .body .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .gift-certificate-add + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .gift-certificate-cancel + .gift-certificate-cancel, .template-giftcertificates .body .form-actions .button + input.button, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.button, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.button, .template-giftcertificates .body .form-actions .coupon-code-add + input.button, .template-giftcertificates .body .form-actions .coupon-code-cancel + input.button, .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.button, .template-giftcertificates .body .form-actions .gift-certificate-add + input.button, .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.button, .template-giftcertificates .body .form-actions .modal--alert .button-container .button + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .button + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .coupon-code-add + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .coupon-code-add + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .coupon-code-cancel + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .coupon-code-cancel + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container button.shipping-estimate-show + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .gift-certificate-add + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .gift-certificate-add + input.confirm, .template-giftcertificates .body .form-actions .modal--alert .button-container .gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.confirm, .template-giftcertificates .body .form-actions .button + input.coupon-code-add, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-add, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.coupon-code-add, .template-giftcertificates .body .form-actions .coupon-code-add + input.coupon-code-add, .template-giftcertificates .body .form-actions .coupon-code-cancel + input.coupon-code-add, .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.coupon-code-add, .template-giftcertificates .body .form-actions .gift-certificate-add + input.coupon-code-add, .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.coupon-code-add, .template-giftcertificates .body .form-actions .button + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .coupon-code-add + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .coupon-code-cancel + input.coupon-code-cancel, .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .gift-certificate-add + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.coupon-code-cancel, .template-giftcertificates .body .form-actions .button + input.gift-certificate-add, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-add, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.gift-certificate-add, .template-giftcertificates .body .form-actions .coupon-code-add + input.gift-certificate-add, .template-giftcertificates .body .form-actions .coupon-code-cancel + input.gift-certificate-add, .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.gift-certificate-add, .template-giftcertificates .body .form-actions .gift-certificate-add + input.gift-certificate-add, .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.gift-certificate-add, .template-giftcertificates .body .form-actions .button + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions .confirm + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions .coupon-code-add + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions .coupon-code-cancel + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions button.shipping-estimate-show + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions .gift-certificate-add + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions .gift-certificate-cancel + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.button + .button, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .button, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .button, .template-giftcertificates .body .form-actions + input.coupon-code-add + .button, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .button, .template-giftcertificates .body .form-actions + input.gift-certificate-add + .button, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .button, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.button + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.button + .confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.coupon-code-add + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.coupon-code-add + .confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.gift-certificate-add + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.gift-certificate-add + .confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + .confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .confirm, .template-giftcertificates .body .form-actions + input.button + .coupon-code-add, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-add, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .coupon-code-add, .template-giftcertificates .body .form-actions + input.coupon-code-add + .coupon-code-add, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .coupon-code-add, .template-giftcertificates .body .form-actions + input.gift-certificate-add + .coupon-code-add, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .coupon-code-add, .template-giftcertificates .body .form-actions + input.button + .coupon-code-cancel, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .coupon-code-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-add + .coupon-code-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .coupon-code-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-add + .coupon-code-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .coupon-code-cancel, .template-giftcertificates .body .form-actions + input.button + button.shipping-estimate-show, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + button.shipping-estimate-show, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + button.shipping-estimate-show, .template-giftcertificates .body .form-actions + input.coupon-code-add + button.shipping-estimate-show, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + button.shipping-estimate-show, .template-giftcertificates .body .form-actions + input.gift-certificate-add + button.shipping-estimate-show, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + button.shipping-estimate-show, .template-giftcertificates .body .form-actions + input.button + .gift-certificate-add, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-add, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .gift-certificate-add, .template-giftcertificates .body .form-actions + input.coupon-code-add + .gift-certificate-add, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .gift-certificate-add, .template-giftcertificates .body .form-actions + input.gift-certificate-add + .gift-certificate-add, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .gift-certificate-add, .template-giftcertificates .body .form-actions + input.button + .gift-certificate-cancel, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-add + .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-add + .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + .gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.button + input.button, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.button, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.button, .template-giftcertificates .body .form-actions + input.coupon-code-add + input.button, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.button, .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.button, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.button, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.button + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.button + input.confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.coupon-code-add + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.coupon-code-add + input.confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.gift-certificate-add + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.confirm, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.confirm, .template-giftcertificates .body .form-actions + input.button + input.coupon-code-add, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-add, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.coupon-code-add + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.coupon-code-add, .template-giftcertificates .body .form-actions + input.button + input.coupon-code-cancel, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-add + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.coupon-code-cancel, .template-giftcertificates .body .form-actions + input.button + input.gift-certificate-add, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-add, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.coupon-code-add + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-add, .template-giftcertificates .body .form-actions + input.button + input.gift-certificate-cancel, .template-giftcertificates .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-giftcertificates .body .form-actions + input.confirm + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-add + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.coupon-code-cancel + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-add + input.gift-certificate-cancel, .template-giftcertificates .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .button + .button, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .button, .template-account_inbox .body .form-actions .coupon-code-add + .button, .template-account_inbox .body .form-actions .coupon-code-cancel + .button, .template-account_inbox .body .form-actions button.shipping-estimate-show + .button, .template-account_inbox .body .form-actions .gift-certificate-add + .button, .template-account_inbox .body .form-actions .gift-certificate-cancel + .button, .template-account_inbox .body .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .button + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .coupon-code-add + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .coupon-code-cancel + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions button.shipping-estimate-show + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .gift-certificate-add + .confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .gift-certificate-cancel + .confirm, .template-account_inbox .body .form-actions .button + .coupon-code-add, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .coupon-code-add, .template-account_inbox .body .form-actions .coupon-code-add + .coupon-code-add, .template-account_inbox .body .form-actions .coupon-code-cancel + .coupon-code-add, .template-account_inbox .body .form-actions button.shipping-estimate-show + .coupon-code-add, .template-account_inbox .body .form-actions .gift-certificate-add + .coupon-code-add, .template-account_inbox .body .form-actions .gift-certificate-cancel + .coupon-code-add, .template-account_inbox .body .form-actions .button + .coupon-code-cancel, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .coupon-code-cancel, .template-account_inbox .body .form-actions .coupon-code-add + .coupon-code-cancel, .template-account_inbox .body .form-actions .coupon-code-cancel + .coupon-code-cancel, .template-account_inbox .body .form-actions button.shipping-estimate-show + .coupon-code-cancel, .template-account_inbox .body .form-actions .gift-certificate-add + .coupon-code-cancel, .template-account_inbox .body .form-actions .gift-certificate-cancel + .coupon-code-cancel, .template-account_inbox .body .form-actions .button + button.shipping-estimate-show, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + button.shipping-estimate-show, .template-account_inbox .body .form-actions .coupon-code-add + button.shipping-estimate-show, .template-account_inbox .body .form-actions .coupon-code-cancel + button.shipping-estimate-show, .template-account_inbox .body .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .template-account_inbox .body .form-actions .gift-certificate-add + button.shipping-estimate-show, .template-account_inbox .body .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .template-account_inbox .body .form-actions .button + .gift-certificate-add, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .gift-certificate-add, .template-account_inbox .body .form-actions .coupon-code-add + .gift-certificate-add, .template-account_inbox .body .form-actions .coupon-code-cancel + .gift-certificate-add, .template-account_inbox .body .form-actions button.shipping-estimate-show + .gift-certificate-add, .template-account_inbox .body .form-actions .gift-certificate-add + .gift-certificate-add, .template-account_inbox .body .form-actions .gift-certificate-cancel + .gift-certificate-add, .template-account_inbox .body .form-actions .button + .gift-certificate-cancel, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + .gift-certificate-cancel, .template-account_inbox .body .form-actions .coupon-code-add + .gift-certificate-cancel, .template-account_inbox .body .form-actions .coupon-code-cancel + .gift-certificate-cancel, .template-account_inbox .body .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .template-account_inbox .body .form-actions .gift-certificate-add + .gift-certificate-cancel, .template-account_inbox .body .form-actions .gift-certificate-cancel + .gift-certificate-cancel, .template-account_inbox .body .form-actions .button + input.button, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.button, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.button, .template-account_inbox .body .form-actions .coupon-code-add + input.button, .template-account_inbox .body .form-actions .coupon-code-cancel + input.button, .template-account_inbox .body .form-actions button.shipping-estimate-show + input.button, .template-account_inbox .body .form-actions .gift-certificate-add + input.button, .template-account_inbox .body .form-actions .gift-certificate-cancel + input.button, .template-account_inbox .body .form-actions .modal--alert .button-container .button + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .button + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .coupon-code-add + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .coupon-code-add + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .coupon-code-cancel + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .coupon-code-cancel + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container button.shipping-estimate-show + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions button.shipping-estimate-show + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .gift-certificate-add + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .gift-certificate-add + input.confirm, .template-account_inbox .body .form-actions .modal--alert .button-container .gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions .gift-certificate-cancel + input.confirm, .template-account_inbox .body .form-actions .button + input.coupon-code-add, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-add, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.coupon-code-add, .template-account_inbox .body .form-actions .coupon-code-add + input.coupon-code-add, .template-account_inbox .body .form-actions .coupon-code-cancel + input.coupon-code-add, .template-account_inbox .body .form-actions button.shipping-estimate-show + input.coupon-code-add, .template-account_inbox .body .form-actions .gift-certificate-add + input.coupon-code-add, .template-account_inbox .body .form-actions .gift-certificate-cancel + input.coupon-code-add, .template-account_inbox .body .form-actions .button + input.coupon-code-cancel, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.coupon-code-cancel, .template-account_inbox .body .form-actions .coupon-code-add + input.coupon-code-cancel, .template-account_inbox .body .form-actions .coupon-code-cancel + input.coupon-code-cancel, .template-account_inbox .body .form-actions button.shipping-estimate-show + input.coupon-code-cancel, .template-account_inbox .body .form-actions .gift-certificate-add + input.coupon-code-cancel, .template-account_inbox .body .form-actions .gift-certificate-cancel + input.coupon-code-cancel, .template-account_inbox .body .form-actions .button + input.gift-certificate-add, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-add, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.gift-certificate-add, .template-account_inbox .body .form-actions .coupon-code-add + input.gift-certificate-add, .template-account_inbox .body .form-actions .coupon-code-cancel + input.gift-certificate-add, .template-account_inbox .body .form-actions button.shipping-estimate-show + input.gift-certificate-add, .template-account_inbox .body .form-actions .gift-certificate-add + input.gift-certificate-add, .template-account_inbox .body .form-actions .gift-certificate-cancel + input.gift-certificate-add, .template-account_inbox .body .form-actions .button + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions .confirm + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .coupon-code-add + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .coupon-code-cancel + input.gift-certificate-cancel, .template-account_inbox .body .form-actions button.shipping-estimate-show + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .gift-certificate-add + input.gift-certificate-cancel, .template-account_inbox .body .form-actions .gift-certificate-cancel + input.gift-certificate-cancel, .template-account_inbox .body .form-actions + input.button + .button, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .button, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .button, .template-account_inbox .body .form-actions + input.coupon-code-add + .button, .template-account_inbox .body .form-actions + input.coupon-code-cancel + .button, .template-account_inbox .body .form-actions + input.gift-certificate-add + .button, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .button, .template-account_inbox .body .modal--alert .button-container .form-actions + input.button + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.button + .confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.coupon-code-add + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.coupon-code-add + .confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.coupon-code-cancel + .confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.gift-certificate-add + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.gift-certificate-add + .confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + .confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .confirm, .template-account_inbox .body .form-actions + input.button + .coupon-code-add, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-add, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .coupon-code-add, .template-account_inbox .body .form-actions + input.coupon-code-add + .coupon-code-add, .template-account_inbox .body .form-actions + input.coupon-code-cancel + .coupon-code-add, .template-account_inbox .body .form-actions + input.gift-certificate-add + .coupon-code-add, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .coupon-code-add, .template-account_inbox .body .form-actions + input.button + .coupon-code-cancel, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .coupon-code-cancel, .template-account_inbox .body .form-actions + input.coupon-code-add + .coupon-code-cancel, .template-account_inbox .body .form-actions + input.coupon-code-cancel + .coupon-code-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-add + .coupon-code-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .coupon-code-cancel, .template-account_inbox .body .form-actions + input.button + button.shipping-estimate-show, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + button.shipping-estimate-show, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + button.shipping-estimate-show, .template-account_inbox .body .form-actions + input.coupon-code-add + button.shipping-estimate-show, .template-account_inbox .body .form-actions + input.coupon-code-cancel + button.shipping-estimate-show, .template-account_inbox .body .form-actions + input.gift-certificate-add + button.shipping-estimate-show, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + button.shipping-estimate-show, .template-account_inbox .body .form-actions + input.button + .gift-certificate-add, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-add, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .gift-certificate-add, .template-account_inbox .body .form-actions + input.coupon-code-add + .gift-certificate-add, .template-account_inbox .body .form-actions + input.coupon-code-cancel + .gift-certificate-add, .template-account_inbox .body .form-actions + input.gift-certificate-add + .gift-certificate-add, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .gift-certificate-add, .template-account_inbox .body .form-actions + input.button + .gift-certificate-cancel, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.coupon-code-add + .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.coupon-code-cancel + .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-add + .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + .gift-certificate-cancel, .template-account_inbox .body .form-actions + input.button + input.button, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.button, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.button, .template-account_inbox .body .form-actions + input.coupon-code-add + input.button, .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.button, .template-account_inbox .body .form-actions + input.gift-certificate-add + input.button, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.button, .template-account_inbox .body .modal--alert .button-container .form-actions + input.button + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.button + input.confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.coupon-code-add + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.coupon-code-add + input.confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.gift-certificate-add + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.gift-certificate-add + input.confirm, .template-account_inbox .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.confirm, .template-account_inbox .body .form-actions + input.button + input.coupon-code-add, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-add, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.coupon-code-add, .template-account_inbox .body .form-actions + input.coupon-code-add + input.coupon-code-add, .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.coupon-code-add, .template-account_inbox .body .form-actions + input.gift-certificate-add + input.coupon-code-add, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.coupon-code-add, .template-account_inbox .body .form-actions + input.button + input.coupon-code-cancel, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.coupon-code-add + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-add + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.coupon-code-cancel, .template-account_inbox .body .form-actions + input.button + input.gift-certificate-add, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-add, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.coupon-code-add + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.gift-certificate-add + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-add, .template-account_inbox .body .form-actions + input.button + input.gift-certificate-cancel, .template-account_inbox .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-account_inbox .body .form-actions + input.confirm + input.gift-certificate-cancel, .template-account_inbox .body .form-actions + input.coupon-code-add + input.gift-certificate-cancel, .template-account_inbox .body .form-actions + input.coupon-code-cancel + input.gift-certificate-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-add + input.gift-certificate-cancel, .template-account_inbox .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .button + .button, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .button, .template-shippingaddressform .body .form-actions .coupon-code-add + .button, .template-shippingaddressform .body .form-actions .coupon-code-cancel + .button, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .button, .template-shippingaddressform .body .form-actions .gift-certificate-add + .button, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .button, .template-shippingaddressform .body .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .button + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .coupon-code-add + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .coupon-code-cancel + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .gift-certificate-add + .confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .confirm, .template-shippingaddressform .body .form-actions .button + .coupon-code-add, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .coupon-code-add, .template-shippingaddressform .body .form-actions .coupon-code-add + .coupon-code-add, .template-shippingaddressform .body .form-actions .coupon-code-cancel + .coupon-code-add, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .coupon-code-add, .template-shippingaddressform .body .form-actions .gift-certificate-add + .coupon-code-add, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .coupon-code-add, .template-shippingaddressform .body .form-actions .button + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .coupon-code-add + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .coupon-code-cancel + .coupon-code-cancel, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-add + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .coupon-code-cancel, .template-shippingaddressform .body .form-actions .button + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .coupon-code-add + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .coupon-code-cancel + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .gift-certificate-add + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions .button + .gift-certificate-add, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .gift-certificate-add, .template-shippingaddressform .body .form-actions .coupon-code-add + .gift-certificate-add, .template-shippingaddressform .body .form-actions .coupon-code-cancel + .gift-certificate-add, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .gift-certificate-add, .template-shippingaddressform .body .form-actions .gift-certificate-add + .gift-certificate-add, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .gift-certificate-add, .template-shippingaddressform .body .form-actions .button + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .coupon-code-add + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .coupon-code-cancel + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-add + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions .button + input.button, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.button, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.button, .template-shippingaddressform .body .form-actions .coupon-code-add + input.button, .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.button, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.button, .template-shippingaddressform .body .form-actions .gift-certificate-add + input.button, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.button, .template-shippingaddressform .body .form-actions .modal--alert .button-container .button + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .button + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .coupon-code-add + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .coupon-code-add + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .coupon-code-cancel + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container button.shipping-estimate-show + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .gift-certificate-add + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .gift-certificate-add + input.confirm, .template-shippingaddressform .body .form-actions .modal--alert .button-container .gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.confirm, .template-shippingaddressform .body .form-actions .button + input.coupon-code-add, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.coupon-code-add, .template-shippingaddressform .body .form-actions .coupon-code-add + input.coupon-code-add, .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.coupon-code-add, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.coupon-code-add, .template-shippingaddressform .body .form-actions .gift-certificate-add + input.coupon-code-add, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.coupon-code-add, .template-shippingaddressform .body .form-actions .button + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .coupon-code-add + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-add + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions .button + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .coupon-code-add + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.gift-certificate-add, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .gift-certificate-add + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.gift-certificate-add, .template-shippingaddressform .body .form-actions .button + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions .confirm + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .coupon-code-add + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .coupon-code-cancel + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions button.shipping-estimate-show + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-add + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions .gift-certificate-cancel + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.button + .button, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .button, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .button, .template-shippingaddressform .body .form-actions + input.coupon-code-add + .button, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .button, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .button, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .button, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.button + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.button + .confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.coupon-code-add + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.coupon-code-add + .confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.gift-certificate-add + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + .confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .confirm, .template-shippingaddressform .body .form-actions + input.button + .coupon-code-add, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .coupon-code-add, .template-shippingaddressform .body .form-actions + input.coupon-code-add + .coupon-code-add, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .coupon-code-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .coupon-code-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .coupon-code-add, .template-shippingaddressform .body .form-actions + input.button + .coupon-code-cancel, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-add + .coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.button + button.shipping-estimate-show, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + button.shipping-estimate-show, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions + input.coupon-code-add + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + button.shipping-estimate-show, .template-shippingaddressform .body .form-actions + input.button + .gift-certificate-add, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .gift-certificate-add, .template-shippingaddressform .body .form-actions + input.coupon-code-add + .gift-certificate-add, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .gift-certificate-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .gift-certificate-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .gift-certificate-add, .template-shippingaddressform .body .form-actions + input.button + .gift-certificate-cancel, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-add + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + .gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.button + input.button, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.button, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.button, .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.button, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.button, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.button, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.button, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.button + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.button + input.confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.coupon-code-add + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.gift-certificate-add + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.confirm, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.confirm, .template-shippingaddressform .body .form-actions + input.button + input.coupon-code-add, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.coupon-code-add, .template-shippingaddressform .body .form-actions + input.button + input.coupon-code-cancel, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions + input.button + input.gift-certificate-add, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-add, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-add, .template-shippingaddressform .body .form-actions + input.button + input.gift-certificate-cancel, .template-shippingaddressform .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-shippingaddressform .body .form-actions + input.confirm + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-add + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.coupon-code-cancel + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-add + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-cancel, .template-wishlists .body .form-actions .button + .button, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .button, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .button, .template-wishlists .body .form-actions .coupon-code-add + .button, .template-wishlists .body .form-actions .coupon-code-cancel + .button, .template-wishlists .body .form-actions button.shipping-estimate-show + .button, .template-wishlists .body .form-actions .gift-certificate-add + .button, .template-wishlists .body .form-actions .gift-certificate-cancel + .button, .template-wishlists .body .form-actions .modal--alert .button-container .button + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .button + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container .coupon-code-add + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .coupon-code-add + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container .coupon-code-cancel + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .coupon-code-cancel + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container button.shipping-estimate-show + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions button.shipping-estimate-show + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container .gift-certificate-add + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .gift-certificate-add + .confirm, .template-wishlists .body .form-actions .modal--alert .button-container .gift-certificate-cancel + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions .gift-certificate-cancel + .confirm, .template-wishlists .body .form-actions .button + .coupon-code-add, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .coupon-code-add, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .coupon-code-add, .template-wishlists .body .form-actions .coupon-code-add + .coupon-code-add, .template-wishlists .body .form-actions .coupon-code-cancel + .coupon-code-add, .template-wishlists .body .form-actions button.shipping-estimate-show + .coupon-code-add, .template-wishlists .body .form-actions .gift-certificate-add + .coupon-code-add, .template-wishlists .body .form-actions .gift-certificate-cancel + .coupon-code-add, .template-wishlists .body .form-actions .button + .coupon-code-cancel, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .coupon-code-cancel, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .coupon-code-cancel, .template-wishlists .body .form-actions .coupon-code-add + .coupon-code-cancel, .template-wishlists .body .form-actions .coupon-code-cancel + .coupon-code-cancel, .template-wishlists .body .form-actions button.shipping-estimate-show + .coupon-code-cancel, .template-wishlists .body .form-actions .gift-certificate-add + .coupon-code-cancel, .template-wishlists .body .form-actions .gift-certificate-cancel + .coupon-code-cancel, .template-wishlists .body .form-actions .button + button.shipping-estimate-show, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + button.shipping-estimate-show, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + button.shipping-estimate-show, .template-wishlists .body .form-actions .coupon-code-add + button.shipping-estimate-show, .template-wishlists .body .form-actions .coupon-code-cancel + button.shipping-estimate-show, .template-wishlists .body .form-actions button.shipping-estimate-show + button.shipping-estimate-show, .template-wishlists .body .form-actions .gift-certificate-add + button.shipping-estimate-show, .template-wishlists .body .form-actions .gift-certificate-cancel + button.shipping-estimate-show, .template-wishlists .body .form-actions .button + .gift-certificate-add, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-add, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .gift-certificate-add, .template-wishlists .body .form-actions .coupon-code-add + .gift-certificate-add, .template-wishlists .body .form-actions .coupon-code-cancel + .gift-certificate-add, .template-wishlists .body .form-actions button.shipping-estimate-show + .gift-certificate-add, .template-wishlists .body .form-actions .gift-certificate-add + .gift-certificate-add, .template-wishlists .body .form-actions .gift-certificate-cancel + .gift-certificate-add, .template-wishlists .body .form-actions .button + .gift-certificate-cancel, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + .gift-certificate-cancel, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + .gift-certificate-cancel, .template-wishlists .body .form-actions .coupon-code-add + .gift-certificate-cancel, .template-wishlists .body .form-actions .coupon-code-cancel + .gift-certificate-cancel, .template-wishlists .body .form-actions button.shipping-estimate-show + .gift-certificate-cancel, .template-wishlists .body .form-actions .gift-certificate-add + .gift-certificate-cancel, .template-wishlists .body .form-actions .gift-certificate-cancel + .gift-certificate-cancel, .template-wishlists .body .form-actions .button + input.button, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.button, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.button, .template-wishlists .body .form-actions .coupon-code-add + input.button, .template-wishlists .body .form-actions .coupon-code-cancel + input.button, .template-wishlists .body .form-actions button.shipping-estimate-show + input.button, .template-wishlists .body .form-actions .gift-certificate-add + input.button, .template-wishlists .body .form-actions .gift-certificate-cancel + input.button, .template-wishlists .body .form-actions .modal--alert .button-container .button + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .button + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container .coupon-code-add + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .coupon-code-add + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container .coupon-code-cancel + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .coupon-code-cancel + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container button.shipping-estimate-show + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions button.shipping-estimate-show + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container .gift-certificate-add + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .gift-certificate-add + input.confirm, .template-wishlists .body .form-actions .modal--alert .button-container .gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions .gift-certificate-cancel + input.confirm, .template-wishlists .body .form-actions .button + input.coupon-code-add, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-add, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.coupon-code-add, .template-wishlists .body .form-actions .coupon-code-add + input.coupon-code-add, .template-wishlists .body .form-actions .coupon-code-cancel + input.coupon-code-add, .template-wishlists .body .form-actions button.shipping-estimate-show + input.coupon-code-add, .template-wishlists .body .form-actions .gift-certificate-add + input.coupon-code-add, .template-wishlists .body .form-actions .gift-certificate-cancel + input.coupon-code-add, .template-wishlists .body .form-actions .button + input.coupon-code-cancel, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.coupon-code-cancel, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.coupon-code-cancel, .template-wishlists .body .form-actions .coupon-code-add + input.coupon-code-cancel, .template-wishlists .body .form-actions .coupon-code-cancel + input.coupon-code-cancel, .template-wishlists .body .form-actions button.shipping-estimate-show + input.coupon-code-cancel, .template-wishlists .body .form-actions .gift-certificate-add + input.coupon-code-cancel, .template-wishlists .body .form-actions .gift-certificate-cancel + input.coupon-code-cancel, .template-wishlists .body .form-actions .button + input.gift-certificate-add, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-add, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.gift-certificate-add, .template-wishlists .body .form-actions .coupon-code-add + input.gift-certificate-add, .template-wishlists .body .form-actions .coupon-code-cancel + input.gift-certificate-add, .template-wishlists .body .form-actions button.shipping-estimate-show + input.gift-certificate-add, .template-wishlists .body .form-actions .gift-certificate-add + input.gift-certificate-add, .template-wishlists .body .form-actions .gift-certificate-cancel + input.gift-certificate-add, .template-wishlists .body .form-actions .button + input.gift-certificate-cancel, .template-wishlists .body .form-actions .modal--alert .button-container .confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-wishlists .body .form-actions .confirm + input.gift-certificate-cancel, .template-wishlists .body .form-actions .coupon-code-add + input.gift-certificate-cancel, .template-wishlists .body .form-actions .coupon-code-cancel + input.gift-certificate-cancel, .template-wishlists .body .form-actions button.shipping-estimate-show + input.gift-certificate-cancel, .template-wishlists .body .form-actions .gift-certificate-add + input.gift-certificate-cancel, .template-wishlists .body .form-actions .gift-certificate-cancel + input.gift-certificate-cancel, .template-wishlists .body .form-actions + input.button + .button, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .button, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .button, .template-wishlists .body .form-actions + input.coupon-code-add + .button, .template-wishlists .body .form-actions + input.coupon-code-cancel + .button, .template-wishlists .body .form-actions + input.gift-certificate-add + .button, .template-wishlists .body .form-actions + input.gift-certificate-cancel + .button, .template-wishlists .body .modal--alert .button-container .form-actions + input.button + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.button + .confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.coupon-code-add + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.coupon-code-add + .confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.coupon-code-cancel + .confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.gift-certificate-add + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.gift-certificate-add + .confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + .confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.gift-certificate-cancel + .confirm, .template-wishlists .body .form-actions + input.button + .coupon-code-add, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-add, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .coupon-code-add, .template-wishlists .body .form-actions + input.coupon-code-add + .coupon-code-add, .template-wishlists .body .form-actions + input.coupon-code-cancel + .coupon-code-add, .template-wishlists .body .form-actions + input.gift-certificate-add + .coupon-code-add, .template-wishlists .body .form-actions + input.gift-certificate-cancel + .coupon-code-add, .template-wishlists .body .form-actions + input.button + .coupon-code-cancel, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .coupon-code-cancel, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .coupon-code-cancel, .template-wishlists .body .form-actions + input.coupon-code-add + .coupon-code-cancel, .template-wishlists .body .form-actions + input.coupon-code-cancel + .coupon-code-cancel, .template-wishlists .body .form-actions + input.gift-certificate-add + .coupon-code-cancel, .template-wishlists .body .form-actions + input.gift-certificate-cancel + .coupon-code-cancel, .template-wishlists .body .form-actions + input.button + button.shipping-estimate-show, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + button.shipping-estimate-show, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + button.shipping-estimate-show, .template-wishlists .body .form-actions + input.coupon-code-add + button.shipping-estimate-show, .template-wishlists .body .form-actions + input.coupon-code-cancel + button.shipping-estimate-show, .template-wishlists .body .form-actions + input.gift-certificate-add + button.shipping-estimate-show, .template-wishlists .body .form-actions + input.gift-certificate-cancel + button.shipping-estimate-show, .template-wishlists .body .form-actions + input.button + .gift-certificate-add, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-add, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .gift-certificate-add, .template-wishlists .body .form-actions + input.coupon-code-add + .gift-certificate-add, .template-wishlists .body .form-actions + input.coupon-code-cancel + .gift-certificate-add, .template-wishlists .body .form-actions + input.gift-certificate-add + .gift-certificate-add, .template-wishlists .body .form-actions + input.gift-certificate-cancel + .gift-certificate-add, .template-wishlists .body .form-actions + input.button + .gift-certificate-cancel, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + .gift-certificate-cancel, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + .gift-certificate-cancel, .template-wishlists .body .form-actions + input.coupon-code-add + .gift-certificate-cancel, .template-wishlists .body .form-actions + input.coupon-code-cancel + .gift-certificate-cancel, .template-wishlists .body .form-actions + input.gift-certificate-add + .gift-certificate-cancel, .template-wishlists .body .form-actions + input.gift-certificate-cancel + .gift-certificate-cancel, .template-wishlists .body .form-actions + input.button + input.button, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.button, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.button, .template-wishlists .body .form-actions + input.coupon-code-add + input.button, .template-wishlists .body .form-actions + input.coupon-code-cancel + input.button, .template-wishlists .body .form-actions + input.gift-certificate-add + input.button, .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.button, .template-wishlists .body .modal--alert .button-container .form-actions + input.button + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.button + input.confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.coupon-code-add + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.coupon-code-add + input.confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.coupon-code-cancel + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.coupon-code-cancel + input.confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.gift-certificate-add + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.gift-certificate-add + input.confirm, .template-wishlists .body .modal--alert .button-container .form-actions + input.gift-certificate-cancel + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.confirm, .template-wishlists .body .form-actions + input.button + input.coupon-code-add, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-add, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.coupon-code-add, .template-wishlists .body .form-actions + input.coupon-code-add + input.coupon-code-add, .template-wishlists .body .form-actions + input.coupon-code-cancel + input.coupon-code-add, .template-wishlists .body .form-actions + input.gift-certificate-add + input.coupon-code-add, .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.coupon-code-add, .template-wishlists .body .form-actions + input.button + input.coupon-code-cancel, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.coupon-code-cancel, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.coupon-code-add + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.coupon-code-cancel + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.gift-certificate-add + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.coupon-code-cancel, .template-wishlists .body .form-actions + input.button + input.gift-certificate-add, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-add, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.gift-certificate-add, .template-wishlists .body .form-actions + input.coupon-code-add + input.gift-certificate-add, .template-wishlists .body .form-actions + input.coupon-code-cancel + input.gift-certificate-add, .template-wishlists .body .form-actions + input.gift-certificate-add + input.gift-certificate-add, .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-add, .template-wishlists .body .form-actions + input.button + input.gift-certificate-cancel, .template-wishlists .body .modal--alert .button-container .form-actions + input.confirm + input.gift-certificate-cancel, .modal--alert .button-container .template-wishlists .body .form-actions + input.confirm + input.gift-certificate-cancel, .template-wishlists .body .form-actions + input.coupon-code-add + input.gift-certificate-cancel, .template-wishlists .body .form-actions + input.coupon-code-cancel + input.gift-certificate-cancel, .template-wishlists .body .form-actions + input.gift-certificate-add + input.gift-certificate-cancel, .template-wishlists .body .form-actions + input.gift-certificate-cancel + input.gift-certificate-cancel {
    margin-top: 15px;
    margin-left: 0; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions input + input.button, .template-giftcertificates .body .form-actions .modal--alert .button-container input + input.confirm, .modal--alert .button-container .template-giftcertificates .body .form-actions input + input.confirm, .template-giftcertificates .body .form-actions input + input.coupon-code-add, .template-giftcertificates .body .form-actions input + input.coupon-code-cancel, .template-giftcertificates .body .form-actions input + input.gift-certificate-add, .template-giftcertificates .body .form-actions input + input.gift-certificate-cancel, .template-account_inbox .body .form-actions input + input.button, .template-account_inbox .body .form-actions .modal--alert .button-container input + input.confirm, .modal--alert .button-container .template-account_inbox .body .form-actions input + input.confirm, .template-account_inbox .body .form-actions input + input.coupon-code-add, .template-account_inbox .body .form-actions input + input.coupon-code-cancel, .template-account_inbox .body .form-actions input + input.gift-certificate-add, .template-account_inbox .body .form-actions input + input.gift-certificate-cancel, .template-shippingaddressform .body .form-actions input + input.button, .template-shippingaddressform .body .form-actions .modal--alert .button-container input + input.confirm, .modal--alert .button-container .template-shippingaddressform .body .form-actions input + input.confirm, .template-shippingaddressform .body .form-actions input + input.coupon-code-add, .template-shippingaddressform .body .form-actions input + input.coupon-code-cancel, .template-shippingaddressform .body .form-actions input + input.gift-certificate-add, .template-shippingaddressform .body .form-actions input + input.gift-certificate-cancel, .template-wishlists .body .form-actions input + input.button, .template-wishlists .body .form-actions .modal--alert .button-container input + input.confirm, .modal--alert .button-container .template-wishlists .body .form-actions input + input.confirm, .template-wishlists .body .form-actions input + input.coupon-code-add, .template-wishlists .body .form-actions input + input.coupon-code-cancel, .template-wishlists .body .form-actions input + input.gift-certificate-add, .template-wishlists .body .form-actions input + input.gift-certificate-cancel {
    margin-top: 15px;
    margin-left: 0; } }

@media screen and (min-width: 1280px) {
  .account-product-detail-heading {
    font-size: 0.83333vw; } }

@media screen and (min-width: 1280px) {
  .account-product-figure {
    width: 4.86111vw;
    margin-left: 1.73611vw;
    margin-right: 1.94444vw; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: 14px;
  padding-left: 26px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      font-size: 0.97222vw;
      padding-left: 1.80556vw; } }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    top: 3px;
    border-radius: 0;
    height: 18px;
    width: 16px;
    background-color: #f1f1f1;
    border-color: #f1f1f1; }
    @media screen and (min-width: 1280px) {
      .form-checkbox + .form-label::before,
      .form-radio + .form-label::before {
        top: 0.20833vw;
        width: 1.11111vw;
        height: 1.25vw; } }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  top: 6px;
  background-size: 8px auto;
  width: 16px;
  height: 18px;
  background-color: #b72c1f;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46967 0.469727L7.53033 1.53039L3 6.06072L0.469666 3.53039L1.53033 2.46973L3 3.9394L6.46967 0.469727Z' fill='white'/%3E%3C/svg%3E%0A"); }
  @media screen and (min-width: 1280px) {
    .form-checkbox:checked + .form-label::after,
    .form-radio:checked + .form-label::after {
      top: 0.20833vw;
      width: 1.11111vw;
      height: 1.25vw;
      background-size: 0.55556vw auto; } }
  @media screen and (max-width: 1279px) {
    .form-checkbox:checked + .form-label::after,
    .form-radio:checked + .form-label::after {
      top: 3px; } }

/* ========== Login / Signup Page Styles ========== */
.panel-title {
  font-size: 20px; }
  @media screen and (min-width: 1280px) {
    .panel-title {
      font-size: 1.38889vw; } }

.new-customer-fact {
  padding-left: 11px; }
  @media screen and (min-width: 1280px) {
    .new-customer-fact {
      padding-left: 0.76389vw; } }

.login-form .form-actions {
  text-align: left; }

/* ========== Forgot Password Page Styles ========== */
.forgot-password-form .form-prefixPostfix--centeredColumn {
  flex-direction: row;
  -webkit-flex-direction: row; }
  @media screen and (max-width: 1279px) {
    .forgot-password-form .form-prefixPostfix--centeredColumn {
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .forgot-password-form .form-prefixPostfix--centeredColumn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .forgot-password-form .form-prefixPostfix--centeredColumn.form-field--error .form-inlineMessage {
    padding-left: 0; }
    .forgot-password-form .form-prefixPostfix--centeredColumn.form-field--error .form-inlineMessage::before {
      position: relative; }
  @media screen and (max-width: 1279px) {
    .forgot-password-form .form-prefixPostfix--centeredColumn .form-input {
      flex: auto; } }

.forgot-password-form .form-label {
  width: 100%; }

.forgot-password-form .button, .forgot-password-form .modal--alert .button-container .confirm, .modal--alert .button-container .forgot-password-form .confirm, .forgot-password-form .coupon-code-add, .forgot-password-form .coupon-code-cancel, .forgot-password-form button.shipping-estimate-show, .forgot-password-form .gift-certificate-add, .forgot-password-form .gift-certificate-cancel {
  margin: 0 0 0 15px; }
  @media screen and (min-width: 1280px) {
    .forgot-password-form .button, .forgot-password-form .modal--alert .button-container .confirm, .modal--alert .button-container .forgot-password-form .confirm, .forgot-password-form .coupon-code-add, .forgot-password-form .coupon-code-cancel, .forgot-password-form button.shipping-estimate-show, .forgot-password-form .gift-certificate-add, .forgot-password-form .gift-certificate-cancel {
      margin: 0 0 0 1.04167vw; } }
  @media screen and (max-width: 1279px) {
    .forgot-password-form .button, .forgot-password-form .modal--alert .button-container .confirm, .modal--alert .button-container .forgot-password-form .confirm, .forgot-password-form .coupon-code-add, .forgot-password-form .coupon-code-cancel, .forgot-password-form button.shipping-estimate-show, .forgot-password-form .gift-certificate-add, .forgot-password-form .gift-certificate-cancel {
      margin-top: 30px; } }

/* ========== RECENTLY VIEWED Page Styles ========== */
@media (min-width: 768px) {
  .account .productGrid .product {
    width: 33.33333%; } }

.template--createaccount .form-field--inputPassword:after {
  content: "Passwords must be at least 7 characters and contain: upper case letters, at least 1 number, at least 1 special character";
  font-size: 9px; }

.template--createaccount #FormField_3:after {
  content: ""; }

/* ========== CART TABLE ========== */
.cart {
  margin-bottom: 30px;
  border: 0; }
  @media screen and (min-width: 1280px) {
    .cart {
      margin-bottom: 2.08333vw; } }

.cart-header {
  background: #181818; }
  @media screen and (max-width: 1023px) {
    .cart-header {
      display: none; } }

.cart-header-item {
  padding: 18px 70px;
  color: #ffffff;
  font-family: "Industry Ultra", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .cart-header-item {
      padding: 1.25vw 4.86111vw;
      font-size: 0.83333vw; } }

@media screen and (max-width: 1023px) {
  .cart-list {
    display: block; } }

.cart-remove {
  background-color: transparent;
  padding: 0;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-top: 0;
  width: 12px;
  height: 13px;
  border-radius: 0px; }
  .cart-remove svg {
    fill: #D9D9D9; }
  .cart-remove:hover svg {
    fill: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .cart-remove {
      margin-left: 1.38889vw;
      width: 0.83333vw;
      height: 0.90278vw; } }
  @media screen and (max-width: 1023px) {
    .cart-remove {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 18px;
      height: 18px; } }

.cart-item-title, .cart-item-block {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .cart-item-title, .cart-item-block {
      padding: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-title, .cart-item-block {
      padding: 15px; } }

.cart-item-title {
  vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      padding-right: 50px; } }

td.cart-item-info {
  text-align: center; }
  @media screen and (max-width: 767px) {
    td.cart-item-info {
      padding-left: 120px;
      text-align: left;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }

.cart-item-block .cart-item-value {
  font-family: "Industry Demi", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  vertical-align: middle; }
  @media screen and (min-width: 1280px) {
    .cart-item-block .cart-item-value {
      font-size: 0.97222vw; } }

.cart-item-block.cart-item-total .cart-item-value {
  color: #b72c1f; }

.cart-item-title {
  padding-left: 0;
  height: auto; }
  .cart-item-title .cart-item-brand {
    display: none; }
  .cart-item-title .definitionList-key, .cart-item-title .definitionList-value {
    color: #555;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .cart-item-title .definitionList-key, .cart-item-title .definitionList-value {
        font-size: 0.69444vw; } }
  .cart-item-title .definitionList-key {
    font-weight: 500; }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      margin-bottom: 0;
      width: calc(100% - 160px);
      float: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      width: calc(100% - 120px); } }

@media screen and (max-width: 1023px) {
  .cart-item-block {
    display: block; } }

@media screen and (max-width: 1023px) {
  .cart-item-block:nth-child(3) {
    clear: both; } }

.cart-item-figure {
  width: 160px;
  padding: 46px; }
  @media screen and (min-width: 1280px) {
    .cart-item-figure {
      width: 11.11111vw;
      padding: 3.19444vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      margin: 0;
      float: left;
      padding: 15px; } }
  @media screen and (max-width: 767px) {
    .cart-item-figure {
      width: 120px; } }

.cart-item-image {
  max-height: 130px;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .cart-item-image {
      min-width: 4.72222vw;
      max-height: 4.72222vw;
      object-fit: contain; } }

.cart-item-brand {
  font-size: 12px; }

.cart-item-name__label:hover {
  color: #b72c1f; }

.cart-item-options--giftWrapping {
  margin-top: 10px;
  margin-bottom: 0; }

.cart-item-name {
  font-size: 12px;
  line-height: 1.3;
  font-family: "Industry Demi", sans-serif;
  color: #000000;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  .cart-item-name a {
    color: inherit; }
  .cart-item-name + .definitionList {
    margin: 6px 0; }
    @media screen and (min-width: 1280px) {
      .cart-item-name + .definitionList {
        margin: 0.41667vw 0; } }
  @media screen and (min-width: 1280px) {
    .cart-item-name {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 767px) {
    .cart-item-name {
      font-size: 14px; } }

.cart-item-quantity .form-increment {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
  font-size: 12px; }

a[data-item-edit].change-option {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    a[data-item-edit].change-option {
      font-size: 0.69444vw; } }
  a[data-item-edit].change-option:hover {
    color: black; }

@media screen and (max-width: 1279px) {
  .cart-item-info {
    width: 20%; } }

@media screen and (max-width: 1023px) {
  .cart-item-info {
    width: 33.33%;
    float: left;
    clear: none;
    text-align: left;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-info {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    text-align: left;
    padding-right: 0; } }

@media screen and (max-width: 1023px) {
  .cart-item-info:last-child {
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .cart-item {
    padding: 0;
    display: block;
    position: relative; }
    .cart-item:before, .cart-item:after {
      display: table;
      content: " "; }
    .cart-item:after {
      clear: both; } }

@media screen and (max-width: 767px) {
  .cart-item.insurance-product .cart-item-quantity {
    display: none; } }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    display: block;
    padding-left: 0;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 80px;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: none; } }

@media screen and (max-width: 1023px) {
  .cart-item-value {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-value {
    display: inline-block;
    vertical-align: middle; } }

.cart-item-option-description {
  margin-bottom: 0; }

.cart-table-wrap {
  background-color: #ffffff;
  position: relative; }
  .cart-table-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none; }
  .cart-table-wrap.cart-content-padding-right {
    padding-right: 0; }

.modal .modal-body[data-product-option-change] {
  max-height: none !important; }

.modal #CartEditProductFieldsForm .form-select {
  width: 100%;
  max-width: none; }

.modal div[data-product-attributes-wrapper] {
  height: auto !important; }

/* ========== CART TOTAL ========== */
.cart-coupon {
  float: left;
  width: 400px;
  max-width: 100%;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 1280px) {
    .cart-coupon {
      width: 27.77778vw; } }
  @media screen and (max-width: 1023px) {
    .cart-coupon {
      width: 100%;
      float: none; } }

.cart-totals {
  width: 400px;
  margin-bottom: 25px;
  font-size: 14px;
  max-width: 100%;
  font-family: "Industry Demi", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 1280px) {
    .cart-totals {
      width: 27.77778vw;
      margin-bottom: 1.73611vw;
      font-size: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .cart-totals {
      width: 100%;
      float: none; } }
  .cart-totals .form-select {
    font-family: "Gotham", sans-serif;
    font-weight: 400; }

.cart-actions {
  width: 400px;
  float: right;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .cart-actions {
      width: 27.77778vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .cart-actions {
      width: 100%;
      float: none; } }
  @media screen and (max-width: 767px) {
    .cart-actions {
      width: 100%;
      float: none; } }

.cart-total + .cart-total {
  border-top: 0.5px solid #ddd; }

.cart-coupon .cart-total + .cart-total {
  border-top: none; }

.cart-total-label,
.cart-total-value {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .cart-total-label,
    .cart-total-value {
      padding-top: 1.04167vw;
      padding-bottom: 1.04167vw; } }

.cart-total-label {
  color: #000000;
  text-align: left; }
  .cart-total-label strong {
    line-height: 30px;
    display: inline-block; }

.cart-total-value {
  text-align: right; }

.shipping-estimate-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: right;
  -moz-box-align: right;
  -ms-flex-align: right;
  -webkit-align-items: right;
  align-items: right;
  -webkit-justify-content: right;
  justify-content: right;
  margin-left: auto;
  padding: 0; }

.coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  padding: 0; }
  .coupon-code-add .shipping-estimate-show__btn-name, .coupon-code-cancel .shipping-estimate-show__btn-name, button.shipping-estimate-show .shipping-estimate-show__btn-name, .gift-certificate-add .shipping-estimate-show__btn-name, .gift-certificate-cancel .shipping-estimate-show__btn-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .coupon-code-add span, .coupon-code-cancel span, button.shipping-estimate-show span, .gift-certificate-add span, .gift-certificate-cancel span {
    width: 8px;
    height: 8px;
    display: block;
    line-height: 8px; }
    @media screen and (min-width: 1280px) {
      .coupon-code-add span, .coupon-code-cancel span, button.shipping-estimate-show span, .gift-certificate-add span, .gift-certificate-cancel span {
        width: 0.55556vw;
        height: 0.55556vw;
        line-height: 0.55556vw; } }
  .coupon-code-add svg, .coupon-code-cancel svg, button.shipping-estimate-show svg, .gift-certificate-add svg, .gift-certificate-cancel svg {
    fill: #ffffff;
    height: 100%;
    width: 100%; }
  .coupon-code-add:hover .shipping-estimate-value, .coupon-code-cancel:hover .shipping-estimate-value, button.shipping-estimate-show:hover .shipping-estimate-value, .gift-certificate-add:hover .shipping-estimate-value, .gift-certificate-cancel:hover .shipping-estimate-value {
    color: #ffffff; }
  .coupon-code-add .shipping-estimate-value, .coupon-code-cancel .shipping-estimate-value, button.shipping-estimate-show .shipping-estimate-value, .gift-certificate-add .shipping-estimate-value, .gift-certificate-cancel .shipping-estimate-value {
    color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .coupon-code-add, .coupon-code-cancel, button.shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
      width: 1.52778vw;
      height: 1.52778vw; } }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.template-cart .page-content h3[tabindex] {
  text-align: center; }

.coupon-form,
.cart-gift-certificate-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .coupon-form,
    .cart-gift-certificate-form {
      margin-bottom: 1.38889vw; } }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%;
    padding: 16px 18px;
    height: auto;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    font-size: 12px; }
    @media screen and (min-width: 1280px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        font-size: 0.83333vw;
        padding: 1.11111vw 1.25vw; } }
    @media screen and (max-width: 767px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: 70%;
        padding: 16px 20px; } }
    .coupon-form .form-input::placeholder, .cart-gift-certificate-form .form-input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #888888;
      opacity: 1;
      /* Firefox */ }
    .coupon-form .form-input:-ms-input-placeholder, .cart-gift-certificate-form .form-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #888888; }
    .coupon-form .form-input::-ms-input-placeholder, .cart-gift-certificate-form .form-input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #888888; }
  
  .coupon-form .button,
  .coupon-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .coupon-form .confirm,
  .coupon-form .coupon-code-add,
  .coupon-form .coupon-code-cancel,
  .coupon-form button.shipping-estimate-show,
  .coupon-form .gift-certificate-add,
  .coupon-form .gift-certificate-cancel,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .modal--alert .button-container .confirm,
  .modal--alert .button-container .cart-gift-certificate-form .confirm,
  .cart-gift-certificate-form .coupon-code-add,
  .cart-gift-certificate-form .coupon-code-cancel,
  .cart-gift-certificate-form button.shipping-estimate-show,
  .cart-gift-certificate-form .gift-certificate-add,
  .cart-gift-certificate-form .gift-certificate-cancel {
    padding: 17px 30px;
    margin-left: 0;
    width: auto;
    background-color: #272727;
    font-weight: 500; }
    .coupon-form .button:hover, .coupon-form .modal--alert .button-container .confirm:hover, .modal--alert .button-container .coupon-form .confirm:hover, .coupon-form .coupon-code-add:hover, .coupon-form .coupon-code-cancel:hover, .coupon-form button.shipping-estimate-show:hover, .coupon-form .gift-certificate-add:hover, .coupon-form .gift-certificate-cancel:hover, .cart-gift-certificate-form .button:hover, .cart-gift-certificate-form .modal--alert .button-container .confirm:hover, .modal--alert .button-container .cart-gift-certificate-form .confirm:hover, .cart-gift-certificate-form .coupon-code-add:hover, .cart-gift-certificate-form .coupon-code-cancel:hover, .cart-gift-certificate-form button.shipping-estimate-show:hover, .cart-gift-certificate-form .gift-certificate-add:hover, .cart-gift-certificate-form .gift-certificate-cancel:hover {
      background-color: #b72c1f; }
    @media screen and (min-width: 1280px) {
      
      .coupon-form .button,
      .coupon-form .modal--alert .button-container .confirm,
      .modal--alert .button-container .coupon-form .confirm,
      .coupon-form .coupon-code-add,
      .coupon-form .coupon-code-cancel,
      .coupon-form button.shipping-estimate-show,
      .coupon-form .gift-certificate-add,
      .coupon-form .gift-certificate-cancel,
      .cart-gift-certificate-form .button,
      .cart-gift-certificate-form .modal--alert .button-container .confirm,
      .modal--alert .button-container .cart-gift-certificate-form .confirm,
      .cart-gift-certificate-form .coupon-code-add,
      .cart-gift-certificate-form .coupon-code-cancel,
      .cart-gift-certificate-form button.shipping-estimate-show,
      .cart-gift-certificate-form .gift-certificate-add,
      .cart-gift-certificate-form .gift-certificate-cancel {
        padding: 1.18056vw 2.08333vw; } }
    @media screen and (max-width: 767px) {
      
      .coupon-form .button,
      .coupon-form .modal--alert .button-container .confirm,
      .modal--alert .button-container .coupon-form .confirm,
      .coupon-form .coupon-code-add,
      .coupon-form .coupon-code-cancel,
      .coupon-form button.shipping-estimate-show,
      .coupon-form .gift-certificate-add,
      .coupon-form .gift-certificate-cancel,
      .cart-gift-certificate-form .button,
      .cart-gift-certificate-form .modal--alert .button-container .confirm,
      .modal--alert .button-container .cart-gift-certificate-form .confirm,
      .cart-gift-certificate-form .coupon-code-add,
      .cart-gift-certificate-form .coupon-code-cancel,
      .cart-gift-certificate-form button.shipping-estimate-show,
      .cart-gift-certificate-form .gift-certificate-add,
      .cart-gift-certificate-form .gift-certificate-cancel {
        width: 30%;
        margin-left: 0; } }

/* ========== ESTIMATE FORM ========== */
.estimator-form .estimator-form-label {
  float: none; }
  .estimator-form .estimator-form-label .form-label {
    line-height: normal;
    text-align: left;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .estimator-form .estimator-form-label .form-label {
        margin-bottom: 0.69444vw; } }

.estimator-form .estimator-form-input {
  width: 100%;
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .estimator-form .estimator-form-input {
      margin-bottom: 1.73611vw; } }

.estimator-form .button--primary {
  width: 100%; }

.shipping-quotes {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 413px) {
    .shipping-quotes {
      font-size: 12px; } }
  .shipping-quotes ul {
    margin-left: 0; }
  .shipping-quotes dl {
    margin-bottom: 0; }
    .shipping-quotes dl:before, .shipping-quotes dl:after {
      display: table;
      content: " "; }
    .shipping-quotes dl:after {
      clear: both; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      margin-bottom: 1.38889vw; } }

.cart-total-grandTotal {
  font-size: 18px;
  font-family: inherit;
  color: #b72c1f; }
  @media screen and (min-width: 1280px) {
    .cart-total-grandTotal {
      font-size: 1.25vw; } }

.cart-actions.cart-content-padding-right {
  padding-right: 0; }

.cart-actions .button, .cart-actions .modal--alert .button-container .confirm, .modal--alert .button-container .cart-actions .confirm, .cart-actions .coupon-code-add, .cart-actions .coupon-code-cancel, .cart-actions button.shipping-estimate-show, .cart-actions .gift-certificate-add, .cart-actions .gift-certificate-cancel {
  display: block;
  width: 100%; }

/* Insurance checkbox start */
.cart-insurance-wrapper {
  max-width: 400px;
  clear: both;
  margin-right: 0;
  margin-left: auto; }
  @media screen and (min-width: 1280px) {
    .cart-insurance-wrapper {
      max-width: 27.77778vw; } }
  @media screen and (max-width: 1023px) {
    .cart-insurance-wrapper {
      max-width: 100%; } }

.cart-insurance-container {
  text-align: right;
  border: 1px solid #b72c1f;
  padding: 15px 20px;
  width: 100%;
  margin-left: auto; }
  @media screen and (min-width: 1280px) {
    .cart-insurance-container {
      padding: 1.04167vw 1.38889vw; } }
  .cart-insurance-container .insurance-thumbnail {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .cart-insurance-container .insurance-thumbnail {
        width: 2.43056vw;
        height: 2.43056vw;
        margin-right: 0.69444vw; } }
  .cart-insurance-container label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #ff0000;
    font-weight: 500;
    font-size: 12px;
    font-family: "Industry", sans-serif;
    color: black;
    padding-left: 35px; }
    @media screen and (min-width: 1280px) {
      .cart-insurance-container label {
        font-size: 0.83333vw;
        padding-left: 2.43056vw; } }
    .cart-insurance-container label:before {
      position: absolute;
      top: 50%;
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      cursor: pointer;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      left: 0; }
      @media screen and (min-width: 1280px) {
        .cart-insurance-container label:before {
          width: 1.38889vw;
          height: 1.38889vw;
          margin-top: -0.69444vw; } }
  .cart-insurance-container input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
    .cart-insurance-container input:checked + label:after,
    .cart-insurance-container input.default-checked + label:after {
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 0px;
      background-color: #b72c1f;
      background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46967 0.469727L7.53033 1.53039L3 6.06072L0.469666 3.53039L1.53033 2.46973L3 3.9394L6.46967 0.469727Z' fill='white'/%3E%3C/svg%3E%0A");
      background-size: 12px auto;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1280px) {
        .cart-insurance-container input:checked + label:after,
        .cart-insurance-container input.default-checked + label:after {
          width: 1.38889vw;
          height: 1.38889vw;
          margin-top: -0.69444vw;
          background-size: 0.83333vw auto; } }
  .cart-insurance-container p {
    margin-bottom: 0;
    line-height: initial;
    text-align: left; }
    .cart-insurance-container p .cart-insurance-learn-more {
      display: block;
      margin-right: auto;
      margin-top: 5px;
      color: #b72c1f;
      text-decoration: underline; }
      @media screen and (min-width: 1280px) {
        .cart-insurance-container p .cart-insurance-learn-more {
          margin-top: 0.34722vw; } }

.insurance-product .cart-item-quantity,
.insurance-product .cart-remove,
.insurance-product .cart-item-pricing,
.insurance-product .previewCartItem-price,
.insurance-product .cart-item-image {
  pointer-events: none; }
  .insurance-product .cart-item-quantity:not(.cart-item-image):not(.cart-item-name__label),
  .insurance-product .cart-remove:not(.cart-item-image):not(.cart-item-name__label),
  .insurance-product .cart-item-pricing:not(.cart-item-image):not(.cart-item-name__label),
  .insurance-product .previewCartItem-price:not(.cart-item-image):not(.cart-item-name__label),
  .insurance-product .cart-item-image:not(.cart-item-image):not(.cart-item-name__label) {
    opacity: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .insurance-product .cart-item-quantity,
    .insurance-product .cart-remove,
    .insurance-product .cart-item-pricing,
    .insurance-product .previewCartItem-price,
    .insurance-product .cart-item-image {
      /*display: none; */ } }

.insurance-product * {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.insurance-product .cart-item-name {
  pointer-events: none; }

.insurance-product .cart-item-title *:not(.cart-item-name) :not(.cart-item-name__label), .insurance-product .change-option {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.force-show.loadingOverlay {
  display: block !important; }

.cart-content .loadingOverlay {
  position: fixed;
  z-index: 1000000; }

#insurance-modal {
  z-index: 1000000000; }
  #insurance-modal .insurance-thumbnail {
    max-width: 55px;
    width: 100%;
    margin: 10px auto 20px;
    display: block; }
  #insurance-modal .modal-header-title {
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      #insurance-modal .modal-header-title {
        font-size: 24px; } }
  #insurance-modal .modal-header-subtitle {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }
    @media screen and (max-width: 767px) {
      #insurance-modal .modal-header-subtitle {
        font-size: 12px; } }
  #insurance-modal .cart-insurance-terms {
    text-align: left;
    font-size: 10px;
    line-height: 18px;
    margin-top: 25px;
    color: black; }
    @media screen and (min-width: 1280px) {
      #insurance-modal .cart-insurance-terms {
        font-size: 0.69444vw;
        line-height: 1.25vw;
        margin-top: 1.73611vw; } }

/* Insurance checkbox end */
#CartEditProductFieldsForm .select2-container--default .select2-results > .select2-results__options {
  max-height: 80px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .select2-container--default .select2-results > .select2-results__options {
      max-height: 5.55556vw; } }

#CartEditProductFieldsForm .form-radio + .form-label::before {
  width: 18px;
  height: 18px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .form-radio + .form-label::before {
      width: 1.25vw;
      height: 1.25vw; } }

#CartEditProductFieldsForm .form-radio:checked + .form-label::after {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0px;
  border: 0px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .form-radio:checked + .form-label::after {
      width: 1.25vw;
      height: 1.25vw; } }

@media screen and (max-width: 666px) {
  .modal #CartEditProductFieldsForm .form-actions {
    margin-bottom: 15px; } }

@media screen and (max-width: 666px) {
  .previewCartCheckout-total {
    flex-direction: column;
    align-items: center !important; }
    .previewCartCheckout-total .previewCartCheckout-subtotal {
      margin-top: 15px; } }

.alertBox--info {
  background: #b72c1f;
  border: 1px solid #b72c1f;
  color: #FFFFFF; }

.alertBox--info a {
  color: #FFFFFF;
  text-decoration: underline; }

.alertBox--info svg {
  fill: #FFFFFF; }

.blog-page .page-heading {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .blog-page .page-heading {
      font-size: 1.66667vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .blog-page .page-heading {
      margin-bottom: 30px; } }

.template--blog_post .overlap-content {
  padding-bottom: 277px; }
  @media screen and (min-width: 1280px) {
    .template--blog_post .overlap-content {
      padding-bottom: 19.23611vw; } }
  @media screen and (max-width: 1023px) {
    .template--blog_post .overlap-content {
      padding-bottom: 225px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .template--blog_post .overlap-content {
      padding-bottom: 165px; } }
  .template--blog_post .overlap-content + .container {
    margin-top: -255px; }
    @media screen and (min-width: 1280px) {
      .template--blog_post .overlap-content + .container {
        margin-top: -17.70833vw; } }
    @media screen and (max-width: 1023px) {
      .template--blog_post .overlap-content + .container {
        margin-top: -195px; } }
    @media screen and (max-width: 767px) {
      .template--blog_post .overlap-content + .container {
        margin-top: -145px; } }

/* ========== BLOG LISTING STYLE ========== */
.blog-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -30px; }
  @media screen and (min-width: 1280px) {
    .blog-wrap {
      margin: 0 -2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .blog-wrap {
      margin: 0 -20px; } }
  @media screen and (max-width: 1023px) {
    .blog-wrap {
      margin: 0 -15px; } }
  @media screen and (max-width: 767px) {
    .blog-wrap {
      margin: 0 -10px; } }
  .blog-wrap .blog {
    width: calc(100% / 3);
    padding: 0 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .blog-wrap .blog {
        padding: 0 2.08333vw;
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .blog-wrap .blog {
        padding: 0 20px; } }
    @media screen and (max-width: 1023px) {
      .blog-wrap .blog {
        padding: 0 15px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .blog-wrap .blog {
        padding: 0 10px; } }
    .blog-wrap .blog + .blog {
      border-top: none; }
    .blog-wrap .blog .blog-thumbnail {
      max-width: 100%;
      margin-bottom: 20px; }
      .blog-wrap .blog .blog-thumbnail a {
        display: block;
        vertical-align: middle;
        max-width: 100%; }
      .blog-wrap .blog .blog-thumbnail img {
        height: 240px;
        object-fit: cover; }
        @media screen and (min-width: 1280px) {
          .blog-wrap .blog .blog-thumbnail img {
            height: 16.66667vw; } }
      @media screen and (min-width: 1280px) {
        .blog-wrap .blog .blog-thumbnail {
          margin-bottom: 1.38889vw; } }
    .blog-wrap .blog .blog-post-body {
      text-align: left; }
      .blog-wrap .blog .blog-post-body .blog-title {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-transform: uppercase; }
        .blog-wrap .blog .blog-post-body .blog-title a {
          color: inherit; }
          .blog-wrap .blog .blog-post-body .blog-title a:hover {
            color: #b72c1f; }
        @media screen and (min-width: 1280px) {
          .blog-wrap .blog .blog-post-body .blog-title {
            margin: 0 0 0.69444vw 0;
            font-size: 1.25vw; } }
      .blog-wrap .blog .blog-post-body .blog-date, .blog-wrap .blog .blog-post-body .blog-author {
        text-align: inherit; }
      .blog-wrap .blog .blog-post-body .blog-date {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        color: #888;
        margin-bottom: 8px; }
        @media screen and (min-width: 1280px) {
          .blog-wrap .blog .blog-post-body .blog-date {
            font-size: 0.83333vw;
            margin-bottom: 0.55556vw; } }
      .blog-wrap .blog .blog-post-body .blog-post {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 300; }
        .blog-wrap .blog .blog-post-body .blog-post a[aria-label] {
          text-transform: uppercase;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-top: 20px;
          font-family: "Industry Demi", sans-serif;
          font-size: 12px;
          line-height: 1.2;
          letter-spacing: 0.1em;
          color: #434441;
          white-space: nowrap; }
          .blog-wrap .blog .blog-post-body .blog-post a[aria-label]:hover {
            color: #b72c1f; }
            .blog-wrap .blog .blog-post-body .blog-post a[aria-label]:hover:after {
              /*width: 100%;*/
              -webkit-transform: translate(15px, 0);
              -moz-transform: translate(15px, 0);
              -ms-transform: translate(15px, 0);
              transform: translate(15px, 0);
              background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0L0 0L2.5 4L0 8H1.5L4 4L1.5 0Z' fill='%23b72c1f'/%3E%3C/svg%3E%0A"); }
          .blog-wrap .blog .blog-post-body .blog-post a[aria-label]:after {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0L0 0L2.5 4L0 8H1.5L4 4L1.5 0Z' fill='%23434441'/%3E%3C/svg%3E%0A");
            background-size: 4px 8px;
            background-repeat: no-repeat;
            display: inline-block;
            width: 8px;
            height: 8px;
            background-position: center right;
            transition: all  0.2s linear;
            margin-left: 16px;
            margin-top: 1px; }
            @media screen and (min-width: 1280px) {
              .blog-wrap .blog .blog-post-body .blog-post a[aria-label]:after {
                background-size: 0.27778vw 0.55556vw;
                width: 0.55556vw;
                height: 0.55556vw;
                margin-left: 1.11111vw;
                margin-top: 0.06944vw; } }
          @media screen and (min-width: 1280px) {
            .blog-wrap .blog .blog-post-body .blog-post a[aria-label] {
              margin-top: 1.38889vw;
              font-size: 0.83333vw; } }
        @media screen and (min-width: 1280px) {
          .blog-wrap .blog .blog-post-body .blog-post {
            font-size: 0.97222vw; } }
    .blog-wrap .blog .social-wrap {
      display: none; }
    @media screen and (min-width: 1280px) {
      .blog-wrap .blog {
        padding: 0 2.08333vw;
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .blog-wrap .blog {
        width: calc(100% / 2); } }
    @media screen and (max-width: 767px) {
      .blog-wrap .blog {
        width: 100%; } }
  @media screen and (min-width: 1280px) {
    .blog-wrap {
      margin: 0 -2.08333vw; } }

.template-blog .page {
  margin-left: 0;
  margin-right: 0; }

.blog-post-figure {
  width: 100%; }

.blog-post-body {
  width: 100%; }

/* ========== BLOG DETAIL STYLE ========== */
.blog-header .page-heading {
  letter-spacing: 0.06em;
  max-width: 675px;
  margin: auto;
  margin-bottom: 12px; }
  .blog-header .page-heading a {
    color: inherit; }
  @media screen and (min-width: 1280px) {
    .blog-header .page-heading {
      max-width: 46.875vw;
      margin-bottom: 0.83333vw; } }

.blog-header .blog-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .blog-header .blog-date {
      font-size: 0.83333vw; } }

.blog-detail .blog-post-figure {
  max-width: none; }
  .blog-detail .blog-post-figure .blog-thumbnail {
    max-width: none;
    margin-bottom: 50.62px; }
    .blog-detail .blog-post-figure .blog-thumbnail img {
      height: 460px;
      object-fit: cover; }
      @media screen and (min-width: 1280px) {
        .blog-detail .blog-post-figure .blog-thumbnail img {
          height: 31.94444vw; } }
      @media screen and (max-width: 1023px) {
        .blog-detail .blog-post-figure .blog-thumbnail img {
          height: 320px; } }
      @media screen and (max-width: 767px) {
        .blog-detail .blog-post-figure .blog-thumbnail img {
          height: 210px; } }
    @media screen and (min-width: 1280px) {
      .blog-detail .blog-post-figure .blog-thumbnail {
        margin-bottom: 3.51528vw; } }

.blog-detail .blog-header {
  display: none; }

.blog-detail .blog-post-body {
  max-width: 800px; }
  .blog-detail .blog-post-body h4, .blog-detail .blog-post-body .h4 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      .blog-detail .blog-post-body h4, .blog-detail .blog-post-body .h4 {
        font-size: 1.66667vw;
        margin-bottom: 1.45833vw;
        margin-top: 2.77778vw; } }
  .blog-detail .blog-post-body p {
    font-size: inherit;
    line-height: inherit; }
    .blog-detail .blog-post-body p a {
      color: #b72c1f;
      text-decoration: underline; }
      .blog-detail .blog-post-body p a:hover {
        color: black; }
  @media screen and (min-width: 1280px) {
    .blog-detail .blog-post-body {
      max-width: 55.55556vw; } }

.blog-detail .blog-post {
  border-bottom: 1px solid #000000;
  font-size: 14px;
  line-height: 1.571428;
  font-weight: 300;
  padding-bottom: 20px; }
  .blog-detail .blog-post iframe {
    width: 100%;
    height: 461px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: block; }
    @media screen and (min-width: 1280px) {
      .blog-detail .blog-post iframe {
        height: 32.01389vw;
        margin-top: 2.77778vw;
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .blog-detail .blog-post iframe {
        height: 390px; } }
    @media screen and (max-width: 767px) {
      .blog-detail .blog-post iframe {
        height: 230px; } }
  @media screen and (min-width: 1280px) {
    .blog-detail .blog-post {
      font-size: 0.97222vw;
      padding-bottom: 1.38889vw; } }

.blog-detail .tags-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .blog-detail .tags-wrap {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .blog-detail .tags-wrap {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .blog-detail .tags-wrap {
      flex-direction: column;
      -webkit-flex-direction: column;
      margin-top: 20px; } }
  .blog-detail .tags-wrap .tags {
    margin: 0; }
    .blog-detail .tags-wrap .tags .tag {
      background-color: #F6F6F6;
      display: inline-block;
      margin: 0 5px; }
      .blog-detail .tags-wrap .tags .tag a {
        color: #000000;
        font-size: 14px;
        line-height: 1.214;
        padding: 10px 20px; }
        @media screen and (min-width: 1280px) {
          .blog-detail .tags-wrap .tags .tag a {
            font-size: 0.97222vw;
            padding: 0.69444vw 1.38889vw; } }
      @media screen and (min-width: 1280px) {
        .blog-detail .tags-wrap .tags .tag {
          margin: 0 0.34722vw; } }
      @media screen and (max-width: 767px) {
        .blog-detail .tags-wrap .tags .tag {
          margin: 5px; } }
  .blog-detail .tags-wrap .label {
    min-width: 130px;
    text-align: left;
    font-family: "Industry Demi", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .blog-detail .tags-wrap .label {
        min-width: 9.02778vw; } }
    @media screen and (max-width: 767px) {
      .blog-detail .tags-wrap .label {
        min-width: 0;
        margin-bottom: 20px; } }

.blog-detail .social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px; }
  @media screen and (max-width: 1023px) {
    .blog-detail .social-wrap {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .blog-detail .social-wrap {
      margin-top: 20px; } }
  .blog-detail .social-wrap .label {
    min-width: 130px;
    text-align: left;
    font-family: "Industry Demi", sans-serif;
    line-height: 1.4; }
    @media screen and (min-width: 1280px) {
      .blog-detail .social-wrap .label {
        min-width: 9.02778vw; } }
    @media screen and (max-width: 767px) {
      .blog-detail .social-wrap .label {
        min-width: 0;
        margin-bottom: 20px; } }
  .blog-detail .social-wrap .socialLinks-item:first-child {
    margin-left: 0; }
  .blog-detail .social-wrap .socialLinks-item--facebook {
    order: 1; }
  .blog-detail .social-wrap .socialLinks-item--email {
    order: 2; }
  .blog-detail .social-wrap .socialLinks-item--pinterest {
    order: 3;
    margin-right: 10px; }
    @media screen and (min-width: 1280px) {
      .blog-detail .social-wrap .socialLinks-item--pinterest {
        margin-right: 0.69444vw; } }
  .blog-detail .social-wrap .socialLinks-item--print {
    order: 4; }
  .blog-detail .social-wrap .socialLinks-item--twitter {
    order: 5; }
  @media screen and (min-width: 1280px) {
    .blog-detail .social-wrap {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .blog-detail .social-wrap {
      flex-direction: column;
      -webkit-flex-direction: column; } }

.template-blog_post .blog-thumbnail {
  width: 100%;
  max-width: 100%; }
  .template-blog_post .blog-thumbnail a {
    width: 100%; }

.related-post {
  margin-top: 50px;
  padding-top: 50px;
  border-top: .5px solid #bbb;
  display: none; }
  @media screen and (min-width: 1280px) {
    .related-post {
      margin-top: 3.47222vw;
      padding-top: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .related-post {
      margin-top: 30px;
      padding-top: 30px; } }
  .related-post .page-heading {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .related-post .page-heading {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .related-post .page-heading {
        margin-bottom: 20px; } }
  .related-post .blog-wrap {
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .related-post .blog-wrap {
        width: auto; } }
  .related-post .blog {
    margin-bottom: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
    @media screen and (max-width: 1023px) {
      .related-post .blog {
        margin-bottom: 30px; } }

/* ========== BLOG GRID STYLE ========== */
.blog-grid-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .blog-grid-style .blog-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 24px 0; }
    @media screen and (max-width: 1439px) {
      .blog-grid-style .blog-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .blog-grid-style .blog-item {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item {
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item + .blog-item {
        margin-top: 30px; } }
  .blog-grid-style .blog {
    margin: 0;
    border: 1px solid #dddddd;
    height: 100%; }
    .blog-grid-style .blog + .blog {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .blog-grid-style .blog-thumbnail {
    width: 100%;
    margin: 0;
    max-width: 100%; }
    .blog-grid-style .blog-thumbnail a {
      padding: 0;
      border: none;
      display: block;
      height: 250px;
      overflow: hidden; }
    .blog-grid-style .blog-thumbnail img {
      object-position: center center;
      object-fit: cover;
      height: 100%; }
  .blog-grid-style .blog-post-body {
    padding: 30px 20px; }

.facebookRecommendBtn {
  position: static !important;
  height: 20px;
  width: 120px; }
  @media screen and (max-width: 767px) {
    .facebookRecommendBtn {
      margin-top: 15px; } }

.template-page .page-content h1, .template-page .page-content h2, .template-page .page-content h3, .template-page .page-content h4, .template-page .page-content h5, .template-page .page-content h6 {
  margin-top: 40px; }

.template-page .page-content ul, .template-page .page-content ol {
  margin-left: 20px; }
  .template-page .page-content ul li + li, .template-page .page-content ol li + li {
    margin-top: 10px; }

.template-page .page-content > * {
  margin-top: 0; }

.template-page .page-content.page-content--centered {
  width: 100%; }

.template--page .page-content a:hover {
  color: #b72c1f; }

/* ========== ABOUT PAGE STYLE ========== */
.about-intro {
  background-color: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 37.5px;
  text-align: center; }
  .about-intro p {
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .about-intro p {
        line-height: 1.52778vw; } }
  @media screen and (min-width: 1280px) {
    .about-intro {
      padding-top: 4.16667vw;
      padding-bottom: 4.16667vw;
      margin-bottom: 2.60417vw; } }
  @media screen and (max-width: 1023px) {
    .about-intro {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px; } }

.grid-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 1280px) {
    .grid-box {
      margin-left: -1.04167vw;
      margin-right: -1.04167vw; } }

.history, .team-member {
  padding-bottom: 47.5px;
  overflow: hidden; }
  .history .grid-box, .team-member .grid-box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .history__item, .team-member__item {
    padding: 22.5px 0; }
    @media screen and (min-width: 1280px) {
      .history__item, .team-member__item {
        padding: 1.5625vw 0; } }
  .history__head, .team-member__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 39px; }
    .history__head h3, .team-member__head h3 {
      color: #b72c1f;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      line-height: 1.1875;
      margin-bottom: 0;
      min-height: 45px; }
      @media screen and (min-width: 1280px) {
        .history__head h3, .team-member__head h3 {
          min-height: 3.125vw; } }
    .history__head::after, .team-member__head::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000000;
      margin-left: 30px;
      display: block; }
      @media screen and (min-width: 1280px) {
        .history__head::after, .team-member__head::after {
          margin-left: 2.08333vw; } }
    @media screen and (min-width: 1280px) {
      .history__head, .team-member__head {
        margin-bottom: 2.70833vw; } }
    @media screen and (max-width: 1023px) {
      .history__head, .team-member__head {
        margin-bottom: 20px; } }
  .history__img, .team-member__img {
    width: 450px; }
    .history__img img, .team-member__img img {
      width: 100%; }
    @media screen and (min-width: 1280px) {
      .history__img, .team-member__img {
        width: 31.25vw; } }
    @media screen and (max-width: 1023px) {
      .history__img, .team-member__img {
        width: 300px;
        align-self: flex-start; } }
    @media screen and (max-width: 767px) {
      .history__img, .team-member__img {
        width: 100%; } }
  .history__content, .team-member__content {
    padding-left: 65px;
    width: calc(100% - 450px); }
    .history__content p, .team-member__content p {
      line-height: 1.571428;
      font-weight: 300; }
      .history__content p:last-child, .team-member__content p:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .history__content, .team-member__content {
        padding-left: 4.51389vw;
        width: calc(100% - 31.25vw); } }
    @media screen and (max-width: 1023px) {
      .history__content, .team-member__content {
        width: calc(100% - 300px);
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .history__content, .team-member__content {
        width: 100%;
        margin: 20px 0; } }
  @media screen and (min-width: 1280px) {
    .history, .team-member {
      padding-bottom: 3.29861vw; } }
  @media screen and (max-width: 1023px) {
    .history, .team-member {
      padding-bottom: 20px; } }

.history__item:nth-child(even) .history__head {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }
  .history__item:nth-child(even) .history__head::after {
    margin-left: 0;
    margin-right: 30px; }
    @media screen and (min-width: 1280px) {
      .history__item:nth-child(even) .history__head::after {
        margin-right: 2.08333vw; } }

.history__item:nth-child(even) .grid-box {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }
  .history__item:nth-child(even) .grid-box .history__content {
    padding-left: 15px;
    padding-right: 65px; }
    @media screen and (min-width: 1280px) {
      .history__item:nth-child(even) .grid-box .history__content {
        padding-left: 1.04167vw;
        padding-right: 4.51389vw; } }
    @media screen and (max-width: 1023px) {
      .history__item:nth-child(even) .grid-box .history__content {
        padding-right: 15px; } }

.team-member {
  background-color: #000000;
  color: white;
  padding-top: 37px;
  padding-bottom: 0;
  background-image: url("../img/homepage-bg-1.svg");
  background-repeat: no-repeat;
  background-size: 202px 401px;
  background-attachment: fixed;
  background-position: left top; }
  .team-member .grid-box {
    margin-left: 0;
    margin-right: 0; }
  .team-member__item {
    border-bottom: 1px solid #222222;
    margin-bottom: 37px;
    padding: 0 65px; }
    .team-member__item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .team-member__item {
        margin-bottom: 2.60417vw;
        padding: 0 4.51389vw; } }
    .team-member__item:nth-child(odd) .history__head {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
      .team-member__item:nth-child(odd) .history__head::after {
        margin-left: 0;
        margin-right: 30px; }
        @media screen and (min-width: 1280px) {
          .team-member__item:nth-child(odd) .history__head::after {
            margin-right: 2.08333vw; } }
    .team-member__item:nth-child(odd) .grid-box {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
      .team-member__item:nth-child(odd) .grid-box .history__content {
        padding-left: 15px;
        padding-right: 65px; }
        @media screen and (min-width: 1280px) {
          .team-member__item:nth-child(odd) .grid-box .history__content {
            padding-left: 1.04167vw;
            padding-right: 4.51389vw; } }
        @media screen and (max-width: 1023px) {
          .team-member__item:nth-child(odd) .grid-box .history__content {
            padding-right: 15px; } }
    .team-member__item:nth-child(odd) .team-member__content {
      padding-left: 85px;
      padding-right: 72px; }
      @media screen and (min-width: 1280px) {
        .team-member__item:nth-child(odd) .team-member__content {
          padding-left: 5.90278vw;
          padding-right: 5vw; } }
      @media screen and (max-width: 1279px) {
        .team-member__item:nth-child(odd) .team-member__content {
          padding-left: 35px;
          padding-right: 40px; } }
      @media screen and (max-width: 1023px) {
        .team-member__item:nth-child(odd) .team-member__content {
          padding-left: 15px;
          padding-right: 15px; } }
    @media screen and (max-width: 1279px) {
      .team-member__item {
        padding: 0 30px; } }
    @media screen and (max-width: 1023px) {
      .team-member__item {
        padding: 0 15px;
        margin-bottom: 20px; } }
  .team-member__head {
    margin-bottom: 23px; }
    .team-member__head h4 {
      font-size: 24px;
      color: inherit;
      margin-bottom: 0;
      line-height: 1.2083;
      letter-spacing: 0.06em;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .team-member__head h4 {
          font-size: 1.66667vw; } }
    .team-member__head::after {
      display: none; }
    @media screen and (min-width: 1280px) {
      .team-member__head {
        margin-bottom: 1.59722vw; } }
  .team-member__img {
    width: 39.161%; }
    @media screen and (max-width: 1023px) {
      .team-member__img img {
        width: 300px; } }
    @media screen and (max-width: 1023px) {
      .team-member__img {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 1279px) {
      .team-member__img {
        align-self: flex-end; } }
  .team-member__content {
    width: 60.839%;
    padding-left: 31px;
    padding-right: 126px; }
    @media screen and (min-width: 1280px) {
      .team-member__content {
        padding-left: 2.15278vw;
        padding-right: 8.75vw; } }
    @media screen and (max-width: 1279px) {
      .team-member__content {
        padding-bottom: 58px;
        padding-top: 58px;
        padding-right: 65px; } }
    @media screen and (max-width: 1023px) {
      .team-member__content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px; } }
  @media screen and (min-width: 1280px) {
    .team-member {
      padding-top: 2.60417vw;
      background-size: 14.02778vw 27.84722vw; } }
  @media screen and (max-width: 1279px) {
    .team-member {
      background-size: 132px 261px; } }

.team img {
  width: 100%; }

/* ========== SITEMAP PAGE STYLE ========== */
.sitemap-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0px;
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .sitemap-style {
      margin: 0 -0.69444vw; } }
  .sitemap-style h5 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px; }
    @media screen and (min-width: 1280px) {
      .sitemap-style h5 {
        margin-bottom: 1.04167vw;
        font-size: 1.38889vw;
        line-height: 1.80556vw; } }
  .sitemap-style > li {
    list-style: none;
    width: 100%;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .sitemap-style > li {
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .sitemap-style > li + li {
        margin-top: 25px; } }
    .sitemap-style > li a {
      line-height: 24px;
      font-size: 14px; }
      @media screen and (min-width: 1280px) {
        .sitemap-style > li a {
          line-height: 1.66667vw;
          font-size: 0.97222vw; } }
      .sitemap-style > li a:hover {
        color: #b72c1f; }
  .sitemap-style .show-all a {
    font-style: italic;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .sitemap-style {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

/* ========== JOIN PAGE STYLE ========== */
.join-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #F6F6F6;
  margin-bottom: 50px;
  margin-top: 23px; }
  .join-section .left-block, .join-section .right-block {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .join-section .left-block, .join-section .right-block {
        width: 100%; } }
  .join-section .right-block {
    border-left: 1px solid #dddddd; }
    @media screen and (max-width: 1023px) {
      .join-section .right-block {
        border-left: 0px; } }
    .join-section .right-block ul {
      margin: 0;
      padding: 0;
      counter-reset: section; }
      .join-section .right-block ul li {
        list-style: none;
        padding: 50px 80px;
        border-bottom: 1px solid #dddddd;
        position: relative; }
        .join-section .right-block ul li::before {
          counter-increment: section;
          content: "0" counter(section);
          color: #b72c1f;
          position: absolute;
          left: 30px;
          letter-spacing: 0.06em;
          font-size: 18px;
          font-family: "Industry Demi", sans-serif;
          font-weight: 500;
          top: 48px; }
          @media screen and (min-width: 1280px) {
            .join-section .right-block ul li::before {
              left: 2.08333vw;
              font-size: 1.25vw;
              top: 3.33333vw; } }
          @media screen and (max-width: 1023px) {
            .join-section .right-block ul li::before {
              top: 26px;
              left: 15px; } }
        .join-section .right-block ul li:last-child {
          border-bottom: none; }
          @media screen and (max-width: 1023px) {
            .join-section .right-block ul li:last-child {
              border-bottom: 1px solid #dddddd; } }
        @media screen and (max-width: 767px) {
          .join-section .right-block ul li:first-child {
            border-top: 1px solid #dddddd; } }
        @media screen and (min-width: 1280px) {
          .join-section .right-block ul li {
            padding: 3.47222vw 5.55556vw; } }
        @media screen and (max-width: 1023px) {
          .join-section .right-block ul li {
            padding-top: 30px;
            padding-bottom: 30px;
            padding-left: 50px;
            padding-right: 50px;
            border: 1px solid #dddddd;
            margin-top: -1px; } }
        .join-section .right-block ul li a {
          text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .join-section .right-block {
        border-left: none; } }
  .join-section .left-block {
    padding: 40px; }
    @media screen and (min-width: 1280px) {
      .join-section .left-block {
        padding: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .join-section .left-block {
        padding: 30px; } }
    .join-section .left-block h3 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .join-section .left-block h3 {
          font-size: 1.94444vw;
          line-height: 2.36111vw;
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .join-section .left-block h3 {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 15px; } }
  @media screen and (min-width: 1280px) {
    .join-section {
      margin-bottom: 3.47222vw;
      margin-top: 1.59722vw; } }
  @media screen and (max-width: 1023px) {
    .join-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

/* ========== FAQs PAGE STYLE ========== */
.custom-accordion {
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .custom-accordion .accordion-title {
      text-align: left;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .custom-accordion .accordion-title {
      padding: 0;
      text-align: left; } }
  .custom-accordion .accordion-nav-clear-holder:hover .accordion-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23ffffff%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E"); }
  .custom-accordion .accordion-nav-clear-holder.open .accordion-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
  .custom-accordion .accordion-nav-clear-holder.open:hover .accordion-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23ffffff%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
  .custom-accordion .accordion-indicator {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 1280px) {
      .custom-accordion .accordion-indicator {
        left: 1.38889vw;
        top: 1.38889vw; } }
  .custom-accordion .accordion-content {
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .custom-accordion .accordion-content {
        padding-top: 1.38889vw; } }
  .custom-accordion .accordion-lists {
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .custom-accordion .accordion-lists {
        margin-bottom: 3.47222vw; } }
    .custom-accordion .accordion-lists a:not(.button):not(.coupon-code-add):not(.coupon-code-cancel):not(button.shipping-estimate-show):not(.gift-certificate-add):not(.gift-certificate-cancel) {
      text-decoration: underline;
      color: #b72c1f; }
      .custom-accordion .accordion-lists a:not(.button):not(.coupon-code-add):not(.coupon-code-cancel):not(button.shipping-estimate-show):not(.gift-certificate-add):not(.gift-certificate-cancel):hover {
        color: black; }
  .custom-accordion h2 {
    font-size: 24px;
    line-height: 1.2083;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .custom-accordion h2 {
        font-size: 1.66667vw; } }
    @media screen and (max-width: 767px) {
      .custom-accordion h2 {
        font-size: 18px;
        margin-bottom: 15px; } }
  .custom-accordion h3 {
    padding: 16px 40px 18px 50px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
    font-size: 18px;
    cursor: pointer; }
    .custom-accordion h3.open::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
    .custom-accordion h3.open:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23b72c1f%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
    .custom-accordion h3:hover {
      color: #b72c1f; }
      .custom-accordion h3:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23b72c1f%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E"); }
    .custom-accordion h3::before {
      content: "";
      position: absolute;
      left: 20px;
      top: 22px;
      width: 15px;
      height: 15px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 1280px) {
        .custom-accordion h3::before {
          left: 1.38889vw;
          top: 1.52778vw;
          width: 1.04167vw;
          height: 1.04167vw; } }
      @media screen and (max-width: 1023px) {
        .custom-accordion h3::before {
          width: 13px;
          height: 13px; } }
    @media screen and (min-width: 1280px) {
      .custom-accordion h3 {
        font-size: 1.25vw;
        padding: 1.11111vw 2.77778vw 1.25vw 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .custom-accordion h3 {
        font-size: 14px; } }
    .custom-accordion h3 + div {
      padding: 20px 50px;
      border-bottom: 1px solid #dddddd;
      display: none; }
      @media screen and (min-width: 1280px) {
        .custom-accordion h3 + div {
          padding: 1.38889vw 3.47222vw; } }
      .custom-accordion h3 + div a {
        text-decoration: underline;
        color: #b72c1f; }
        .custom-accordion h3 + div a:hover {
          color: black !important; }
  @media screen and (min-width: 1280px) {
    .custom-accordion {
      margin-bottom: 3.47222vw; } }

.dealer-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 30px; }
  .dealer-block .left-block, .dealer-block .right-block {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .dealer-block .left-block, .dealer-block .right-block {
        width: 100%;
        margin: 10px 0; } }
  .dealer-block .left-block {
    padding: 40px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .dealer-block .left-block {
        padding: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .dealer-block .left-block {
        padding: 20px;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .dealer-block .left-block {
        padding: 0; } }
    .dealer-block .left-block .button-block .button:hover, .dealer-block .left-block .button-block .modal--alert .button-container .confirm:hover, .modal--alert .button-container .dealer-block .left-block .button-block .confirm:hover, .dealer-block .left-block .button-block .coupon-code-add:hover, .dealer-block .left-block .button-block .coupon-code-cancel:hover, .dealer-block .left-block .button-block button.shipping-estimate-show:hover, .dealer-block .left-block .button-block .gift-certificate-add:hover, .dealer-block .left-block .button-block .gift-certificate-cancel:hover {
      color: white !important; }
  .dealer-block .right-block p {
    margin-bottom: 0; }
  .dealer-block .right-block iframe {
    width: 100%;
    border: none; }
    @media screen and (max-width: 1279px) {
      .dealer-block .right-block iframe {
        height: 350px; } }
    @media screen and (max-width: 767px) {
      .dealer-block .right-block iframe {
        height: 300px; } }
  @media screen and (min-width: 1280px) {
    .dealer-block {
      margin-top: 1.59722vw;
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .dealer-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 0; } }

.webpage-wrap {
  padding-bottom: 30px; }
  .webpage-wrap h3 {
    font-size: 24px;
    line-height: 1.2083;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .webpage-wrap h3 {
        font-size: 1.66667vw; } }
    @media screen and (max-width: 767px) {
      .webpage-wrap h3 {
        margin-bottom: 15px;
        font-size: 18px; } }
  .webpage-wrap a:not(.button):not(.coupon-code-add):not(.coupon-code-cancel):not(button.shipping-estimate-show):not(.gift-certificate-add):not(.gift-certificate-cancel) {
    text-decoration: underline;
    color: #b72c1f; }
    .webpage-wrap a:not(.button):not(.coupon-code-add):not(.coupon-code-cancel):not(button.shipping-estimate-show):not(.gift-certificate-add):not(.gift-certificate-cancel):hover {
      color: black; }
  @media screen and (min-width: 1280px) {
    .webpage-wrap {
      padding-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .webpage-wrap.dealer-block {
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .webpage-wrap.dealer-block .button, .webpage-wrap.dealer-block .modal--alert .button-container .confirm, .modal--alert .button-container .webpage-wrap.dealer-block .confirm, .webpage-wrap.dealer-block .coupon-code-add, .webpage-wrap.dealer-block .coupon-code-cancel, .webpage-wrap.dealer-block button.shipping-estimate-show, .webpage-wrap.dealer-block .gift-certificate-add, .webpage-wrap.dealer-block .gift-certificate-cancel {
      padding: 17px 20px;
      font-size: 10px; } }

/* ========== Reviews PAGE STYLE ========== */
.testimonials .yotpo-logo-title {
  margin-bottom: 15px; }

.testimonials .yotpo div, .testimonials .yotpo span, .testimonials .yotpo p, .testimonials .yotpo a, .testimonials .yotpo img, .testimonials .yotpo i, .testimonials .yotpo strong, .testimonials .yotpo sup, .testimonials .yotpo ul, .testimonials .yotpo li, .testimonials .yotpo form, .testimonials .yotpo label {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: black; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo div, .testimonials .yotpo span, .testimonials .yotpo p, .testimonials .yotpo a, .testimonials .yotpo img, .testimonials .yotpo i, .testimonials .yotpo strong, .testimonials .yotpo sup, .testimonials .yotpo ul, .testimonials .yotpo li, .testimonials .yotpo form, .testimonials .yotpo label {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.testimonials .yotpo .yotpo-nav-content {
  display: inline-block; }

.testimonials .yotpo .yotpo-modal-dialog > .yotpo-label {
  display: none; }

@media screen and (max-width: 767px) {
  .testimonials .yotpo .yotpo-modal-dialog .write-review-button {
    float: none; } }

@media screen and (max-width: 767px) {
  .testimonials .yotpo .yotpo-modal-dialog .yotpo-bottomline {
    padding-bottom: 10px;
    width: 100%;
    text-align: center; } }

.testimonials .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  vertical-align: inherit; }

.testimonials .yotpo .yotpo-default-button, .testimonials .yotpo input[type="button"].yotpo-default-button {
  padding: 12px 19px 12px 19px !important;
  height: auto !important;
  border-radius: 0px !important;
  border: 1px solid black !important;
  cursor: pointer;
  margin: 0px auto !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: black !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-family: "Industry Demi", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: auto !important;
  height: auto !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-default-button, .testimonials .yotpo input[type="button"].yotpo-default-button {
      padding: 0.83333vw 1.31944vw 0.83333vw 1.31944vw !important;
      font-size: 0.83333vw !important;
      line-height: 0.97222vw !important; } }
  .testimonials .yotpo .yotpo-default-button:hover, .testimonials .yotpo input[type="button"].yotpo-default-button:hover {
    color: black !important;
    background-color: white !important;
    border: 1px solid black !important; }

.testimonials .yotpo .y-input {
  margin: 0px !important;
  height: auto !important;
  border-radius: 0px !important;
  border: 1px solid black !important;
  display: block;
  padding: 13px 20px 13px 20px !important;
  font-size: 12px !important;
  color: black !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .y-input {
      padding: 0.90278vw 1.38889vw 0.90278vw 1.38889vw !important;
      font-size: 0.83333vw !important; } }

.testimonials .yotpo .yotpo-drop-down-layout .yotpo-dropdown-button {
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-drop-down-layout .yotpo-dropdown-button {
      padding-right: 1.38889vw; } }

.testimonials .yotpo .form-group .form-element .y-label {
  font-size: 14px !important;
  line-height: 18px !important;
  color: black !important;
  font-family: "Industry Demi", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  padding: 0px !important;
  text-transform: uppercase !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .form-group .form-element .y-label {
      font-size: 0.97222vw !important;
      line-height: 1.25vw !important;
      margin-bottom: 0.69444vw !important; } }

.testimonials .yotpo .form-group .form-element + .form-element {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .form-group .form-element + .form-element {
      margin-top: 1.38889vw; } }

.testimonials .yotpo .yotpo-dropdown {
  border: 1px solid black !important;
  border-radius: 0px !important;
  padding: 5px !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-dropdown {
      padding: 0.34722vw !important; } }

.testimonials .yotpo .list-category {
  height: auto !important;
  padding: 7px 9px 7px 12px !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .list-category {
      padding: 0.48611vw 0.625vw 0.48611vw 0.83333vw !important; } }
  .testimonials .yotpo .list-category .selected-item, .testimonials .yotpo .list-category .non-selected-item {
    font-size: 12px !important;
    font-weight: 400 !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .list-category .selected-item, .testimonials .yotpo .list-category .non-selected-item {
        font-size: 0.83333vw !important; } }
  .testimonials .yotpo .list-category .selected-item {
    font-weight: 500 !important; }

.testimonials .yotpo .yotpo-nav-dropdown span:not(.yotpo-icon) {
  font-size: 12px;
  line-height: 18px;
  color: black !important;
  padding: 0px; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-nav-dropdown span:not(.yotpo-icon) {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }

.testimonials .yotpo .yotpo-nav-dropdown .yotpo-icon {
  width: 10px;
  height: 10px;
  background-size: 100% auto !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0px !important;
  top: 7px !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-nav-dropdown .yotpo-icon {
      width: 0.69444vw !important;
      height: 0.69444vw !important;
      top: 0.48611vw !important; } }

.testimonials .yotpo .yotpo-nav {
  border-bottom: 1px solid #bbbbbb !important; }
  .testimonials .yotpo .yotpo-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none !important;
    margin-bottom: -1px !important; }
  .testimonials .yotpo .yotpo-nav div, .testimonials .yotpo .yotpo-nav span {
    font-family: "Industry Demi", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: black !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav div, .testimonials .yotpo .yotpo-nav span {
        font-size: 1.25vw;
        line-height: 1.52778vw; } }
  .testimonials .yotpo .yotpo-nav .yotpo-nav-wrapper {
    padding-bottom: 20px !important;
    border-width: 2px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav .yotpo-nav-wrapper {
        padding-bottom: 1.38889vw !important; } }
  .testimonials .yotpo .yotpo-nav li {
    margin: 0 40px 0 0 !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav li {
        margin: 0 2.77778vw 0 0 !important; } }
    .testimonials .yotpo .yotpo-nav li.yotpo-active div, .testimonials .yotpo .yotpo-nav li.yotpo-active span {
      color: #b72c1f !important; }
    .testimonials .yotpo .yotpo-nav li.yotpo-active .yotpo-nav-wrapper {
      border-color: #b72c1f !important; }

.testimonials .yotpo .new-yotpo-small-box {
  margin: 30px 0 0 0 !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .new-yotpo-small-box {
      margin: 2.08333vw 0 0 0 !important; } }

.testimonials .yotpo .yotpo-nav-content .yotpo-first-review-stars {
  margin: 20px 0 !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-nav-content .yotpo-first-review-stars {
      margin: 1.38889vw 0 !important; } }

.testimonials .yotpo .yotpo-nav-content .stars-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon:before {
    display: none !important; }
  .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-star {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important;
    width: 17.5px !important;
    height: 17.5px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-star {
        width: 1.21528vw !important;
        height: 1.21528vw !important; } }
  .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-empty-star {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A") !important;
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-empty-star {
        width: 1.11111vw !important;
        height: 1.11111vw !important; } }
  .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon + .yotpo-icon {
    margin-left: 3px; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon + .yotpo-icon {
        margin-left: 0.20833vw; } }

.testimonials .yotpo .write-review-wrapper, .testimonials .yotpo .write-question-wrapper {
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .write-review-wrapper, .testimonials .yotpo .write-question-wrapper {
      margin-top: 2.77778vw; } }
  .testimonials .yotpo .write-review-wrapper .write-review, .testimonials .yotpo .write-question-wrapper .write-review {
    padding-top: 30px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-review-wrapper .write-review, .testimonials .yotpo .write-question-wrapper .write-review {
        padding-top: 2.08333vw !important; } }
    .testimonials .yotpo .write-review-wrapper .write-review .yotpo-header-title, .testimonials .yotpo .write-question-wrapper .write-review .yotpo-header-title {
      font-size: 18px !important;
      line-height: 24px !important;
      color: black !important;
      padding: 0px !important;
      margin-bottom: 20px !important;
      display: block;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-review-wrapper .write-review .yotpo-header-title, .testimonials .yotpo .write-question-wrapper .write-review .yotpo-header-title {
          font-size: 1.25vw !important;
          line-height: 1.66667vw !important;
          margin-bottom: 1.38889vw !important; } }
    .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper {
      padding-left: 0px !important;
      margin-top: 20px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper {
          margin-top: 1.38889vw !important; } }
      .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element .y-label, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element .y-label {
        font-size: 14px !important;
        line-height: 18px !important;
        color: black !important;
        font-family: "Industry Demi", sans-serif !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
        padding: 0px !important;
        text-transform: uppercase !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element .y-label, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element .y-label {
            font-size: 0.97222vw !important;
            line-height: 1.25vw !important;
            margin-bottom: 0.69444vw !important; } }
      .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
        padding-right: 15px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
            padding-right: 1.04167vw !important; } }
        @media screen and (max-width: 767px) {
          .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
            padding-right: 0px !important; } }
      @media screen and (max-width: 767px) {
        .testimonials .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element + .form-element, .testimonials .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element + .form-element {
          margin-top: 20px !important; } }
  .testimonials .yotpo .write-review-wrapper .yotpo-header, .testimonials .yotpo .write-question-wrapper .yotpo-header {
    margin-bottom: 20px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-review-wrapper .yotpo-header, .testimonials .yotpo .write-question-wrapper .yotpo-header {
        margin-bottom: 1.38889vw !important; } }
    .testimonials .yotpo .write-review-wrapper .yotpo-header .y-label, .testimonials .yotpo .write-question-wrapper .yotpo-header .y-label {
      font-size: 14px !important;
      line-height: 18px !important;
      color: black !important;
      font-family: "Industry Demi", sans-serif !important;
      font-weight: 600 !important;
      margin-bottom: 10px !important;
      padding: 0px !important;
      text-transform: uppercase !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-review-wrapper .yotpo-header .y-label, .testimonials .yotpo .write-question-wrapper .yotpo-header .y-label {
          font-size: 0.97222vw !important;
          line-height: 1.25vw !important;
          margin-bottom: 0.69444vw !important; } }
    .testimonials .yotpo .write-review-wrapper .yotpo-header .yotpo-header-title, .testimonials .yotpo .write-question-wrapper .yotpo-header .yotpo-header-title {
      font-size: 18px !important;
      line-height: 24px !important;
      color: black !important;
      padding: 0px !important;
      margin-bottom: 20px !important;
      display: block;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-review-wrapper .yotpo-header .yotpo-header-title, .testimonials .yotpo .write-question-wrapper .yotpo-header .yotpo-header-title {
          font-size: 1.25vw !important;
          line-height: 1.66667vw !important;
          margin-bottom: 1.38889vw !important; } }
  .testimonials .yotpo .write-review-wrapper .submit-button, .testimonials .yotpo .write-question-wrapper .submit-button {
    float: none !important;
    width: 100% !important;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-review-wrapper .submit-button, .testimonials .yotpo .write-question-wrapper .submit-button {
        margin-top: 1.38889vw; } }
    .testimonials .yotpo .write-review-wrapper .submit-button .form-input-error, .testimonials .yotpo .write-question-wrapper .submit-button .form-input-error {
      margin: 0px !important;
      display: block !important;
      text-align: center;
      margin-bottom: 15px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-review-wrapper .submit-button .form-input-error, .testimonials .yotpo .write-question-wrapper .submit-button .form-input-error {
          margin-bottom: 1.04167vw !important; } }
  .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-explain, .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-explain {
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center;
    margin-bottom: 10px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-explain, .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-explain {
        font-size: 0.83333vw !important;
        line-height: 1.25vw !important;
        margin-bottom: 0.69444vw !important; } }
    .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-explain + br, .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-explain + br {
      display: none !important; }
  .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-mark, .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-mark {
    margin-right: 3px !important;
    float: none !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-mark, .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-mark {
        margin-right: 0.20833vw !important; } }

.testimonials .yotpo .form-input-error {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  margin-left: 10px !important;
  text-transform: capitalize !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .form-input-error {
      font-size: 0.83333vw !important;
      line-height: 1.25vw !important;
      margin-left: 0.69444vw !important; } }

.testimonials .yotpo .write-question-review-buttons-container {
  padding: 0px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -38px; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .write-question-review-buttons-container {
      margin-top: -2.63889vw; } }
  @media screen and (max-width: 1023px) {
    .testimonials .yotpo .write-question-review-buttons-container {
      margin-top: 0px; } }
  @media screen and (max-width: 413px) {
    .testimonials .yotpo .write-question-review-buttons-container {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button {
    padding: 12px 19px 12px 41px !important;
    height: auto !important;
    border-radius: 0px !important;
    border: 1px solid black !important;
    cursor: pointer;
    margin: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button {
        padding: 0.83333vw 1.31944vw 0.83333vw 2.84722vw !important; } }
    @media screen and (max-width: 413px) {
      .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button {
        width: 100% !important; } }
    .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button .yotpo-icon {
      display: none !important; }
    .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
      font-size: 12px !important;
      line-height: 14px !important;
      font-family: "Industry Demi", sans-serif !important;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: black !important;
      width: auto !important;
      height: auto !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
          font-size: 0.83333vw !important;
          line-height: 0.97222vw !important; } }
    .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.76807 3.11035L10.8894 5.23167L4.17187 11.9492H2.05055V9.82787L8.76807 3.11035Z' fill='white'/%3E%3Cpath d='M10.1821 1.69636C10.5726 1.30584 11.2057 1.30584 11.5963 1.69636L12.3034 2.40347C12.6939 2.794 12.6939 3.42716 12.3034 3.81768L11.5963 4.52479L9.47495 2.40347L10.1821 1.69636Z' fill='white'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat !important;
      background-size: 12px 12px;
      background-position: 19px 14px;
      background-color: black !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button {
          background-size: 0.83333vw 0.83333vw;
          background-position: 1.31944vw 0.97222vw; } }
      .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button .write-question-review-button-text {
        color: white !important; }
      .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover {
        background-color: white !important;
        background-repeat: no-repeat !important;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.76807 3.11035L10.8894 5.23167L4.17187 11.9492H2.05055V9.82787L8.76807 3.11035Z' fill='black'/%3E%3Cpath d='M10.1821 1.69636C10.5726 1.30584 11.2057 1.30584 11.5963 1.69636L12.3034 2.40347C12.6939 2.794 12.6939 3.42716 12.3034 3.81768L11.5963 4.52479L9.47495 2.40347L10.1821 1.69636Z' fill='black'/%3E%3C/svg%3E%0A") !important;
        background-size: 12px 12px !important;
        background-position: 19px 14px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover {
            background-size: 0.83333vw 0.83333vw !important;
            background-position: 1.31944vw 0.97222vw !important; } }
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover .write-question-review-button-text {
          color: black !important; }
    .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 4C15.5 3.44772 15.0523 3 14.5 3H5.5C4.94771 3 4.5 3.44772 4.5 4V9.5C4.5 10.0523 4.94771 10.5 5.5 10.5H13L15.5 12V4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 0C0.947715 0 0.5 0.447715 0.5 1V9L3 7.5H3.5V3C3.5 2.44772 3.94772 2 4.5 2H11.5V1C11.5 0.447715 11.0523 0 10.5 0H1.5Z' fill='black'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat !important;
      background-size: 15px 12px !important;
      background-position: 17px 13px !important;
      margin-left: 20px !important;
      background-color: white !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
          background-size: 1.04167vw 0.83333vw !important;
          background-position: 1.18056vw 0.90278vw !important;
          margin-left: 1.38889vw !important; } }
      @media screen and (max-width: 413px) {
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
          margin-left: 0px !important;
          margin-top: 15px !important; } }
      .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 4C15.5 3.44772 15.0523 3 14.5 3H5.5C4.94771 3 4.5 3.44772 4.5 4V9.5C4.5 10.0523 4.94771 10.5 5.5 10.5H13L15.5 12V4Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 0C0.947715 0 0.5 0.447715 0.5 1V9L3 7.5H3.5V3C3.5 2.44772 3.94772 2 4.5 2H11.5V1C11.5 0.447715 11.0523 0 10.5 0H1.5Z' fill='white'/%3E%3C/svg%3E%0A") !important;
        background-color: black !important;
        background-repeat: no-repeat !important;
        background-size: 15px 12px !important;
        background-position: 17px 13px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover {
            background-size: 1.04167vw 0.83333vw !important;
            background-position: 1.18056vw 0.90278vw !important; } }
        .testimonials .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover .write-question-review-button-text {
          color: white !important; }

.testimonials .yotpo .yotpo-reviews-filters {
  margin: 0px !important;
  padding: 30px 0;
  border-bottom: 1px solid #bbbbbb !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-reviews-filters {
      padding: 2.08333vw 0 !important; } }
  .testimonials .yotpo .yotpo-reviews-filters .filters-container-title {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    padding-bottom: 10px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-filters .filters-container-title {
        font-size: 0.97222vw !important;
        line-height: 1.45833vw !important;
        padding-bottom: 0.69444vw !important; } }
  .testimonials .yotpo .yotpo-reviews-filters .free-text-search {
    width: 541px !important;
    margin-bottom: 30px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-filters .free-text-search {
        width: 37.56944vw !important;
        margin-bottom: 2.08333vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .free-text-search .magnifying-glass-icon {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='black'/%3E%3Cpath d='M9.5 9.5L13 13' stroke='black'/%3E%3C/svg%3E%0A");
      width: 12px !important;
      height: 12px !important;
      background-size: 100% auto;
      top: 16px !important;
      left: 20px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .free-text-search .magnifying-glass-icon {
          width: 0.83333vw !important;
          height: 0.83333vw !important;
          top: 1.11111vw !important;
          left: 1.38889vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input {
      margin: 0px !important;
      height: auto !important;
      width: 541px !important;
      border-radius: 0px !important;
      border: 1px solid black !important;
      display: block;
      padding: 13px 40px 13px 40px !important;
      font-size: 12px !important;
      color: black !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input {
          width: 37.56944vw !important;
          padding: 0.90278vw 2.77778vw 0.90278vw 2.77778vw !important;
          font-size: 0.83333vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #888888;
      opacity: 1;
      /* Firefox */ }
    .testimonials .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #888888; }
    .testimonials .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #888888; }
  .testimonials .yotpo .yotpo-reviews-filters .suggested-topics-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .testimonials .yotpo .yotpo-reviews-filters .suggested-topics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-filters .suggested-topics {
        margin-bottom: 1.38889vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic {
      padding: 10px 20px !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 0px !important;
      margin-right: 10px !important;
      border-radius: 0px !important;
      width: auto !important;
      background-color: #f1f1f1; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic {
          padding: 0.69444vw 1.38889vw !important;
          margin-right: 0.69444vw !important; } }
      .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic .suggested-topic-text {
        padding: 0px !important;
        color: #888888;
        font-size: 12px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic .suggested-topic-text {
            font-size: 0.83333vw !important; } }
      .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic:hover {
        background-color: #b72c1f !important; }
        .testimonials .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic:hover .suggested-topic-text {
          color: white !important; }
  .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown {
    margin-top: 0px !important;
    margin-right: 21px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown {
        margin-right: 1.45833vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown .yotpo-dropdown {
      width: 240px !important;
      right: auto !important;
      left: 0;
      top: 41px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown .yotpo-dropdown {
          width: 16.66667vw !important;
          top: 2.84722vw !important; } }
  .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button {
    border: 1px solid black !important;
    padding: 11px 20px !important;
    border-radius: 0px !important;
    color: black !important;
    font-size: 12px;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 240px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button {
        padding: 0.76389vw 1.38889vw !important;
        font-size: 0.83333vw !important;
        width: 16.66667vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .yotpo-icon {
      width: 10px;
      height: 10px;
      background-size: 100% auto !important;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      position: absolute !important;
      right: 20px !important;
      top: 16px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .yotpo-icon {
          width: 0.69444vw !important;
          height: 0.69444vw !important;
          right: 1.38889vw !important;
          top: 1.11111vw !important; } }
    .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .selected {
      font-size: 12px !important;
      font-family: "Gotham", sans-serif !important;
      color: black !important;
      font-weight: 400 !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .selected {
          font-size: 0.83333vw !important; } }

.testimonials .yotpo .yotpo-reviews-header {
  margin: 0px !important;
  padding: 30px 0 32px !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-reviews-header {
      padding: 2.08333vw 0 2.22222vw !important; } }
  .testimonials .yotpo .yotpo-reviews-header .reviews-amount {
    font-size: 14px !important;
    line-height: 21px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews-header .reviews-amount {
        font-size: 0.97222vw !important;
        line-height: 1.45833vw !important;
        color: #555555 !important; } }

.testimonials .yotpo .yotpo-review {
  margin-top: 30px !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-review {
      margin-top: 2.08333vw !important; } }
  .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
    width: 46px !important;
    height: 46px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0px !important;
    margin-right: 20px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
        width: 3.19444vw !important;
        height: 3.19444vw !important;
        margin-right: 1.38889vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
      font-size: 18px !important;
      line-height: 27px !important;
      position: static !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
          font-size: 1.25vw !important;
          line-height: 1.875vw !important; } }
  .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element {
    padding-top: 0px !important; }
    .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: black;
      margin-right: 10px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
          font-size: 1.11111vw;
          line-height: 1.66667vw;
          margin-right: 0.69444vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title {
      font-size: 12px !important;
      line-height: 18px !important;
      color: #555555;
      margin-top: 3px; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title {
          font-size: 0.83333vw !important;
          line-height: 1.25vw !important;
          margin-top: 0.20833vw; } }
    .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars {
      margin-top: 4px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars {
          margin-top: 0.27778vw !important; } }
      .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star, .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-empty-star {
        width: 16px !important;
        height: 16px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star, .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-empty-star {
            width: 1.11111vw !important;
            height: 1.11111vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date {
      font-size: 12px !important;
      line-height: 18px !important;
      color: #555555; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date {
          font-size: 0.83333vw !important;
          line-height: 1.25vw !important; } }
  .testimonials .yotpo .yotpo-review .yotpo-main {
    margin-left: 66px !important;
    margin-top: 9px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-review .yotpo-main {
        margin-left: 4.58333vw !important;
        margin-top: 0.625vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-main .content-title {
      color: #555555;
      padding-bottom: 4px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-main .content-title {
          padding-bottom: 0.27778vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
      font-size: 13px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
          font-size: 0.90278vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper {
      margin-top: 15px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper {
          margin-top: 1.04167vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-main .media-review-desktop {
      width: 128px !important;
      height: 128px !important;
      margin-right: 13px !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-main .media-review-desktop {
          width: 8.88889vw !important;
          height: 8.88889vw !important;
          margin-right: 0.90278vw !important; } }
  .testimonials .yotpo .yotpo-review .yotpo-footer {
    margin-left: 66px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-review .yotpo-footer {
        margin-left: 4.58333vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-grouping-reference {
      display: none !important; }
    .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful {
      float: none !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex !important; }
      @media screen and (max-width: 767px) {
        .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful {
          align-items: center; } }
      .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 6px;
        margin-left: 10px !important; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn {
            margin-right: 0.41667vw;
            margin-left: 0.69444vw !important; } }
        .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-up {
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H2.36364V4.8H0V12ZM13 5.4C13 4.74 12.4682 4.2 11.8182 4.2H8.09546L8.68636 1.44C8.68636 1.38 8.68636 1.32 8.68636 1.26C8.68636 1.02 8.56818 0.78 8.45002 0.6L7.8 0L3.9 3.96C3.66364 4.14 3.54545 4.44 3.54545 4.8V10.8C3.54545 11.46 4.07727 12 4.72727 12H10.0455C10.5182 12 10.9318 11.7 11.1091 11.28L12.8818 7.01998C12.9409 6.89998 12.9409 6.71998 12.9409 6.59998L13 5.4Z' fill='%23555555'/%3E%3C/svg%3E%0A");
          width: 12px !important;
          height: 12px;
          background-size: 100% auto;
          background-position: center center;
          background-repeat: no-repeat;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-top: -3px; }
          @media screen and (min-width: 1280px) {
            .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-up {
              width: 0.83333vw !important;
              height: 0.83333vw;
              margin-top: -0.20833vw; } }
        .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-down {
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H10.6364V7.2H13V0ZM0 6.6C0 7.26 0.531817 7.8 1.18182 7.8H4.90454L4.31364 10.56C4.31364 10.62 4.31364 10.68 4.31364 10.74C4.31364 10.98 4.43182 11.22 4.54998 11.4L5.2 12L9.1 8.04C9.33636 7.86 9.45455 7.56 9.45455 7.2V1.2C9.45455 0.539999 8.92273 0 8.27273 0H2.95455C2.48182 0 2.06818 0.299999 1.89091 0.719999L0.11818 4.98002C0.0590897 5.10002 0.0590897 5.28002 0.0590897 5.40002L0 6.6Z' fill='%23555555'/%3E%3C/svg%3E%0A");
          width: 12px !important;
          height: 12px;
          background-size: 100% auto;
          background-position: center center;
          background-repeat: no-repeat;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-top: 3px; }
          @media screen and (min-width: 1280px) {
            .testimonials .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-down {
              width: 0.83333vw !important;
              height: 0.83333vw;
              margin-top: 0.20833vw; } }
    .testimonials .yotpo .yotpo-review .yotpo-footer .y-label {
      font-size: 12px !important;
      line-height: 18px !important;
      color: #555555; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-footer .y-label {
          font-size: 0.83333vw !important;
          line-height: 1.25vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex !important; }
      .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-icon-share {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_175_5597)'%3E%3Cpath d='M6.35547 2.84522C2.83504 3.02855 0.00390625 5.95057 0.00390625 9.51562V12L0.892774 9.9307C1.94404 7.82855 4.02981 6.48443 6.35547 6.36084V9.20423L11.9957 4.59375L6.35547 0V2.84522Z' fill='%23555555'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_175_5597'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 12px !important;
        height: 12px;
        background-position: center center;
        background-size: 100% auto;
        margin-right: 6px; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-icon-share {
            width: 0.83333vw !important;
            height: 0.83333vw;
            margin-right: 0.41667vw; } }
      .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label {
        position: relative;
        padding-right: 10px;
        margin-right: 10px; }
        .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label:after {
          height: 10px;
          width: 1px;
          background-color: #bbbbbb;
          position: absolute;
          content: "";
          right: 0;
          top: 50%;
          margin-top: -5px; }
          @media screen and (min-width: 1280px) {
            .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label:after {
              height: 0.69444vw;
              margin-top: -0.34722vw; } }
      .testimonials .yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper + .yotpo-action {
        display: none; }
  .testimonials .yotpo .yotpo-review .yotpo-comments-box {
    margin-left: 66px !important;
    border-left: 1px solid #bbbbbb !important;
    margin-top: 20px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-review .yotpo-comments-box {
        margin-left: 4.58333vw !important;
        margin-top: 1.38889vw !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-comments-box .yotpo-comment-box {
      margin-left: 20px !important;
      padding: 15px 0 !important; }
      @media screen and (min-width: 1280px) {
        .testimonials .yotpo .yotpo-review .yotpo-comments-box .yotpo-comment-box {
          margin-left: 1.38889vw !important;
          padding: 1.04167vw 0 !important; } }
    .testimonials .yotpo .yotpo-review .yotpo-comments-box .yotpo-main {
      margin: 0px !important; }
      .testimonials .yotpo .yotpo-review .yotpo-comments-box .yotpo-main .content-review {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #555555; }
        @media screen and (min-width: 1280px) {
          .testimonials .yotpo .yotpo-review .yotpo-comments-box .yotpo-main .content-review {
            font-size: 0.83333vw !important;
            line-height: 1.25vw !important; } }

.testimonials .yotpo .yotpo-reviews .yotpo-regular-box {
  padding-top: 32px !important;
  border-top: 1px solid #bbb !important; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-reviews .yotpo-regular-box {
      padding-top: 2.22222vw !important; } }
  .testimonials .yotpo .yotpo-reviews .yotpo-regular-box.yotpo-regular-box-filters-padding {
    padding-top: 0px !important;
    margin-top: 0px !important;
    border-top: 0px !important; }

.testimonials .yotpo .yotpo-reviews nav .yotpo-pager {
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #bbb;
  margin-bottom: 0px !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .testimonials .yotpo .yotpo-reviews nav .yotpo-pager {
      margin-top: 2.08333vw !important;
      padding-top: 2.08333vw !important; } }
  .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element {
    margin-right: 30px !important;
    color: #555555 !important;
    font-weight: 500 !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element {
        margin-right: 2.08333vw !important; } }
    .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element.yotpo-active {
      color: black !important; }
    .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element:hover {
      color: black !important; }
  .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 6L6 12H3.85714L0 6L3.85714 0Z' fill='black'/%3E%3C/svg%3E%0A") !important;
    width: 12px !important;
    height: 12px;
    background-size: 6px auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-right: 60px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow {
        width: 0.83333vw !important;
        height: 0.83333vw;
        background-size: 0.41667vw auto !important;
        margin-right: 4.16667vw !important; } }
    .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 6L6 12H3.85714L0 6L3.85714 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important; }
  .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 6L0 12H2.14286L6 6L2.14286 0Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
    width: 12px !important;
    height: 12px;
    background-size: 6px auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-left: 60px !important;
    margin-right: 0px !important; }
    @media screen and (min-width: 1280px) {
      .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow {
        width: 0.83333vw !important;
        height: 0.83333vw;
        background-size: 0.41667vw auto !important;
        margin-left: 2.08333vw !important; } }
    .testimonials .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 6L0 12H2.14286L6 6L2.14286 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important; }

.testimonials .yotpo .yotpo-questions .yotpo-default-button {
  margin: 0px auto !important; }

.yotpo div {
  font-family: "Gotham", sans-serif !important; }

.yotpo div[aria-labelledby*='write-review-score'] {
  display: inline-block; }

.yotpo .yotpo-icon:before {
  display: none !important; }

.yotpo .yotpo-icon.yotpo-icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important;
  width: 12px !important;
  height: 12px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block; }
  @media screen and (min-width: 1280px) {
    .yotpo .yotpo-icon.yotpo-icon-star {
      width: 0.83333vw !important;
      height: 0.83333vw !important; } }

.yotpo .yotpo-icon.yotpo-icon-empty-star {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A") !important;
  width: 12px !important;
  height: 12px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; }
  @media screen and (min-width: 1280px) {
    .yotpo .yotpo-icon.yotpo-icon-empty-star {
      width: 0.83333vw !important;
      height: 0.83333vw !important; } }

.yotpo .yotpo-icon + .yotpo-icon {
  margin-left: 3px; }
  @media screen and (min-width: 1280px) {
    .yotpo .yotpo-icon + .yotpo-icon {
      margin-left: 0.20833vw; } }

.yotpo .yotpo-stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px; }
  @media screen and (min-width: 1280px) {
    .yotpo .yotpo-stars {
      margin-right: 0.55556vw; } }
  .yotpo .yotpo-stars + a {
    font-family: "Industry", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: black;
    letter-spacing: 0.06em; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-stars + a {
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }

.yotpo .no-review-count {
  font-family: "Industry", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: black;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 1280px) {
    .yotpo .no-review-count {
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }

.yotpo .yotpo-regular-box {
  padding: 0px !important;
  margin: 0 !important; }
  .yotpo .yotpo-regular-box .bottom-line-items {
    margin-bottom: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .yotpo .yotpo-regular-box .bottom-line-items {
        margin-bottom: 28px !important; } }
    @media screen and (max-width: 767px) {
      .yotpo .yotpo-regular-box .bottom-line-items {
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media screen and (max-width: 1023px) {
      .yotpo .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
        margin-top: 6px;
        position: static;
        line-height: 18px !important;
        padding: 0px; } }
    .yotpo .yotpo-regular-box .bottom-line-items .yotpo-icon {
      margin-top: 4px; }
      @media screen and (min-width: 1280px) {
        .yotpo .yotpo-regular-box .bottom-line-items .yotpo-icon {
          margin-top: 0.27778vw; } }
  .yotpo .yotpo-regular-box .yotpo-filter-stars {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 30px; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-regular-box .yotpo-filter-stars {
        margin-left: 0.69444vw;
        margin-right: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .yotpo .yotpo-regular-box .yotpo-filter-stars {
        margin-left: 0px; } }
  .yotpo .yotpo-regular-box .avg-score {
    font-size: 30px;
    line-height: 36px;
    font-family: "Industry Demi", sans-serif;
    font-weight: 600;
    color: black;
    height: auto !important;
    width: auto !important; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-regular-box .avg-score {
        font-size: 2.08333vw;
        line-height: 2.5vw; } }
    @media screen and (max-width: 767px) {
      .yotpo .yotpo-regular-box .avg-score {
        padding-top: 0px !important; } }
  .yotpo .yotpo-regular-box .yotpo-icon-star, .yotpo .yotpo-regular-box .yotpo-icon-empty-star {
    width: 18px !important;
    height: 18px !important; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-regular-box .yotpo-icon-star, .yotpo .yotpo-regular-box .yotpo-icon-empty-star {
        width: 1.25vw !important;
        height: 1.25vw !important; } }
  .yotpo .yotpo-regular-box .yotpo-icon + .yotpo-icon {
    margin-left: 5px; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-regular-box .yotpo-icon + .yotpo-icon {
        margin-left: 0.34722vw; } }
  .yotpo .yotpo-regular-box .reviews-qa-labels-container {
    height: auto !important;
    line-height: normal !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto !important;
    margin-top: 7px; }
    @media screen and (min-width: 1280px) {
      .yotpo .yotpo-regular-box .reviews-qa-labels-container {
        margin-top: 0.48611vw; } }
    .yotpo .yotpo-regular-box .reviews-qa-labels-container .reviews-qa-label {
      font-family: "Gotham", sans-serif;
      color: black;
      font-size: 14px;
      line-height: 21px;
      width: auto !important;
      height: auto !important; }
      @media screen and (min-width: 1280px) {
        .yotpo .yotpo-regular-box .reviews-qa-labels-container .reviews-qa-label {
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }

.yotpo-label-container {
  display: none; }

.product-yotpo-block {
  margin-bottom: 44px; }
  @media screen and (min-width: 1280px) {
    .product-yotpo-block {
      margin-bottom: 3.05556vw; } }
  .product-yotpo-block .yotpo div, .product-yotpo-block .yotpo span, .product-yotpo-block .yotpo p, .product-yotpo-block .yotpo a, .product-yotpo-block .yotpo img, .product-yotpo-block .yotpo i, .product-yotpo-block .yotpo strong, .product-yotpo-block .yotpo sup, .product-yotpo-block .yotpo ul, .product-yotpo-block .yotpo li, .product-yotpo-block .yotpo form, .product-yotpo-block .yotpo label {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo div, .product-yotpo-block .yotpo span, .product-yotpo-block .yotpo p, .product-yotpo-block .yotpo a, .product-yotpo-block .yotpo img, .product-yotpo-block .yotpo i, .product-yotpo-block .yotpo strong, .product-yotpo-block .yotpo sup, .product-yotpo-block .yotpo ul, .product-yotpo-block .yotpo li, .product-yotpo-block .yotpo form, .product-yotpo-block .yotpo label {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
  .product-yotpo-block .yotpo .yotpo-default-button, .product-yotpo-block .yotpo input[type="button"].yotpo-default-button {
    padding: 12px 19px 12px 19px !important;
    height: auto !important;
    border-radius: 0px !important;
    border: 1px solid black !important;
    cursor: pointer;
    margin: 0px auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: black !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-family: "Industry Demi", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: auto !important;
    height: auto !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-default-button, .product-yotpo-block .yotpo input[type="button"].yotpo-default-button {
        padding: 0.83333vw 1.31944vw 0.83333vw 1.31944vw !important;
        font-size: 0.83333vw !important;
        line-height: 0.97222vw !important; } }
    .product-yotpo-block .yotpo .yotpo-default-button:hover, .product-yotpo-block .yotpo input[type="button"].yotpo-default-button:hover {
      color: black !important;
      background-color: white !important;
      border: 1px solid black !important; }
  .product-yotpo-block .yotpo .y-input {
    margin: 0px !important;
    height: auto !important;
    border-radius: 0px !important;
    border: 1px solid black !important;
    display: block;
    padding: 13px 20px 13px 20px !important;
    font-size: 12px !important;
    color: black !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .y-input {
        padding: 0.90278vw 1.38889vw 0.90278vw 1.38889vw !important;
        font-size: 0.83333vw !important; } }
  .product-yotpo-block .yotpo .yotpo-drop-down-layout .yotpo-dropdown-button {
    padding-right: 20px; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-drop-down-layout .yotpo-dropdown-button {
        padding-right: 1.38889vw; } }
  .product-yotpo-block .yotpo .form-group .form-element .y-label {
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
    font-family: "Industry Demi", sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    padding: 0px !important;
    text-transform: uppercase !important;
    display: inline-block; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .form-group .form-element .y-label {
        font-size: 0.97222vw !important;
        line-height: 1.25vw !important;
        margin-bottom: 0.69444vw !important; } }
  .product-yotpo-block .yotpo .form-group .form-element + .form-element {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .form-group .form-element + .form-element {
        margin-top: 1.38889vw; } }
  .product-yotpo-block .yotpo .yotpo-dropdown {
    border: 1px solid black !important;
    border-radius: 0px !important;
    padding: 5px !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-dropdown {
        padding: 0.34722vw !important; } }
  .product-yotpo-block .yotpo .list-category {
    height: auto !important;
    padding: 7px 9px 7px 12px !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .list-category {
        padding: 0.48611vw 0.625vw 0.48611vw 0.83333vw !important; } }
    .product-yotpo-block .yotpo .list-category .selected-item, .product-yotpo-block .yotpo .list-category .non-selected-item {
      font-size: 12px !important;
      font-weight: 400 !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .list-category .selected-item, .product-yotpo-block .yotpo .list-category .non-selected-item {
          font-size: 0.83333vw !important; } }
    .product-yotpo-block .yotpo .list-category .selected-item {
      font-weight: 500 !important; }
  .product-yotpo-block .yotpo .yotpo-nav-dropdown span:not(.yotpo-icon) {
    font-size: 12px;
    line-height: 18px;
    color: black !important;
    padding: 0px; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-nav-dropdown span:not(.yotpo-icon) {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
  .product-yotpo-block .yotpo .yotpo-nav-dropdown .yotpo-icon {
    width: 10px !important;
    height: 10px;
    background-size: 100% auto !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0px !important;
    top: 7px !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-nav-dropdown .yotpo-icon {
        width: 0.69444vw !important;
        height: 0.69444vw !important;
        top: 0.48611vw !important; } }
  .product-yotpo-block .yotpo .yotpo-nav {
    border-bottom: 1px solid #bbbbbb !important; }
    .product-yotpo-block .yotpo .yotpo-nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      float: none !important;
      margin-bottom: -1px !important; }
    .product-yotpo-block .yotpo .yotpo-nav div, .product-yotpo-block .yotpo .yotpo-nav span {
      font-family: "Industry Demi", sans-serif !important;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: black !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav div, .product-yotpo-block .yotpo .yotpo-nav span {
          font-size: 1.25vw;
          line-height: 1.52778vw; } }
    .product-yotpo-block .yotpo .yotpo-nav .yotpo-nav-wrapper {
      padding-bottom: 20px !important;
      border-width: 2px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav .yotpo-nav-wrapper {
          padding-bottom: 1.38889vw !important; } }
    .product-yotpo-block .yotpo .yotpo-nav li {
      margin: 0 40px 0 0 !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav li {
          margin: 0 2.77778vw 0 0 !important; } }
      .product-yotpo-block .yotpo .yotpo-nav li.yotpo-active div, .product-yotpo-block .yotpo .yotpo-nav li.yotpo-active span {
        color: #b72c1f !important; }
      .product-yotpo-block .yotpo .yotpo-nav li.yotpo-active .yotpo-nav-wrapper {
        border-color: #b72c1f !important; }
  .product-yotpo-block .yotpo .new-yotpo-small-box {
    margin: 30px 0 0 0 !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .new-yotpo-small-box {
        margin: 2.08333vw 0 0 0 !important; } }
  .product-yotpo-block .yotpo .yotpo-nav-content .yotpo-first-review-stars {
    margin: 20px 0 !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-nav-content .yotpo-first-review-stars {
        margin: 1.38889vw 0 !important; } }
  .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon:before {
      display: none !important; }
    .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-star {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important;
      width: 16px !important;
      height: 16px !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-star {
          width: 1.11111vw !important;
          height: 1.11111vw !important; } }
    .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-empty-star {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A") !important;
      width: 16px !important;
      height: 16px !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon.yotpo-icon-empty-star {
          width: 1.11111vw !important;
          height: 1.11111vw !important; } }
    .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon + .yotpo-icon {
      margin-left: 3px; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-nav-content .stars-wrapper .yotpo-icon + .yotpo-icon {
          margin-left: 0.20833vw; } }
  .product-yotpo-block .yotpo .write-review-wrapper, .product-yotpo-block .yotpo .write-question-wrapper {
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .write-review-wrapper, .product-yotpo-block .yotpo .write-question-wrapper {
        margin-top: 2.77778vw; } }
    .product-yotpo-block .yotpo .write-review-wrapper .write-review, .product-yotpo-block .yotpo .write-question-wrapper .write-review {
      padding-top: 30px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-review-wrapper .write-review, .product-yotpo-block .yotpo .write-question-wrapper .write-review {
          padding-top: 2.08333vw !important; } }
      .product-yotpo-block .yotpo .write-review-wrapper .write-review .yotpo-header-title, .product-yotpo-block .yotpo .write-question-wrapper .write-review .yotpo-header-title {
        font-size: 18px !important;
        line-height: 24px !important;
        color: black !important;
        padding: 0px !important;
        margin-bottom: 20px !important;
        display: block;
        text-align: center; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-review-wrapper .write-review .yotpo-header-title, .product-yotpo-block .yotpo .write-question-wrapper .write-review .yotpo-header-title {
            font-size: 1.25vw !important;
            line-height: 1.66667vw !important;
            margin-bottom: 1.38889vw !important; } }
      .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper {
        padding-left: 0px !important;
        margin-top: 20px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper {
            margin-top: 1.38889vw !important; } }
        .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element .y-label, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element .y-label {
          font-size: 14px !important;
          line-height: 18px !important;
          color: black !important;
          font-family: "Industry Demi", sans-serif !important;
          font-weight: 600 !important;
          margin-bottom: 10px !important;
          padding: 0px !important;
          text-transform: uppercase !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element .y-label, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element .y-label {
              font-size: 0.97222vw !important;
              line-height: 1.25vw !important;
              margin-bottom: 0.69444vw !important; } }
        .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
          padding-right: 15px !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
              padding-right: 1.04167vw !important; } }
          @media screen and (max-width: 767px) {
            .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element:first-child, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element:first-child {
              padding-right: 0px !important; } }
        @media screen and (max-width: 767px) {
          .product-yotpo-block .yotpo .write-review-wrapper .write-review .connect-wrapper .form-element + .form-element, .product-yotpo-block .yotpo .write-question-wrapper .write-review .connect-wrapper .form-element + .form-element {
            margin-top: 20px !important; } }
    .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header {
      margin-bottom: 20px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header {
          margin-bottom: 1.38889vw !important; } }
      .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header .y-label, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header .y-label {
        font-size: 14px !important;
        line-height: 18px !important;
        color: black !important;
        font-family: "Industry Demi", sans-serif !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
        padding: 0px !important;
        text-transform: uppercase !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header .y-label, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header .y-label {
            font-size: 0.97222vw !important;
            line-height: 1.25vw !important;
            margin-bottom: 0.69444vw !important; } }
      .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header .yotpo-header-title, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header .yotpo-header-title {
        font-size: 18px !important;
        line-height: 24px !important;
        color: black !important;
        padding: 0px !important;
        margin-bottom: 20px !important;
        display: block;
        text-align: center; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-review-wrapper .yotpo-header .yotpo-header-title, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-header .yotpo-header-title {
            font-size: 1.25vw !important;
            line-height: 1.66667vw !important;
            margin-bottom: 1.38889vw !important; } }
    .product-yotpo-block .yotpo .write-review-wrapper .submit-button, .product-yotpo-block .yotpo .write-question-wrapper .submit-button {
      float: none !important;
      width: 100% !important;
      margin-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-review-wrapper .submit-button, .product-yotpo-block .yotpo .write-question-wrapper .submit-button {
          margin-top: 1.38889vw; } }
      .product-yotpo-block .yotpo .write-review-wrapper .submit-button .form-input-error, .product-yotpo-block .yotpo .write-question-wrapper .submit-button .form-input-error {
        margin: 0px !important;
        display: block !important;
        text-align: center;
        margin-bottom: 15px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-review-wrapper .submit-button .form-input-error, .product-yotpo-block .yotpo .write-question-wrapper .submit-button .form-input-error {
            margin-bottom: 1.04167vw !important; } }
    .product-yotpo-block .yotpo .write-review-wrapper .yotpo-mandatory-explain, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-mandatory-explain {
      font-size: 12px !important;
      line-height: 18px !important;
      text-align: center;
      margin-bottom: 10px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-review-wrapper .yotpo-mandatory-explain, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-mandatory-explain {
          font-size: 0.83333vw !important;
          line-height: 1.25vw !important;
          margin-bottom: 0.69444vw !important; } }
      .product-yotpo-block .yotpo .write-review-wrapper .yotpo-mandatory-explain + br, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-mandatory-explain + br {
        display: none !important; }
    .product-yotpo-block .yotpo .write-review-wrapper .yotpo-mandatory-mark, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-mandatory-mark {
      margin-right: 3px !important;
      float: none !important;
      display: inline-block !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-review-wrapper .yotpo-mandatory-mark, .product-yotpo-block .yotpo .write-question-wrapper .yotpo-mandatory-mark {
          margin-right: 0.20833vw !important; } }
  .product-yotpo-block .yotpo .form-input-error {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
    text-transform: capitalize !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .form-input-error {
        font-size: 0.83333vw !important;
        line-height: 1.25vw !important;
        margin-left: 0.69444vw !important; } }
  .product-yotpo-block .yotpo .write-question-review-buttons-container {
    padding: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -35px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .write-question-review-buttons-container {
        margin-top: -2.43056vw;
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .product-yotpo-block .yotpo .write-question-review-buttons-container {
        margin-top: -58px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .write-question-review-buttons-container {
        margin-top: 0px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 413px) {
      .product-yotpo-block .yotpo .write-question-review-buttons-container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button {
      padding: 12px 19px 12px 41px !important;
      height: auto !important;
      border-radius: 0px !important;
      border: 1px solid black !important;
      cursor: pointer;
      margin: 0px !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button {
          padding: 0.83333vw 1.31944vw 0.83333vw 2.84722vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button {
          width: 177px !important; } }
      @media screen and (max-width: 413px) {
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button {
          width: 100% !important; } }
      .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button .yotpo-icon {
        display: none !important; }
      .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
        font-size: 12px !important;
        line-height: 14px !important;
        font-family: "Industry Demi", sans-serif !important;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: black !important;
        width: auto !important;
        height: auto !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
            font-size: 0.83333vw !important;
            line-height: 0.97222vw !important; } }
      .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.76807 3.11035L10.8894 5.23167L4.17187 11.9492H2.05055V9.82787L8.76807 3.11035Z' fill='white'/%3E%3Cpath d='M10.1821 1.69636C10.5726 1.30584 11.2057 1.30584 11.5963 1.69636L12.3034 2.40347C12.6939 2.794 12.6939 3.42716 12.3034 3.81768L11.5963 4.52479L9.47495 2.40347L10.1821 1.69636Z' fill='white'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat !important;
        background-size: 12px 12px;
        background-position: 19px 14px;
        background-color: black !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button {
            background-size: 0.83333vw 0.83333vw;
            background-position: 1.31944vw 0.97222vw; } }
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button .write-question-review-button-text {
          color: white !important; }
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover {
          background-color: white !important;
          background-repeat: no-repeat !important;
          background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.76807 3.11035L10.8894 5.23167L4.17187 11.9492H2.05055V9.82787L8.76807 3.11035Z' fill='black'/%3E%3Cpath d='M10.1821 1.69636C10.5726 1.30584 11.2057 1.30584 11.5963 1.69636L12.3034 2.40347C12.6939 2.794 12.6939 3.42716 12.3034 3.81768L11.5963 4.52479L9.47495 2.40347L10.1821 1.69636Z' fill='black'/%3E%3C/svg%3E%0A") !important;
          background-size: 12px 12px !important;
          background-position: 19px 14px !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover {
              background-size: 0.83333vw 0.83333vw !important;
              background-position: 1.31944vw 0.97222vw !important; } }
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-review-button:hover .write-question-review-button-text {
            color: black !important; }
      .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 4C15.5 3.44772 15.0523 3 14.5 3H5.5C4.94771 3 4.5 3.44772 4.5 4V9.5C4.5 10.0523 4.94771 10.5 5.5 10.5H13L15.5 12V4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 0C0.947715 0 0.5 0.447715 0.5 1V9L3 7.5H3.5V3C3.5 2.44772 3.94772 2 4.5 2H11.5V1C11.5 0.447715 11.0523 0 10.5 0H1.5Z' fill='black'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat !important;
        background-size: 15px 12px !important;
        background-position: 17px 13px !important;
        margin-left: 20px !important;
        background-color: white !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
            background-size: 1.04167vw 0.83333vw !important;
            background-position: 1.18056vw 0.90278vw !important;
            margin-left: 1.38889vw !important; } }
        @media screen and (max-width: 413px) {
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button {
            margin-left: 0px !important;
            margin-top: 15px !important; } }
        .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover {
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 4C15.5 3.44772 15.0523 3 14.5 3H5.5C4.94771 3 4.5 3.44772 4.5 4V9.5C4.5 10.0523 4.94771 10.5 5.5 10.5H13L15.5 12V4Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 0C0.947715 0 0.5 0.447715 0.5 1V9L3 7.5H3.5V3C3.5 2.44772 3.94772 2 4.5 2H11.5V1C11.5 0.447715 11.0523 0 10.5 0H1.5Z' fill='white'/%3E%3C/svg%3E%0A") !important;
          background-color: black !important;
          background-repeat: no-repeat !important;
          background-size: 15px 12px !important;
          background-position: 17px 13px !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover {
              background-size: 1.04167vw 0.83333vw !important;
              background-position: 1.18056vw 0.90278vw !important; } }
          .product-yotpo-block .yotpo .write-question-review-buttons-container .write-question-review-button.write-question-button:hover .write-question-review-button-text {
            color: white !important; }
  .product-yotpo-block .yotpo .yotpo-reviews-filters {
    margin: 0px !important;
    padding: 30px 0;
    border-bottom: 1px solid #bbbbbb !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-reviews-filters {
        padding: 2.08333vw 0 !important; } }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews-filters {
        padding: 20px 0; } }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .filters-container-title {
      font-size: 14px;
      line-height: 21px;
      color: #555555;
      padding-bottom: 10px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .filters-container-title {
          font-size: 0.97222vw !important;
          line-height: 1.45833vw !important;
          padding-bottom: 0.69444vw !important; } }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search {
      width: 541px !important;
      margin-bottom: 30px !important;
      max-width: 100%; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search {
          width: 37.56944vw !important;
          margin-bottom: 2.08333vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search {
          width: 100% !important;
          margin-bottom: 20px !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .magnifying-glass-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='black'/%3E%3Cpath d='M9.5 9.5L13 13' stroke='black'/%3E%3C/svg%3E%0A");
        width: 12px !important;
        height: 12px !important;
        background-size: 100% auto;
        top: 16px !important;
        left: 20px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .magnifying-glass-icon {
            width: 0.83333vw !important;
            height: 0.83333vw !important;
            top: 1.11111vw !important;
            left: 1.38889vw !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input {
        margin: 0px !important;
        height: auto !important;
        width: 541px !important;
        border-radius: 0px !important;
        border: 1px solid black !important;
        display: block;
        padding: 13px 40px 13px 40px !important;
        font-size: 12px !important;
        color: black !important;
        max-width: 100%; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input {
            width: 37.56944vw !important;
            padding: 0.90278vw 2.77778vw 0.90278vw 2.77778vw !important;
            font-size: 0.83333vw !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #888888;
        opacity: 1;
        /* Firefox */ }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #888888; }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .free-text-search .free-text-search-input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #888888; }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-visible-mobile .yotpo-icon-btn {
        border-radius: 0px !important;
        margin-bottom: 0px !important;
        height: auto !important;
        width: 100%;
        padding: 12px !important;
        text-align: center; } }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 20px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics {
          margin-bottom: 1.38889vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics {
          margin-bottom: 10px !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic {
        padding: 10px 20px !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0px !important;
        margin-right: 10px !important;
        border-radius: 0px !important;
        width: auto !important;
        background-color: #f1f1f1; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic {
            padding: 0.69444vw 1.38889vw !important;
            margin-right: 0.69444vw !important; } }
        @media screen and (max-width: 767px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic {
            padding: 9px 20px !important; } }
        .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic .suggested-topic-text {
          padding: 0px !important;
          color: #888888;
          font-size: 12px !important;
          line-height: 18px; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic .suggested-topic-text {
              font-size: 0.83333vw !important;
              line-height: 1.25vw; } }
        .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic:hover {
          background-color: #b72c1f !important; }
          .product-yotpo-block .yotpo .yotpo-reviews-filters .suggested-topics .suggested-topic:hover .suggested-topic-text {
            color: white !important; }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown {
      margin-top: 0px !important;
      margin-right: 21px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown {
          margin-right: 1.45833vw !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown .yotpo-dropdown {
        width: 240px !important;
        right: auto !important;
        left: 0;
        top: 41px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .filters-dropdown .yotpo-dropdown {
            width: 16.66667vw !important;
            top: 2.84722vw !important; } }
    .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button {
      border: 1px solid black !important;
      padding: 11px 20px !important;
      border-radius: 0px !important;
      color: black !important;
      font-size: 12px;
      height: auto !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 240px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button {
          padding: 0.76389vw 1.38889vw !important;
          font-size: 0.83333vw !important;
          width: 16.66667vw !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .yotpo-icon {
        width: 10px;
        height: 10px;
        background-size: 100% auto !important;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        position: absolute !important;
        right: 20px !important;
        top: 16px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .yotpo-icon {
            width: 0.69444vw !important;
            height: 0.69444vw !important;
            right: 1.38889vw !important;
            top: 1.11111vw !important; } }
      .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .selected {
        font-size: 12px !important;
        font-family: "Gotham", sans-serif !important;
        color: black !important;
        font-weight: 400 !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-reviews-filters .yotpo-hidden-mobile .dropdown-filters-container .yotpo-dropdown-button .selected {
            font-size: 0.83333vw !important; } }
  .product-yotpo-block .yotpo .yotpo-reviews-header {
    margin: 0px !important;
    padding: 30px 0 32px !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-reviews-header {
        padding: 2.08333vw 0 2.22222vw !important; } }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews-header {
        padding: 20px 0 22px !important; } }
    .product-yotpo-block .yotpo .yotpo-reviews-header .reviews-amount {
      font-size: 14px !important;
      line-height: 21px !important;
      color: #555555 !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews-header .reviews-amount {
          font-size: 0.97222vw !important;
          line-height: 1.45833vw !important; } }
  .product-yotpo-block .yotpo .yotpo-review {
    margin-top: 30px !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-review {
        margin-top: 2.08333vw !important; } }
    .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
      width: 46px !important;
      height: 46px !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-top: 0px !important;
      margin-right: 20px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
          width: 3.19444vw !important;
          height: 3.19444vw !important;
          margin-right: 1.38889vw !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
        font-size: 18px !important;
        line-height: 27px !important;
        position: static !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
            font-size: 1.25vw !important;
            line-height: 1.875vw !important; } }
    .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element {
      padding-top: 0px !important; }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: black;
        margin-right: 10px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
            font-size: 1.11111vw;
            line-height: 1.66667vw;
            margin-right: 0.69444vw !important; } }
        @media screen and (max-width: 767px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
            font-size: 14px;
            line-height: 21px; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #555555;
        margin-top: 3px; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title {
            font-size: 0.83333vw !important;
            line-height: 1.25vw !important;
            margin-top: 0.20833vw; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars {
        margin-top: 4px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars {
            margin-top: 0.27778vw !important; } }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star, .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-empty-star {
          width: 16px !important;
          height: 16px !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star, .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-empty-star {
              width: 1.11111vw !important;
              height: 1.11111vw !important; } }
          @media screen and (max-width: 767px) {
            .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star, .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-empty-star {
              margin-left: 2px; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #555555; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date {
            font-size: 0.83333vw !important;
            line-height: 1.25vw !important; } }
    .product-yotpo-block .yotpo .yotpo-review .yotpo-main {
      margin-left: 66px !important;
      margin-top: 9px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-main {
          margin-left: 4.58333vw !important;
          margin-top: 0.625vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-main {
          margin-left: 0px !important;
          margin-top: 19px !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-main .content-title {
        color: #555555;
        padding-bottom: 4px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-main .content-title {
            padding-bottom: 0.27778vw !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
        font-size: 13px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
            font-size: 0.90278vw !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper {
        margin-top: 15px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper {
            margin-top: 1.04167vw !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-main .media-review-desktop {
        width: 128px !important;
        height: 128px !important;
        margin-right: 13px !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-main .media-review-desktop {
            width: 8.88889vw !important;
            height: 8.88889vw !important;
            margin-right: 0.90278vw !important; } }
    .product-yotpo-block .yotpo .yotpo-review .yotpo-footer {
      margin-left: 66px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer {
          margin-left: 4.58333vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer {
          margin-left: 0px !important;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-grouping-reference {
        display: none !important; }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful {
        float: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important; }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-right: 6px;
          margin-left: 10px !important; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn {
              margin-right: 0.41667vw;
              margin-left: 0.69444vw !important; } }
          .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-up {
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H2.36364V4.8H0V12ZM13 5.4C13 4.74 12.4682 4.2 11.8182 4.2H8.09546L8.68636 1.44C8.68636 1.38 8.68636 1.32 8.68636 1.26C8.68636 1.02 8.56818 0.78 8.45002 0.6L7.8 0L3.9 3.96C3.66364 4.14 3.54545 4.44 3.54545 4.8V10.8C3.54545 11.46 4.07727 12 4.72727 12H10.0455C10.5182 12 10.9318 11.7 11.1091 11.28L12.8818 7.01998C12.9409 6.89998 12.9409 6.71998 12.9409 6.59998L13 5.4Z' fill='%23555555'/%3E%3C/svg%3E%0A");
            width: 12px !important;
            height: 12px;
            background-size: 100% auto;
            background-position: center center;
            background-repeat: no-repeat;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-top: -3px; }
            @media screen and (min-width: 1280px) {
              .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-up {
                width: 0.83333vw !important;
                height: 0.83333vw;
                margin-top: -0.20833vw; } }
          .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-down {
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H10.6364V7.2H13V0ZM0 6.6C0 7.26 0.531817 7.8 1.18182 7.8H4.90454L4.31364 10.56C4.31364 10.62 4.31364 10.68 4.31364 10.74C4.31364 10.98 4.43182 11.22 4.54998 11.4L5.2 12L9.1 8.04C9.33636 7.86 9.45455 7.56 9.45455 7.2V1.2C9.45455 0.539999 8.92273 0 8.27273 0H2.95455C2.48182 0 2.06818 0.299999 1.89091 0.719999L0.11818 4.98002C0.0590897 5.10002 0.0590897 5.28002 0.0590897 5.40002L0 6.6Z' fill='%23555555'/%3E%3C/svg%3E%0A");
            width: 12px !important;
            height: 12px;
            background-size: 100% auto;
            background-position: center center;
            background-repeat: no-repeat;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-top: 3px; }
            @media screen and (min-width: 1280px) {
              .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn .yotpo-icon-thumbs-down {
                width: 0.83333vw !important;
                height: 0.83333vw;
                margin-top: 0.20833vw; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .y-label {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #555555; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .y-label {
            font-size: 0.83333vw !important;
            line-height: 1.25vw !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important; }
        @media screen and (max-width: 767px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions {
            margin-bottom: 0px !important; } }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-action {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-icon-share {
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_175_5597)'%3E%3Cpath d='M6.35547 2.84522C2.83504 3.02855 0.00390625 5.95057 0.00390625 9.51562V12L0.892774 9.9307C1.94404 7.82855 4.02981 6.48443 6.35547 6.36084V9.20423L11.9957 4.59375L6.35547 0V2.84522Z' fill='%23555555'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_175_5597'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          width: 12px !important;
          height: 12px;
          background-position: center center;
          background-size: 100% auto;
          margin-right: 6px; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-icon-share {
              width: 0.83333vw !important;
              height: 0.83333vw;
              margin-right: 0.41667vw; } }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label {
          position: relative;
          padding-right: 10px;
          margin-right: 10px; }
          .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label:after {
            height: 10px;
            width: 1px;
            background-color: #bbbbbb;
            position: absolute;
            content: "";
            right: 0;
            top: 50%;
            margin-top: -5px; }
            @media screen and (min-width: 1280px) {
              .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .y-label:after {
                height: 0.69444vw;
                margin-top: -0.34722vw; } }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper + .yotpo-action {
          display: none; }
    .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box {
      margin-left: 66px !important;
      border-left: 1px solid #bbbbbb !important;
      margin-top: 20px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box {
          margin-left: 4.58333vw !important;
          margin-top: 1.38889vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box {
          margin-left: 20px !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box .yotpo-comment-box {
        margin-left: 20px !important;
        padding: 15px 0 !important; }
        @media screen and (min-width: 1280px) {
          .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box .yotpo-comment-box {
            margin-left: 1.38889vw !important;
            padding: 1.04167vw 0 !important; } }
      .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box .yotpo-main {
        margin: 0px !important; }
        .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box .yotpo-main .content-review {
          font-size: 12px !important;
          line-height: 18px !important;
          color: #555555; }
          @media screen and (min-width: 1280px) {
            .product-yotpo-block .yotpo .yotpo-review .yotpo-comments-box .yotpo-main .content-review {
              font-size: 0.83333vw !important;
              line-height: 1.25vw !important; } }
  .product-yotpo-block .yotpo .yotpo-reviews .yotpo-regular-box {
    padding-top: 32px !important;
    border-top: 1px solid #bbb !important; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-reviews .yotpo-regular-box {
        padding-top: 2.22222vw !important; } }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews .yotpo-regular-box {
        margin-top: 20px !important;
        padding-top: 0px !important;
        border-top: 0px !important; } }
    .product-yotpo-block .yotpo .yotpo-reviews .yotpo-regular-box.yotpo-regular-box-filters-padding {
      padding-top: 0px !important;
      margin-top: 0px !important;
      border-top: 0px !important; }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews .yotpo-regular-box .yotpo-filter-stars {
        margin-left: 0px; } }
  .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 1px solid #bbb;
    margin-bottom: 0px !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager {
        margin-top: 2.08333vw !important;
        padding-top: 2.08333vw !important; } }
    @media screen and (max-width: 767px) {
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager {
        position: relative;
        padding-top: 25px !important; } }
    .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element {
      margin-right: 30px !important;
      color: #555555 !important;
      font-weight: 500 !important; }
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element:not(.yotpo-icon-left-arrow):not(.yotpo-icon-right-arrow) {
        margin: 0 15px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element {
          margin-right: 2.08333vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element {
          margin-right: 15px !important;
          margin-left: 15px; } }
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element.yotpo-active {
        color: black !important; }
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-page-element:hover {
        color: black !important; }
    .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 6L6 12H3.85714L0 6L3.85714 0Z' fill='black'/%3E%3C/svg%3E%0A") !important;
      width: 12px !important;
      height: 12px;
      background-size: 6px auto !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      margin-right: 60px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow {
          width: 0.83333vw !important;
          height: 0.83333vw;
          background-size: 0.41667vw auto !important;
          margin-right: 4.16667vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow {
          position: absolute;
          left: 0;
          top: 25px;
          margin: 0px; } }
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-left-arrow:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85714 0L6 0L2 6L6 12H3.85714L0 6L3.85714 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important; }
    .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 6L0 12H2.14286L6 6L2.14286 0Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
      width: 12px !important;
      height: 12px;
      background-size: 6px auto !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      margin-left: 60px !important;
      margin-right: 0px !important; }
      @media screen and (min-width: 1280px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow {
          width: 0.83333vw !important;
          height: 0.83333vw;
          background-size: 0.41667vw auto !important;
          margin-left: 2.08333vw !important; } }
      @media screen and (max-width: 767px) {
        .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow {
          position: absolute;
          right: 0;
          top: 25px;
          margin: 0px; } }
      .product-yotpo-block .yotpo .yotpo-reviews nav .yotpo-pager .yotpo-icon-right-arrow:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14286 0L0 0L4 6L0 12H2.14286L6 6L2.14286 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important; }
  .product-yotpo-block .yotpo .yotpo-questions .yotpo-default-button {
    margin: 0px auto !important; }

@media screen and (max-width: 1023px) {
  .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container {
    max-width: 90% !important;
    max-height: 90% !important;
    top: 5% !important;
    left: 5% !important; } }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .footer-actions .share-options-wrapper .share-options .social-link, .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper .share-options .social-link {
  color: black !important; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .vote-btn, .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .vote-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 6px;
  margin-left: 5px !important; }
  .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .vote-btn .yotpo-icon-thumbs-up, .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .vote-btn .yotpo-icon-thumbs-up {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H2.36364V4.8H0V12ZM13 5.4C13 4.74 12.4682 4.2 11.8182 4.2H8.09546L8.68636 1.44C8.68636 1.38 8.68636 1.32 8.68636 1.26C8.68636 1.02 8.56818 0.78 8.45002 0.6L7.8 0L3.9 3.96C3.66364 4.14 3.54545 4.44 3.54545 4.8V10.8C3.54545 11.46 4.07727 12 4.72727 12H10.0455C10.5182 12 10.9318 11.7 11.1091 11.28L12.8818 7.01998C12.9409 6.89998 12.9409 6.71998 12.9409 6.59998L13 5.4Z' fill='%23555555'/%3E%3C/svg%3E%0A");
    width: 12px !important;
    height: 12px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 4px; }
  .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .vote-btn .yotpo-icon-thumbs-down, .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .vote-btn .yotpo-icon-thumbs-down {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H10.6364V7.2H13V0ZM0 6.6C0 7.26 0.531817 7.8 1.18182 7.8H4.90454L4.31364 10.56C4.31364 10.62 4.31364 10.68 4.31364 10.74C4.31364 10.98 4.43182 11.22 4.54998 11.4L5.2 12L9.1 8.04C9.33636 7.86 9.45455 7.56 9.45455 7.2V1.2C9.45455 0.539999 8.92273 0 8.27273 0H2.95455C2.48182 0 2.06818 0.299999 1.89091 0.719999L0.11818 4.98002C0.0590897 5.10002 0.0590897 5.28002 0.0590897 5.40002L0 6.6Z' fill='%23555555'/%3E%3C/svg%3E%0A");
    width: 12px !important;
    height: 12px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -4px; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .vote-btn[data-type='up'], .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .vote-btn[data-type='up'] {
  margin-right: 5px !important; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-instagram .yotpo-footer .yotpo-helpful .vote-sum, .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-review .yotpo-footer .yotpo-helpful .vote-sum {
  font-size: 12px !important;
  line-height: 18px !important;
  color: black !important; }

.yotpo-lightbox-content-container .yotpo-lightbox-product-name, .yotpo-lightbox-content-container .yotpo-user-name, .yotpo-lightbox-content-container .yotpo-main *, .yotpo-lightbox-content-container .yopto-main {
  font-family: "Gotham", sans-serif !important; }
  .yotpo-lightbox-content-container .yotpo-lightbox-product-name .yotpo-instagram-hashtag, .yotpo-lightbox-content-container .yotpo-user-name .yotpo-instagram-hashtag, .yotpo-lightbox-content-container .yotpo-main * .yotpo-instagram-hashtag, .yotpo-lightbox-content-container .yopto-main .yotpo-instagram-hashtag {
    font-size: 14px !important;
    line-height: 21px !important; }

.yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product {
  font-size: 14px !important;
  line-height: 21px !important;
  font-family: "Gotham", sans-serif !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-button {
    background-color: #b72c1f !important; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-name {
    font-family: "Industry", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 10px 0 !important; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-main-image {
    padding: 20px;
    border-radius: 0px !important; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .review-stars {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .review-stars .score-title {
      font-size: 18px !important;
      font-family: "Industry Demi", sans-serif !important;
      font-weight: 600 !important;
      margin-top: -2px; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-icon:before {
      display: none !important; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-icon.yotpo-icon-star {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23B72C1F'/%3E%3C/svg%3E%0A") !important;
      width: 12px !important;
      height: 12px !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      display: inline-block; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-icon.yotpo-icon-empty-star {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.41068 4.05836L11.7063 4.1459L8.28254 6.74164L9.52671 10.8541L6 8.4L2.47329 10.8541L3.71746 6.74164L0.293661 4.1459L4.58932 4.05836L6 0Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A") !important;
      width: 12px !important;
      height: 12px !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-icon + .yotpo-icon {
      margin-left: 3px; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-stars {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 8px; }
    .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-stars + a {
      font-family: "Industry", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: black;
      letter-spacing: 0.06em; }

.yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-products-footer {
  margin-top: 30px !important; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-products-footer .yotpo-lightbox-product-select-image {
    margin: 0 !important;
    border: 1px solid #dddddd !important;
    padding: 10px; }
  .yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-content-container .yotpo-lightbox-products-container .yotpo-lightbox-products-footer h3 {
    color: black !important;
    font-size: 16px !important;
    margin-bottom: 20px; }

.yotpo-lightbox-content-container .yotpo-lightbox-product-button {
  font-family: "Industry Demi", sans-serif !important;
  text-transform: uppercase;
  font-size: 12px !important;
  border-radius: 0px !important;
  line-height: 18px !important;
  padding: 11px 30px !important;
  height: auto !important;
  width: auto !important; }

.page-content .yotpo-popup-box-medium {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.page-content .testimonials .yotpo .yotpo-reviews nav .yotpo-pager {
  margin-bottom: 30px !important; }
  @media screen and (min-width: 1280px) {
    .page-content .testimonials .yotpo .yotpo-reviews nav .yotpo-pager {
      margin-bottom: 2.08333vw !important; } }

.page-content .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-mark, .page-content .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-mark {
  float: left !important; }

.page-content .testimonials .yotpo .write-review-wrapper .yotpo-mandatory-explain .yotpo-mandatory-mark, .page-content .testimonials .yotpo .write-question-wrapper .yotpo-mandatory-explain .yotpo-mandatory-mark {
  float: none !important; }

@media screen and (max-width: 767px) {
  .page-content .yotpo .write-review .connect-wrapper .form-element {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .page-content .testimonials .yotpo .write-review-wrapper .write-review, .page-content .testimonials .yotpo .write-question-wrapper .write-review {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 767px) {
  .page-content .testimonials .yotpo .yotpo-nav-content {
    width: 100%; } }

.socialize-wrapper {
  display: none !important; }

[data-item="Tulster Package Protection"] {
  pointer-events: none;
  display: none !important; }
