@charset "UTF-8";
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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 992px) {
    html {
      font-size: 14px; } }

body {
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  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: "oswald", Helvetica, Arial, sans-serif;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "oswald", 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, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      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] {
  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 {
    margin-left: 0; }

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

/*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 {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button: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 {
  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 {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .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 {
  -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 {
    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(255, 255, 255, 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: 551px) {
    .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 {
    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 {
    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 {
    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 {
    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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 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: 551px) {
    .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: 551px) {
  .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: 551px) {
  .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: 551px) {
  .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 {
    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(255, 255, 255, 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: "neue-haas-unica", 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: 551px) {
    .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: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .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 {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        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 {
    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: 551px) {
  .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: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .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; }

/* 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);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .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: -10px; }
  @media (min-width: 992px) {
    .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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 992px) {
    .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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.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.28571rem;
      width: 1.28571rem;
      border-radius: 50%; }
    .slick-dots li button {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      background-color: #D9D9D9;
      border: 2px solid #fff; }
      .slick-dots li button:hover::before {
        background: #1248B5;
        opacity: 1; }
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      display: block;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button {
      background-color: #D9D9D9; }
    .slick-dots li.slick-active button::before {
      background: #1248B5; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #999999;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

body {
  /*&.off-screen{
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%);
        width:100%;
      }*/ }

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

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

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.28571rem;
  color: #000; }

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 15px;
  color: #29449c;
  text-transform: uppercase;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  font-size: 26px; }
  @media (min-width: 992px) {
    .page-heading {
      font-size: 30px; } }

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 {
  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 {
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000; }
  .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 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        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: 551px) {
        .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: 551px) {
        .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.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: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 992px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

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

@media (min-width: 992px) {
  .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: 768px) {
    .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: 768px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

.breadcrumbs {
  font-size: 0;
  padding: 20px 0 15px;
  margin: 0; }
  .product-page .breadcrumbs {
    padding: 20px 20px 15px; }
    @media (min-width: 768px) {
      .product-page .breadcrumbs {
        padding: 20px; } }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 20px; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active {
    display: none !important; }
    .breadcrumb.is-active > .breadcrumb-label {
      cursor: text; }
  .breadcrumb:before {
    content: "\00bb"; }
  .breadcrumb a {
    color: #555; }
    .breadcrumb a:hover {
      color: #555;
      text-decoration: none; }

.breadcrumb-label {
  text-transform: uppercase;
  color: #555;
  font-weight: 700;
  font-size: 12px; }
  .breadcrumb-label:hover {
    color: #555;
    text-decoration: none; }

.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 {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

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

.button--green {
  text-align: center;
  border: 1px solid #00885c;
  border-radius: 3px;
  text-decoration: none;
  color: #00885c;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  .button--green:hover {
    background-color: #00885c;
    color: #fff; }

.button--primary {
  border-color: #c86400;
  color: #fff;
  background-color: #f1892d;
  box-shadow: 0 2px 0 #c86400;
  padding: 12px 0;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 15px;
  height: 40px; }
  .button--primary:hover {
    box-shadow: none;
    border: none;
    background-color: #e88125; }
  .button--primary[disabled] {
    box-shadow: none; }
    .button--primary[disabled]:hover {
      box-shadow: none;
      border: none;
      background-color: #ccc; }

.tabs {
  border-bottom: 0; }

.tab {
  float: none;
  margin-top: 20px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .tab {
      margin-top: 0; } }
  .tab.is-active {
    font-weight: 400; }
  .tab .faded {
    margin-bottom: 10px; }

.tab-title {
  padding: 10px 0;
  text-decoration: none;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 1060px) {
    .tab-title {
      font-size: 24px; } }
  .is-active .tab-title {
    font-weight: 400 !important;
    color: #4f4f4f !important; }

.tabs-contents {
  padding: 0 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 1060px) {
    .tabs-contents li, .tabs-contents p:first-child {
      font-size: 16px; } }
  .tabs-contents p:first-child {
    font-weight: 700; }
  .tabs-contents ul {
    margin-bottom: 0; }
    .tabs-contents ul li {
      margin-bottom: 15px; }

.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; }

.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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 768px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757575;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

.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 {
  color: #fff; }
  .alertBox--info .alertBox-close svg {
    fill: #fff; }

.lazyload, .lazyloading {
  height: 100%; }

.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"] {
  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;
  padding-right: 3rem; }

.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-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: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "oswald", 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: 551px) {
    .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 {
  display: block; }

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

.form-prefixPostfix .button {
  height: 40px; }

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

.form-prefixPostfix-button--postfix {
  order: 1;
  margin-left: 0;
  width: 65px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: #00885c;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.4) inset;
  height: 40px; }
  @media (min-width: 992px) {
    .form-prefixPostfix-button--postfix {
      order: 0; } }
  .form-prefixPostfix-button--postfix:hover {
    background: #00885c;
    border: 1px solid #ccc; }

.form-increment .button {
  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-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: 57px;
  padding: 1px 0.35714rem;
  line-height: 20px;
  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: 551px) {
    .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 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .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; }

.form-input {
  border-radius: 0;
  height: 40px; }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    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-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .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: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .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: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 768px) {
      .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;
  overflow: hidden; }
  .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: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 768px) {
    .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(255, 255, 255, 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; }

.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;
  float: none; }
  @media (min-width: 768px) {
    .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; }
  .navUser-item--cart .navUser-action {
    color: #333333;
    padding: 0; }
    .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:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .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;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    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: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  display: none;
  line-height: 15px;
  text-align: center;
  width: 16px;
  height: 16px;
  background-color: #29449c;
  color: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 11px !important; }
  @media (min-width: 768px) {
    .countPill {
      display: inline-block !important;
      background: 0 0 !important;
      font-size: 14px !important;
      color: #555 !important;
      margin-left: 0 !important;
      width: auto !important;
      position: static;
      font-weight: 500 !important; } }

.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 {
  background-color: #f2f2f2;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 768px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      overflow-y: visible;
      position: relative;
      top: auto;
      border-top: 1px solid #ddd; } }
  @media (min-width: 992px) {
    .navPages-container {
      margin-top: 69px; } }
  .navPages-container.is-open {
    display: block; }
  .navPages-container.on-screen {
    display: block;
    position: absolute;
    top: 0px;
    left: -80%;
    width: 80%;
    overflow-y: scroll;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .navPages-container.on-screen {
        background: #fff;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        display: block;
        left: 0px;
        width: 80%;
        top: 0;
        z-index: 51;
        width: 100%; } }

#nav-header {
  background: #fff;
  height: 77px;
  border-bottom: 1px solid #ddd;
  position: relative; }
  #nav-header:before, #nav-header:after {
    content: " ";
    display: table; }
  #nav-header:after {
    clear: both; }
  @media (min-width: 768px) {
    #nav-header {
      display: none !important; } }
  .on-screen #nav-header {
    display: block; }
    .on-screen #nav-header:before {
      content: url(../img/nav-logo.png);
      display: inline-block;
      position: absolute;
      left: 13px;
      top: 25px; }
  #nav-header img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }

#nav-close {
  height: 77px;
  width: 67px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  cursor: pointer; }
  @media (min-width: 768px) {
    #blackout #nav-close {
      display: none; } }
  #nav-close svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #5C5C5C; }

@media (min-width: 768px) {
  .navPages {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    font-size: 0;
    overflow-y: visible;
    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: 768px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }

@media (min-width: 768px) {
    .navPages-item, .navPages-action {
      display: block; } }

.navPages ul {
  list-style: none; }

.navPages .navPage-subMenu-list {
  background-color: #fff;
  border-left: 0;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .navPages .navPage-subMenu-list {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      border-left: 0;
      margin: auto;
      background-color: #fff;
      padding: 10px 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;
  background: #fff; }
  @media (min-width: 768px) {
    .navPages-list {
      display: inline-block;
      float: none;
      background: #fff;
      height: 40px; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-item {
  border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    .navPages-item {
      border-bottom: 0; }
      .navPages-item:hover .navPage-subMenu {
        display: block;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
        border: 1px solid #ddd;
        position: absolute;
        top: 40px;
        width: 200px; } }
  .navPages-item.home-img {
    display: none; }
    @media (min-width: 768px) {
      .navPages-item.home-img {
        margin-top: 8px; } }
    @media (min-width: 992px) {
      .navPages-item.home-img {
        display: inline-block;
        margin-top: 0; } }
    .navPages-item.home-img a {
      border-right: none !important; }
  @media (min-width: 768px) {
    .navPages-item:last-child > a {
      border-right: 0; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 768px) {
    .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: 768px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 768px) {
  .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: 768px) {
    .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: 768px) {
      .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: 768px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 20px;
  text-decoration: none;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .navPages-action {
      line-height: 28px; }
      .navPages-action:after {
        content: url(../img/chevron-right.png);
        position: absolute;
        right: 0;
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .navPages-action {
      text-transform: uppercase;
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem;
      border-bottom: 0;
      color: #555;
      padding: 0 15px;
      margin: 9px 0;
      border-right: 1px solid #ddd;
      font-family: "oswald", Helvetica, Arial, sans-serif;
      font-size: 16px; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #757575;
          stroke: #757575; } }
  @media (min-width: 992px) {
    .navPages-action {
      padding: 0 20px; } }
  @media only screen and (min-width: 1100px) {
    .navPages-action {
      padding: 0px 25px; } }
  @media only screen and (min-width: 1200px) {
    .navPages-action {
      padding: 0px 30px; } }
  .navPages-action:hover, .navPages-action:focus {
    color: #00885c;
    outline: 0; }
    @media (min-width: 768px) {
      .navPages-action:hover, .navPages-action:focus {
        color: #00885c;
        text-decoration: underline; } }
    .navPages-action:hover svg, .navPages-action:focus svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPage-subMenu-action {
  font-size: 18px; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 768px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 768px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media screen and (max-width: 767px) {
    .navPage-subMenu.open {
      display: block;
      margin: 0;
      padding: 0;
      position: absolute;
      background: #fff;
      height: 100%;
      z-index: 2;
      top: 0;
      overflow-y: scroll;
      outline: 0;
      font-size: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .navPage-subMenu {
      background-color: #fff;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: none; }
      .navPage-subMenu:before {
        content: " ";
        background: #fff;
        height: 12px;
        width: 12px;
        display: block;
        position: absolute;
        margin-top: -7px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px #ddd solid;
        border-left: 1px #ddd solid;
        left: 45px; } }
  .navPage-subMenu.is-open {
    display: block; }

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

@media (min-width: 768px) {
  .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: 768px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    .navPage-subMenu-item {
      display: block;
      border-bottom: 0; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border: 0 !important;
        font-weight: 400;
        font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 5px 20px;
        margin: 0; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 768px) {
    .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-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

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

@media (min-width: 768px) {
  .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; }

.drawer-menu-pages {
  background: #F6F9FC;
  margin: 0; }
  @media (min-width: 768px) {
    .drawer-menu-pages {
      display: none; } }
  .drawer-menu-pages li {
    border-bottom: 1px solid #ddd;
    color: #fff; }
    .drawer-menu-pages li.nsi-dual {
      position: relative;
      min-height: 70px; }
      .drawer-menu-pages li.nsi-dual strong {
        position: absolute;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        top: 10px;
        left: 70px; }
      .drawer-menu-pages li.nsi-dual .navPage-subMenu-action {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        padding: 21px 20px; }
        .drawer-menu-pages li.nsi-dual .navPage-subMenu-action.first {
          padding-right: 5px !important; }
        .drawer-menu-pages li.nsi-dual .navPage-subMenu-action.second {
          padding-left: 0 !important; }
          .drawer-menu-pages li.nsi-dual .navPage-subMenu-action.second:before {
            content: "or";
            display: inline-block;
            padding-right: 5px;
            transform: translateY(10px);
            color: #000 !important; }
        .drawer-menu-pages li.nsi-dual .navPage-subMenu-action span {
          display: inline-block;
          transform: translateY(10px); }
    .drawer-menu-pages li a {
      color: #000;
      text-decoration: none;
      padding: 16px 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-weight: 600;
      font-size: 18px; }
      .drawer-menu-pages li a:hover {
        color: #00885c; }
      .drawer-menu-pages li a .big-icon {
        font-size: 24px;
        width: 30px;
        color: #00885c;
        margin-right: 20px; }

.navPage-subMenu-item.goback {
  padding: 0px;
  text-align: center; }
  .navPage-subMenu-item.goback:before, .navPage-subMenu-item.goback:after {
    content: " ";
    display: table; }
  .navPage-subMenu-item.goback:after {
    clear: both; }
  @media (min-width: 768px) {
    .navPage-subMenu-item.goback {
      display: none; } }
  .navPage-subMenu-item.goback .navPages-action {
    height: 77px;
    line-height: 77px;
    padding: 0;
    color: #2C479D;
    font-weight: 600 !important;
    font-size: 22px;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 767px) {
      .navPage-subMenu-item.goback .navPages-action:before {
        content: url(../img/chevron-right.png);
        position: absolute;
        left: 20px;
        transform: rotate(180deg); }
      .navPage-subMenu-item.goback .navPages-action:after {
        display: none; } }

.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;
  margin-bottom: 7px;
  text-align: center;
  line-height: normal; }
  .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; }

.google_plusone_iframe_widget {
  width: inherit !important; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-right: 16px; }
    @media (min-width: 992px) {
      .socialLinks .socialLinks-item {
        margin-right: 57px; } }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
    .socialLinks .socialLinks-item a {
      color: #fff;
      display: inline-block;
      padding: 5px; }
      @media (min-width: 992px) {
        .socialLinks .socialLinks-item a {
          padding: 9px 5px; } }
    .socialLinks .socialLinks-item svg {
      font-size: 34px; }

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 768px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 42.85714rem;
      width: 100%; } }
  @media (min-width: 768px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 42.85714rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.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;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

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

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

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 768px) {
  .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: 768px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .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: 551px) {
        .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: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 992px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.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: 768px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 992px) {
    .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-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 768px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 768px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 875px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 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; }
  @media (min-width: 768px) {
    .productView-thumbnails {
      margin-bottom: 0 !important; } }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-prev, .productView-thumbnails .slick-next {
    top: 50%;
    transform: translateY(-50%);
    height: 3rem;
    margin-top: 0; }
    .productView-thumbnails .slick-prev:before, .productView-thumbnails .slick-next:before {
      width: .75rem;
      height: 100%; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border: 2px solid #00885c; }

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

@media (min-width: 768px) {
  .productView-product .pr_snippet_product {
    margin-bottom: 20px; } }

.productView-product .pr_snippet_product .pr-snippet-wrapper {
  padding: 0; }

.productView-product .pr_snippet_product .pr-snippet-wrapper, .productView-product .pr_snippet_product .pr-snippet-stars {
  border: 0;
  background-color: #fff;
  padding-left: 0; }

.productView-product .pr_snippet_product .pr-snippet-review-count, .productView-product .pr_snippet_product .pr-snippet-read-write, .productView-product .pr_snippet_product .pr-snippet-write-review, .productView-product .pr_snippet_product .pr-snippet-social-bar {
  display: none !important; }

.productView-title {
  font-size: 24px;
  margin: 0 0 5px;
  line-height: 26px;
  font-weight: 300;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  @media (min-width: 768px) {
    .productView-title {
      font-size: 28px;
      line-height: 32px; } }

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

.productView-price {
  padding-bottom: 15px; }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .plus-fs {
    color: #29449c;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-left: 3px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #757575; }
    .productView-reviewLink > a:hover {
      color: #333333; }

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

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

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

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

.productView-options:before, .productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-options .form-input[type="number"] {
    width: 16.66667%; } }

.productView-options input[type="file"] {
  font-size: 13px; }

.productView-options .form {
  margin-bottom: 0; }

.productView-options .form-field {
  font-size: 0;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .productView-options .form-field {
      margin-bottom: 10px; } }
  .productView-options .form-field[data-product-attribute="set-rectangle"] {
    margin-right: -21px; }
  .productView-options .form-field > .form-checkbox + .form-label,
  .productView-options .form-field > .form-radio + .form-label {
    display: inline-block;
    margin-left: 1.5rem;
    width: auto; }
    @media (min-width: 551px) {
      .productView-options .form-field > .form-checkbox + .form-label,
      .productView-options .form-field > .form-radio + .form-label {
        margin-left: 0;
        width: 100%; } }
  .productView-options .form-field > .form-label:nth-of-type(2) {
    margin-left: 0; }
  .productView-options .form-field .form-radio:hover + .form-option, .productView-options .form-field .form-radio:checked + .form-option {
    border-color: #000;
    padding: 0px;
    outline: 2px #000 solid;
    font-weight: 600; }
  .productView-options .form-field .form-radio:hover + .form-option {
    background: #fff;
    color: #000; }
  .productView-options .form-field .form-label {
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    color: #000; }
    @media (min-width: 768px) {
      .productView-options .form-field .form-label {
        font-size: 16px; } }
    .productView-options .form-field .form-label small {
      display: none !important; }
  .productView-options .form-field .form-option {
    position: relative;
    overflow: hidden !important;
    transition: none; }
  .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option, .productView-options .form-field[data-product-attribute="swatch"] > .form-option {
    border: 1px solid #CCC;
    box-shadow: 0px 1px 0px #E5E5E5;
    border-radius: 5px;
    position: relative; }
    .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option.unavailable, .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable {
      background: #F7F7F7;
      border-color: #ddd;
      box-shadow: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: 1; }
      .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option.unavailable .form-option-variant, .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable .form-option-variant {
        color: #AFAFAF; }
      .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option.unavailable:before, .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable:before {
        background-color: #e3e3e3;
        height: 1px;
        left: 50%;
        top: 15px;
        width: 150%;
        z-index: 99;
        opacity: 1;
        transform: translate(-50%) rotate(-144deg); }
  .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option {
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
    padding: 0px;
    height: 34px;
    color: #000;
    font-size: 14px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .productView-options .form-field[data-product-attribute="set-rectangle"] > .form-option {
        font-size: 16px; } }
  .productView-options .form-field[data-product-attribute="swatch"] .form-radio:hover + .form-option, .productView-options .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option {
    padding: 4px; }
  .productView-options .form-field[data-product-attribute="swatch"] > .form-option {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 57px;
    height: 32px;
    padding-right: 0;
    font-size: 0;
    padding: 4px;
    text-align: center; }
    .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable {
      border: 0;
      background: transparent;
      outline: 1px #ccc solid; }
      .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable:before {
        background: #787878;
        top: 15px;
        width: 99%;
        transform: translate(-50%) rotate(-150deg); }
      .productView-options .form-field[data-product-attribute="swatch"] > .form-option.unavailable > .form-option-variant--pattern {
        opacity: .2;
        border: 1px solid #000; }
    .productView-options .form-field[data-product-attribute="swatch"] > .form-option > .form-option-variant--pattern {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 22px;
      width: 46px;
      min-width: 0px;
      margin: 0 auto;
      border-radius: 0;
      padding: 0 !important; }

.productView-options .form-field--increments {
  display: inline-block;
  margin: 0;
  margin-right: 5px; }
  .productView-options .form-field--increments select {
    display: block;
    width: 111px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 44px;
    position: relative;
    top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: url(../img/dd-arr.png) 86% 50% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 25px; }

.productView-options .form-action {
  display: block;
  margin-top: 0px;
  width: calc(100% - 111px); }
  .productView-options .form-action .button {
    width: 100%;
    margin-bottom: 0;
    background: #1248B5;
    font-size: 18px;
    padding: 0px;
    height: 48px;
    text-transform: capitalize;
    max-width: 300px; }
    @media (min-width: 768px) {
      .productView-options .form-action .button {
        font-size: 18px; } }
    .productView-options .form-action .button:hover {
      background: #29449c; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0; }

.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 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.grey-box {
  padding-bottom: 12px;
  font-size: 0;
  border-bottom: 1px solid #C5CBD5; }
  @media (min-width: 768px) {
    .grey-box {
      padding-bottom: 15px; } }
  .grey-box .toggle-map-price {
    margin-bottom: 0px;
    padding: 10px 20px 10px 20px; }
  .grey-box .toggle-map-price {
    margin-bottom: 0px;
    color: #29449c;
    border: 1px solid #29449c;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    max-width: 204px; }
    @media (min-width: 768px) {
      .grey-box .toggle-map-price {
        font-size: 20px; } }
    .grey-box .toggle-map-price:hover {
      background: #29449c;
      color: #fff; }
  .grey-box .form-label {
    margin-bottom: 0;
    margin-right: 9px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .grey-box .form-label {
        font-size: 16px; } }
  .grey-box .dynamic-stock-info {
    display: inline-block;
    position: relative;
    top: -1px; }
    .grey-box .dynamic-stock-info .stock-status {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 18px;
      color: #555; }
      @media (min-width: 768px) {
        .grey-box .dynamic-stock-info .stock-status {
          font-size: 16px; } }
    .grey-box .dynamic-stock-info .low-stock {
      display: inline-block;
      color: #B92C00;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .grey-box .dynamic-stock-info .low-stock {
          font-size: 16px;
          line-height: 24px; } }
    .grey-box .dynamic-stock-info .low-icon {
      color: #B92C00;
      font-size: 16px;
      margin-right: 4px;
      position: relative;
      top: 1px; }
      @media (min-width: 768px) {
        .grey-box .dynamic-stock-info .low-icon {
          font-size: 18px; } }
  .grey-box .free-ship-instock, .grey-box #clockdiv {
    margin-top: 14px; }
    @media (min-width: 768px) {
      .grey-box .free-ship-instock, .grey-box #clockdiv {
        margin-top: 20px; } }
    .grey-box .free-ship-instock .order-by, .grey-box #clockdiv .order-by {
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #007b56; }
      @media (min-width: 768px) {
        .grey-box .free-ship-instock .order-by, .grey-box #clockdiv .order-by {
          font-size: 16px; } }
      .grey-box .free-ship-instock .order-by svg, .grey-box #clockdiv .order-by svg {
        font-size: 16px;
        margin-right: 4px; }
        @media (min-width: 768px) {
          .grey-box .free-ship-instock .order-by svg, .grey-box #clockdiv .order-by svg {
            font-size: 18px; } }
  .grey-box #clockdiv {
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #007b56; }
    @media (min-width: 768px) {
      .grey-box #clockdiv {
        font-size: 16px; } }
    .grey-box #clockdiv svg {
      font-size: 16px; }
      @media (min-width: 768px) {
        .grey-box #clockdiv svg {
          font-size: 18px; } }
    .grey-box #clockdiv * {
      display: inline-block; }

.custom-field {
  display: none; }

.social-wishlist {
  padding: 20px;
  background-color: #fff; }
  .social-wishlist:before, .social-wishlist:after {
    content: " ";
    display: table; }
  .social-wishlist:after {
    clear: both; }
  @media screen and (min-width: 1060px) {
    .social-wishlist {
      margin-left: -1px; } }
  .social-wishlist .addthis_toolbox {
    display: inline-block; }
  .social-wishlist .form-wishlist {
    display: inline-block;
    margin-bottom: 7px;
    min-width: 140px;
    float: right; }
    .social-wishlist .form-wishlist #wishlist-dropdown.is-open {
      padding: 0 !important; }
    .social-wishlist .form-wishlist .button {
      padding: 5px 10px;
      text-align: left;
      margin: 0;
      font-weight: 400; }
    .social-wishlist .form-wishlist ul .button {
      padding: 10px; }
  .social-wishlist .sku {
    display: block;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px; }
    .social-wishlist .sku.brand a {
      text-decoration: none; }
      .social-wishlist .sku.brand a span {
        text-transform: none; }

.productView-bottom {
  clear: both; }
  .productView-bottom:before, .productView-bottom:after {
    content: " ";
    display: table; }
  .productView-bottom:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-bottom {
      padding-top: 70px; } }

.color-text {
  background: #666;
  position: absolute;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  opacity: 1 !important;
  z-index: 99 !important;
  margin-top: -35px !important;
  margin-left: -50px !important;
  min-width: 50px !important;
  white-space: no-wrap;
  text-align: center; }
  .color-text:before {
    content: "";
    height: 0px;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666;
    position: absolute;
    bottom: -5px;
    left: 15px; }
  .color-text.out-of-stock {
    width: 78px;
    min-width: 0 !important; }

.selected-option {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
  margin-left: 5px; }

.product-description {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-description {
      font-size: 14px;
      line-height: auto;
      margin-bottom: 0px; } }
  .product-description > h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 0 10px 0; }
  .product-description #description-content {
    position: relative; }
    .product-description #description-content.shortened {
      height: 125px;
      overflow: hidden; }
      .product-description #description-content.shortened:after {
        content: "";
        position: absolute;
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px; }
  .product-description #expander {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #1248B5;
    font-weight: 600; }

.bottom-price {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .bottom-price {
      display: none; } }

.atc-form-container {
  display: flex;
  margin-top: 10px; }

.price {
  display: inline-block; }

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

.price--withoutTax, .price-now-label {
  color: #29449c;
  font-size: 24px;
  line-height: auto;
  font-weight: 700;
  display: inline-block; }
  @media (min-width: 768px) {
    .price--withoutTax, .price-now-label {
      font-size: 28px; } }

.price-section.price-section--withoutTax {
  display: block; }

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

.price-section.price-section--withoutTax.non-sale-price--withoutTax.price-section--hidden {
  display: none; }

.price.you-save {
  color: #166121;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 24px;
  background: #EBFBED;
  font-size: 14px;
  border-radius: 5px;
  padding: 0px 5px;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #166121;
  line-height: 24px;
  display: inline-block; }
  @media (min-width: 768px) {
    .price.you-save {
      font-size: 16px; } }

.productView-price .price.you-save {
  position: relative;
  top: -1px; }

.rrp-price--withoutTax .price {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 24px;
  color: #5A5A5A; }
  @media (min-width: 768px) {
    .rrp-price--withoutTax .price {
      font-size: 18px; } }

.price-section--hidden, .price-label-hidden, .price-now-label-hidden {
  display: none; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: inline-block;
  margin-right: 5px;
  color: #5A5A5A; }

.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: "oswald", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 768px) {
    .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-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    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: 768px) {
    .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: 768px) {
    .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: 768px) {
      .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: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #757575;
  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 {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }

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

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: calc(100% - 100px);
  margin-left: auto; }
  @media (min-width: 551px) {
    .cart-item-info {
      float: left; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      padding-top: 21px; } }

@media (min-width: 768px) {
  .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: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

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

.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: 551px) {
    .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: 5px;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }

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

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

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

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

.cart-total-grandTotal {
  font-weight: 700 !important; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.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,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-hide {
  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,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 68%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    background: #1248B5 !important;
    width: 30%;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 10px;
    margin-bottom: 0 !important;
    line-height: 32px !important;
    height: 32px !important; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary.button--small {
    width: 60%;
    background: #1248B5 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 0 !important; }
    .estimator-form .button--primary.button--small:hover {
      background: #1248B5 !important;
      border: 0 !important; }

.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 {
  margin-bottom: 1em; }
  .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-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

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

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

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

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

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

.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: 1.5rem;
  text-align: center; }

.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;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

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

.Shopping.Cart .container .page .page-content {
  padding: 20px 20px 0;
  float: none; }

.Shopping.Cart .page-content .breadcrumbs {
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 25px;
  padding: 0px !important;
  text-align: center;
  display: none; }

.Shopping.Cart .cart-header tr {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

.button.button--primary.button--small {
  background-color: #00885c;
  font-weight: 500;
  font-size: 16px; }

.button.button--primary.button--small:hover {
  background-color: #fff;
  border: 1px solid #00885c;
  color: #00885c; }

.Shopping.Cart .page-heading {
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: capitalize; }
  @media (min-width: 992px) {
    .Shopping.Cart .page-heading {
      text-align: left;
      line-height: 60px;
      height: 60px;
      width: 100%; } }
  .Shopping.Cart .page-heading span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: bottom; }

#CartEditProductFieldsForm .button.button--primary, .Login .button.button--primary, .New.Account .form-actions .button {
  background-color: #00885c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important; }

#CartEditProductFieldsForm .button.button--primary:hover, .Login .button.button--primary:hover, .New.Account .form-actions .button:hover {
  background-color: #fff !important;
  border: 1px solid #00885c !important;
  color: #00885c !important;
  font-weight: 500 !important; }

.Your.Account .body .container {
  background-color: #FFF;
  min-height: 500px;
  box-shadow: 0px 2px 0px #C86400;
  /* padding-top: 20px; */
  /* padding-bottom: 40px !important; */ }

.Sports.Illustrated.Offer .page, .Golf.Magazine.Offer .page {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px; }

.Sports.Illustrated.Offer .right-80 span.fake-btn, .Golf.Magazine.Offer .right-80 span.fake-btn {
  text-align: center;
  border: 1px solid #00885c;
  border-radius: 3px;
  text-decoration: none;
  color: #00885c;
  padding: 5px 10px;
  display: inline-block; }

.Sports.Illustrated.Offer .right-80 span.fake-btn:hover, .Golf.Magazine.Offer .right-80 span.fake-btn:hover {
  text-align: center;
  border: 1px solid #00885c;
  border-radius: 3px;
  text-decoration: none;
  color: #00885c;
  background: #00885c;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer; }

.Sports.Illustrated.Offer .right-80 span.fake-btn:hover > a, .Sports.Illustrated.Offer .right-80 span.fake-btn > a:hover, .Golf.Magazine.Offer .right-80 span.fake-btn:hover > a, .Golf.Magazine.Offer .right-80 span.fake-btn > a:hover {
  color: #fff !important;
  background: #00885c; }

.Sports.Illustrated.Offer .right-80 span.fake-btn > a, .Golf.Magazine.Offer .right-80 span.fake-btn > a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #00885c; }

.free-ship-instock span {
  color: #007b56 !important;
  font-size: 14px; }

.free-ship-instock > p > span.orange-text {
  color: #007b56 !important;
  font-size: 14px !important; }

.discount, .sub-t {
  display: none !important; }

.free-ship-congrats, .free-ship-calc {
  display: none;
  background: #29449c;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px; }

.free-ship-instock p.low-stock {
  color: #E01111 !important;
  font-weight: 700;
  margin-top: 10px; }

.see-deets-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #29449c;
  text-decoration: none;
  padding: 0px 5px;
  display: block; }

.mag-offer {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #000; }
  .mag-offer span {
    font-weight: 700;
    color: #000; }
  .mag-offer a {
    color: #000; }

.edit {
  margin-bottom: 10px; }

.definitionList:last-of-type {
  margin-bottom: 10px; }

.definitionList .definitionList-key {
  color: #000;
  font-weight: 700; }

.definitionList .definitionList-value {
  color: #000; }

.free-ship-calc {
  display: none !important; }

.cart-page .previewCartAction .button {
  border-color: #ccc; }
  .cart-page .previewCartAction .button:hover {
    border-color: #000; }

@media screen and (max-width: 767px) {
  .cart-page div.cart-content-wrap {
    margin: 0 -20px; } }

@media (min-width: 992px) {
  .cart-page div.cart-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

.cart-page div.cart-content-wrap div[data-cart-status] div.alertBox--info {
  background-color: #fff;
  border-radius: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap div[data-cart-status] div.alertBox--info {
      font-size: 16px;
      margin-bottom: 20px; } }

.cart-page div.cart-content-wrap #cartleft {
  font-size: 16px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 19px; }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap #cartleft {
      width: 100%;
      display: inline-block; } }
  @media (min-width: 992px) {
    .cart-page div.cart-content-wrap #cartleft {
      width: 70%;
      border-bottom: 0;
      padding-right: 20px;
      padding-top: 0px; } }
  @media (min-width: 1261px) {
    .cart-page div.cart-content-wrap #cartleft {
      width: calc(100% - 375px); } }
  .cart-page div.cart-content-wrap #cartleft table.cart .cart-header {
    padding: 0 10px; }
  .cart-page div.cart-content-wrap #cartleft table.cart th {
    font-size: 18px;
    font-family: "oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 16px 0; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-figure {
    width: auto;
    text-align: center; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-info,
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-quantity,
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-title {
    vertical-align: text-top; }
    @media (min-width: 768px) {
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-info,
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-quantity,
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-title {
        margin: 0 0 0.78571rem; } }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-price {
      text-align: right; } }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 6px; }
    .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-name a {
      color: #000;
      font-weight: 400 !important;
      text-decoration: none;
      font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
      font-size: 16px !important;
      line-height: 22px !important; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item p.cart-item-sku {
    color: #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList dd.definitionList-value,
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList dt.definitionList-key {
    font-size: 14px; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item h2 {
    text-align: left; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-block.cart-item-title a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left; }
    .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-block.cart-item-title a:hover, .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-block.cart-item-title a:active, .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-block.cart-item-title a:focus {
      text-decoration: underline; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 600; }
    @media (min-width: 992px) {
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value {
        display: inline-block; } }
    @media (min-width: 1261px) {
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value {
        font-size: 18px; } }
    .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value.price--discounted {
      font-weight: 400;
      color: #555;
      text-decoration: line-through; }
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value.price--discounted + .cart-item-value {
        color: #D01833; }
        @media (min-width: 1261px) {
          .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value.price--discounted + .cart-item-value {
            margin-left: 5px; } }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item .cart-item-label {
    display: none; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-quantity {
    margin-top: -5px;
    margin-bottom: 0; }
  .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item a.cart-remove {
    display: inline-block;
    background: none;
    float: none;
    margin: 0 auto;
    border-radius: 0;
    height: auto;
    width: auto;
    font-size: 12px;
    color: #000;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      .cart-page div.cart-content-wrap #cartleft table.cart tbody.cart-list tr.cart-item a.cart-remove {
        display: block;
        max-width: 50%; } }

.cart-page div.cart-content-wrap td.cart-item-block.cart-item-info.pricecol {
  margin-bottom: 0; }

.cart-page div.cart-content-wrap div[data-cart-totals] {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: left; }
  .cart-page div.cart-content-wrap div[data-cart-totals] h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 17px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .cart-page div.cart-content-wrap div[data-cart-totals] h2 {
        padding: 19px 0 13px; } }
  .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals {
    width: 100%;
    float: none;
    margin: 14px 0 29px;
    max-width: none;
    text-align: right; }
    .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total {
      border: 0;
      color: #000; }
      .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-label {
        font-size: 18px;
        display: inline-block;
        width: 50%;
        text-align: left;
        color: #000;
        padding: 11px 0;
        font-weight: 400; }
      .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value {
        font-size: 18px;
        display: inline-block;
        width: 50%;
        text-align: right;
        padding: 11px 0;
        color: #000; }
        .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value button {
          text-decoration: none;
          color: #1248B5; }
          .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value button:hover, .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value button:active, .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value button:focus {
            text-decoration: underline; }
    .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.grandtotal {
      border-top: 1px #ddd solid;
      border-bottom: 1px #ddd solid;
      display: block;
      margin-top: 5px;
      padding: 2px 0; }
      .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.grandtotal * {
        font-size: 21px; }
      .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.grandtotal .cart-total-label strong {
        font-weight: 700 !important; }

.cart-page div.cart-total-label strong {
  font-weight: 400; }

.cart-page div.top-checkout-btn {
  margin-bottom: 30px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .cart-page div.top-checkout-btn {
      padding: 0; } }
  @media (min-width: 992px) {
    .cart-page div.top-checkout-btn {
      display: none; } }

.cart-page div.totals-checkout-btn-wrapper {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-page div.totals-checkout-btn-wrapper {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #ddd; } }
  @media (min-width: 992px) {
    .cart-page div.totals-checkout-btn-wrapper {
      width: 30%;
      max-width: 375px;
      align-self: flex-start; } }
  @media (min-width: 1261px) {
    .cart-page div.totals-checkout-btn-wrapper {
      width: 375px; } }

.cart-page #totalswrap {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .cart-page #totalswrap {
      margin-bottom: 20px; } }

.cart-page div.cart-actions-wrapper {
  padding: 0 20px; }
  .cart-page div.cart-actions-wrapper #securelock {
    color: #0F6900;
    font-size: 18px;
    text-align: left;
    display: block;
    margin-bottom: 10px; }
    .cart-page div.cart-actions-wrapper #securelock svg {
      margin-right: 2px;
      font-size: 20px; }
  .cart-page div.cart-actions-wrapper .cart-actions {
    clear: both;
    margin-bottom: 29px; }
    .cart-page div.cart-actions-wrapper .cart-actions:before, .cart-page div.cart-actions-wrapper .cart-actions:after {
      content: " ";
      display: table; }
    .cart-page div.cart-actions-wrapper .cart-actions:after {
      clear: both; }
    .cart-page div.cart-actions-wrapper .cart-actions .button {
      display: block;
      margin-bottom: 0; }
    .cart-page div.cart-actions-wrapper .cart-actions .checkoutMultiple {
      clear: right;
      display: block;
      float: right;
      padding-top: 0.35714rem; }
  .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons {
    clear: both;
    background: #EEE;
    border-top: 1px solid #DDD;
    margin: 0 -20px;
    padding: 28px 20px;
    width: 100%; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons * {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons h2 {
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      color: #000;
      text-align: center;
      margin: 0 auto 20px; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons p {
      font-size: 14px;
      text-align: center; }
      .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons p#amazon_pay_checkout_or_use_ee2a {
        display: none !important; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons .FloatRight {
      margin-bottom: 0; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons .paypalCommerce-smart-buttons {
      margin-top: 0;
      margin-bottom: 0; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons .paypal-buttons {
      margin-bottom: 0; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons div,
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons form {
      float: none;
      margin-bottom: 5px;
      display: block; }
      .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons div.amazonpay-button-parent-container-checkout-A1CW2ZFNTK4MSK,
      .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons form.amazonpay-button-parent-container-checkout-A1CW2ZFNTK4MSK {
        display: block !important;
        margin: 0 auto 5px;
        width: auto !important; }
    .cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons div.CheckoutButtonAmazon {
      margin-bottom: 0; }

.cart-page div.trusted-secure {
  text-align: center;
  background-color: #fff;
  padding: 0; }
  .cart-page div.trusted-secure h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 0;
    padding-top: 20px; }
  .cart-page div.trusted-secure img {
    width: 50%;
    padding: 17px;
    max-width: 150px; }
    @media (min-width: 768px) {
      .cart-page div.trusted-secure img {
        max-width: 25%;
        width: auto; } }

.cart-page .alertBox-column.alertBox-icon {
  display: none; }
  @media (min-width: 768px) {
    .cart-page .alertBox-column.alertBox-icon {
      display: none; } }

.cart-page .cartqty {
  display: inline-block;
  width: 50%; }

.cart-page .form-increment {
  margin-bottom: 20px;
  padding-left: 21px; }
  @media (min-width: 768px) {
    .cart-page .form-increment {
      padding-left: 0;
      text-align: center; } }
  .cart-page .form-increment .cart-item-qty-input {
    font-size: 21px;
    font-weight: 400;
    color: #000; }
  .cart-page .form-increment .button--icon {
    height: 2.85714rem;
    width: 2.85714rem;
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .cart-page .form-increment .button--icon {
        height: 2.14286rem;
        width: 2.14286rem; } }
    @media (min-width: 1261px) {
      .cart-page .form-increment .button--icon {
        height: 2.85714rem;
        width: 2.85714rem; } }
    .cart-page .form-increment .button--icon svg {
      color: #000; }

.cart-page a.cart-remove-text {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 2px; }

.cart-page .body.cart-page .button.button--small.button--primary {
  padding: 9px; }

.cart-page .body.cart-page .cart-item-info {
  margin-left: 90px; }

.cart-page .body.cart-page .page-content {
  padding-left: 0;
  padding-right: 0; }

.cart-page .body.cart-page .page-content > .cart-actions,
.cart-page .body.cart-page .page-content > .cart-additionalCheckoutButtons,
.cart-page .body.cart-page div[data-cart-totals] {
  padding: 0 20px; }

.cart-page .cart-content-wrap {
  /* text-align: left; */
  margin: 0 auto; }

.cart-page .cartqty .button {
  border: none; }

.cart-page .previewCartAction-checkout .button.button--small.button--primary {
  height: 40px;
  line-height: 24px; }

.cart-page #cartleft,
.cart-page .totals-checkout-btn-wrapper {
  padding-bottom: 0; }

.cart-page .cart-page.pace-done .body {
  margin-top: 0; }

.cart-page #cart-payments {
  text-align: left;
  margin-top: 5px;
  padding-bottom: 25px; }
  @media screen and (min-width: 960px) {
    .cart-page #cart-payments {
      text-align: left; } }
  .cart-page #cart-payments p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 11px; }
  .cart-page #cart-payments img {
    width: 48px;
    margin-right: 5px;
    border: 1px #ddd solid;
    border-radius: 3px; }
    .cart-page #cart-payments img:last-child {
      margin-right: 0; }

.cart-page .itemgw {
  margin-top: 10px;
  margin-bottom: 10px; }
  .cart-page .itemgw * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #31467E; }
  .cart-page .itemgw a {
    font-weight: normal !important;
    text-decoration: underline !important; }

.cart-page .or-use-label {
  display: none !important; }

.cart-page .totals-checkout-btn-wrapper h6 {
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.cart-remove-new {
  text-decoration: underline;
  color: #000;
  font-size: 14px; }
  @media (min-width: 768px) {
    .cart-remove-new {
      display: block;
      margin: 0 auto; } }
  @media (min-width: 1261px) {
    .cart-remove-new {
      margin-top: 7px; } }
  .cart-remove-new:hover, .cart-remove-new:active, .cart-remove-new:focus {
    text-decoration: none !important; }

#bperx {
  max-width: 540px; }
  @media (min-width: 992px) {
    #bperx {
      border: 1px solid #ddd; } }

#bperx div#grid {
  height: 1000px; }

#bperx div#grid.hide {
  height: 300px; }

a.checkout-btn {
  display: block;
  float: none;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  height: 60px;
  line-height: 58px;
  text-transform: capitalize;
  background: #0071dc;
  border: 1px solid #1248B5;
  border-radius: 1000px;
  box-shadow: none !important;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 960px) {
    a.checkout-btn {
      margin-bottom: 5px;
      float: none;
      display: block; } }
  a.checkout-btn:hover {
    background: #004f9a !important;
    border: 1px solid #1248B5 !important; }

.previewCartAction-viewCart a.button.button--small.button--action {
  display: none; }

.previewCartAction-checkout .button.button--primary.button--small {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  height: 50px;
  line-height: 50px !important;
  text-transform: capitalize;
  background: #0071dc;
  border: 1px solid #1248B5;
  border-radius: 1000px;
  box-shadow: none !important; }
  .previewCartAction-checkout .button.button--primary.button--small:hover, .previewCartAction-checkout .button.button--primary.button--small:focus, .previewCartAction-checkout .button.button--primary.button--small:active {
    background: #004f9a !important;
    line-height: 50px !important;
    height: 50px !important;
    padding: 0px;
    border: 1px solid #1248B5; }

.previewCartCheckout .button.button--blue {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  background: #0071dc;
  border-radius: 1000px;
  box-shadow: none !important;
  background: #fff !important; }
  .previewCartCheckout .button.button--blue:hover, .previewCartCheckout .button.button--blue:focus, .previewCartCheckout .button.button--blue:active {
    background: #004f9a !important;
    padding: 0px;
    border: 1px solid #1248B5;
    color: #fff; }

.previewCartCheckout .button.button--primary {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  background: #1248B5;
  border: 1px solid #1248B5;
  border-radius: 1000px;
  box-shadow: none !important; }
  .previewCartCheckout .button.button--primary:hover, .previewCartCheckout .button.button--primary:focus, .previewCartCheckout .button.button--primary:active {
    padding: 0px;
    color: #fff; }

.cart-form.coupon-code input.button.button--primary.button--small, button.button.button--primary.button--small.shipping-estimate-submit {
  border-radius: 1000px;
  text-transform: capitalize;
  background: #0071dc !important; }
  .cart-form.coupon-code input.button.button--primary.button--small:hover, .cart-form.coupon-code input.button.button--primary.button--small:focus, .cart-form.coupon-code input.button.button--primary.button--small:active, button.button.button--primary.button--small.shipping-estimate-submit:hover, button.button.button--primary.button--small.shipping-estimate-submit:focus, button.button.button--primary.button--small.shipping-estimate-submit:active {
    background: #004f9a !important;
    border: 1px solid #0071dc; }

button.button.button--primary.button--small.shipping-estimate-submit {
  width: 100%; }

.cart-cd-boxes {
  display: block;
  width: calc(100% - 40px);
  border-radius: 3px;
  border: 5px solid #1248B5;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1248B5;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .cart-cd-boxes {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0px;
      margin-right: 0px;
      font-size: 18px; }
      .cart-cd-boxes #shipping-sameday-msg {
        display: inline; } }
  @media (min-width: 992px) {
    .cart-cd-boxes {
      font-size: 20px; } }
  .cart-cd-boxes span.countdown-message {
    color: #A50000; }
  .cart-cd-boxes span.countdown-timer {
    color: #A50000; }

#offhours-msg {
  display: none; }

.cart-page div.cart-actions-wrapper div.cart-additionalCheckoutButtons {
  width: calc(100% + 40px); }

div#igdrec_1 {
  margin-top: 40px; }

.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: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 992px) {
    .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: 551px) {
      .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: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            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: 768px) {
    .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: 768px) {
    .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; }

#previewModal {
  overflow: visible;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    #previewModal {
      max-width: 629px; } }
  #previewModal .modal-close {
    top: 5px;
    right: 5px; }

.cart-modal-body {
  padding: 30px; }
  @media (min-width: 768px) {
    .cart-modal-body {
      padding: 40px 30px 34px; } }
  .cart-modal-body .modal-header-title {
    text-transform: uppercase;
    margin: 0 -15px 9px;
    font-size: 28px;
    line-height: 38px;
    color: #007B53; }
    @media (min-width: 768px) {
      .cart-modal-body .modal-header-title {
        font-size: 40px;
        line-height: 40px; } }
    @media (min-width: 768px) {
      .cart-modal-body .modal-header-title svg {
        font-size: 36px; } }

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

.previewCartCheckout {
  text-align: center;
  font-size: 0; }
  .previewCartCheckout .button {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 21px;
    line-height: 58px;
    height: auto;
    width: 100%;
    border-radius: 1000px;
    font-weight: 700;
    box-shadow: none !important;
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    text-transform: none; }
    @media (min-width: 768px) {
      .previewCartCheckout .button {
        width: calc(50% - 4px);
        margin-right: 4px; } }
    .previewCartCheckout .button + .button {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .previewCartCheckout .button + .button {
          margin-top: 0;
          margin-right: 0;
          margin-left: 4px; } }
    .previewCartCheckout .button.button--primary {
      background: #1248B5;
      border-color: #1248B5; }
      .previewCartCheckout .button.button--primary:hover {
        border: 1px solid #1248B5;
        background: #29449c; }
    .previewCartCheckout .button.button--blue {
      font-weight: 600;
      color: #1248B5;
      border: 2px solid #1248B5;
      box-shadow: 0px 1px 0px #E5E5E5 !important;
      line-height: 56px; }
      .previewCartCheckout .button.button--blue:hover {
        border: 2px solid #1248B5;
        background: #29449c; }

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

.previewCartCheckout-subtotal {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000; }
  @media (min-width: 768px) {
    .previewCartCheckout-subtotal {
      margin-bottom: 26px;
      font-size: 21px;
      line-height: 33px; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "oswald";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 992px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

.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; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 768px) {
      .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: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .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; }

.navBar--account.navBar--sub {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .navBar--account.navBar--sub {
      margin-bottom: 4.5rem; } }

.account-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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    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;
    width: 100%;
    padding-bottom: 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: 551px) {
    .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: "neue-haas-unica", 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: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "neue-haas-unica", 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: 992px) {
      .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: 992px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .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: 551px) {
    .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: 551px) {
    .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 {
    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: #757575;
  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: #8f8f8f; }

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

.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: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.header {
  background-color: white;
  border-bottom: 1px solid #f2f2f2;
  position: static;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 768px) {
    .header {
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 768px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 768px) {
    .header-logo {
      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 > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 768px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 768px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 768px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 768px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 768px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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); }

.mobile-top-container {
  height: 70px; }
  @media (min-width: 768px) {
    .mobile-top-container {
      display: none; } }
  .mobile-top-container .toggleMenu {
    float: left;
    width: 70px;
    height: 70px;
    cursor: pointer; }
    .mobile-top-container .toggleMenu img {
      margin-left: 23px;
      margin-top: 20px; }
      .mobile-top-container .toggleMenu img.burger {
        display: block; }
        .mobile-top-container .toggleMenu img.burger.hide {
          display: none; }
      .mobile-top-container .toggleMenu img.close-x {
        display: none; }
        .mobile-top-container .toggleMenu img.close-x.show {
          display: block; }
    .mobile-top-container .toggleMenu span {
      font-family: "oswald", Helvetica, Arial, sans-serif;
      color: #29449c;
      font-weight: 700;
      display: block;
      text-transform: uppercase;
      text-align: center;
      font-size: 12px; }
      .mobile-top-container .toggleMenu span.menu.hide {
        display: none; }
      .mobile-top-container .toggleMenu span.close {
        display: none; }
        .mobile-top-container .toggleMenu span.close.show {
          display: block; }
  .mobile-top-container .mobile-logo {
    width: 150px;
    position: absolute;
    top: 20px;
    left: calc(50% - 75px); }
  .mobile-top-container .mobile-cart {
    float: right;
    height: 70px;
    width: 70px;
    position: relative; }
    .mobile-top-container .mobile-cart a {
      text-decoration: none; }
      .mobile-top-container .mobile-cart a img {
        margin-top: 20px;
        margin-left: 19px; }
      .mobile-top-container .mobile-cart a span {
        font-family: "oswald", Helvetica, Arial, sans-serif;
        color: #00885c;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        text-align: center;
        line-height: 16px;
        font-size: 12px; }

@media screen and (min-width: 992px) {
  .desktop-container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto; } }

.desktop-container .topMenu {
  display: none; }
  @media (min-width: 768px) {
    .desktop-container .topMenu {
      display: block;
      background-image: linear-gradient(to right, #E2E2E2, #FFF, #E2E2E2);
      padding-top: 10px;
      height: 40px;
      box-shadow: inset 0 -4px 5px -4px #afafaf; } }
  @media (min-width: 992px) {
    .desktop-container .topMenu {
      background-image: none;
      background-color: #fff;
      box-shadow: none;
      padding-top: 15px; } }
  .desktop-container .topMenu > p {
    margin-left: 20px;
    display: inline;
    font-weight: 500;
    margin-bottom: 0px; }
  .desktop-container .topMenu a {
    text-decoration: none; }
  .desktop-container .topMenu > ul {
    float: right;
    margin-right: 20px;
    margin-left: 0px;
    font-weight: 500; }
    .desktop-container .topMenu > ul > li {
      list-style: none;
      display: inline-block;
      font-size: 14px;
      position: relative; }
      .desktop-container .topMenu > ul > li.login-logout {
        margin-right: 15px; }
        .desktop-container .topMenu > ul > li.login-logout > span {
          cursor: pointer;
          display: block; }
          .desktop-container .topMenu > ul > li.login-logout > span:after {
            content: "";
            background: transparent url("https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/down-arrow.png") no-repeat;
            display: inline-block;
            height: 7px;
            width: 11px;
            margin-left: 6px; }
          .desktop-container .topMenu > ul > li.login-logout > span.open:after {
            background: transparent url("https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/up-arrow.png") no-repeat; }
        .desktop-container .topMenu > ul > li.login-logout > ul {
          display: none;
          position: absolute;
          z-index: 99;
          background: #f5f5f5;
          padding: 10px;
          border: 1px solid #ccc;
          margin-left: 0px;
          left: -25px;
          width: 160px; }
          .desktop-container .topMenu > ul > li.login-logout > ul > li {
            list-style: none;
            padding: 2px 0px; }
      .desktop-container .topMenu > ul > li.desk-cart-amt {
        position: relative; }
        .desktop-container .topMenu > ul > li.desk-cart-amt > a:after {
          content: "";
          background: transparent url("https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/down-arrow.png") no-repeat;
          display: inline-block;
          height: 7px;
          width: 11px; }
        .desktop-container .topMenu > ul > li.desk-cart-amt > a.is-open:after {
          content: "";
          background: transparent url("https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/up-arrow.png") no-repeat;
          display: inline-block;
          height: 7px;
          width: 11px; }

.desktop-container .logo {
  display: none; }
  @media (min-width: 768px) {
    .desktop-container .logo {
      display: block;
      width: 230px;
      display: block;
      margin: 20px auto; } }
  @media (min-width: 992px) {
    .desktop-container .logo {
      width: 280px;
      position: absolute;
      top: 30px;
      left: calc(50% - 140px);
      margin-top: 0px; } }
  .desktop-container .logo a {
    display: block; }

.desktop-container .search {
  height: 50px;
  padding-bottom: 10px;
  width: calc(100% - 20px);
  margin-left: 10px; }
  @media (min-width: 768px) {
    .desktop-container .search {
      height: 40px;
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-bottom: 20px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .desktop-container .search {
      position: absolute;
      top: 50px;
      width: 265px; } }
  .desktop-container .search > .form {
    margin-bottom: 0px !important;
    height: 42px; }
    .desktop-container .search > .form .form-fieldset {
      height: 42px; }
    .desktop-container .search > .form .form-prefixPostfix .form-input {
      flex: none;
      border-radius: 0px;
      width: calc(100% - 40px);
      background: #f9f9f9;
      height: 40px !important;
      border: 1px solid #ccc;
      border-right: none !important;
      font-style: italic; }
    .desktop-container .search > .form .form-prefixPostfix .button {
      margin-top: 0;
      height: 40px;
      margin-left: 0px;
      width: 40px;
      padding: 0px;
      border-radius: 0px;
      background: #29449c url(https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/cart-search-05.png) no-repeat 50% 50%;
      background-size: 22px 22px;
      font-style: italic;
      border: 0; }
      .desktop-container .search > .form .form-prefixPostfix .button:hover {
        background-color: #00885c; }

.desktop-container .order-phone {
  display: none; }
  @media (min-width: 992px) {
    .desktop-container .order-phone {
      display: block;
      position: absolute;
      height: 40px;
      width: 260px;
      background: #eee;
      top: 50px;
      right: 20px; } }
  .desktop-container .order-phone > a {
    text-align: center;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 8px;
    color: #29449c;
    text-decoration: none; }
    .desktop-container .order-phone > a:hover {
      color: #00885c; }
    .desktop-container .order-phone > a > span {
      font-size: 12px;
      text-transform: lowercase;
      text-decoration: underline; }

.header-promo {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
  background: #00885C; }
  @media (min-width: 768px) {
    .header-promo > .mob-ship {
      display: none; } }
  .header-promo p {
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 18px; }
    @media (min-width: 768px) {
      .header-promo p {
        font-size: 20px;
        padding: 15px 10px;
        line-height: 24px; } }
  .header-promo > .desk-ship {
    display: none; }
    @media (min-width: 768px) {
      .header-promo > .desk-ship {
        display: block; } }
  .header-promo .details {
    font-size: 11px;
    text-transform: lowercase;
    text-decoration: underline;
    color: #fff !important; }

#cart-preview-dropdown {
  width: 200px;
  border: 1px solid #ccc;
  top: 25px !important;
  background: #fff; }

.header-promocovid {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
  background: #000000; }
  @media (min-width: 768px) {
    .header-promocovid > .mob-ship {
      display: none; } }
  .header-promocovid p {
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 18px; }
    @media (min-width: 768px) {
      .header-promocovid p {
        font-size: 20px;
        padding: 15px 10px;
        line-height: 24px; } }
  .header-promocovid a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline; }
    .header-promocovid a:hover {
      color: #00885c; }
  .header-promocovid > .desk-ship {
    display: none; }
    @media (min-width: 768px) {
      .header-promocovid > .desk-ship {
        display: block; } }
  .header-promocovid .details {
    font-size: 11px;
    text-transform: lowercase;
    text-decoration: underline;
    color: #fff !important; }

body {
  max-width: 100%;
  overflow-x: hidden; }

.body {
  min-height: 500px;
  padding-bottom: 20px; }
  .body.cart-page {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .body.cart-page {
        padding-bottom: 100px; } }
    @media (min-width: 1261px) {
      .body.cart-page {
        padding-bottom: 147px; } }
    .body.cart-page .container {
      max-width: 1600px;
      width: 100%;
      padding: 0; }

html {
  overflow-x: hidden; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0; }
  .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;
  padding-left: 0;
  padding-right: 0; }

.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: 768px) {
    .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; } }

.box-shadow-wrapper {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff; }

.faded {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dddddd, #dddddd, #dddddd, rgba(0, 0, 0, 0));
  height: 1px;
  border: none;
  position: relative;
  top: 0px;
  margin: 0px 0px 40px; }

.filter-overlay.filters-open {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  right: 80%;
  transition: transform 100ms ease-out 0s; }

.filters {
  position: fixed;
  top: 0px;
  right: -80%;
  height: 100%;
  background: #fff;
  transition: transform 100ms ease-out 0s; }
  .filters.open {
    bottom: 0px;
    width: 80%;
    box-shadow: -10px 15px 15px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    color: #FFF;
    margin: 0px;
    position: fixed;
    top: 0px;
    right: 0%;
    right: 0;
    z-index: 999999;
    overflow-y: auto;
    transition: transform 100ms ease-out 0s;
    display: block; }

.error-page .page-heading {
  text-align: center; }

.error-page .form .form-prefixPostfix-button--postfix {
  background: #00885c url(https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/cart-search-05.png) no-repeat 50% 50%;
  background-size: 22px 22px;
  border: 0; }

.pref-page div#product-listing-container, .Brands div#product-listing-container, .About.Us div#product-listing-container, .Contact.Us div#product-listing-container, .Affiliate.Program div#product-listing-container, .Testimonials div#product-listing-container, .Return.Policy div#product-listing-container, .Privacy.Policy div#product-listing-container, .Shipping div#product-listing-container, .Sales.Import.Tax div#product-listing-container, .Sitemap div#product-listing-container, .Returns div#product-listing-container, .Login div#product-listing-container, .New.Account div#product-listing-container, .Your.account.has.been.created div#product-listing-container, .Orders div#product-listing-container, .Messages div#product-listing-container, .Addresses div#product-listing-container, .Wishlists div#product-listing-container, .Account.Settings div#product-listing-container {
  width: 100%; }

.pref-page .page, .Brands .page, .About.Us .page, .Contact.Us .page, .Affiliate.Program .page, .Testimonials .page, .Return.Policy .page, .Privacy.Policy .page, .Shipping .page, .Sales.Import.Tax .page, .Sitemap .page, .Returns .page, .Login .page, .New.Account .page, .Your.account.has.been.created .page, .Orders .page, .Messages .page, .Addresses .page, .Wishlists .page, .Account.Settings .page {
  width: 100%;
  background-color: #fff;
  margin: 0px !important;
  padding: 30px 20px 20px; }
  @media (min-width: 768px) {
    .pref-page .page, .Brands .page, .About.Us .page, .Contact.Us .page, .Affiliate.Program .page, .Testimonials .page, .Return.Policy .page, .Privacy.Policy .page, .Shipping .page, .Sales.Import.Tax .page, .Sitemap .page, .Returns .page, .Login .page, .New.Account .page, .Your.account.has.been.created .page, .Orders .page, .Messages .page, .Addresses .page, .Wishlists .page, .Account.Settings .page {
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); } }
  .pref-page .page .page-heading, .Brands .page .page-heading, .About.Us .page .page-heading, .Contact.Us .page .page-heading, .Affiliate.Program .page .page-heading, .Testimonials .page .page-heading, .Return.Policy .page .page-heading, .Privacy.Policy .page .page-heading, .Shipping .page .page-heading, .Sales.Import.Tax .page .page-heading, .Sitemap .page .page-heading, .Returns .page .page-heading, .Login .page .page-heading, .New.Account .page .page-heading, .Your.account.has.been.created .page .page-heading, .Orders .page .page-heading, .Messages .page .page-heading, .Addresses .page .page-heading, .Wishlists .page .page-heading, .Account.Settings .page .page-heading {
    padding: 0; }
  .pref-page .page img, .Brands .page img, .About.Us .page img, .Contact.Us .page img, .Affiliate.Program .page img, .Testimonials .page img, .Return.Policy .page img, .Privacy.Policy .page img, .Shipping .page img, .Sales.Import.Tax .page img, .Sitemap .page img, .Returns .page img, .Login .page img, .New.Account .page img, .Your.account.has.been.created .page img, .Orders .page img, .Messages .page img, .Addresses .page img, .Wishlists .page img, .Account.Settings .page img {
    text-align: center;
    margin: 0 auto;
    display: block; }
  .pref-page .page h5, .Brands .page h5, .About.Us .page h5, .Contact.Us .page h5, .Affiliate.Program .page h5, .Testimonials .page h5, .Return.Policy .page h5, .Privacy.Policy .page h5, .Shipping .page h5, .Sales.Import.Tax .page h5, .Sitemap .page h5, .Returns .page h5, .Login .page h5, .New.Account .page h5, .Your.account.has.been.created .page h5, .Orders .page h5, .Messages .page h5, .Addresses .page h5, .Wishlists .page h5, .Account.Settings .page h5 {
    color: #29449c;
    font-size: 20px; }
    @media (min-width: 768px) {
      .pref-page .page h5, .Brands .page h5, .About.Us .page h5, .Contact.Us .page h5, .Affiliate.Program .page h5, .Testimonials .page h5, .Return.Policy .page h5, .Privacy.Policy .page h5, .Shipping .page h5, .Sales.Import.Tax .page h5, .Sitemap .page h5, .Returns .page h5, .Login .page h5, .New.Account .page h5, .Your.account.has.been.created .page h5, .Orders .page h5, .Messages .page h5, .Addresses .page h5, .Wishlists .page h5, .Account.Settings .page h5 {
        font-size: 26px;
        margin-bottom: 30px; } }
  .pref-page .page .cf, .Brands .page .cf, .About.Us .page .cf, .Contact.Us .page .cf, .Affiliate.Program .page .cf, .Testimonials .page .cf, .Return.Policy .page .cf, .Privacy.Policy .page .cf, .Shipping .page .cf, .Sales.Import.Tax .page .cf, .Sitemap .page .cf, .Returns .page .cf, .Login .page .cf, .New.Account .page .cf, .Your.account.has.been.created .page .cf, .Orders .page .cf, .Messages .page .cf, .Addresses .page .cf, .Wishlists .page .cf, .Account.Settings .page .cf {
    clear: both; }
  @media (min-width: 768px) {
    .pref-page .page .left-50, .pref-page .page .right-50, .pref-page .page .left-20, .pref-page .page .right-80, .Brands .page .left-50, .Brands .page .right-50, .Brands .page .left-20, .Brands .page .right-80, .About.Us .page .left-50, .About.Us .page .right-50, .About.Us .page .left-20, .About.Us .page .right-80, .Contact.Us .page .left-50, .Contact.Us .page .right-50, .Contact.Us .page .left-20, .Contact.Us .page .right-80, .Affiliate.Program .page .left-50, .Affiliate.Program .page .right-50, .Affiliate.Program .page .left-20, .Affiliate.Program .page .right-80, .Testimonials .page .left-50, .Testimonials .page .right-50, .Testimonials .page .left-20, .Testimonials .page .right-80, .Return.Policy .page .left-50, .Return.Policy .page .right-50, .Return.Policy .page .left-20, .Return.Policy .page .right-80, .Privacy.Policy .page .left-50, .Privacy.Policy .page .right-50, .Privacy.Policy .page .left-20, .Privacy.Policy .page .right-80, .Shipping .page .left-50, .Shipping .page .right-50, .Shipping .page .left-20, .Shipping .page .right-80, .Sales.Import.Tax .page .left-50, .Sales.Import.Tax .page .right-50, .Sales.Import.Tax .page .left-20, .Sales.Import.Tax .page .right-80, .Sitemap .page .left-50, .Sitemap .page .right-50, .Sitemap .page .left-20, .Sitemap .page .right-80, .Returns .page .left-50, .Returns .page .right-50, .Returns .page .left-20, .Returns .page .right-80, .Login .page .left-50, .Login .page .right-50, .Login .page .left-20, .Login .page .right-80, .New.Account .page .left-50, .New.Account .page .right-50, .New.Account .page .left-20, .New.Account .page .right-80, .Your.account.has.been.created .page .left-50, .Your.account.has.been.created .page .right-50, .Your.account.has.been.created .page .left-20, .Your.account.has.been.created .page .right-80, .Orders .page .left-50, .Orders .page .right-50, .Orders .page .left-20, .Orders .page .right-80, .Messages .page .left-50, .Messages .page .right-50, .Messages .page .left-20, .Messages .page .right-80, .Addresses .page .left-50, .Addresses .page .right-50, .Addresses .page .left-20, .Addresses .page .right-80, .Wishlists .page .left-50, .Wishlists .page .right-50, .Wishlists .page .left-20, .Wishlists .page .right-80, .Account.Settings .page .left-50, .Account.Settings .page .right-50, .Account.Settings .page .left-20, .Account.Settings .page .right-80 {
      float: left; }
      .pref-page .page .left-50:before, .pref-page .page .left-50:after, .pref-page .page .right-50:before, .pref-page .page .right-50:after, .pref-page .page .left-20:before, .pref-page .page .left-20:after, .pref-page .page .right-80:before, .pref-page .page .right-80:after, .Brands .page .left-50:before, .Brands .page .left-50:after, .Brands .page .right-50:before, .Brands .page .right-50:after, .Brands .page .left-20:before, .Brands .page .left-20:after, .Brands .page .right-80:before, .Brands .page .right-80:after, .About.Us .page .left-50:before, .About.Us .page .left-50:after, .About.Us .page .right-50:before, .About.Us .page .right-50:after, .About.Us .page .left-20:before, .About.Us .page .left-20:after, .About.Us .page .right-80:before, .About.Us .page .right-80:after, .Contact.Us .page .left-50:before, .Contact.Us .page .left-50:after, .Contact.Us .page .right-50:before, .Contact.Us .page .right-50:after, .Contact.Us .page .left-20:before, .Contact.Us .page .left-20:after, .Contact.Us .page .right-80:before, .Contact.Us .page .right-80:after, .Affiliate.Program .page .left-50:before, .Affiliate.Program .page .left-50:after, .Affiliate.Program .page .right-50:before, .Affiliate.Program .page .right-50:after, .Affiliate.Program .page .left-20:before, .Affiliate.Program .page .left-20:after, .Affiliate.Program .page .right-80:before, .Affiliate.Program .page .right-80:after, .Testimonials .page .left-50:before, .Testimonials .page .left-50:after, .Testimonials .page .right-50:before, .Testimonials .page .right-50:after, .Testimonials .page .left-20:before, .Testimonials .page .left-20:after, .Testimonials .page .right-80:before, .Testimonials .page .right-80:after, .Return.Policy .page .left-50:before, .Return.Policy .page .left-50:after, .Return.Policy .page .right-50:before, .Return.Policy .page .right-50:after, .Return.Policy .page .left-20:before, .Return.Policy .page .left-20:after, .Return.Policy .page .right-80:before, .Return.Policy .page .right-80:after, .Privacy.Policy .page .left-50:before, .Privacy.Policy .page .left-50:after, .Privacy.Policy .page .right-50:before, .Privacy.Policy .page .right-50:after, .Privacy.Policy .page .left-20:before, .Privacy.Policy .page .left-20:after, .Privacy.Policy .page .right-80:before, .Privacy.Policy .page .right-80:after, .Shipping .page .left-50:before, .Shipping .page .left-50:after, .Shipping .page .right-50:before, .Shipping .page .right-50:after, .Shipping .page .left-20:before, .Shipping .page .left-20:after, .Shipping .page .right-80:before, .Shipping .page .right-80:after, .Sales.Import.Tax .page .left-50:before, .Sales.Import.Tax .page .left-50:after, .Sales.Import.Tax .page .right-50:before, .Sales.Import.Tax .page .right-50:after, .Sales.Import.Tax .page .left-20:before, .Sales.Import.Tax .page .left-20:after, .Sales.Import.Tax .page .right-80:before, .Sales.Import.Tax .page .right-80:after, .Sitemap .page .left-50:before, .Sitemap .page .left-50:after, .Sitemap .page .right-50:before, .Sitemap .page .right-50:after, .Sitemap .page .left-20:before, .Sitemap .page .left-20:after, .Sitemap .page .right-80:before, .Sitemap .page .right-80:after, .Returns .page .left-50:before, .Returns .page .left-50:after, .Returns .page .right-50:before, .Returns .page .right-50:after, .Returns .page .left-20:before, .Returns .page .left-20:after, .Returns .page .right-80:before, .Returns .page .right-80:after, .Login .page .left-50:before, .Login .page .left-50:after, .Login .page .right-50:before, .Login .page .right-50:after, .Login .page .left-20:before, .Login .page .left-20:after, .Login .page .right-80:before, .Login .page .right-80:after, .New.Account .page .left-50:before, .New.Account .page .left-50:after, .New.Account .page .right-50:before, .New.Account .page .right-50:after, .New.Account .page .left-20:before, .New.Account .page .left-20:after, .New.Account .page .right-80:before, .New.Account .page .right-80:after, .Your.account.has.been.created .page .left-50:before, .Your.account.has.been.created .page .left-50:after, .Your.account.has.been.created .page .right-50:before, .Your.account.has.been.created .page .right-50:after, .Your.account.has.been.created .page .left-20:before, .Your.account.has.been.created .page .left-20:after, .Your.account.has.been.created .page .right-80:before, .Your.account.has.been.created .page .right-80:after, .Orders .page .left-50:before, .Orders .page .left-50:after, .Orders .page .right-50:before, .Orders .page .right-50:after, .Orders .page .left-20:before, .Orders .page .left-20:after, .Orders .page .right-80:before, .Orders .page .right-80:after, .Messages .page .left-50:before, .Messages .page .left-50:after, .Messages .page .right-50:before, .Messages .page .right-50:after, .Messages .page .left-20:before, .Messages .page .left-20:after, .Messages .page .right-80:before, .Messages .page .right-80:after, .Addresses .page .left-50:before, .Addresses .page .left-50:after, .Addresses .page .right-50:before, .Addresses .page .right-50:after, .Addresses .page .left-20:before, .Addresses .page .left-20:after, .Addresses .page .right-80:before, .Addresses .page .right-80:after, .Wishlists .page .left-50:before, .Wishlists .page .left-50:after, .Wishlists .page .right-50:before, .Wishlists .page .right-50:after, .Wishlists .page .left-20:before, .Wishlists .page .left-20:after, .Wishlists .page .right-80:before, .Wishlists .page .right-80:after, .Account.Settings .page .left-50:before, .Account.Settings .page .left-50:after, .Account.Settings .page .right-50:before, .Account.Settings .page .right-50:after, .Account.Settings .page .left-20:before, .Account.Settings .page .left-20:after, .Account.Settings .page .right-80:before, .Account.Settings .page .right-80:after {
        content: " ";
        display: table; }
      .pref-page .page .left-50:after, .pref-page .page .right-50:after, .pref-page .page .left-20:after, .pref-page .page .right-80:after, .Brands .page .left-50:after, .Brands .page .right-50:after, .Brands .page .left-20:after, .Brands .page .right-80:after, .About.Us .page .left-50:after, .About.Us .page .right-50:after, .About.Us .page .left-20:after, .About.Us .page .right-80:after, .Contact.Us .page .left-50:after, .Contact.Us .page .right-50:after, .Contact.Us .page .left-20:after, .Contact.Us .page .right-80:after, .Affiliate.Program .page .left-50:after, .Affiliate.Program .page .right-50:after, .Affiliate.Program .page .left-20:after, .Affiliate.Program .page .right-80:after, .Testimonials .page .left-50:after, .Testimonials .page .right-50:after, .Testimonials .page .left-20:after, .Testimonials .page .right-80:after, .Return.Policy .page .left-50:after, .Return.Policy .page .right-50:after, .Return.Policy .page .left-20:after, .Return.Policy .page .right-80:after, .Privacy.Policy .page .left-50:after, .Privacy.Policy .page .right-50:after, .Privacy.Policy .page .left-20:after, .Privacy.Policy .page .right-80:after, .Shipping .page .left-50:after, .Shipping .page .right-50:after, .Shipping .page .left-20:after, .Shipping .page .right-80:after, .Sales.Import.Tax .page .left-50:after, .Sales.Import.Tax .page .right-50:after, .Sales.Import.Tax .page .left-20:after, .Sales.Import.Tax .page .right-80:after, .Sitemap .page .left-50:after, .Sitemap .page .right-50:after, .Sitemap .page .left-20:after, .Sitemap .page .right-80:after, .Returns .page .left-50:after, .Returns .page .right-50:after, .Returns .page .left-20:after, .Returns .page .right-80:after, .Login .page .left-50:after, .Login .page .right-50:after, .Login .page .left-20:after, .Login .page .right-80:after, .New.Account .page .left-50:after, .New.Account .page .right-50:after, .New.Account .page .left-20:after, .New.Account .page .right-80:after, .Your.account.has.been.created .page .left-50:after, .Your.account.has.been.created .page .right-50:after, .Your.account.has.been.created .page .left-20:after, .Your.account.has.been.created .page .right-80:after, .Orders .page .left-50:after, .Orders .page .right-50:after, .Orders .page .left-20:after, .Orders .page .right-80:after, .Messages .page .left-50:after, .Messages .page .right-50:after, .Messages .page .left-20:after, .Messages .page .right-80:after, .Addresses .page .left-50:after, .Addresses .page .right-50:after, .Addresses .page .left-20:after, .Addresses .page .right-80:after, .Wishlists .page .left-50:after, .Wishlists .page .right-50:after, .Wishlists .page .left-20:after, .Wishlists .page .right-80:after, .Account.Settings .page .left-50:after, .Account.Settings .page .right-50:after, .Account.Settings .page .left-20:after, .Account.Settings .page .right-80:after {
        clear: both; } }
  @media (min-width: 768px) {
    .pref-page .page .right-50, .pref-page .page .right-80, .Brands .page .right-50, .Brands .page .right-80, .About.Us .page .right-50, .About.Us .page .right-80, .Contact.Us .page .right-50, .Contact.Us .page .right-80, .Affiliate.Program .page .right-50, .Affiliate.Program .page .right-80, .Testimonials .page .right-50, .Testimonials .page .right-80, .Return.Policy .page .right-50, .Return.Policy .page .right-80, .Privacy.Policy .page .right-50, .Privacy.Policy .page .right-80, .Shipping .page .right-50, .Shipping .page .right-80, .Sales.Import.Tax .page .right-50, .Sales.Import.Tax .page .right-80, .Sitemap .page .right-50, .Sitemap .page .right-80, .Returns .page .right-50, .Returns .page .right-80, .Login .page .right-50, .Login .page .right-80, .New.Account .page .right-50, .New.Account .page .right-80, .Your.account.has.been.created .page .right-50, .Your.account.has.been.created .page .right-80, .Orders .page .right-50, .Orders .page .right-80, .Messages .page .right-50, .Messages .page .right-80, .Addresses .page .right-50, .Addresses .page .right-80, .Wishlists .page .right-50, .Wishlists .page .right-80, .Account.Settings .page .right-50, .Account.Settings .page .right-80 {
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .pref-page .page .left-50, .Brands .page .left-50, .About.Us .page .left-50, .Contact.Us .page .left-50, .Affiliate.Program .page .left-50, .Testimonials .page .left-50, .Return.Policy .page .left-50, .Privacy.Policy .page .left-50, .Shipping .page .left-50, .Sales.Import.Tax .page .left-50, .Sitemap .page .left-50, .Returns .page .left-50, .Login .page .left-50, .New.Account .page .left-50, .Your.account.has.been.created .page .left-50, .Orders .page .left-50, .Messages .page .left-50, .Addresses .page .left-50, .Wishlists .page .left-50, .Account.Settings .page .left-50 {
      width: 60%; } }
  @media (min-width: 768px) {
    .pref-page .page .right-50, .Brands .page .right-50, .About.Us .page .right-50, .Contact.Us .page .right-50, .Affiliate.Program .page .right-50, .Testimonials .page .right-50, .Return.Policy .page .right-50, .Privacy.Policy .page .right-50, .Shipping .page .right-50, .Sales.Import.Tax .page .right-50, .Sitemap .page .right-50, .Returns .page .right-50, .Login .page .right-50, .New.Account .page .right-50, .Your.account.has.been.created .page .right-50, .Orders .page .right-50, .Messages .page .right-50, .Addresses .page .right-50, .Wishlists .page .right-50, .Account.Settings .page .right-50 {
      width: 40%; } }
  @media (min-width: 768px) {
    .pref-page .page .left-20, .Brands .page .left-20, .About.Us .page .left-20, .Contact.Us .page .left-20, .Affiliate.Program .page .left-20, .Testimonials .page .left-20, .Return.Policy .page .left-20, .Privacy.Policy .page .left-20, .Shipping .page .left-20, .Sales.Import.Tax .page .left-20, .Sitemap .page .left-20, .Returns .page .left-20, .Login .page .left-20, .New.Account .page .left-20, .Your.account.has.been.created .page .left-20, .Orders .page .left-20, .Messages .page .left-20, .Addresses .page .left-20, .Wishlists .page .left-20, .Account.Settings .page .left-20 {
      width: 30%; } }
  @media (min-width: 768px) {
    .pref-page .page .right-80, .Brands .page .right-80, .About.Us .page .right-80, .Contact.Us .page .right-80, .Affiliate.Program .page .right-80, .Testimonials .page .right-80, .Return.Policy .page .right-80, .Privacy.Policy .page .right-80, .Shipping .page .right-80, .Sales.Import.Tax .page .right-80, .Sitemap .page .right-80, .Returns .page .right-80, .Login .page .right-80, .New.Account .page .right-80, .Your.account.has.been.created .page .right-80, .Orders .page .right-80, .Messages .page .right-80, .Addresses .page .right-80, .Wishlists .page .right-80, .Account.Settings .page .right-80 {
      width: 70%; } }

.About.Us .cf:last-of-type img:last-of-type {
  display: inline-block; }

.Contact.Us .page .button--primary, .New.Account .page .button--primary, .Your.account.has.been.created .page .button--primary, .Account.Settings .page .button--primary, .Wishlists .page .button--primary, .Addresses .page .button--primary {
  padding: 12px 20px; }

.Addresses .page .form-actions .button--primary {
  padding: 0 20px;
  height: auto;
  line-height: 28px;
  font-size: 14px; }

.New.Account .page .form-field {
  display: block;
  float: none;
  width: 100%; }

.New.Account .page .form-row {
  margin: 0 auto; }

.New.Account .page .button--green {
  padding: 12px 20px;
  background-color: #00885c;
  color: #fff; }
  .New.Account .page .button--green:hover {
    background-color: #fff;
    color: #00885c; }

.Login .panel-header, .Login .panel-body {
  background-color: #fff; }

.Login .login-row .button--green {
  padding: 12px 20px;
  background-color: #00885c;
  color: #fff; }
  .Login .login-row .button--green:hover {
    background-color: #fff;
    color: #00885c; }

.Login .login-row .forgot-password {
  vertical-align: bottom; }

#CartEditProductFieldsForm .button.button--primary, .Login .button.button--primary, .New.Account .form-actions .button {
  background-color: #00885c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important; }

#CartEditProductFieldsForm .button.button--primary:hover, .Login .button.button--primary:hover, .New.Account .form-actions .button:hover {
  background-color: #fff !important;
  border: 1px solid #00885c !important;
  color: #00885c !important;
  font-weight: 500 !important; }

.Your.Account .body .container {
  background-color: #FFF;
  min-height: 500px;
  box-shadow: 0px 2px 0px #C86400;
  /* padding-top: 20px; */
  /* padding-bottom: 40px !important; */ }

.Your.Account .body {
  padding-top: 20px;
  padding-bottom: 40px; }

.Your.Account .body p {
  padding-left: 20px; }

.Your.Account .body .button.button--primary {
  margin-left: 20px;
  background-color: #00885c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important; }

.Your.Account .body .button.button--primary:hover {
  background-color: #fff !important;
  border: 1px solid #00885c !important;
  color: #00885c !important;
  font-weight: 500 !important; }

.account.account--fixed, .account.account--fixedLarge.addresses, .account.account--fixed.inbox, .account.account--fixedLarge.wishlists, .account.account--fixed.edit-account {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
  padding-bottom: 100px;
  padding-left: 20px; }

.previewCartAction-viewCart {
  display: block;
  width: 100%;
  margin-top: 15px; }

.previewCartAction-checkout .button.button--small.button--primary {
  margin-left: 0px !important;
  line-height: normal; }

.button.button--primary.button--small {
  font-weight: 500;
  font-size: 16px;
  border-color: #C86400;
  color: #FFF;
  background-color: #F1892D;
  box-shadow: 0px 2px 0px #C86400;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 24px; }

.button.button--primary.button--small:hover {
  border: none;
  box-shadow: none;
  background-color: #E88125 !important;
  color: #fff !important; }

.account.account--fixed .form-actions .button.button--primary, .account.account--fixedLarge.addresses .form-actions .button.button--primary, .account.account--fixed.inbox .form-actions .button.button--primary, .account.account--fixedLarge.wishlists .form-actions .button.button--primary, .account.account--fixed.edit-account .form-actions .button.button--primary {
  background-color: #00885c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important; }

.account.account--fixed .form-actions .button.button--primary:hover, .account.account--fixedLarge.addresses .form-actions .button.button--primary:hover, .account.account--fixed.inbox .form-actions .button.button--primary:hover, .account.account--fixedLarge.wishlists .form-actions .button.button--primary:hover, .account.account--fixed.edit-account .form-actions .button.button--primary:hover {
  background-color: #fff !important;
  border: 1px solid #00885c !important;
  color: #00885c !important;
  font-weight: 500 !important; }

.new-customer-fact-list {
  margin-left: 15px;
  margin-top: 15px; }

.login, .login-row {
  margin: 0px; }

.login {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); }

.Login .page-heading {
  margin-left: 0px; }

.Login .body .container {
  padding-top: 20px; }

.Login .container {
  padding-bottom: 40px; }

.Login .form-actions {
  /* margin-left: auto !important; */
  text-align: left; }

.Login .breadcrumbs {
  padding: 0px;
  margin-left: 0px; }

.login-form {
  padding-left: 0px; }

.Login form.form > div {
  width: 90%;
  float: none; }

.login-form.form .form-field.form-field--input.form-field--inputEmail::before {
  content: "Sign In";
  display: block;
  margin-top: -20px;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 20px;
  color: #000; }

.panel-header, .panel-body {
  background-color: #fff;
  border: none; }

.Login .form-actions .button {
  margin: 0px;
  text-align: left;
  margin-left: -20px;
  /* padding: 0px; */ }

.New.Account .body .container {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); }

.New.Account .body {
  padding-top: 20px;
  padding-bottom: 40px; }

.New.Account .form-row--half > .form-field {
  clear: both !important;
  width: 100%; }

.account--fixed {
  width: 100% !important;
  padding: 20px;
  float: none; }

.New.Account .form-actions .button {
  width: 100%;
  float: left !important;
  margin-left: 0px;
  margin-top: 0px !important; }

.New.Account .form-actions {
  clear: left; }

.New.Account .page-heading {
  margin-left: 0px; }

.New.Account .breadcrumbs {
  padding: 0px;
  margin-left: 0px; }

.modal-content .previewCartCheckout-price {
  color: #29449c; }

.suggestiveCart > h4 {
  color: #29449c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px; }

.suggestiveCart .card-title > a {
  font-weight: 400;
  color: #555; }

.suggestiveCart .blue-price.price.price--withoutTax {
  color: #29449c;
  font-size: 20px;
  font-weight: 700; }

.nxt-res-swatches.more-to-show > img:nth-child(n+5) {
  display: none; }

span.click-to-open {
  background: #eee;
  height: 24px;
  width: 23px;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  color: #666;
  font-weight: 700;
  font-size: 20px;
  top: 1px;
  left: 1px;
  float: left;
  margin-bottom: 2px;
  line-height: 21px;
  border-radius: 3px; }

.nxt-res-swatches.more-to-show {
  border: 1px solid #fff; }

.nxt-res-swatches.expanded-filters {
  position: absolute;
  width: 148px;
  z-index: 9;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  padding: 5px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 5px; }

span.click-to-open:before {
  content: "+";
  color: #666 !important; }

span.click-to-open.minus:before {
  content: "_";
  color: #000 !important;
  position: relative;
  top: -7px;
  left: 1px; }

.swatch-container {
  width: 175px;
  display: block;
  height: 31px; }

.nxt-product-details.add-top-spacer {
  margin-top: 29px; }

.pr-review-engine {
  width: calc(100% - 30px) !important;
  margin-left: 15px !important;
  margin-bottom: 15px !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .part2.home-dod .card-body {
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 126px; }
  .pp-dod .part2 .card-body {
    z-index: 9;
    position: absolute;
    top: 126px;
    left: 50%; } }

.nxt-res-swatches .nxt_swatch_active_content {
  border: 2px solid #000; }

p.centered-imgs {
  width: 200px;
  display: block;
  margin: 20px auto; }

.satisfaction-guaranteed {
  margin: 0 auto;
  display: block; }

.Testimonials .page-content > ul > li {
  list-style: none;
  margin-bottom: 10px; }

.Testimonials .page-content > ul > li > span {
  display: block;
  color: #29449c; }

.Testimonials .page-content > ul > li::before {
  content: "";
  background: transparent url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/fanicon.png") no-repeat scroll 0% 0%/30px 23px;
  display: inline-block;
  height: 23px;
  width: 30px;
  margin-right: 0px;
  position: relative;
  left: -20px;
  top: 10px; }

.news-signup .footer-info-heading {
  margin-top: 40px; }

.left-signup-container > p {
  margin-bottom: 20px; }

.middle-signup-container .form-field {
  margin-bottom: 10px; }

.pr-snippet-wrapper {
  padding: 0px !important; }

.pr-snippet-stars {
  padding-left: 0px !important; }

.pr-snippet-read-write {
  padding-left: 0px !important; }

.pr-snippet-read-reviews {
  display: inline;
  padding-right: 10px !important; }

.pr_snippet_product .pr-snippet-write-review {
  display: inline; }

.pr-snippet-review-count {
  display: none !important; }

.also-like .price--rrp {
  margin-left: 3px; }

span.dod-dollars-off {
  color: #f62d00;
  font-weight: 700;
  display: block; }

.landing-page .cat-boxes li {
  transition: all 0.5s; }

.productView-thumbnail {
  padding-left: 0px !important;
  padding-right: 5px;
  padding-bottom: 5px; }

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

.mob-banner img {
  margin-top: 10px;
  display: inline-block;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #fff; }

.main-banner {
  display: none; }

.page.white-wrapper {
  padding-bottom: 0px !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); }

.dod-home-see-details {
  text-align: left;
  border-radius: 3px;
  text-decoration: none;
  color: #00885C;
  display: inline-block;
  font-weight: 700; }

.brand-names {
  margin-bottom: 50px; }

.you-save-percent {
  color: #E01111;
  font-weight: 500;
  font-size: 14px;
  display: block; }

.home-new-prods .card-figure > a {
  text-align: center;
  display: block; }

@media only screen and (min-width: 768px) {
  .body .container {
    width: calc(100% - 40px); } }

#CartEditProductFieldsForm .button.button--primary, .Login .button.button--primary, .New.Account .form-actions .button, .New.Account .form-actions .button {
  background-color: #00885c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  box-shadow: 0px 0px 0px #fff;
  padding: 0px 30px;
  border-color: #000; }

.New.Account .form-actions .button {
  width: 240px;
  padding: 15px 20px;
  margin-left: 10px; }

.New.Account .body .page {
  margin: 0px;
  box-shadow: 0px 0px 0px #fff;
  padding: 15px 0px; }

@media only screen and (max-width: 768px) {
  .Login .panel-header, .Login .panel-body {
    padding-left: 0px; }
  .Login input.button.button--primary {
    width: auto; } }

.map-price-div .nxt-product-price a {
  display: inline-block;
  border: 1px solid #29449c;
  padding: 5px 10px; }
  .map-price-div .nxt-product-price a:hover {
    background: #29449c;
    color: #fff; }
    .map-price-div .nxt-product-price a:hover .nxt-bolded {
      color: #fff !important; }
  .map-price-div .nxt-product-price a .nxt-bolded {
    font-size: 14px !important;
    line-height: 18px; }
    @media (min-width: 992px) {
      .map-price-div .nxt-product-price a .nxt-bolded {
        font-size: 16px !important; } }
    .map-price-div .nxt-product-price a .nxt-bolded:hover {
      text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: #1248B5; }

.button--blue:hover, .button--blue:focus, .button--blue:active {
  background-color: #29449c !important;
  color: #f7f7f7 !important; }

.listtrakpage {
  padding-top: 20px; }
  .listtrakpage .listtrakbody > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .listtrakpage .listtrakbody > div .listtrakp {
      width: calc(50% - 20px);
      border: 1px solid #ddd;
      padding: 10px 10px 20px;
      margin: 0 10px 20px; }
      @media (min-width: 768px) {
        .listtrakpage .listtrakbody > div .listtrakp {
          width: calc((100% / 3) - 20px); } }
      @media (min-width: 992px) {
        .listtrakpage .listtrakbody > div .listtrakp {
          width: calc(25% - 30px);
          margin: 0 15px 30px;
          padding: 20px; } }
      .listtrakpage .listtrakbody > div .listtrakp .price-section {
        margin-top: auto; }

#stamped-main-widget {
  margin: 0 auto !important;
  padding: 0 10px !important; }
  @media (min-width: 768px) {
    #stamped-main-widget {
      margin: 0 -10px !important;
      border: 1px solid #c5cbd5 !important;
      border-top: 0 !important; } }
  @media screen and (min-width: 1600px) {
    #stamped-main-widget {
      margin: 0 auto !important; } }

.stamped-review {
  width: 100% !important; }
  @media (min-width: 768px) {
    .stamped-review {
      width: 50% !important;
      display: inline-block !important;
      vertical-align: top !important;
      border: 0 !important; } }
  @media (min-width: 768px) {
    .stamped-review:nth-child(odd) {
      padding-right: 20px !important; } }
  @media (min-width: 992px) {
    .stamped-review:nth-child(odd) {
      padding-right: 45px !important; } }
  @media (min-width: 768px) {
    .stamped-review:nth-child(even) {
      padding-left: 20px !important; } }
  @media (min-width: 992px) {
    .stamped-review:nth-child(even) {
      padding-left: 45px !important; } }

body.ss-slideout_able.off-screen div#searchspring-slideout_container, body.ss-slideout_able.off-screen div#sort-dd {
  display: none; }

.ss-slideout_body .closefilter {
  display: block; }

.closefilter {
  position: fixed;
  z-index: 99999999999;
  bottom: 0px;
  height: 50px;
  text-align: center;
  border-top: 1px #ccc solid;
  left: 0px;
  width: 100%;
  background-color: #fff;
  display: none; }

div#closefilterbtn {
  color: #fff;
  background: #00885c;
  border-radius: 50px;
  width: 300px;
  margin: auto;
  margin-top: 7px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  cursor: pointer; }

.ss-slideout_body {
  overflow: hidden;
  max-height: 100%;
  position: fixed; }

.footer {
  background-color: #fff;
  border-top: none;
  padding: 0;
  overflow-x: hidden; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 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: #000;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col.news-signup {
    width: 100%;
    margin-bottom: 0;
    background: #006756;
    padding: 30px 20px 27px;
    color: #fff; }
    @media (min-width: 768px) {
      .footer-info-col.news-signup {
        padding: 45px 20px 40px; } }
    @media (min-width: 992px) {
      .footer-info-col.news-signup {
        padding-bottom: 50px; } }
    .footer-info-col.news-signup .container {
      padding: 0;
      max-width: 1200px; }
    .footer-info-col.news-signup .left-signup-container {
      text-align: center; }
      @media (min-width: 768px) {
        .footer-info-col.news-signup .left-signup-container {
          text-align: left;
          display: inline-block;
          max-width: 380px; } }
      .footer-info-col.news-signup .left-signup-container > p {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px; }
        @media (min-width: 992px) {
          .footer-info-col.news-signup .left-signup-container > p {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0; } }
    .footer-info-col.news-signup .middle-signup-container {
      font-size: 0; }
      @media (min-width: 768px) {
        .footer-info-col.news-signup .middle-signup-container {
          width: calc(100% - 384px);
          padding-left: 20px;
          display: inline-block;
          vertical-align: top;
          margin-top: 5px;
          max-width: 603px; } }
      @media (min-width: 992px) {
        .footer-info-col.news-signup .middle-signup-container {
          width: calc(100% - 523px);
          padding-right: 50px;
          max-width: 653px; } }
      .footer-info-col.news-signup .middle-signup-container form {
        padding-bottom: 21px; }
        @media (min-width: 992px) {
          .footer-info-col.news-signup .middle-signup-container form {
            padding-bottom: 0; } }
        .footer-info-col.news-signup .middle-signup-container form .form-prefixPostfix {
          display: block;
          position: relative; }
          .footer-info-col.news-signup .middle-signup-container form .form-prefixPostfix .form-input {
            font-weight: 350;
            font-size: 18px;
            color: #2D241E;
            height: 52px;
            border-radius: 10000px;
            padding-right: 115px;
            width: 100%; }
          .footer-info-col.news-signup .middle-signup-container form .form-prefixPostfix .button--blue {
            font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-size: 18px;
            position: absolute;
            right: 0;
            top: 0px;
            background: #0071DC;
            border: 3px solid #FFFFFF;
            padding: 0;
            width: 115px;
            height: 52px; }
    .footer-info-col.news-signup .socialLinks {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .footer-info-col.news-signup .socialLinks {
          display: inline-block;
          vertical-align: top; } }

@media (min-width: 768px) {
  .footer-info-col--small {
    width: 25%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding: 15px 20px; }
  @media (min-width: 768px) {
    .footer-info-heading {
      cursor: default;
      pointer-events: none;
      border-bottom: 0;
      padding-left: 0;
      padding-right: 0; } }
  .footer-info-heading.active {
    border-bottom: 0; }
    .footer-info-heading.active svg {
      transform: rotate(90deg); }
  .footer-info-heading svg {
    float: right;
    transition: all .15s ease;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .footer-info-heading svg {
        display: none; } }
  .news-signup .footer-info-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 18px;
    padding: 0;
    border-bottom: 0;
    font-weight: 600;
    cursor: default; }
    @media (min-width: 768px) {
      .news-signup .footer-info-heading {
        font-size: 30px;
        margin-bottom: 0; } }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .footer-info-list.is-active {
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .footer-info-list {
      display: block !important; } }
  .footer-info-list a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    display: block; }
    @media (min-width: 768px) {
      .footer-info-list a {
        display: inline-block;
        padding-left: 0;
        padding-right: 0; } }
    .footer-info-list a:hover {
      color: #1248B5;
      text-decoration: underline; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .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: 768px) {
    .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; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.bottom-container {
  max-width: 1240px;
  margin: 0 auto; }
  .bottom-container .secure {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .bottom-container .secure {
        padding: 0 20px 20px; } }
    @media (min-width: 992px) {
      .bottom-container .secure {
        width: 25%;
        display: inline-block;
        padding: 0 20px 0 0;
        margin-top: 30px; } }
    .bottom-container .secure p {
      font-size: 12px;
      color: #000; }
    .bottom-container .secure ul {
      list-style: none;
      margin-left: 0;
      margin-bottom: 21px; }
      .bottom-container .secure ul li {
        display: inline-block;
        margin-right: 5px; }
        .bottom-container .secure ul li:last-child {
          margin-right: 0; }
        .bottom-container .secure ul li img {
          width: 50px; }

.copyright {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 20px 20px; }
  .copyright p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .copyright p span {
        display: none; } }
  .copyright a {
    text-decoration: none;
    color: #000; }
    .copyright a:hover {
      text-decoration: underline; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0; } }
  .footer .container {
    max-width: none;
    padding: 0; }
  .product-page .container {
    padding: 0 20px;
    max-width: 1620px;
    width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  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: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.brand-logos h4, .brand-names h4 {
  color: #29449c;
  font-size: 20px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .brand-logos h4, .brand-names h4 {
      font-size: 26px;
      margin-bottom: 30px; } }

.brand-logos h4 {
  text-align: center; }

.brand-logos ul {
  text-align: center;
  list-style: none;
  margin: 0;
  font-size: 0; }
  .brand-logos ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .brand-logos ul li {
        width: calc(100% / 3); } }

.brand-names ul {
  margin-left: 0;
  list-style: none;
  column-count: 2; }
  @media (min-width: 768px) {
    .brand-names ul {
      column-count: 3;
      column-gap: 20px; } }
  .brand-names ul li {
    line-height: 30px; }
    .brand-names ul li a {
      font-size: 16px; }

.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: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .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: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .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; } }

.nxt-res-swatches.more-to-show > img:nth-child(n+5) {
  display: none; }

span.click-to-open {
  background: #eee;
  height: 24px;
  width: 23px;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  color: #666;
  font-weight: 700;
  font-size: 20px;
  top: 1px;
  left: 1px;
  float: left;
  margin-bottom: 2px;
  line-height: 21px;
  border-radius: 3px; }

.nxt-res-swatches.more-to-show {
  border: 1px solid #fff; }

.nxt-res-swatches.expanded-filters {
  position: absolute;
  width: 148px;
  z-index: 9;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  padding: 5px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 5px; }

span.click-to-open:before {
  content: "+";
  color: #666 !important; }

span.click-to-open.minus:before {
  content: "_";
  color: #000 !important;
  position: relative;
  top: -7px;
  left: 1px; }

.swatch-container {
  width: 175px;
  display: block;
  height: 31px; }

.nxt-product-details.add-top-spacer {
  margin-top: 29px; }

.pr-review-engine {
  width: calc(100% - 30px) !important;
  margin-left: 15px !important;
  margin-bottom: 15px !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .part2.home-dod .card-body {
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 126px; }
  .pp-dod .part2 .card-body {
    z-index: 9;
    position: absolute;
    top: 126px;
    left: 50%; } }

.nxt-res-swatches .nxt_swatch_active_content {
  border: 2px solid #000; }

@media only screen and (min-width: 992px) {
  .nxt-res-swatches.more-to-show > img:nth-child(n+5) {
    display: block; }
  .nxt-res-swatches.more-to-show > img:nth-child(n+7) {
    display: none; }
  .swatch-container {
    width: 100%;
    margin-top: 20px; }
  .nxt-res-swatches {
    width: 210px; }
  .nxt-res-swatches.expanded-filters {
    width: 215px;
    padding: 5px;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 5px; }
  span.click-to-open {
    margin-right: 2px; } }

.nxt-res-swatches.more-to-show img {
  font-size: 0px; }

.gridswatches {
  height: 32px; }

.ss-palette-option.ng-scope {
  position: relative; }

.ss-palette .ss-palette-option.ng-scope:hover .ss-palette-label {
  display: block !important;
  position: absolute;
  width: auto;
  border: 1px #ccc solid;
  background: #fff;
  z-index: 999;
  padding: 4px;
  top: 0px; }

.ss-palette .ss-palette-option.ng-scope:hover .ss-palette-label {
  display: block !important;
  position: absolute;
  width: auto;
  border: 1px #ccc solid;
  background: #fff;
  z-index: 999;
  padding: 4px;
  bottom: -30px;
  height: 26px;
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

body .ss-results .ss-item-container .ss-item .ss-item-name a {
  line-height: 22px;
  overflow: hidden;
  height: 45px;
  display: block;
  font-weight: bold; }

body .ss-results .ss-item-container .ss-item .ss-item-details .ss-item-details-inner p {
  margin: 0 0 6px 0; }

span.ss-item-regular.ng-binding.ss-item-on-sale:before {
  content: "Our Price: "; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-regular {
  font-size: 18px;
  display: block; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-msrp {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 4px;
  text-decoration: none;
  text-transform: capitalize; }
  .ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-msrp span {
    text-decoration: line-through; }

.ss-item-view-price-btn {
  margin: 0px;
  background: #29449c;
  color: #fff;
  border-radius: 100px;
  height: 35px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
  display: inline-block;
  text-decoration: 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: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 992px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 992px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 992px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 992px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 992px) {
  .listItem-content {
    display: table; } }

@media (min-width: 992px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 992px) {
  .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: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 992px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 992px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 992px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

span.stamped-badge-caption {
  font-size: 14px; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      padding-top: 0;
      display: block; } }
  @media screen and (max-width: 767px) {
    .productView #pv-top {
      display: flex;
      flex-direction: column;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 768px) {
    .productView #pv-top {
      margin: 0 auto; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  .productView .productView-upsell {
    color: #de0000;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    border: 2px #939393 solid;
    margin: 15px 0;
    border-radius: 3px; }
    .productView .productView-upsell .productView-info-bulkPricing {
      color: #000; }
      .productView .productView-upsell .productView-info-bulkPricing .bulkPricing-header-title {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 8px; }
      .productView .productView-upsell .productView-info-bulkPricing ul {
        margin: 0 0 0 15px;
        font-size: 12px; }
        .productView .productView-upsell .productView-info-bulkPricing ul li {
          font-size: 12px; }
          .productView .productView-upsell .productView-info-bulkPricing ul li span {
            color: #de0000; }

.productView--quickView .socialLinks-item--print {
  display: none; }

div#desk-gallery {
  max-width: 568px;
  margin: auto; }

.productView-images {
  position: relative;
  padding-top: 30px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%;
      padding-right: 0;
      padding-left: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .productView-images {
      width: calc(100% - 600px); } }
  @media screen and (min-width: 1060px) {
    .productView-images {
      position: relative; } }
  .productView-images .cardbadges {
    position: absolute;
    top: 0;
    left: 20px; }
  @media (min-width: 768px) {
    .productView-images .slick-dots {
      display: none !important; } }
  .productView-images #mainpics {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .productView-images #mainpics {
        display: none; } }
    .productView-images #mainpics .slick-slide {
      outline: 0 !important; }
    .productView-images #mainpics .slick-dots {
      bottom: -40px; }
    .productView-images #mainpics .productView-mainpic {
      position: relative;
      margin: auto;
      max-width: 875px;
      width: 100%; }
      .productView-images #mainpics .productView-mainpic img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 100%;
        width: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      .productView-images #mainpics .productView-mainpic:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
  .productView-images #desk-gallery {
    display: none; }
    @media (min-width: 768px) {
      .productView-images #desk-gallery {
        display: block; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
  order: 2;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px); }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%;
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .productView-details {
      width: 600px; } }
  @media screen and (max-width: 767px) {
    .productView-details.product-data {
      order: 1; } }
  .productView-details .pr_snippet_product #pr-snippet-holder-1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .productView-details .pr_snippet_product a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
    .productView-details .pr_snippet_product a + a {
      margin-left: 5px;
      padding-left: 8px;
      border-left: 1px #000 solid; }

.productView-details.product-data {
  border-bottom: 1px #ccc solid;
  padding-top: 0px;
  margin-bottom: 20px; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  .productView-description .igo_boxhead {
    background: #F6F9FC;
    border: 1px solid #C5CBD5;
    padding: 17px 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .productView-description .igo_boxhead {
        padding: 27px 20px;
        border-top: 0; } }
    .productView-description .igo_boxhead.review-head {
      margin: 0 -10px; }
      @media (min-width: 768px) {
        .productView-description .igo_boxhead.review-head {
          border-top: 1px solid #C5CBD5; } }
      @media screen and (min-width: 1600px) {
        .productView-description .igo_boxhead.review-head {
          margin: 0 auto !important; } }
    .productView-description .igo_boxhead h2 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #1248B5;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .productView-description .igo_boxhead h2 {
          font-size: 32px; } }
  .productView-description .listrakwidget {
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .productView-description .listrakwidget {
        border: 1px solid #C5CBD5;
        padding-bottom: 40px; } }
    @media screen and (min-width: 1600px) {
      .productView-description .listrakwidget {
        margin: 0 auto; } }
    .productView-description .listrakwidget .listtrakbody {
      padding: 0 20px; }
      @media (min-width: 768px) {
        .productView-description .listrakwidget .listtrakbody {
          max-width: 1325px;
          margin: 0 auto; } }
      .productView-description .listrakwidget .listtrakbody .igo_product a:nth-child(2) {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
        color: #000;
        margin: 10px 0 16px;
        display: block;
        text-decoration: none;
        text-align: left; }
        @media (min-width: 768px) {
          .productView-description .listrakwidget .listtrakbody .igo_product a:nth-child(2) {
            font-size: 16px !important;
            line-height: 25px !important; } }
      @media (min-width: 768px) {
        .productView-description .listrakwidget .listtrakbody .igo_product .price-section .price--withoutTax {
          font-size: 19px !important;
          line-height: 24px !important; } }
      .productView-description .listrakwidget .listtrakbody .igo_product .price--rrp--withoutTax {
        font-size: 14px !important;
        line-height: 24px !important; }

.productView-description div#igdrec_1 {
  box-shadow: none; }

#igd_horizontal {
  padding-bottom: 20px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #igd_horizontal {
      padding: 0 20px 20px; } }
  @media (min-width: 992px) {
    #igd_horizontal {
      padding-bottom: 40px; } }
  #igd_horizontal .igo_boxhead h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
    color: #555;
    padding: 15px 20px 10px;
    text-align: center;
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      #igd_horizontal .igo_boxhead h2 {
        padding: 15px 0 15px; } }
    #igd_horizontal .igo_boxhead h2:after {
      content: "";
      display: block;
      margin-top: 10px;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, transparent, #dddddd, #dddddd, #dddddd, transparent); }
  #igd_horizontal .igo_boxbody {
    overflow: hidden;
    font-size: 0; }
    #igd_horizontal .igo_boxbody .igo_product {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0px 20px 20px;
      border-bottom: 1px solid #ddd; }
      @media only screen and (min-width: 1060px) {
        #igd_horizontal .igo_boxbody .igo_product {
          width: calc(25% - 3px);
          padding: 5px 15px;
          border: 0 !important; } }
      #igd_horizontal .igo_boxbody .igo_product:nth-child(odd) {
        border-right: 1px solid #ddd; }
      #igd_horizontal .igo_boxbody .igo_product:nth-last-child(-n+2) {
        border-bottom: 0; }
      #igd_horizontal .igo_boxbody .igo_product .igo_product_image {
        max-height: 200px;
        width: auto;
        margin: 0 auto;
        display: block;
        padding: 15px; }
        @media only screen and (min-width: 1060px) {
          #igd_horizontal .igo_boxbody .igo_product .igo_product_image {
            padding: 0px; } }
      #igd_horizontal .igo_boxbody .igo_product > a:nth-child(2) {
        font-size: 14px;
        font-weight: 500 !important;
        color: #555 !important;
        line-height: 18px !important;
        height: 53px;
        overflow: hidden;
        margin: 10px 0 15px;
        display: block;
        text-decoration: none; }
        @media (min-width: 768px) {
          #igd_horizontal .igo_boxbody .igo_product > a:nth-child(2) {
            padding: 0;
            height: 38px;
            font-size: 16px; }
            #igd_horizontal .igo_boxbody .igo_product > a:nth-child(2):hover {
              color: #000 !important; } }
      #igd_horizontal .igo_boxbody .igo_product .price-section .price {
        font-weight: 700;
        font-size: 20px;
        color: #29449c; }
        @media (min-width: 768px) {
          #igd_horizontal .igo_boxbody .igo_product .price-section .price {
            margin-right: 5px; } }
      #igd_horizontal .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
        display: inline-block !important;
        display: block;
        font-size: 12px;
        color: #767676; }
        @media (min-width: 768px) {
          #igd_horizontal .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
            display: inline-block !important; } }
        #igd_horizontal .igo_boxbody .igo_product .price-section .price--rrp--withoutTax:before {
          display: inline-block;
          content: "Retail $";
          margin-right: 0; }
      #igd_horizontal .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value {
        font-weight: 700;
        font-size: 20px;
        color: #29449c; }
      #igd_horizontal .igo_boxbody .igo_product .igo_product_retail_price {
        font-size: 12px;
        color: #767676; }
        #igd_horizontal .igo_boxbody .igo_product .igo_product_retail_price:before {
          display: inline-block;
          content: "Retail ";
          margin-right: 0px; }
        #igd_horizontal .igo_boxbody .igo_product .igo_product_retail_price .igo_product_retail_price_label {
          display: none; }

.pr_review_summary {
  margin-bottom: 40px; }
  @media (min-width: 551px) {
    .pr_review_summary {
      padding: 0 20px; } }
  .pr_review_summary h2 {
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }

#igd_vertical {
  display: none; }
  @media (min-width: 768px) {
    #igd_vertical {
      display: inline-block;
      float: right;
      width: 40%;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd; } }
  @media screen and (min-width: 1060px) {
    #igd_vertical {
      width: 25%;
      border-bottom: 0; } }
  #igd_vertical .igo_boxhead h2 {
    font-size: 20px;
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    color: #555;
    text-align: center;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 25px; }
  #igd_vertical .igo_boxbody .igo_product {
    display: block;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 30px;
    clear: both; }
    #igd_vertical .igo_boxbody .igo_product .igo_product_image {
      max-height: 100px;
      max-width: 100px;
      height: auto;
      width: auto;
      display: inline-block; }
    #igd_vertical .igo_boxbody .igo_product > a:first-child {
      width: 100px;
      margin-right: 15px; }
    #igd_vertical .igo_boxbody .igo_product > a:nth-child(2) {
      font-size: 14px;
      font-weight: 500 !important;
      color: #555 !important;
      line-height: 18px !important;
      text-align: left;
      display: inline-block;
      float: right;
      width: calc(100% - 120px);
      text-decoration: none;
      vertical-align: top;
      height: 38px;
      overflow: hidden; }
      #igd_vertical .igo_boxbody .igo_product > a:nth-child(2):hover {
        color: #000 !important; }
    #igd_vertical .igo_boxbody .igo_product .igo_product_product_name, #igd_vertical .igo_boxbody .igo_product .igo_product_is_map, #igd_vertical .igo_boxbody .igo_product .igo_product_hide_price {
      display: none; }
    #igd_vertical .igo_boxbody .igo_product .igo_product_sale_price {
      display: none; }
    #igd_vertical .igo_boxbody .igo_product .igo_product_regular_price {
      display: inline-block;
      float: right;
      width: calc(100% - 120px);
      position: relative;
      top: -45px; }
      #igd_vertical .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value {
        font-weight: 700;
        font-size: 20px;
        color: #29449c; }
    #igd_vertical .igo_boxbody .igo_product .price-section {
      display: inline-block;
      float: right;
      width: calc(100% - 120px);
      position: relative;
      top: -45px; }
      #igd_vertical .igo_boxbody .igo_product .price-section .price {
        font-weight: 700;
        font-size: 20px;
        color: #29449c; }
        @media (min-width: 768px) {
          #igd_vertical .igo_boxbody .igo_product .price-section .price {
            margin-right: 5px; } }
      #igd_vertical .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
        display: inline-block !important;
        display: block;
        font-size: 12px;
        color: #767676; }
        @media (min-width: 768px) {
          #igd_vertical .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
            display: inline-block !important; } }
        #igd_vertical .igo_boxbody .igo_product .price-section .price--rrp--withoutTax:before {
          display: inline-block;
          content: "Retail ";
          margin-right: 0; }
    #igd_vertical .igo_boxbody .igo_product .igo_product_retail_price {
      padding: 0px;
      display: block;
      font-size: 12px;
      color: #767676;
      clear: both;
      float: right;
      width: calc(100% - 120px);
      position: relative;
      top: -45px; }
      #igd_vertical .igo_boxbody .igo_product .igo_product_retail_price:before {
        display: inline-block;
        content: "Retail ";
        margin-right: 0px; }
      #igd_vertical .igo_boxbody .igo_product .igo_product_retail_price > .igo_product_retail_price_label {
        display: none; }
    #igd_vertical .igo_boxbody .igo_product .see-deets-link {
      font-weight: 700;
      font-size: 16px;
      color: #29449c;
      text-decoration: none;
      float: right;
      width: calc(100% - 120px);
      text-align: left;
      position: relative;
      top: -45px;
      line-height: 22px; }
      #igd_vertical .igo_boxbody .igo_product .see-deets-link:hover {
        color: #29449c !important;
        text-decoration: underline; }

.productView-img-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 105%; }

.productView-img-container {
  max-width: 100%; }
  .productView-img-container img {
    width: 100%; }

.modal-header-title {
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px; }

.modal-header {
  border-bottom: none; }

#previewModal .productView {
  display: none !important;
  width: 100%; }

.modal-content .previewCartCheckout-price {
  color: #29449c; }

@media only screen and (min-width: 768px) {
  #previewModal .previewCart .productView {
    width: calc(100% - 300px);
    display: inline; }
  #previewModal .productView {
    display: block !important; }
  .productView-details {
    border: 0px; }
  section.productView {
    box-shadow: 0px 0px 0px #fff; } }

.productView img.pv-flag {
  position: absolute;
  left: 0px;
  width: auto;
  right: auto;
  top: 0px;
  bottom: auto;
  height: 25px;
  z-index: 5; }
  @media (min-width: 768px) {
    .productView img.pv-flag {
      height: auto;
      left: 20px;
      top: 30px; } }

.productView {
  position: relative; }

.stamped-badge[data-rating="0.0"] * {
  display: none !important; }

.productView div#igd_vertical {
  display: none; }

.igo_boxhead.review-head {
  display: none; }

.productView-options {
  position: relative; }

.clearbtn {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #1248B5;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 999; }
  @media (min-width: 768px) {
    .clearbtn {
      color: #1248B5;
      background-color: #fff;
      display: inline-block;
      width: 180px;
      text-align: left;
      font-size: initial;
      border: 0px;
      text-align: center;
      height: auto;
      line-height: normal;
      cursor: pointer;
      margin-bottom: 0px;
      display: none;
      position: absolute;
      right: 0px;
      margin-top: 5px;
      text-decoration: underline;
      padding-left: 5px;
      padding-right: 5px;
      font-weight: normal;
      text-transform: none;
      background-color: transparent;
      font-size: 13px;
      left: auto; }
      .clearbtn svg {
        display: none; } }
  .clearbtn svg {
    font-size: 22px;
    padding-right: 4px;
    position: relative;
    top: 2px; }
  .clearbtn:hover {
    background: #1248B5;
    color: #fff;
    text-decoration: none; }

#conditionbox .cgtext {
  margin-bottom: 25px; }

div#conditionguide {
  font-size: 16px;
  position: fixed;
  top: 5%;
  margin: auto;
  width: 90%;
  max-width: 750px;
  background: #fff;
  transform: translateX(-50%);
  max-height: 90vh;
  left: 50%;
  z-index: 9999;
  overflow: auto;
  display: none; }

div#conditionbg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  top: 0px;
  z-index: 9998;
  display: none;
  cursor: pointer; }

div#cdhead {
  background: #00885C;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 10px;
  position: relative;
  font-family: "oswald", Helvetica, Arial, sans-serif;
  font-size: 28px;
  cursor: pointer; }
  @media (min-width: 768px) {
    div#cdhead {
      padding: 20px; } }
  div#cdhead svg {
    position: absolute;
    right: 15px;
    top: 14px; }
    @media (min-width: 768px) {
      div#cdhead svg {
        top: 7px;
        right: 0px;
        padding: 20px; } }

.cgoption {
  margin: 10px 10px 25px 10px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cgoption {
      margin: 15px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .cgoption strong {
    color: #1248B5;
    margin-bottom: 8px;
    display: block; }

.cgoption.Playable {
  border-bottom: 0px; }

.productView-options .form-field .form-label svg {
  color: #1248B5;
  order: 3;
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 4px; }

label.form-label.form-label--alternate.form-label--inlineSmall {
  display: flex; }

body.cdfixed {
  position: fixed;
  height: 100%;
  width: 100%; }

#conditionbox .cgoption {
  background: #e2e2e2;
  border-bottom: 0px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 15px; }
  #conditionbox .cgoption .cgtext {
    margin-bottom: 0px; }
  #conditionbox .cgoption strong {
    margin-bottom: 2px; }

.rangerrp, .rangesaved {
  display: none; }

.igo_product {
  position: relative;
  padding-top: 25px; }
  .igo_product .badge-saved {
    position: absolute;
    top: 0;
    left: 0; }

.productView-price .price--withoutTax, .productView-price .price-now-label {
  color: #A50000; }

span#cartdiscount-label, #cartdiscountprice {
  color: #A50000;
  font-weight: bold;
  font-size: 22px; }
  @media (min-width: 768px) {
    span#cartdiscount-label, #cartdiscountprice {
      font-size: 28px; } }

span#cartdiscount-save-label {
  color: #A50000;
  font-weight: bold;
  font-size: 16px;
  margin-left: 2px; }

div#cartdiscount-wasprice-container {
  color: #1248B5;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px; }

div#salecountdown, .salecountdown {
  background: #FFEDED;
  color: #B92C00;
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 16px; }
  div#salecountdown svg, .salecountdown svg {
    margin-right: 5px; }

.salecountdown {
  display: none; }

#endsin48 {
  display: none; }

.cardbadges > div {
  margin-bottom: 5px; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 80px;
  width: 80px; }

.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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

.account--fixed {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .account--fixed {
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .account--fixed {
      width: 60%; } }
  @media (min-width: 1261px) {
    .account--fixed {
      width: 50%; } }

@media (min-width: 768px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .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: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

input#smscheckbox {
  width: 30px;
  height: 20px;
  position: relative;
  top: 5px; }

.g-recaptcha {
  margin-left: 10px; }

#smsoptin {
  margin-left: 8px;
  margin-bottom: 30px; }
  #smsoptin small {
    padding-left: 33px;
    display: block; }
  #smsoptin p {
    margin-bottom: 8px; }

.mob-banner a, .main-banner a {
  display: block; }

.mob-banner {
  text-align: center;
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    .mob-banner {
      display: none; } }
  .mob-banner img {
    display: inline-block;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #fff; }

.main-banner {
  display: none;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .main-banner {
      display: block; }
      .main-banner img {
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
        border: 1px solid #fff;
        border-top: 0;
        margin-top: -1px; } }

.deal-of-day {
  margin: 10px 0;
  position: relative; }
  @media (min-width: 768px) {
    .deal-of-day {
      margin: 20px 0 30px; } }
  @media (min-width: 992px) {
    .deal-of-day {
      width: calc(((100% / 3) * 2) - 20px);
      margin-right: 20px; } }
  .deal-of-day .part1 {
    background-color: #29449c;
    padding: 10px; }
    @media (min-width: 992px) {
      .deal-of-day .part1 {
        padding: 18px 10px 10px; } }
    .deal-of-day .part1 > img {
      display: block;
      margin: 5px auto 0; }
    .deal-of-day .part1 .checkboxes {
      width: 255px;
      display: block;
      margin: 8px auto 0px;
      text-align: center; }
      .deal-of-day .part1 .checkboxes .colon {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding-left: 4px; }
      .deal-of-day .part1 .checkboxes .time-amt {
        color: #FFF;
        display: inline-block;
        width: 32%;
        font-size: 12px;
        font-weight: 700; }
        .deal-of-day .part1 .checkboxes .time-amt.hours {
          padding-left: 8px; }
        .deal-of-day .part1 .checkboxes .time-amt.minutes {
          padding-left: 4px; }
      .deal-of-day .part1 .checkboxes .hours-bg, .deal-of-day .part1 .checkboxes .minutes-bg, .deal-of-day .part1 .checkboxes .seconds-bg {
        position: relative; }
        .deal-of-day .part1 .checkboxes .hours-bg > img:first-child, .deal-of-day .part1 .checkboxes .minutes-bg > img:first-child, .deal-of-day .part1 .checkboxes .seconds-bg > img:first-child {
          position: relative;
          left: 5px; }
        .deal-of-day .part1 .checkboxes .hours-bg .hoursLeft, .deal-of-day .part1 .checkboxes .hours-bg .minutesLeft, .deal-of-day .part1 .checkboxes .hours-bg .secondsLeft, .deal-of-day .part1 .checkboxes .minutes-bg .hoursLeft, .deal-of-day .part1 .checkboxes .minutes-bg .minutesLeft, .deal-of-day .part1 .checkboxes .minutes-bg .secondsLeft, .deal-of-day .part1 .checkboxes .seconds-bg .hoursLeft, .deal-of-day .part1 .checkboxes .seconds-bg .minutesLeft, .deal-of-day .part1 .checkboxes .seconds-bg .secondsLeft {
          position: absolute;
          color: #fff;
          font-size: 20px;
          top: -6px;
          left: calc(50% - 19px);
          letter-spacing: 20px; }
  .deal-of-day .part2 {
    border: 2px solid #29449c;
    background: #fff; }
    .deal-of-day .part2 .productMasonry {
      height: 130px;
      -webkit-column-gap: 0px !important;
      -moz-column-gap: 0px !important;
      column-gap: 0px !important; }
    .deal-of-day .part2 > .productMasonry {
      width: 300px;
      margin: 0 auto; }
    .deal-of-day .part2 .productMasonry {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }
    .deal-of-day .part2 .card-body {
      margin-left: -30px;
      text-align: left;
      padding: 20px 0px 0px;
      width: 180px; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .deal-of-day .part2 .card-body {
          z-index: 9;
          position: absolute;
          left: 50%;
          top: 126px; } }
      .deal-of-day .part2 .card-body .card-title {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        max-height: 33px;
        overflow: hidden;
        margin-bottom: 5px; }
        .deal-of-day .part2 .card-body .card-title > a {
          font-weight: 500; }
    .deal-of-day .part2 .price-section {
      text-align: left; }
    .deal-of-day .part2 .price.price--withoutTax {
      color: #29449c;
      font-weight: 700;
      font-size: 20px; }
    .deal-of-day .part2 .shop-now {
      text-align: left;
      border: 1px solid #00885c;
      padding: 5px 10px;
      text-decoration: none;
      text-transform: uppercase;
      color: #00885c;
      font-weight: 700; }
      .deal-of-day .part2 .shop-now:hover {
        color: #00885c; }
  .deal-of-day .part1, .deal-of-day .part2 {
    height: 130px; }
    @media (min-width: 768px) {
      .deal-of-day .part1, .deal-of-day .part2 {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .deal-of-day .part1, .deal-of-day .part2 {
        height: 150px; } }
  .deal-of-day .save-price {
    background: #CE0000 none repeat scroll 0% 0%;
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    left: 5%;
    top: 120px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    line-height: 16px;
    padding: 13px 8px;
    z-index: 1; }
    @media (min-width: 768px) {
      .deal-of-day .save-price {
        left: calc(50% - 37px);
        top: 28px;
        height: 75px;
        width: 75px;
        padding: 20px 13px;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .deal-of-day .save-price {
        top: 38px; } }
    .deal-of-day .save-price span {
      font-weight: 600;
      font-size: 20px; }
      @media (min-width: 768px) {
        .deal-of-day .save-price span {
          font-size: 24px; } }

.body-sign-up {
  display: none; }
  @media (min-width: 992px) {
    .body-sign-up {
      background: url(https://cdn8.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/signup-green-05.png);
      width: calc((100% / 3) - 4px);
      vertical-align: top;
      height: 150px;
      margin-top: 20px;
      text-align: center; } }
  .body-sign-up h5 {
    font-size: 24px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 600; }
  .body-sign-up p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px; }
  .body-sign-up .body-form {
    width: 80%;
    margin: 0 auto;
    max-width: 300px; }
    .body-sign-up .body-form .form-input {
      font-style: italic;
      border: 1px solid #ccc;
      border-right: none;
      box-shadow: 7px 7px 8px -7px rgba(0, 0, 0, 0.4) inset; }

.deal-of-day:before, .deal-of-day:after, .body-sign-up:before, .body-sign-up:after {
  content: " ";
  display: table; }

.deal-of-day:after, .body-sign-up:after {
  clear: both; }

@media (min-width: 992px) {
  .deal-of-day, .body-sign-up {
    display: inline-block;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #fff; } }

.featured-cats-1 {
  font-size: 0; }
  .featured-cats-1 ul {
    margin-left: 0;
    margin-bottom: 21px;
    list-style: none;
    text-align: center; }
    @media (min-width: 768px) {
      .featured-cats-1 ul {
        margin: 0 -10px; } }
    .featured-cats-1 ul li {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .featured-cats-1 ul li {
          width: calc((100% / 3) - 20px);
          display: inline-block;
          margin-right: 20px;
          vertical-align: top; } }
      .featured-cats-1 ul li:last-child {
        margin-right: 0; }
      .featured-cats-1 ul li > a {
        display: block; }
      .featured-cats-1 ul li img {
        border: 1px solid #fff;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); }
      .featured-cats-1 ul li h2 {
        font-size: 24px;
        font-weight: 600;
        color: #29449c;
        margin: 10px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 24px; }
      .featured-cats-1 ul li p {
        color: #555555;
        margin-bottom: 10px;
        font-size: 16px; }
      .featured-cats-1 ul li .button--green {
        display: inline-block; }

.why {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24); }
  .why:before, .why:after {
    content: " ";
    display: table; }
  .why:after {
    clear: both; }
  @media (min-width: 768px) {
    .why {
      padding-bottom: 40px; } }
  .why h2 {
    font-size: 24px;
    font-weight: 300;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-top: 0px;
    margin: 0px auto;
    z-index: 9;
    background: white none repeat scroll 0% 0%;
    position: relative; }
    @media (min-width: 768px) {
      .why h2 {
        font-size: 30px;
        background-color: #fff;
        z-index: 1;
        position: relative;
        margin: 0 auto; } }
  .why .left, .why .right {
    width: 50%;
    float: left;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .why .left, .why .right {
        width: 25%; } }
  .why .left, .why .middle, .why .right {
    text-align: center; }
    @media (min-width: 768px) {
      .why .left, .why .middle, .why .right {
        width: 33%;
        padding: 0 15px;
        float: left;
        position: relative; } }
    @media (min-width: 992px) {
      .why .left, .why .middle, .why .right {
        width: 25%;
        padding: 0 15px; } }
    .why .left h4, .why .middle h4, .why .right h4 {
      color: #29449c;
      font-weight: 700;
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 10px;
      height: 50px;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .why .left h4, .why .middle h4, .why .right h4 {
          height: auto; } }
    .why .left > p, .why .middle > p, .why .right > p {
      color: #555;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      @media (min-width: 992px) {
        .why .left > p, .why .middle > p, .why .right > p {
          font-size: 16px;
          max-width: 180px;
          margin-left: auto;
          margin-right: auto;
          line-height: 20px; } }
  @media (min-width: 768px) {
    .why .left:after, .why .right:before {
      content: "";
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #dddddd, #dddddd, #dddddd, rgba(0, 0, 0, 0)); } }
  .why .left:after {
    right: 0; }
  .why .left img {
    height: 80px;
    width: 70px;
    display: block;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .why .left img {
        height: 100px;
        width: 87px; } }
  .why .middle {
    display: none; }
    @media (min-width: 768px) {
      .why .middle {
        display: inline-block; } }
    @media (min-width: 992px) {
      .why .middle {
        width: 50%;
        padding: 0 50px; } }
    @media (min-width: 992px) {
      .why .middle .test-slider {
        margin-top: 10px; } }
    .why .middle .slick-slide p, .why .middle .slick-slide:before {
      vertical-align: middle;
      display: inline-block; }
    .why .middle .slick-slide p {
      font-style: italic;
      font-size: 16px;
      margin-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 992px) {
        .why .middle .slick-slide p {
          font-size: 20px; } }
      .why .middle .slick-slide p span {
        font-style: normal;
        font-size: 12px;
        text-transform: uppercase; }
  .why .right:before {
    left: 0; }
  .why .right img {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .why .right img {
        height: 100px;
        width: 100px; } }

.brands-list ul {
  margin: 0;
  text-align: center;
  list-style: none; }
  .brands-list ul li {
    display: inline-block;
    margin: 10px; }
    @media (min-width: 768px) {
      .brands-list ul li {
        margin: 10px 0; } }
    @media (min-width: 992px) {
      .brands-list ul li {
        margin: 10px 5px; } }
    .brands-list ul li img {
      width: 125px;
      opacity: .5;
      transition: all .5s; }
      @media (min-width: 768px) {
        .brands-list ul li img {
          width: 116px;
          opacity: .4; } }
      @media (min-width: 992px) {
        .brands-list ul li img {
          width: 145px; } }
      @media screen and (min-width: 1200px) {
        .brands-list ul li img {
          width: 180px; } }
      .brands-list ul li img:hover {
        opacity: 1; }

.igo_boxbody.listtrakbody {
  position: relative;
  overflow: hidden; }
  .igo_boxbody.listtrakbody .swiper-scrollbar {
    height: 5px; }

#igdrec_1 .igo_boxbody .listtrakp .igo_product, #igdrec_2 .igo_boxbody .listtrakptwo .igo_product {
  width: 100%; }

.scrollwrap {
  height: 7px;
  position: relative;
  margin: auto;
  position: relative;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .scrollwrap {
      margin-top: 80px; } }

.lt-control span {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #000;
  padding: 0px 8px;
  z-index: 2;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  cursor: pointer; }
  .lt-control span.swiper-button-disabled {
    color: #ccc; }
  .lt-control span:hover {
    color: #333; }
  .lt-control span.lt-right {
    right: 0px; }

#igdrec_1 .igo_boxbody.listtrakbody .igo_product .price-section .price--withoutTax, #igdrec_2 .igo_boxbody.listtrakbody .igo_product .price-section .price--withoutTax {
  display: block; }

span.price-section.price-section--saving.price.listsave {
  background: #EAFCDE;
  display: inline-block;
  color: #006756;
  font-size: 14px;
  line-height: 23px;
  padding: 0 4px;
  font-weight: bold; }

.listrakwidget {
  display: none; }

.body.home-page {
  background: #fff;
  padding-bottom: 0; }
  .body.home-page .container {
    max-width: 1440px; }

.button--blue {
  text-align: center;
  border: 1px solid #0071DC;
  background: #0071DC;
  border-radius: 10000px;
  text-decoration: none;
  color: #fff;
  padding: 22px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .button--blue:hover, .button--blue:focus, .button--blue:active {
    background-color: #29449c;
    border: 1px solid #29449c;
    color: #f7f7f7; }

#hero-wrapper {
  max-width: 1920px;
  margin: 0 auto; }

#hero-slider {
  margin-bottom: 60px; }
  #hero-slider .slick-dots {
    bottom: -40px; }

.hero-slide {
  position: relative;
  padding-bottom: 33.3%; }
  @media (min-width: 768px) {
    .hero-slide {
      padding-bottom: 11.8%; } }
  @media (min-width: 768px) {
    .hero-slide.second .hs-left strong {
      visibility: hidden; } }
  @media (min-width: 768px) {
    .hero-slide.third .hs-left strong {
      visibility: hidden; } }
  .hero-slide a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0; }
  .hero-slide .container {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1260px !important; }
    @media (min-width: 768px) {
      .hero-slide .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; } }
    @media (min-width: 1261px) {
      .hero-slide .container {
        padding: 0 10px; } }
  @media (min-width: 768px) {
    .hero-slide .hs-left, .hero-slide .hs-right {
      max-width: 50%;
      display: inline-flex;
      flex-wrap: wrap; } }
  .hero-slide .hs-left {
    text-align: center;
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .hero-slide .hs-left {
        position: static;
        text-align: left;
        left: auto;
        right: auto; } }
    .hero-slide .hs-left strong {
      font-size: 36px;
      line-height: 42px;
      text-transform: uppercase;
      color: #000;
      font-family: "oswald", Helvetica, Arial, sans-serif;
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .hero-slide .hs-left strong {
          color: #fff;
          width: 100%; } }
      @media (min-width: 992px) {
        .hero-slide .hs-left strong {
          font-size: 60px;
          line-height: 62px;
          margin-bottom: 15px; } }
      @media (min-width: 1261px) {
        .hero-slide .hs-left strong {
          font-size: 80px;
          line-height: 84px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .hero-slide .hs-left strong span {
          color: #F5A812;
          display: block; } }
    .hero-slide .hs-left p {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      color: #000;
      max-width: 289px; }
      @media (min-width: 768px) {
        .hero-slide .hs-left p {
          color: #fff; } }
      @media (min-width: 992px) {
        .hero-slide .hs-left p {
          font-size: 20px;
          line-height: 29px;
          max-width: 300px; } }
      @media (min-width: 1261px) {
        .hero-slide .hs-left p {
          font-size: 24px;
          line-height: 33px;
          max-width: 389px;
          margin-bottom: 30px; } }
    .hero-slide .hs-left .button--blue {
      margin-bottom: 0;
      padding: 22px 10px;
      font-size: 18px;
      width: 253px; }
  .hero-slide .hs-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 24%;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .hero-slide .hs-right {
        position: static;
        flex-flow: column nowrap; } }
    .hero-slide .hs-right img {
      max-width: 50%; }
      @media (min-width: 768px) {
        .hero-slide .hs-right img {
          display: block;
          flex: 1; }
          .hero-slide .hs-right img:first-child {
            order: 1; }
          .hero-slide .hs-right img:last-child {
            order: 0;
            margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .hero-slide .hs-right img:last-child {
          margin-bottom: 20px; } }
      @media (min-width: 1261px) {
        .hero-slide .hs-right img {
          max-width: 100%; }
          .hero-slide .hs-right img:last-child {
            margin-bottom: 25px; } }

#sub-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #sub-banners {
      margin-bottom: 87px; } }
  #sub-banners .sub-banner {
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    width: 100%;
    max-width: 700px; }
    @media (min-width: 768px) {
      #sub-banners .sub-banner {
        width: calc(50% - 10px);
        padding-bottom: 50%; } }
    @media (min-width: 1441px) {
      #sub-banners .sub-banner {
        padding-bottom: 700px; } }
    #sub-banners .sub-banner + .sub-banner {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #sub-banners .sub-banner + .sub-banner {
          margin-top: 0; } }
    #sub-banners .sub-banner:first-child {
      background: url(../img/sub-1.jpg) no-repeat 50% 50%;
      background-size: cover; }
      @media (min-width: 768px) {
        #sub-banners .sub-banner:first-child {
          margin-right: 10px; } }
    #sub-banners .sub-banner:last-child {
      background: url(../img/sub-2.jpg) no-repeat 50% 50%;
      background-size: cover; }
      @media (min-width: 768px) {
        #sub-banners .sub-banner:last-child {
          margin-left: 10px; } }
    #sub-banners .sub-banner .sub-text {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0; }
      #sub-banners .sub-banner .sub-text h3 {
        color: #fff;
        font-size: 48px;
        line-height: 64px;
        margin: 0 auto 15px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          #sub-banners .sub-banner .sub-text h3 {
            font-size: 64px; } }
      #sub-banners .sub-banner .sub-text .button {
        margin-bottom: 0;
        padding-left: 40px;
        padding-right: 40px; }

#feat-cats {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 50px; }
  @media (min-width: 992px) {
    #feat-cats {
      margin: 0 -20px 60px;
      border-bottom: 1px solid #ccc; } }
  #feat-cats .igo_boxhead {
    width: 100%; }
  #feat-cats .cat-square {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px 30px; }
    @media (min-width: 768px) {
      #feat-cats .cat-square {
        width: calc(25% - 20px); } }
    @media (min-width: 992px) {
      #feat-cats .cat-square {
        width: calc(25% - 40px);
        margin: 0 20px 70px; } }
    #feat-cats .cat-square:hover span {
      text-decoration: underline; }
    #feat-cats .cat-square a {
      font-size: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    #feat-cats .cat-square img {
      margin-bottom: 10px; }
    #feat-cats .cat-square span {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1px;
      display: block;
      font-family: "oswald", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        #feat-cats .cat-square span {
          font-size: 24px; } }

.cat-square a:hover, .cat-square a:active, .cat-square a:focus {
  text-decoration: underline;
  color: #1248B5; }

#home-bottom {
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 242, 228, 0.5), rgba(245, 242, 228, 0.9), #f5f2e4), url(../img/home-bottom-desk.jpg);
  background-size: cover;
  margin: 0 auto;
  padding: 250px 20px 21px; }
  @media (min-width: 768px) {
    #home-bottom {
      padding: 190px 20px 72px;
      background-position: 58% 50%; } }
  #home-bottom .container {
    padding: 0; }
  @media (min-width: 768px) {
    #home-bottom #hb-text {
      max-width: 695px; } }
  #home-bottom #hb-text #hb-top strong {
    color: #006756;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 1px;
    display: block;
    font-family: "oswald", Helvetica, Arial, sans-serif; }
  #home-bottom #hb-text #hb-top h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 44px;
    width: 318px; }
    @media (min-width: 768px) {
      #home-bottom #hb-text #hb-top h6 {
        font-weight: 600;
        font-size: 54px;
        line-height: 64px;
        letter-spacing: 1px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 791px; } }
  #home-bottom #hb-text #hb-bottom {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f2e4 40%, #f5f2e4 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 10px;
    margin: 0 -20px; }
    @media (min-width: 768px) {
      #home-bottom #hb-text #hb-bottom {
        background: transparent; } }
    #home-bottom #hb-text #hb-bottom .hb-box {
      width: 50%;
      padding: 0 10px 36px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      @media (min-width: 768px) {
        #home-bottom #hb-text #hb-bottom .hb-box {
          padding-bottom: 45px; } }
      #home-bottom #hb-text #hb-bottom .hb-box svg {
        color: #006756;
        font-size: 30px; }
        @media (min-width: 768px) {
          #home-bottom #hb-text #hb-bottom .hb-box svg {
            font-size: 40px;
            margin-bottom: 3px; } }
      #home-bottom #hb-text #hb-bottom .hb-box strong {
        display: inline-block;
        width: calc(100% - 38px);
        padding-left: 10px;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .5px;
        text-transform: uppercase;
        font-family: "oswald", Helvetica, Arial, sans-serif;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          #home-bottom #hb-text #hb-bottom .hb-box strong {
            letter-spacing: 1px;
            font-size: 20px;
            line-height: 64px;
            padding-left: 0;
            margin-bottom: -5px; } }
      #home-bottom #hb-text #hb-bottom .hb-box p {
        margin-top: auto;
        margin-bottom: 0;
        font-weight: 350;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 768px) {
          #home-bottom #hb-text #hb-bottom .hb-box p {
            font-size: 18px;
            line-height: 28px; } }

.swiper-wrapper {
  align-items: stretch; }
  .swiper-wrapper .swiper-slide {
    height: auto; }

.swiper-scrollbar-drag {
  background: #1248B5 !important;
  cursor: pointer; }

.igo_boxhead h1, .igo_boxhead h2 {
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .igo_boxhead h1, .igo_boxhead h2 {
      font-size: 40px;
      margin-bottom: 30px; } }

#igdrec_1, #igdrec_2 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #igdrec_1, #igdrec_2 {
      margin-bottom: 60px; } }
  #igdrec_1 .igo_boxbody .igo_product, #igdrec_2 .igo_boxbody .igo_product {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    display: flex;
    flex-flow: column nowrap; }
    #igdrec_1 .igo_boxbody .igo_product .igo_product_image, #igdrec_2 .igo_boxbody .igo_product .igo_product_image {
      max-height: 280px;
      width: auto;
      margin: 0 auto;
      display: block; }
    #igdrec_1 .igo_boxbody .igo_product .bottom-slider, #igdrec_2 .igo_boxbody .igo_product .bottom-slider {
      margin-top: auto; }
    #igdrec_1 .igo_boxbody .igo_product a:nth-child(2), #igdrec_2 .igo_boxbody .igo_product a:nth-child(2) {
      font-size: 14px;
      line-height: 23px;
      font-weight: 350;
      color: #000;
      margin: 10px 0 16px;
      display: block;
      text-decoration: none;
      text-align: left;
      font-weight: 700; }
      #igdrec_1 .igo_boxbody .igo_product a:nth-child(2):hover, #igdrec_1 .igo_boxbody .igo_product a:nth-child(2):active, #igdrec_1 .igo_boxbody .igo_product a:nth-child(2):focus, #igdrec_2 .igo_boxbody .igo_product a:nth-child(2):hover, #igdrec_2 .igo_boxbody .igo_product a:nth-child(2):active, #igdrec_2 .igo_boxbody .igo_product a:nth-child(2):focus {
        text-decoration: underline;
        color: #29449c; }
      @media (min-width: 768px) {
        #igdrec_1 .igo_boxbody .igo_product a:nth-child(2), #igdrec_2 .igo_boxbody .igo_product a:nth-child(2) {
          font-size: 18px;
          line-height: 24px; } }
    #igdrec_1 .igo_boxbody .igo_product .igo_product_regular_price, #igdrec_2 .igo_boxbody .igo_product .igo_product_regular_price {
      display: inline-block;
      text-align: left;
      padding: 0 5px; }
      #igdrec_1 .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value, #igdrec_2 .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #29449c;
        text-align: left; }
        @media (min-width: 768px) {
          #igdrec_1 .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value, #igdrec_2 .igo_boxbody .igo_product .igo_product_regular_price .igo_product_regular_price_value {
            font-size: 21px; } }
    #igdrec_1 .igo_boxbody .igo_product .price-section, #igdrec_2 .igo_boxbody .igo_product .price-section {
      display: inline-block;
      text-align: left; }
      #igdrec_1 .igo_boxbody .igo_product .price-section .price--withoutTax, #igdrec_2 .igo_boxbody .igo_product .price-section .price--withoutTax {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        display: block;
        color: #29449c;
        text-align: left; }
        @media (min-width: 768px) {
          #igdrec_1 .igo_boxbody .igo_product .price-section .price--withoutTax, #igdrec_2 .igo_boxbody .igo_product .price-section .price--withoutTax {
            font-size: 21px;
            margin-right: 5px; } }
      #igdrec_1 .igo_boxbody .igo_product .price-section .price--rrp--withoutTax, #igdrec_2 .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
        display: inline-block !important;
        display: block;
        font-size: 12px;
        color: #767676; }
        @media (min-width: 768px) {
          #igdrec_1 .igo_boxbody .igo_product .price-section .price--rrp--withoutTax, #igdrec_2 .igo_boxbody .igo_product .price-section .price--rrp--withoutTax {
            display: inline-block !important; } }
    #igdrec_1 .igo_boxbody .igo_product .igo_product_retail_price, #igdrec_2 .igo_boxbody .igo_product .igo_product_retail_price {
      padding: 0 5px;
      display: inline-block;
      display: block;
      font-size: 12px;
      color: #767676; }
      @media (min-width: 768px) {
        #igdrec_1 .igo_boxbody .igo_product .igo_product_retail_price, #igdrec_2 .igo_boxbody .igo_product .igo_product_retail_price {
          display: inline-block; } }
      #igdrec_1 .igo_boxbody .igo_product .igo_product_retail_price .igo_product_retail_price_label, #igdrec_2 .igo_boxbody .igo_product .igo_product_retail_price .igo_product_retail_price_label {
        display: none; }
    #igdrec_1 .igo_boxbody .igo_product .price--rrp--withoutTax, #igdrec_2 .igo_boxbody .igo_product .price--rrp--withoutTax {
      font-size: 16px;
      font-weight: 350;
      color: #444;
      text-decoration: line-through;
      margin-right: 4px;
      display: inline-block; }
    #igdrec_1 .igo_boxbody .igo_product .pricerow2, #igdrec_2 .igo_boxbody .igo_product .pricerow2 {
      margin-top: 5px; }

.igo_product_hide_price,
.igo_product_is_map,
.igo_product_product_name,
.igo_product_sale_price {
  display: none !important; }

.landing-page .top-text {
  margin-bottom: 40px; }
  .landing-page .top-text h1 {
    font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 30px;
    color: #555;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .landing-page .top-text h1 {
        font-size: 30px; } }
  .landing-page .top-text p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 24px; }

.landing-page .cat-boxes ul {
  text-align: center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 -10px;
  justify-content: center; }
  @media (min-width: 768px) {
    .landing-page .cat-boxes ul {
      margin: 0;
      padding: 0 10px; } }
  .landing-page .cat-boxes ul li {
    transition: all 0.5s;
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #fff;
    max-width: 283px; }
    @media (min-width: 768px) {
      .landing-page .cat-boxes ul li {
        display: inline-block;
        width: calc(25% - 20px);
        margin-bottom: 20px; } }
    .landing-page .cat-boxes ul li:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      transform: scale(1.04); }
      .landing-page .cat-boxes ul li:hover a {
        color: #00885c; }
    .landing-page .cat-boxes ul li h4 {
      margin: 0 auto;
      color: #29449c;
      font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
      height: 0; }
      .landing-page .cat-boxes ul li h4 a {
        color: #29449c;
        text-decoration: none;
        position: relative;
        top: 11px;
        font-size: 14px; }
        @media (min-width: 768px) {
          .landing-page .cat-boxes ul li h4 a {
            top: 9px;
            font-size: 16px; } }
        @media (min-width: 992px) {
          .landing-page .cat-boxes ul li h4 a {
            top: 24px;
            font-size: 20px;
            font-weight: 500; } }

.landing-page .shop-by-brand ul {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  list-style: none;
  font-size: 0; }
  .landing-page .shop-by-brand ul li {
    display: inline-block;
    margin: 10px;
    width: calc(50% - 20px); }
    @media (min-width: 768px) {
      .landing-page .shop-by-brand ul li {
        margin: 10px 0;
        width: auto; } }
    @media (min-width: 992px) {
      .landing-page .shop-by-brand ul li {
        margin: 10px 5px; } }
    .landing-page .shop-by-brand ul li img {
      width: 125px;
      opacity: .9;
      transition: all .5s; }
      @media (min-width: 768px) {
        .landing-page .shop-by-brand ul li img {
          width: 116px;
          opacity: .4; } }
      @media (min-width: 992px) {
        .landing-page .shop-by-brand ul li img {
          width: 145px; } }
      @media screen and (min-width: 1200px) {
        .landing-page .shop-by-brand ul li img {
          width: 180px; } }
      .landing-page .shop-by-brand ul li img:hover {
        opacity: 1; }

@media (min-width: 768px) {
  .cat-desc {
    padding: 0 20px; } }

div#deallander-banner {
  margin-top: 0px;
  margin-bottom: 30px; }

div#deallander-banner {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  overflow-x: hidden;
  height: 140px; }
  @media (min-width: 768px) {
    div#deallander-banner {
      height: auto;
      margin-left: 0px;
      margin-right: 0px; } }
  div#deallander-banner img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    width: 800px;
    height: 100%;
    max-width: none; }
    @media (min-width: 768px) {
      div#deallander-banner img {
        position: relative;
        left: auto;
        -webkit-transform: none;
        transform: none;
        width: auto;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 20px; } }

.hotdeals-fcats-container {
  display: flex;
  flex-wrap: wrap; }

.hotdeals-fcats-item-title {
  color: #1248B5;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 16px; }

.hotdeals-fcats-item {
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .hotdeals-fcats-item {
      width: calc(100% / 6); } }
  .hotdeals-fcats-item a {
    text-decoration: none; }

.category-page .page-heading {
  text-transform: capitalize;
  color: #000;
  font-size: 24px; }

.cardbadges {
  position: absolute;
  z-index: 2;
  font-size: 12px; }

.hotdeals-badge {
  color: #A50000;
  font-weight: bold;
  background: #fff;
  border: 1px #A50000 solid;
  border-radius: 5px;
  height: 24px;
  line-height: 20px;
  padding: 0px 7px 0px 18px;
  width: 77px;
  float: left;
  margin-right: 5px;
  position: relative; }
  .hotdeals-badge img {
    position: absolute;
    top: 2px;
    left: 3px; }
  .hotdeals-badge .hotdeals-badge-text {
    color: #A50000; }

.badge-saved {
  color: #1248B5 !important;
  font-weight: bold;
  background: #E6F1FC;
  border: 1px #E6F1FC solid;
  border-radius: 5px;
  height: 24px;
  line-height: 20px;
  padding: 0px 7px 0px 7px;
  width: auto;
  float: left;
  margin-right: 5px; }

.badge-cartdiscount {
  color: #A50000 !important;
  font-weight: bold;
  background: #fff;
  border: 1px #A50000 solid;
  border-radius: 5px;
  height: 24px;
  line-height: 20px;
  padding: 0px 7px 0px 7px;
  width: auto;
  float: left;
  margin-right: 5px;
  position: relative;
  margin-bottom: 5px; }

.badge-onsale {
  color: #fff !important;
  font-weight: bold;
  background: #A50000;
  border: 1px #A50000 solid;
  border-radius: 5px;
  height: 24px;
  line-height: 20px;
  padding: 0px 7px 0px 7px;
  width: auto;
  float: left;
  margin-right: 5px;
  position: relative;
  margin-bottom: 5px; }

.ss-item-price.grid-onsale span.ss-item-regular.ng-binding.ss-item-on-sale:before {
  content: "Sale Price: "; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price.grid-onsale .ss-item-regular {
  color: #A50000; }

span.ss-item-regular.ss-itemdiscount.ss-item-on-sale:before {
  display: none; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-regular.ss-itemdiscount {
  color: #A50000; }

span.ss-item-was {
  color: #1248B5;
  display: block;
  margin: 0px !important; }

span.wdiscount {
  font-size: 14px; }

/*

<div class="cardbadges">
  <div class="hotdeals-badge">
    <img src="https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hot-deal-icon.png" alt="Hot Deal" title="Hot Deal">
    <span class="hotdeals-badge-text">Hot Deal</span>
  </div>
  <div class="badge-saved">85% OFF</div>
</div>
*/
.toggle-wrap {
  font-size: 0;
  margin: 0 -5px; }
  .search-body .toggle-wrap {
    margin-top: 16px; }
  @media (min-width: 992px) {
    .toggle-wrap {
      width: 100%;
      margin: 0; } }
  .category-body .toggle-wrap {
    position: relative;
    z-index: 10; }

.filter-toggle {
  text-align: center !important;
  cursor: pointer !important;
  clear: both !important;
  font-size: 16px !important;
  line-height: 50px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  vertical-align: top !important;
  width: calc(50% - 10px) !important;
  margin: 0 5px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "oswald", Helvetica, Arial, sans-serif;
  border-radius: 0 !important; }
  .filter-toggle:hover {
    color: #f7f7f7; }
  .filter-toggle svg {
    margin-top: -4px;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 18px; }

.ss-targeted a, .ss-targeted p, .ss-targeted ul li, .ss-targeted div {
  color: #000; }

.ss-title {
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif; }
  .ss-collapsed .ss-title {
    border-bottom: 1px solid #ddd; }

.ss-targeted .ss-pointer {
  cursor: pointer; }

/* Utilities - Flexbox */
.ss-targeted .ss-flex-wrap, .ss-targeted .ss-flex-wrap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.ss-targeted .ss-flex-nowrap, .ss-targeted .ss-flex-nowrap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.ss-targeted .ss-flex-wrap-center, .ss-targeted .ss-flex-nowrap-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/* Utilities - Scrollbar */
.ss-targeted .ss-scrollbar::-webkit-scrollbar {
  width: 8px; }

.ss-targeted .ss-scrollbar::-webkit-scrollbar-track {
  background: #f8f8f8; }

.ss-targeted .ss-scrollbar::-webkit-scrollbar-thumb {
  background: #ebebeb; }

/* Utilities - Buttons */
.ss-targeted .ss-button {
  display: inline-block;
  padding: 0 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.navList-action--checkbox {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 5px 30px; }
  .navList-action--checkbox:after {
    display: none !important; }

/* Utilities - Checkboxes */
.ss-targeted .ss-checkbox, .navList-action--checkbox {
  position: relative;
  padding-left: 30px; }
  .ss-targeted .ss-checkbox:before, .navList-action--checkbox:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #fff;
    margin-top: 0;
    border: 1px solid #9f9f9f; }

.ss-targeted .ss-checkbox-round:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.ss-targeted .ss-active .ss-checkbox:before, .navList-action--checkbox.is-selected:before {
  border: 1px solid #1248B5;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1248B5;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px auto;
  box-shadow: none; }

.ss-targeted .ss-active .ss-checkbox-round:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%237377fa' d='M56 28c0 15.458-12.542 28-28 28s-28-12.542-28-28 12.542-28 28-28 28 12.542 28 28z'/%3E%3C/svg%3E"); }

/* Utilities - Grid */
.ss-targeted .ss-grid {
  margin: 0 -6px -10px -6px; }

.ss-targeted .ss-grid .ss-grid-option {
  width: 50%;
  padding: 0 6px;
  margin: 0 0 10px 0;
  position: relative; }

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link {
  display: block;
  height: 0;
  padding-bottom: 50px;
  position: relative; }

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-block, .ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-label {
  position: absolute; }

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #bababa;
  border-radius: 5px; }

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-label {
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 14px; }

.ss-targeted .ss-grid .ss-active .ss-grid-link .ss-grid-block {
  background: #CF0A2C;
  border: 1px solid #CF0A2C; }

.ss-targeted .ss-grid .ss-active .ss-grid-link .ss-grid-label {
  color: #ffffff;
  font-weight: 700; }

/* Utilities - Palette */
.ss-targeted .ss-palette {
  margin: 0 -5px -12px -5px; }

.ss-targeted .ss-palette .ss-palette-option {
  padding: 0 5px;
  margin: 0 0 12px 0; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block {
  height: 0;
  position: relative;
  height: 4.28571rem;
  width: 4.28571rem;
  border: 1px solid #bababa;
  margin: auto;
  padding: 2px; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='white'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='clear'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='ivory'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color:not([style*='background-color']) {
  height: 3.42857rem;
  width: 3.42857rem; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-brown {
  background-color: #845329 !important; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-purple {
  background-color: #7c368e !important; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-multi, .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-multicolor {
  background-color: #2857da;
  background-image: -webkit-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: -moz-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: -o-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  border: none !important; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-label {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  display: none; }

.ss-targeted .ss-palette .ss-active .ss-palette-link .ss-palette-block .ss-palette-color:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' stroke='%23c5c5c5' stroke-width='1' d='M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z'/%3E%3C/svg%3E"); }

.ss-targeted .ss-palette .ss-active .ss-palette-link .ss-palette-label {
  font-weight: 700; }

/* Utilities - Select Menus */
.ss-targeted .ss-select-menu .ss-select-menu-label ~ .ss-select-menu-wrapper, .ss-targeted .ss-select-menu .ss-select-menu-wrapper ~ .ss-select-menu-label {
  margin: 0 0 0 10px; }

.ss-targeted .ss-select-menu .ss-select-menu-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700; }

.ss-targeted .ss-select-menu .ss-select-menu-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.ss-targeted .ss-select-menu .ss-select-menu-wrapper .ss-select-menu-select {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #000;
  height: 30px;
  line-height: 30px; }

/* Utilities - Dropdowns */
.ss-targeted .ss-dropdown-menu, .ss-targeted .ss-dropdown-menu .ss-menu-label {
  position: relative; }

.ss-targeted .ss-dropdown-menu .ss-menu-label, .ss-targeted .ss-dropdown-menu .ss-menu-list {
  background: #fff;
  border: 1px solid #ddd; }

.ss-targeted .ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon, .ss-targeted .ss-dropdown-menu .ss-menu-list {
  position: absolute; }

.ss-targeted .ss-dropdown-menu .ss-menu-label {
  padding: 0 32px 0 10px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .ss-targeted .ss-dropdown-menu .ss-menu-label {
      font-size: 16px; } }

.ss-targeted .ss-dropdown-menu .ss-menu-label strong {
  padding-right: 5px; }

.ss-targeted .ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z'/%3E%3C/svg%3E");
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

.ss-targeted .ss-dropdown-menu .ss-menu-list {
  padding: 10px;
  margin-top: -1px;
  top: auto;
  left: 0;
  right: 0;
  z-index: 1;
  display: none; }

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option .ss-menu-list-link {
  text-decoration: none; }

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option {
  margin: 0 0 5px 0; }

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option:last-child {
  margin-bottom: 0; }

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option .ss-menu-list-link {
  display: block; }

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-active .ss-menu-list-link {
  font-weight: 700; }

.ss-targeted .ss-dropdown-menu.ss-expanded {
  z-index: 10; }

.ss-targeted .ss-dropdown-menu.ss-expanded .ss-menu-label .ss-menu-toggle-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23515151' d='M15.41 302.7l191.1-183.1C212 114.2 218 111.1 224 111.1s11.97 2.219 16.59 6.688l191.1 183.1c9.594 9.152 9.906 24.34 .7187 33.9c-9.125 9.625-24.38 9.938-33.91 .7187L224 169.2l-175.4 168c-9.5 9.219-24.78 8.906-33.91-.7187C5.502 327 5.814 311.8 15.41 302.7z'/%3E%3C/svg%3E"); }

.ss-targeted .ss-dropdown-menu.ss-expanded .ss-menu-list {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  display: block; }

.ss-targeted .ss-toolbar-bottom .ss-dropdown-menu .ss-menu-list {
  bottom: 35px;
  margin-bottom: -1px; }

/* AutoComplete */
[ss-autocomplete] {
  position: absolute;
  top: 120px;
  z-index: 999999;
  left: 0;
  display: none; }
  @media (min-width: 768px) {
    [ss-autocomplete] {
      top: 191px;
      left: 20px; } }
  @media (min-width: 992px) {
    [ss-autocomplete] {
      top: 60px;
      left: 0; } }

[ss-autocomplete] .ss-ac-container {
  width: 500px;
  text-align: left;
  border: 1px solid #ebebeb;
  background: #ffffff; }

[ss-autocomplete] .ss-ac-container a, [ss-autocomplete] .ss-ac-container p, [ss-autocomplete] .ss-ac-container div {
  font-size: 12px; }

[ss-autocomplete] .ss-ac-container a {
  text-decoration: none; }
  [ss-autocomplete] .ss-ac-container a:hover .ss-ac-item-name {
    text-decoration: underline; }

[ss-autocomplete] .ss-ac-container p, [ss-autocomplete] .ss-ac-container div {
  line-height: 1.5; }

[ss-autocomplete] .ss-ac-container .ss-title {
  line-height: 1.2; }

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising img {
  max-width: 100%;
  height: auto !important; }

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-header, [ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-banner {
  margin: 0 0 20px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-footer {
  margin: 20px 0 0 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-left {
  margin: 20px 0 0 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets, [ss-autocomplete] .ss-ac-container .ss-ac-results {
  padding: 20px; }

.ss-ac-visible ~ [ss-autocomplete] {
  display: block;
  box-shadow: 0 3px 12px -5px #000; }

/* AutoComplete - Terms */
[ss-autocomplete] .ss-ac-container .ss-ac-terms {
  width: 150px;
  background: #f8f8f8; }

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link em {
  font-style: normal; }

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
  background: #ffffff; }

/* AutoComplete - Facets */
[ss-autocomplete] .ss-ac-container .ss-ac-facets {
  width: 150px;
  margin: 0 -20px 0 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-title {
  margin: 0 0 20px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-title {
  font-size: 14px;
  border-bottom: 2px solid #CF0A2C;
  padding: 0 0 10px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-list .ss-list-option {
  margin: 0 0 3px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-list .ss-list-option:last-child {
  margin-bottom: 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-grid .ss-grid-option, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-palette .ss-palette-option {
  width: 33.33333%; }

/* AutoComplete - Results */
[ss-autocomplete] .ss-ac-container .ss-ac-results {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-results-title {
  font-size: 16px;
  margin: 0 0 20px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container {
  margin: 0 -10px -20px -10px; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33333%;
  padding: 0 10px;
  margin: 0 0 20px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
  line-height: 0;
  margin: 0 0 10px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
  margin: 0 0 3px 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p:last-child {
  margin-bottom: 0; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price span ~ span {
  padding-left: 5px; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular {
  font-weight: 700; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
  color: #737373;
  text-decoration: line-through; }

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-no-results p {
  margin: 0; }

/* AutoComplete - See More Results */
[ss-autocomplete] .ss-ac-container .ss-ac-see-more {
  margin: 20px 0 0 0;
  text-align: right; }

[ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-right: 18px; }

[ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%233a23ad' d='M45.34 29.564l-25.785 25.785c-0.869 0.869-2.259 0.869-3.128 0l-5.768-5.768c-0.869-0.869-0.869-2.259 0-3.128l18.452-18.452-18.452-18.452c-0.869-0.869-0.869-2.259 0-3.128l5.768-5.768c0.869-0.869 2.259-0.869 3.128 0l25.785 25.785c0.869 0.869 0.869 2.259 0 3.128z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

/* AutoComplete - Breakpoint 1199px */
@media only screen and (max-width: 1199px) {
  [ss-autocomplete] .ss-ac-container .ss-ac-terms {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    text-align: center;
    overflow: hidden; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    word-wrap: normal; }
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
    padding-bottom: 80%; } }

/* AutoComplete - Breakpoint 991px */
@media only screen and (max-width: 991px) {
  [ss-autocomplete] .ss-ac-container {
    display: block; }
  [ss-autocomplete] .ss-ac-container .ss-ac-facets {
    width: auto;
    margin: 0 0 -20px 0; }
  [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facets-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -10px -20px -10px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 0 10px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
    padding-bottom: 100%; } }

/* AutoComplete - Breakpoint 767px */
@media only screen and (max-width: 767px) {
  [ss-autocomplete] {
    left: 0;
    right: 0;
    margin: 0 auto; }
  [ss-autocomplete] .ss-ac-container {
    width: auto; }
  [ss-autocomplete] .ss-ac-container .ss-ac-facets, [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-results-title {
    display: none; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms {
    border-bottom: 1px solid #ebebeb;
    padding: 20px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px -5px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    text-align: left; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    font-size: 14px;
    padding: 0 5px 5px 5px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
    background: none; }
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 33.33333%; }
  [ss-autocomplete] .ss-ac-container .ss-ac-see-more {
    text-align: left; } }

/* AutoComplete - Breakpoint 540px */
@media only screen and (max-width: 540px) {
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 50%; } }

/* Facets - Range Slider */
.ss-range-slider-container .ss-range-slider {
  overflow: hidden; }

.ss-range-slider-container .ss-range-slider rzslider {
  display: block;
  height: 20px;
  margin: 25px 0 0 0; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bubble {
  color: #000;
  top: -25px;
  line-height: 1; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar-wrapper, .ss-range-slider-container .ss-range-slider rzslider .rz-bubble {
  padding: 0; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar-wrapper, .ss-range-slider-container .ss-range-slider rzslider .rz-bar {
  top: 0;
  bottom: 0;
  margin: auto; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar-wrapper {
  height: auto; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar-wrapper .rz-bar {
  background: #f8f8f8;
  border: 1px solid #ebebeb; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar {
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.ss-range-slider-container .ss-range-slider rzslider .rz-bar.rz-selection {
  background: #1248B5; }

.ss-range-slider-container .ss-range-slider rzslider .rz-pointer {
  width: 20px;
  height: 100%;
  top: 0; }

.ss-range-slider-container .ss-range-slider rzslider .rz-pointer, .ss-range-slider-container .ss-range-slider rzslider .rz-pointer:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.ss-range-slider-container .ss-range-slider rzslider .rz-pointer:after {
  background-color: #ffffff;
  width: 30%;
  height: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.ss-range-slider-container .ss-range-slider rzslider .rz-pointer.rz-active:after {
  background-color: #ffffff; }

/* Facets - Range Slider - Reset */
.ss-range-slider-container .ss-range-slider-reset {
  margin: 10px 0 0 0; }

.ss-range-slider-container .ss-range-slider-reset .ss-range-slider-reset-link {
  color: #1248B5;
  font-weight: 700; }

/* Filter Summary */
.ss-summary .ss-summary-container {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.ss-summary .ss-summary-container .ss-title {
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600; }

.ss-summary .ss-summary-container .ss-list {
  margin: 0 -2.5px -5px -2.5px; }

.ss-summary .ss-summary-container .ss-list .ss-list-option {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 2.5px 5px 2.5px; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 30px;
  text-decoration: none; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23515151' d='M56 45.064c0 1.178-0.471 2.357-1.32 3.205l-6.411 6.411c-0.849 0.849-2.027 1.32-3.205 1.32s-2.357-0.471-3.205-1.32l-13.859-13.859-13.859 13.859c-0.849 0.849-2.027 1.32-3.205 1.32s-2.357-0.471-3.205-1.32l-6.411-6.411c-0.849-0.849-1.32-2.027-1.32-3.205s0.471-2.357 1.32-3.205l13.859-13.859-13.859-13.859c-0.849-0.849-1.32-2.027-1.32-3.205s0.471-2.357 1.32-3.205l6.411-6.411c0.849-0.849 2.027-1.32 3.205-1.32s2.357 0.471 3.205 1.32l13.859 13.859 13.859-13.859c0.849-0.849 2.027-1.32 3.205-1.32s2.357 0.471 3.205 1.32l6.411 6.411c0.849 0.849 1.32 2.027 1.32 3.205s-0.471 2.357-1.32 3.205l-13.859 13.859 13.859 13.859c0.849 0.849 1.32 2.027 1.32 3.205z'/%3E%3C/svg%3E");
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link .ss-summary-label {
  font-weight: 700; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link .ss-summary-value {
  font-weight: 350; }

/* Pagination */
.ss-pagination .ss-pagination-row {
  font-size: 0; }

.ss-pagination .ss-pagination-row .ss-page {
  display: inline-block;
  zoom: 1;
  padding: 0 5px; }
  .ss-pagination .ss-pagination-row .ss-page.ss-page-first, .ss-pagination .ss-pagination-row .ss-page.ss-page-hellip, .ss-pagination .ss-pagination-row .ss-page.ss-page-last {
    display: none; }
  @media (min-width: 768px) {
    .ss-pagination .ss-pagination-row .ss-page:not(.ss-page-previous):not(.ss-page-next) {
      margin-top: 18px; } }

.ss-pagination .ss-pagination-row .ss-page .ss-page-link, .ss-pagination .ss-pagination-row .ss-page .ss-page-label {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400; }

.ss-pagination .ss-pagination-row .ss-active .ss-page-label {
  color: #1248B5;
  background: #eee;
  font-weight: 600;
  border-radius: 100%; }

.page-wrap {
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .page-wrap {
      order: -1;
      width: 100%; } }
  @media (min-width: 992px) {
    .page-wrap {
      margin-bottom: 0; } }
  .page-wrap a, .page-wrap .ss-page-label {
    border: 1px solid #ccc; }

.ss-pagination .ss-pagination-row .ss-page-previous,
.ss-pagination .ss-pagination-row .ss-page-next {
  padding: 0;
  border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .ss-pagination .ss-pagination-row .ss-page-previous,
    .ss-pagination .ss-pagination-row .ss-page-next {
      width: 50%;
      position: absolute;
      top: 0; }
      .ss-pagination .ss-pagination-row .ss-page-previous + .ss-page-next,
      .ss-pagination .ss-pagination-row .ss-page-next + .ss-page-next {
        border-left: 0; } }
  @media (min-width: 768px) {
    .ss-pagination .ss-pagination-row .ss-page-previous,
    .ss-pagination .ss-pagination-row .ss-page-next {
      border-radius: 10000px; } }
  .ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link,
  .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 60px;
    line-height: 58px; }
    @media (min-width: 768px) {
      .ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link,
      .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link {
        padding: 0 20px; } }
    .ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link svg,
    .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link svg {
      color: #29449C;
      font-size: 16px; }

.ss-pagination .ss-pagination-row .ss-page-previous {
  left: 0; }
  @media (min-width: 768px) {
    .ss-pagination .ss-pagination-row .ss-page-previous {
      float: left; } }

.ss-pagination .ss-pagination-row .ss-page-next {
  right: 0; }
  @media (min-width: 768px) {
    .ss-pagination .ss-pagination-row .ss-page-next {
      float: right; } }

/* Filter Messages */
.ss-filter-messages {
  margin: 20px 0 0 0; }
  .ss-filter-messages .ss-filter-message-content {
    margin: 0; }

/* Facets */
.ss-facets .ss-facet-container {
  margin: 0; }
  .ss-facets .ss-facet-container.ss-expanded {
    border-bottom: 1px solid #ddd; }

.ss-facets .ss-facet-container, .ss-facets .ss-facet-container .ss-title {
  position: relative; }

.ss-facets .ss-facet-container.ss-collapsed .ss-title:before {
  transform: rotate(0deg); }

.ss-facets .ss-facet-container.ss-collapsed .ss-facet-options {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
  opacity: 0; }

.ss-facets .ss-facet-container .ss-title {
  font-size: 21px;
  line-height: 24px;
  padding: 18px 20px;
  font-weight: 600;
  margin: 0;
  color: #000;
  background: #fff; }
  @media (min-width: 768px) {
    .ss-facets .ss-facet-container .ss-title {
      font-size: 18px;
      padding: 18px 10px; } }
  .ss-facets .ss-facet-container .ss-title:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M85.14 475.8c-3.438-3.141-5.156-7.438-5.156-11.75c0-3.891 1.406-7.781 4.25-10.86l181.1-197.1L84.23 58.86c-6-6.5-5.625-16.64 .9062-22.61c6.5-6 16.59-5.594 22.59 .8906l192 208c5.688 6.156 5.688 15.56 0 21.72l-192 208C101.7 481.3 91.64 481.8 85.14 475.8z'/%3E%3C/svg%3E");
    position: absolute;
    transform: rotate(90deg);
    top: 25px;
    right: 20px; }
    @media (min-width: 768px) {
      .ss-facets .ss-facet-container .ss-title:before {
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto; } }
    @media (min-width: 992px) {
      .ss-facets .ss-facet-container .ss-title:before {
        right: 20px; } }

.ss-facets .ss-facet-container .ss-facet-options {
  position: static;
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 10px 20px 10px; }
  @media (min-width: 768px) {
    .ss-facets .ss-facet-container .ss-facet-options {
      padding: 0 10px 10px; } }
  @media (min-width: 992px) {
    .ss-facets .ss-facet-container .ss-facet-options {
      padding: 0 20px 10px; } }

.ss-facets .ss-facet-container .ss-facet-count {
  color: #000;
  font-size: 10px; }

.ss-facets .ss-facet-container .ss-show-more {
  margin: 10px 0 0 0; }

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link {
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #29449C;
  text-decoration: none; }
  .ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:hover, .ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:focus, .ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:active {
    text-decoration: underline; }

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:after {
  display: none !important; }

.ss-facets .ss-hierarchy .ss-hierarchy-option, .ss-facets .ss-list .ss-list-option {
  margin: 0 0 5px 0; }

.ss-facets .ss-hierarchy .ss-hierarchy-option:last-child, .ss-facets .ss-list .ss-list-option:last-child {
  margin-bottom: 0; }

.ss-facets .ss-hierarchy .ss-hierarchy-return .ss-hierarchy-link:before {
  content: '\0000ab';
  padding: 0 2px 0 0; }

.ss-facets .ss-hierarchy .ss-hierarchy-current {
  font-weight: 700;
  font-size: 16px; }

.ss-facets .ss-hierarchy .ss-hierarchy-current ~ .ss-hierarchy-option {
  padding-left: 30px; }

.ss-facets .ss-list .ss-active .ss-list-link .ss-facet-count {
  color: inherit; }

/* Toolbar */
.ss-toolbar.ss-toolbar-top {
  margin: 0 0 20px 0;
  display: none; }
  .ss-toolbar.ss-toolbar-top:before, .ss-toolbar.ss-toolbar-top:after {
    content: " ";
    display: table; }
  .ss-toolbar.ss-toolbar-top:after {
    clear: both; }
  @media (min-width: 768px) {
    .ss-toolbar.ss-toolbar-top {
      display: inline-block;
      float: right; } }
  @media (min-width: 992px) {
    .ss-toolbar.ss-toolbar-top .ss-per-page {
      width: 149px; } }
  @media (min-width: 992px) {
    .ss-toolbar.ss-toolbar-top .ss-sort-by {
      float: right;
      width: 243px; } }

.ss-toolbar .ss-toolbar-row {
  margin: 0 -5px -10px -5px; }

.ss-toolbar .ss-toolbar-row .ss-toolbar-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 10px 0; }
  .ss-toolbar .ss-toolbar-row .ss-toolbar-col + .ss-toolbar-col {
    margin-left: -1px; }

.ss-toolbar .ss-toolbar-row .ss-pagination {
  margin-left: auto; }

@media screen and (max-width: 767px) {
  .ss-toolbar-bottom {
    margin: 0 -20px; } }

.ss-toolbar-bottom .ss-pagination .ss-pagination-row {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ss-toolbar-bottom .ss-pagination .ss-pagination-row:before, .ss-toolbar-bottom .ss-pagination .ss-pagination-row:after {
    content: " ";
    display: table; }
  .ss-toolbar-bottom .ss-pagination .ss-pagination-row:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .ss-toolbar-bottom .ss-pagination .ss-pagination-row {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      padding-top: 76px; } }

/* Toolbar - Breakpoint 991px */
@media only screen and (max-width: 991px) {
  .ss-toolbar .ss-toolbar-row .ss-sort-by {
    width: 60%; }
  .ss-toolbar .ss-toolbar-row .ss-per-page {
    width: 40%; }
  .ss-toolbar .ss-toolbar-row .ss-pagination {
    width: 100%; } }

/* Merchandising */
.ss-merchandising img {
  max-width: 100%;
  height: auto !important; }

/* Header Container */
.ss-results-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  display: block;
  margin: 0 auto 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .ss-results-title {
      display: inline-block;
      text-align: left;
      line-height: 60px; } }
  @media (min-width: 992px) {
    .ss-results-title {
      font-size: 16px; } }
  .ss-results-title .ss-results-count-range, .ss-results-title .ss-results-count-total {
    font-weight: 600; }

.ss-no-results-title {
  margin-top: 0 !important; }

.ss-header-container:before, .ss-header-container:after {
  content: " ";
  display: table; }

.ss-header-container:after {
  clear: both; }

.ss-header-container .ss-oq {
  margin: 0 0 20px 0; }

.ss-header-container .ss-oq .ss-oq-link {
  text-decoration: underline; }

.ss-header-container .ss-results-title + .ss-oq {
  margin-top: -15px; }

/* Results - Items */
.ss-results .ss-item-container {
  margin: 0 -5px; }
  @media (min-width: 768px) {
    .ss-results .ss-item-container {
      margin: 0 auto; } }
  .ss-results .ss-item-container .ss-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-flex;
    width: 50%;
    padding: 0 5px;
    margin: 0 0 20px; }
    @media (min-width: 551px) {
      .ss-results .ss-item-container .ss-item {
        width: calc(100% / 3);
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .ss-results .ss-item-container .ss-item {
        padding: 0 20px;
        margin-bottom: 30px; } }
    .ss-results .ss-item-container .ss-item .ss-item-inner {
      flex: 1; }
    .ss-results .ss-item-container .ss-item .ss-item-name a {
      text-decoration: none;
      line-height: 20px;
      font-size: 14px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .ss-results .ss-item-container .ss-item .ss-item-name a {
          line-height: 28px;
          font-size: 16px; } }
      .ss-results .ss-item-container .ss-item .ss-item-name a:hover, .ss-results .ss-item-container .ss-item .ss-item-name a:focus, .ss-results .ss-item-container .ss-item .ss-item-name a:active {
        text-decoration: underline; }

.ss-results .ss-item-container .ss-item .ss-item-inner, .ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link .ss-image-wrapper {
  position: relative; }

.ss-results .ss-item-container .ss-item .ss-item-image {
  line-height: 0;
  margin: 0 auto 10px;
  max-width: 280px;
  max-height: 280px; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link {
  padding-top: 25px;
  display: block; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link .ss-image-wrapper {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-image: none !important; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link .ss-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.ss-results .ss-item-container .ss-item .ss-item-details {
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0px; }

span.ss-item-regular.ss-price.ng-binding {
  font-family: "oswald", Helvetica, Arial, sans-serif;
  font-size: 18px; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-details-inner p {
  margin: 0 0 14px 0; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-details-inner p:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price span ~ span {
    margin-left: 4px; } }

span.yousave {
  background: #EBFBED;
  font-size: 14px;
  border-radius: 5px;
  padding: 0px 5px;
  font-family: "neue-haas-unica", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #166121;
  line-height: 24px;
  display: inline-block; }
  @media (min-width: 768px) {
    span.yousave {
      font-size: 14px; } }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-regular {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #1248B5; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-msrp {
  color: #444;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  font-weight: 400; }

/* Results - Items - Breakpoint 540px */
@media only screen and (max-width: 540px) {
  .ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link .ss-image-wrapper {
    padding-bottom: 100%; } }

/* Results - Loading */
.ss-results-loading {
  height: 5px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto; }
  .ss-results-loading.ss-active {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    background: #848484; }
    .ss-results-loading.ss-active .ss-results-loading-bar {
      position: absolute;
      top: 0;
      left: -200px;
      height: 100%;
      background-image: -webkit-linear-gradient(left, #CF0A2C, #CF0A2C);
      background-image: -moz-linear-gradient(left, #CF0A2C, #CF0A2C);
      background-image: -o-linear-gradient(left, #CF0A2C, #CF0A2C);
      background-image: linear-gradient(to right, #CF0A2C, #CF0A2C);
      -webkit-animation: loading 2s linear infinite;
      -moz-animation: loading 2s linear infinite;
      -ms-animation: loading 2s linear infinite;
      -o-animation: loading 2s linear infinite;
      animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

/* No Results */
.ss-no-results .ss-no-results-container .ss-title, .ss-no-results .ss-no-results-container .ss-suggestion-list, .ss-no-results .ss-no-results-container p {
  margin: 0 0 20px 0; }

.ss-no-results .ss-no-results-container .ss-title {
  font-size: 16px; }

.ss-no-results .ss-no-results-container .ss-suggestion-list {
  margin-left: 40px;
  list-style: disc; }

.ss-no-results .ss-no-results-container .ss-did-you-mean {
  font-size: 18px; }

.ss-no-results .ss-no-results-container a:hover {
  color: #1248B5; }

/* Slideout */
.searchspring-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.ss-slideout-toolbar {
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.ss-targeted .ss-slideout-button {
  width: 50%;
  position: relative;
  padding: 0 10px;
  margin: 0 0 13px 0;
  font-size: 18px;
  line-height: 50px;
  border: 1px solid #ddd; }
  .ss-targeted .ss-slideout-button + .ss-slideout-button {
    margin-left: -1px; }
    .ss-targeted .ss-slideout-button + .ss-slideout-button svg {
      font-size: 16px;
      margin-left: 4px;
      margin-right: 0; }
  .ss-targeted .ss-slideout-button svg {
    color: #29449C;
    font-size: 20px;
    margin-right: 4px; }

.ss-slideout-header {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #ddd;
  padding: 0 60px 0 20px; }
  @media (min-width: 768px) {
    .ss-slideout-header {
      padding: 0 10px; } }
  @media (min-width: 992px) {
    .ss-slideout-header {
      padding: 0 20px; } }
  .ss-slideout-header .ss-title {
    color: #29449C;
    margin: 0;
    line-height: 60px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "oswald", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .ss-slideout-header .ss-title {
        text-transform: none;
        color: #000; } }
    .ss-slideout-header .ss-title svg {
      color: #00885C; }
      @media (min-width: 768px) {
        .ss-slideout-header .ss-title svg {
          color: #29449C;
          margin-right: 4px; } }
  .ss-slideout-header .ss-close {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto; }

#searchspring-slideout_container {
  overflow-y: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  left: -100% !important; }
  @media (min-width: 768px) {
    #searchspring-slideout_container {
      display: none !important; } }
  #searchspring-slideout_container.ss-slideout_show {
    left: 0 !important; }
  #searchspring-slideout_container .ss-slideout-facets {
    max-height: 90%;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    overflow-x: hidden; }

.ss-hierarchy-link, .ss-checkbox {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px; }
  .ss-hierarchy-link:hover, .ss-checkbox:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  #searchspring-sidebar {
    border: 1px solid #ddd; } }

#searchspring-content {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #ss-sort {
    display: none; } }

.ss-facets {
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .ss-facets {
      padding-bottom: 0; } }

@media (min-width: 768px) {
  .ss-toolbar-bottom {
    margin-top: 20px; } }

.ss-ac-facets {
  display: none !important; }

#sort-dd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: left 0.5s;
  height: 100%;
  z-index: 999999;
  overflow-y: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: all 200ms; }
  #sort-dd .ss-menu-list-option {
    display: block;
    line-height: normal; }

.ss-facets-sort {
  padding: 10px 20px; }
  .ss-facets-sort > div {
    margin-bottom: 5px; }
    .ss-facets-sort > div a {
      font-size: 16px;
      text-decoration: none;
      display: block;
      padding-top: 5px;
      padding-bottom: 5px; }
      .ss-facets-sort > div a:hover {
        text-decoration: underline; }

.gridswatches {
  display: flex;
  margin-bottom: 12px; }

.gridswatch {
  width: 30px;
  height: 30px;
  padding: 1px;
  border: 1px #fff solid;
  outline: 1px #ccc solid;
  margin-right: 5px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .gridswatch {
      margin-right: 10px; } }

.gridswatch:nth-child(n+5) {
  display: none; }

@media (min-width: 768px) {
  .gridswatch:nth-child(5) {
    display: block; }
  .gridswatch:nth-child(n+6) {
    display: none; } }

.gridswatch.active {
  border-color: #000;
  outline: 1px #000 solid; }

.gridswatch:nth-child(n+5).showmore {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 24px; }

.ss-targeted .ss-grid .ss-active .ss-grid-link .ss-grid-block {
  background: #29449c;
  border: 1px solid #29449c; }

.ss-grid-option:hover a {
  background: #efefef;
  border-color: #000; }

#sort-dd {
  display: block;
  left: -100%;
  transition: all .2s ease; }

#sort-dd.slideout {
  left: 0%; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-link .ss-image-wrapper img {
  width: 100%; }

.ss-palette-color-beiges {
  background-color: #d4c0a8; }

.ss-palette-color-blacks {
  background-color: #000; }

.ss-palette-color-blues {
  background-color: #0c4af5; }

.ss-palette-color-grays {
  background-color: #c0c0c0; }

.ss-palette-color-greens {
  background-color: #03971b; }

.ss-palette-color-pinks {
  background-color: #e6a1c9; }

.ss-palette-color-oranges {
  background-color: #ef7d17; }

.ss-palette-color-whites {
  background-color: #f4f4f4; }

.ss-palette-color-purples {
  background-color: #9049ac; }

.ss-palette-color-reds {
  background-color: #ca3a23; }

.ss-palette-color-yellows {
  background-color: #ffcc00; }

.ss-palette-color-silvers {
  background-color: #bababa; }

.ss-palette-color-silvers {
  background-color: #bababa; }

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-brown {
  height: 3.42857rem;
  width: 3.42857rem;
  background-color: #654321 !important; }

.hero-slide.first {
  background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-bfjuly-250725-m.jpg) no-repeat 50% 50%;
  background-size: cover; }
  @media (min-width: 768px) {
    .hero-slide.first {
      background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-bfjuly-250725-d.jpg) no-repeat 50% 50%;
      background-size: cover; } }

.hero-slide.second {
  background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-pickle-250322-.jpg) no-repeat 50% 50%;
  background-size: cover; }
  @media (min-width: 768px) {
    .hero-slide.second {
      background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-pickle-250322-d.jpg) no-repeat 50% 50%;
      background-size: cover; } }

.hero-slide.third {
  background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-tradein-jan23-m.jpg) no-repeat 50% 50%;
  background-size: cover; }
  @media (min-width: 768px) {
    .hero-slide.third {
      background: url(https://cdn11.bigcommerce.com/s-wrw5mek/images/stencil/original/image-manager/hero-tradein-jan23-d.jpg) no-repeat 50% 50%;
      background-size: cover; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }
