@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: 479px)/";
  width: 0; }

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

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

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

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

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

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

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

.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: "Nunito Sans", 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: #cccccc;
  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: #999999;
    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: 16px; }

.button--small {
  font-size: 14px;
  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: #cccccc;
  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: #999999;
    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: #cccccc;
  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: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*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: 479px) {
    .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 #cccccc;
      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: 14px;
  line-height: 14px;
  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: 479px) {
    .tab {
      float: left; } }

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

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

@media (min-width: 479px) {
  .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: 479px) {
  .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: 479px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 16px;
  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: 16px;
  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: "Nunito Sans", 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: 479px) {
    .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: 479px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 479px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 479px) {
    .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: 16px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.c-modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .c-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: 16px;
  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: 479px) {
  .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: 479px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 479px) {
    .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: #999999;
    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: 991px) {
    .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='%23999999' 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: 991px) {
    .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='%23999999' 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.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Nunito Sans", 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: #cccccc;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #666666; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.78571rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }

.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 small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #0265d6;
  float: none;
  font-size: inherit;
  font-weight: 700;
  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: 479px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 479px) {
      .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: 479px) {
        .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: 479px) {
        .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: white;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 479px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 767px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 991px) {
    #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 {
    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: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

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

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

.modal-header-title {
  font-size: 24px;
  text-align: center; }
  @media (min-width: 767px) {
    .modal-header-title {
      font-size: 32px; } }

.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: 767px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

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

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  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: 767px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

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

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

.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: 767px) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media (min-width: 767px) {
  .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: 767px) {
    .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: 767px) {
    .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: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.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-radio + .form-label::after {
  border-width: 1px; }

.form-actions {
  margin: 0 auto;
  max-width: 107.14286rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 479px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 479px) {
      .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: 479px) {
        .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: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0.78571rem;
  pointer-events: none;
  color: #000000;
  background-color: #f3f3f3; }

.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: 14px;
  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: 14px; }

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

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

.form-option {
  border: 1px solid #cccccc;
  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: #999999; }
  .form-radio:checked + .form-option {
    border-color: #0265d6;
    box-shadow: 0 0 0 3px #0265d6;
    color: #000000; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 479px) {
    .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: 14px;
  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: 479px) {
  .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: #3f3f3f;
    opacity: 0.2;
    pointer-events: none; }
    [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.4;
  text-decoration: line-through; }

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

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 767px) {
    .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: 16px;
  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: 479px) {
    .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: 479px) {
      .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 #cccccc;
    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: 767px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 767px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 767px) {
      .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 #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 14px;
  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: 479px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 767px) {
    .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; }
  @media (min-width: 767px) {
    .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; }
    .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: 479px) {
    .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: 479px) {
    .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: 479px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 767px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #757575;
          stroke: #757575; } }
  .navPages-action:hover {
    color: #757575; }
    .navPages-action:hover svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 767px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 767px) {
    .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-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 767px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

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

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

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

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

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

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

.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-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  /*
    margin-bottom: (spacing("double") + spacing("single"));
    margin-top: -(spacing("single")); // 3

    @include breakpoint("medium") {
        margin-top: -(spacing("single") + spacing("base")); // 3
    }
*/ }
  .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: 767px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 767px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 767px) {
      .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: 767px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 42.85714rem;
      width: 100%; } }
  @media (min-width: 767px) {
    .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: 991px) {
      .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: 767px) {
    .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: 767px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px; }
  @media (min-width: 479px) {
    .heroCarousel-description {
      font-size: 14px; } }
  @media (min-width: 767px) {
    .heroCarousel-description {
      font-size: 16px; } }

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

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

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

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 479px) {
    .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: 479px) {
    .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: 479px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 767px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 991px) {
    .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: 767px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 991px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  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: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    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: 991px) {
    .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-color: #333333; }

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

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

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

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

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

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

.price-section.non-sale-price--withoutTax {
  margin-bottom: 10px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 479px) {
      .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: 479px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 479px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 479px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 479px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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: 479px) {
        .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; }
  @media (min-width: 479px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 767px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 991px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 991px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .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; }

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

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

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

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

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

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 767px) {
    .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%; }

.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: 14px;
  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: 107.14286rem;
  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: 767px) {
    .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: 767px) {
    .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: 767px) {
      .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: 767px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

#facetedSearch-navList--Condition,
#condition-filter-buttons-container {
  opacity: 0;
  transition: all 0.15 ease; }
  #facetedSearch-navList--Condition.js-loaded,
  #condition-filter-buttons-container.js-loaded {
    opacity: 1; }

.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: 107.14286rem;
  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: 767px) {
    .cart {
      display: table; } }

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

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

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 479px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 767px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 767px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

@media (min-width: 767px) {
  .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: 767px) {
    .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: 479px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 767px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  font-size: 16px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

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

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

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

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

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

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

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

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

.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: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 479px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

.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: 107.14286rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 107.14286rem;
  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-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

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

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

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

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

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

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 479px) {
    .address {
      width: 50%; } }
  @media (min-width: 991px) {
    .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: 479px) {
      .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: 479px) {
      .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: 479px) {
          .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: 16px; }

.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: 767px) {
    .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: 767px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 767px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

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

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

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

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

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

.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: "Nunito Sans";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 767px) {
    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: 767px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 991px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 767px) {
    .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: 767px) {
    .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;
  margin-bottom: 1.5rem; }

.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: 767px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 767px) {
      .quickSearchResults .modal-close {
        display: block; } }
  .quickSearchResults .c-modal-close {
    display: none; }
    @media (min-width: 767px) {
      .quickSearchResults .c-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: 479px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 479px) {
    .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: 16px; }

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

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

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

.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: 479px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    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: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

.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: 479px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 991px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 479px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 479px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Nunito Sans", 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: 991px) {
      .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: 991px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 991px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  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: 479px) {
    .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: 479px) {
    .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: 16px; }
  .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: 16px;
  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: 16px;
  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: 107.14286rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 107.14286rem;
  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: #cccccc; }

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

.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: 479px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

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

/*
.body {
    margin-bottom: spacing("double") * 2;
    margin-top: spacing("single"); // 1

    @include breakpoint("medium") {
        margin-top: spacing("single") + spacing("base"); // 1
    }
}
*/
.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 767px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 767px) {
    .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; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 113.14286rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 991px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 767px) {
    .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: 24px;
  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: 16px;
  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: 767px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 479px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 767px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 991px) {
    .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: 479px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 767px) {
      .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%; }

h1.page-heading {
  margin-left: 50px; }

figure.card-figure {
  width: auto;
  height: 200px; }

.brandGrid {
  margin: 0;
  margin-top: 50px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap; }
  .brandGrid .brand {
    width: 25%;
    flex-basis: 24%; }
    @media (max-width: 767px) {
      .brandGrid .brand {
        width: 50%;
        flex-basis: 49%; } }
    @media (max-width: 479px) {
      .brandGrid .brand {
        width: 100%;
        flex-basis: 100%; } }

.card-title > a:hover {
  color: #0265d6; }

.pt-brand .page {
  padding-top: 30px;
  width: 98%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  overflow: auto; }

.pt-brand #faceted-search-container {
  width: 20%;
  padding-right: 0.75rem;
  padding-left: 5px;
  float: left; }

@media (max-width: 991px) {
  .pt-brand #faceted-search-container {
    width: 100%; } }

.pt-brand .page-content {
  width: 80%;
  padding: 0;
  float: left; }

@media (max-width: 991px) {
  .pt-brand .page-content {
    width: 100%; } }

.pt-brand .c-breadcrumbs.brand {
  text-align: left;
  line-height: 19px; }

.pt-brand .c-breadcrumbs.brand .c-breadcrumb a::after {
  content: '/';
  margin-left: 4px;
  margin-right: 4px; }

.pt-brand .c-breadcrumbs.brand .c-breadcrumb-divider {
  display: none; }

.pt-brand .c-breadcrumbs.brand .c-breadcrumb {
  line-height: 26px; }

.pt-brand .c-breadcrumbs.brands .c-breadcrumb-divider {
  display: none; }

.pt-brand .c-breadcrumbs.brands .c-breadcrumb {
  line-height: 26px; }

.pt-brand .c-breadcrumb a {
  color: #fff; }

.brandGrid {
  margin: 0;
  margin-top: 50px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .brandGrid .brand {
    width: 25%;
    flex-basis: 24%; }
    @media (max-width: 767px) {
      .brandGrid .brand {
        width: 50%;
        flex-basis: 49%; } }
    @media (max-width: 479px) {
      .brandGrid .brand {
        width: 100%;
        flex-basis: 100%; } }

.card-title > a:hover {
  color: #0265d6; }

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

@media (min-width: 479px) {
  .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: 479px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 767px) {
    .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: 767px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 767px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 479px) {
  .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: 479px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 991px) {
  .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: 479px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 991px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 991px) {
      .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: 991px) {
    .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: 479px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 767px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 767px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 991px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 767px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.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: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  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; }

@media (min-width: 767px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

/* 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; } }

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

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

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

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

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

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

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333333%; }
  .w-col-medium-2 {
    width: 16.66666667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.33333333%; }
  .w-col-medium-5 {
    width: 41.66666667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.33333333%; }
  .w-col-medium-8 {
    width: 66.66666667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.33333333%; }
  .w-col-medium-11 {
    width: 91.66666667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333333%; }
  .w-col-small-2 {
    width: 16.66666667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.33333333%; }
  .w-col-small-5 {
    width: 41.66666667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.33333333%; }
  .w-col-small-8 {
    width: 66.66666667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.33333333%; }
  .w-col-small-11 {
    width: 91.66666667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333333%; }
  .w-col-tiny-2 {
    width: 16.66666667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.33333333%; }
  .w-col-tiny-5 {
    width: 41.66666667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.33333333%; }
  .w-col-tiny-8 {
    width: 66.66666667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.33333333%; }
  .w-col-tiny-11 {
    width: 91.66666667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: 18px;
  height: 18px;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

html {
  width: 100%;
  overflow-x: hidden; }

body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.5em;
  padding-right: 0 !important;
  /* https://github.com/sweetalert2/sweetalert2/issues/678#issuecomment-345228289 */
  overflow-x: hidden; }
  @media only screen and (min-width: 991px) {
    body.template-homepage {
      padding-top: 153px; } }

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700; }

h2.page-heading {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700; }

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700; }

p {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424; }

img {
  display: inline-block; }

a {
  display: inline-block;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

a.w--current {
  text-decoration: none; }

html.w-mod-js *[data-ix="stickyheader"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

body.swal2-shown {
  overflow-y: visible; }

.modal-background {
  z-index: 2000; }

.modal {
  z-index: 2001; }

.modal-body {
  padding: 3rem; }

.loadingOverlay {
  position: fixed;
  z-index: 2002; }

.eternal-loading .loadingOverlay {
  display: block !important; }

.fa.fa-chevron-up {
  color: #666;
  font-size: 9px; }

.fa.fa-chevron-down {
  color: #666;
  font-size: 9px; }

.stock-tier {
  margin-top: 5px;
  color: #008800;
  font-weight: 700; }
  .pt-product .stock-tier {
    color: inherit;
    font-weight: 600; }

.c-button {
  margin-bottom: 10px;
  border: 1px none #525252;
  border-radius: 0;
  background-color: #f3f3f3;
  color: #0265d6;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; }
  .c-button:hover {
    border-color: #000;
    background-color: #fff;
    color: #0265d6; }
  .c-button.c-button--primary {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-style: none;
    border-radius: 0;
    background-color: #0265d6;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: none; }
    .c-button.c-button--primary:hover {
      background-color: #242424; }
    .c-button.c-button--primary.cart-coupon-button {
      width: 20%;
      margin-left: 2%;
      margin-top: 3px;
      padding: 0.6rem 1.5rem 0.5rem;
      font-size: 13px;
      line-height: 1rem;
      text-transform: uppercase; }
      .c-button.c-button--primary.cart-coupon-button:hover {
        background-color: #242424; }
      @media (max-width: 479px) {
        .c-button.c-button--primary.cart-coupon-button {
          width: 100%;
          margin-top: 0;
          margin-left: 0%; } }
  .c-button.c-button--small {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 6px;
    border-radius: 0;
    background-color: #f3f3f3;
    font-family: 'Nunito Sans', sans-serif;
    color: #0265d6;
    font-size: 13px; }
    .c-button.c-button--small:hover {
      background-color: #fff; }
  .c-button.prev-review {
    background-position: 0px 50%;
    background-size: 35px;
    background-repeat: no-repeat; }
  .c-button.next-review {
    background-position: 100% 50%;
    background-size: 35px;
    background-repeat: no-repeat; }
  .c-button.c-button--icon {
    padding: 0.22rem 0.35rem;
    border-style: solid;
    border-color: #d1d1d1;
    background-color: transparent;
    font-family: 'Nunito Sans', sans-serif;
    color: #666;
    line-height: 1em; }
    .c-button.c-button--icon:hover {
      border-color: #989898;
      background-color: rgba(255, 255, 255, 0.85); }

.minus-button,
.plus-button {
  width: auto;
  height: 30px;
  margin-top: -1px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 33px;
  float: right;
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  font-size: 15px; }
  .minus-button:hover,
  .plus-button:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .minus-button,
    .plus-button {
      margin-left: 15px; } }
  @media (max-width: 479px) {
    .minus-button,
    .plus-button {
      margin-left: 5px; } }

.minus-button {
  display: none;
  background-image: url("../img/custom/icon-minus.png"); }
  .toggle-reviews.is-open .minus-button {
    display: inline-block; }

.plus-button {
  display: inline-block;
  background-image: url("../img/custom/icon-plus.png"); }
  .toggle-reviews.is-open .plus-button {
    display: none; }

.c-button.prev-review {
  width: 49%;
  margin-right: 1%;
  text-align: center;
  padding-left: 25px;
  background-image: url("../img/custom/arrow-prev.png"); }
  @media (max-width: 767px) {
    .c-button.prev-review {
      background-position: -5px 50%; } }
  @media (max-width: 479px) {
    .c-button.prev-review {
      background-position: 0 50%;
      width: 80%;
      margin-right: 0; } }

.c-button.next-review {
  width: 49%;
  margin-left: 1%;
  text-align: center;
  padding-right: 25px;
  background-image: url("../img/custom/arrow-next.png"); }
  @media (max-width: 767px) {
    .c-button.next-review {
      background-position: calc(100% + 5px) 50%; } }
  @media (max-width: 479px) {
    .c-button.next-review {
      background-position: 100% 50%;
      width: 80%;
      margin-left: 0; } }

.c-form-field {
  height: 3rem;
  margin-right: 10px;
  padding: 1rem 0.75rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9589cf; }
  .c-form-field:focus {
    border-color: #989898; }
  @media (max-width: 991px) {
    .c-form-field {
      width: 100%;
      margin-right: 0; } }

.c-form-input--small {
  width: 26%;
  height: 2.28rem;
  margin-right: 10px;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  float: left;
  border-radius: 0;
  font-family: Lato, sans-serif;
  color: #242424;
  font-size: 13px; }

.form-field--increments {
  margin-bottom: 1rem; }
  .form-field--increments.cart-increments {
    margin-bottom: 0rem; }
  @media (max-width: 767px) {
    .form-field--increments {
      text-align: center; } }

.c-form-increment {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .c-form-increment.cart-increments {
    justify-content: center; }
    @media (max-width: 991px) {
      .c-form-increment.cart-increments {
        justify-content: flex-start; } }
  @media (max-width: 767px) {
    .c-form-increment {
      justify-content: center; } }

.c-form-input {
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4f4f4f;
  font-size: 1rem; }
  .c-form-input:hover {
    border-color: #585858; }
  .c-form-input.c-form-input--incrementTotal {
    display: inline-block;
    width: 2.5rem;
    height: auto;
    padding: 0rem;
    border-style: none;
    border-width: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #242424;
    font-size: 15px;
    font-weight: 700;
    text-align: center; }

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.no-spin {
  -moz-appearance: textfield; }

.form-secondary .form-input, .form-secondary .form-select {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.form-secondary .form-select {
  width: 100%; }

.form-secondary-required {
  margin-bottom: 24px; }

.header {
  padding-bottom: 0;
  border-top: 5px none #5a4e8e;
  background-color: #161616; }

.header-content-area {
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  border-top: 6px none #5a4e8e; }
  @media (max-width: 991px) {
    .header-content-area {
      width: 100%;
      padding-bottom: 5px; } }
  @media (max-width: 991px) {
    .header-content-area.logo {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 479px) {
    .header-content-area.logo {
      padding-top: 10px;
      padding-bottom: 10px; } }

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 2000;
  display: block !important;
  width: 100%;
  padding-bottom: 0;
  border-top: 5px none #5a4e8e;
  background-color: #161616; }

.header-top-grey {
  display: block;
  height: 41px;
  background-color: #f3f3f3; }
  @media (max-width: 991px) {
    .header-top-grey {
      display: none; } }

.header-column-left {
  padding-top: 0;
  float: left;
  width: fit-content;
  border-right: 1px solid #d1d1d1; }
  @media (max-width: 991px) {
    .header-column-left {
      padding-left: 10px; } }
  @media (max-width: 479px) {
    .header-column-left {
      width: 25%; } }

.navuser {
  display: inline-block;
  padding-top: 0;
  float: right; }
  @media (max-width: 991px) {
    .navuser {
      float: right; } }
  .navuser.left {
    float: left; }
    @media (max-width: 991px) {
      .navuser.left {
        display: none; } }

.nav-user-item {
  display: block;
  margin-right: 0;
  padding: 10px 25px;
  float: left;
  border-left: 1px solid #d1d1d1;
  font-family: 'Nunito Sans', sans-serif;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }
  .nav-user-item:hover {
    background-color: #fff;
    color: #0265d6; }

.header-column-right {
  width: fit-content;
  float: right;
  position: relative; }
  @media (max-width: 991px) {
    .header-column-right {
      padding-top: 5px;
      padding-right: 10px; } }
  @media (max-width: 479px) {
    .header-column-right {
      width: 75%; } }

.nav-user-item-chat {
  margin-right: 5px;
  padding: 10px 15px;
  float: left;
  border-left: 1px none #d1d1d1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Nunito Sans', sans-serif;
  color: #6b6b6b;
  font-size: 13px;
  text-decoration: none;
  text-transform: none; }
  .nav-user-item-chat:hover {
    padding-right: 15px;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
    color: #0265d6; }

.nav-user-item-cart {
  margin-right: 0;
  padding: 10px 0 10px 60px;
  float: right;
  border-left: 1px none #d1d1d1;
  background-position: 30px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none; }
  .nav-user-item-cart:hover {
    background-position: 30px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #0265d6; }
    @media (max-width: 991px) {
      .nav-user-item-cart:hover {
        background-position: 7px 50%; } }
  @media (max-width: 991px) {
    .nav-user-item-cart {
      padding: 10px 0 10px 30px;
      background-position: 7px 50%;
      margin-right: 0;
      font-size: 12px; } }
  @media (max-width: 767px) {
    .nav-user-item-cart {
      display: none; } }

.cart-price {
  color: #0265d6;
  font-weight: 700; }

.freeship-top {
  display: block;
  padding: 10px 30px 10px 0;
  float: right;
  background-color: transparent;
  color: #0265d6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  text-align: right;
  text-transform: none; }
  @media (max-width: 1090px) {
    .freeship-top {
      display: none; } }

.header-main-container {
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 12px 0 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left; }
  @media (max-width: 991px) {
    .header-main-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0;
      text-align: center; } }
  @media (max-width: 767px) {
    .header-main-container {
      padding: 0 5px;
      text-align: center; } }

.header-col1 {
  width: 0%;
  float: left; }
  @media (max-width: 991px) {
    .header-col1 {
      width: 25%;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .header-col1 {
      padding-left: 10px; } }
  @media (max-width: 479px) {
    .header-col1 {
      width: 15%;
      padding-left: 5px; } }

.header-col2 {
  width: 78%;
  float: left; }
  @media (max-width: 991px) {
    .header-col2 {
      width: 50%; } }
  @media (max-width: 479px) {
    .header-col2 {
      width: 70%; } }

.header-col3 {
  width: 22%;
  float: left; }
  @media (max-width: 991px) {
    .header-col3 {
      width: 25%;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .header-col3 {
      padding-right: 10px; } }
  @media (max-width: 479px) {
    .header-col3 {
      width: 15%;
      padding-right: 5px; } }

.header-logo {
  display: inline-block;
  width: 216px;
  padding-top: 0;
  float: left;
  text-align: center; }
  @media (max-width: 991px) {
    .header-logo {
      display: block;
      margin-right: auto;
      margin-left: auto;
      float: none; } }
  @media (max-width: 479px) {
    .header-logo {
      width: 190px;
      padding-left: 5px; } }

@media (max-width: 991px) {
  .header-logo-img {
    display: inline-block;
    float: none; } }

.mobilemenu-toggle {
  position: absolute;
  z-index: 50;
  overflow: hidden;
  width: 3.93rem;
  height: 3.93rem;
  padding-right: 1.28rem;
  padding-left: 1.28rem;
  float: left; }
  @media (max-width: 991px) {
    .mobilemenu-toggle {
      position: static;
      display: block;
      width: 40px;
      height: 30px;
      padding-top: 5px;
      padding-right: 5px;
      padding-left: 5px;
      border-radius: 5px;
      background-color: transparent;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      color: #000;
      font-size: 30px; }
      .mobilemenu-toggle:hover {
        background-color: #6b6b6b;
        color: #027bbf; } }
  @media (max-width: 767px) {
    .mobilemenu-toggle {
      position: static; } }
  @media (max-width: 479px) {
    .mobilemenu-toggle {
      width: 35px;
      height: 35px; } }

.nav-user-item-cart-mobile {
  display: none;
  margin-right: 0;
  padding: 10px 30px 10px 15px;
  float: left;
  border-left: 1px none #d1d1d1;
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  color: #6b6b6b;
  font-size: 13px;
  text-decoration: none;
  text-transform: none; }
  .nav-user-item-cart-mobile:hover {
    color: #0265d6; }
  @media (max-width: 991px) {
    .nav-user-item-cart-mobile {
      display: block;
      padding-top: 10px;
      padding-bottom: 30px;
      float: right;
      background-size: 35px 35px; } }
  @media (min-width: 992px) {
    .nav-user-item-cart-mobile {
      display: none !important; } }

.header-search-container {
  width: calc(100% - 105px);
  max-width: 255px;
  height: auto;
  margin-top: 1px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 991px) {
    .header-search-container {
      display: none; } }
  @media (max-width: 991px) {
    .header-search-container.mobile {
      display: block;
      margin-top: 0;
      padding: 10px;
      float: none;
      background-color: #f3f3f3; } }

@media (max-width: 991px) {
  .header-search-cart-container {
    display: none !important; } }

.header-search-form-block {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dfe8ec; }
  @media (max-width: 479px) {
    .header-search-form-block {
      margin-top: -15px; } }

.header-search-form {
  position: relative;
  width: 100%;
  float: none;
  color: rgba(45, 45, 45, 0.95); }

.header-search-input {
  height: 40px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 33px;
  border-style: none;
  border-width: 1px;
  border-color: #999998 #4f4f4f #4f4f4f;
  border-radius: 0;
  background-color: #faf7f2;
  background-position: 100% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  color: rgba(45, 45, 45, 0.95); }
  .header-search-input:focus {
    border-width: 1px;
    border-color: #525252;
    color: #000; }
  @media (max-width: 991px) {
    .header-search-input.mobile {
      border-style: solid;
      border-color: #d1d1d1; } }

.header-search-submit {
  position: absolute;
  border: 0;
  color: transparent;
  background-color: transparent;
  top: 9px;
  right: 9px;
  width: 23px;
  height: 23px; }

.navpages-container {
  position: relative;
  display: block;
  margin-left: 15px;
  padding-top: 0;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none #d5d4d6; }
  @media (max-width: 991px) {
    .navpages-container {
      border-top-style: none; } }

.navpages {
  display: inline-block;
  float: none;
  clear: none;
  text-align: center; }
  @media (max-width: 991px) {
    .navpages {
      display: none;
      width: 100%;
      float: none;
      border-bottom: 1px solid #dfdfdf; } }

.navpages-list {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 5px;
  float: left; }

.navpages-item {
  float: left;
  font-size: 16px; }
  @media (max-width: 991px) {
    .navpages-item {
      text-align: left; } }

.navpages-nodropdown {
  display: inline-block;
  position: relative;
  top: -12px;
  height: 67px;
  padding: 22px 12px 10px 25px;
  margin-bottom: -26px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }
  .navpages-nodropdown:hover {
    background-color: transparent;
    color: #3191ff; }
  .navpages-nodropdown:active {
    background-color: transparent;
    color: #fff; }
  .navpages-nodropdown:focus {
    background-color: transparent;
    color: #fff; }
  @media (max-width: 991px) {
    .navpages-nodropdown {
      padding: 22px 10px 10px; } }

.nav-dropdown-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-left: 0;
  border: 1px none #dfe8ec;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  text-align: center; }
  .nav-dropdown-container.slide-down {
    z-index: 5001; }

.nav-productdropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff; }

.dropdown-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  margin-right: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .dropdown-image.desktops {
    background-position: 0 0; }

.dropdown-image-text {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px 15px 15px;
  background-color: rgba(36, 36, 36, 0.15);
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  text-align: right; }

.dropdown-holder {
  width: 70%; }

.dropdown-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 0;
  padding-left: 5px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .dropdown-links.laptop {
    width: 100%; }

.dropdown-column {
  width: 33%;
  margin: 5px 5px 5px 0;
  padding: 50px 50px 70px 40px;
  float: left;
  border-right: 1px none #d1d1d1;
  background-color: #f3f3f3;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }
  .dropdown-column a {
    color: #242424; }
  .dropdown-column a:hover {
    color: #0265d6; }
  .dropdown-column:hover {
    color: #0265d6; }
  .dropdown-column.laptops {
    padding: 40px 20px 30px; }
  .dropdown-column.watches {
    width: 25%;
    padding: 40px 20px 30px; }
  .dropdown-column.iphones {
    width: 50%;
    padding: 40px 20px 30px; }

.dropdown-mini-image {
  width: 120px;
  float: none; }

.dropdown-cat-title {
  margin-top: 10px; }

.dropdown-item-list {
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }
  .dropdown-item-list:hover {
    color: #5a4e8e; }

.dropdown-link-block {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center; }
  .dropdown-link-block:hover {
    color: #0265d6;
    font-size: 16px; }
  .dropdown-link-block.sub {
    padding-left: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 300; }
    .dropdown-link-block.sub:hover {
      text-decoration: none; }
    .dropdown-link-block.sub.iphones {
      width: 50%;
      float: left; }

.dropdown-screensize-column {
  display: inline-block;
  width: 100%;
  height: 0%;
  margin-top: 0;
  padding: 10px 20px 0 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px none #d1d1d1;
  background-color: transparent;
  text-align: center; }

.dropdown-screensize-inner {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  padding-top: 10px;
  background-color: #fff;
  color: #161616;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  text-align: center; }

.dropdown-screensize-wrapper {
  display: inline-block; }

.dropdown-screensize-label {
  float: left;
  padding-top: 0;
  padding-right: 20px;
  font-size: 16px; }

.dropdown-screensize-options {
  margin-left: 20px;
  float: left; }

.dropdown-screensize-linkblock {
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(45, 45, 45, 0.95);
  font-size: 16px;
  text-align: center; }
  .dropdown-screensize-linkblock:hover {
    color: #0265d6; }

.dropdown-screensize {
  float: left; }

.dropdown-screensize-arrow {
  float: left;
  margin-top: 12px;
  margin-left: 8px;
  border: 1px solid #0265d6;
  border-radius: 20px; }

.nav-button {
  background: #0265D6;
  transition: all .7s ease;
  -webkit-transition: all .7s ease; }
  .nav-button a {
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12px 15px; }
  .nav-button .mobile-text {
    display: none; }
  @media (max-width: 991px) {
    .nav-button span {
      display: none; }
    .nav-button .mobile-text {
      display: inline-block; } }

.sticky_active .nav-button,
.sticky_active .sticky-header .nav-button {
  transform: translateY(0);
  opacity: 0;
  height: 0;
  overflow: hidden; }

.mobilenav {
  display: none; }
  @media (max-width: 991px) {
    .mobilenav {
      position: fixed;
      left: -310px;
      top: 0;
      bottom: 0;
      z-index: 9999;
      display: none;
      overflow: auto;
      width: 300px;
      background-color: #f3f3f3; } }
  @media (min-width: 992px) {
    .mobilenav {
      display: none !important; } }

.mobilenav-close {
  position: static;
  width: 32px;
  height: 32px;
  margin: 20px 0 10px 10px;
  float: right;
  background-color: #d1d1d1;
  background-position: 0 0;
  background-size: contain;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }
  .mobilenav-close:hover {
    background-color: #fff; }
  @media (max-width: 479px) {
    .mobilenav-close {
      width: 40px; } }

.mobilenav-heading {
  padding: 10px 15px 5px;
  border-bottom: 1px none #d0cfd2;
  background-color: #f3f3f3;
  font-family: Lato, sans-serif;
  color: #5a4e8e;
  font-size: 18px;
  text-transform: uppercase; }

.mobilenav-logo {
  margin-left: -5px;
  padding-top: 5px; }

.w-list-unstyled {
  margin-bottom: 0; }

.mobilenav-navpages {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px none #dfdfdf; }

.mobilenav-navpages-list {
  width: 100%;
  padding-left: 0;
  float: left;
  color: rgba(45, 45, 45, 0.95); }

.mobilenav-navpages-item {
  display: block;
  width: 100%;
  float: left;
  color: #353535;
  font-size: 16px;
  font-weight: 700; }

.mobilenav-dropdown {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #5a4e8e; }

.mobilenav-dropdown-toggle {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #161616;
  background-color: #242424;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: none; }
  .mobilenav-dropdown-toggle:active {
    background-color: #f3f3f3;
    color: #0265d6; }

.mobilenav-dropdown-list {
  position: relative;
  background-color: #fff;
  color: #666; }

.mobilenav-dropdown-link {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-bottom: 1px solid #d0cfd2;
  font-family: 'Nunito Sans', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }
  .mobilenav-dropdown-link:hover {
    background-color: #0265d6;
    color: #fff; }

.secondary-link {
  width: 100%;
  padding: 18px 20px;
  float: left;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 15px; }
  .secondary-link:hover {
    background-color: #fff;
    color: #0265d6; }
  .secondary-link.first {
    margin-top: -10px;
    border-top: 5px solid #242424; }

.mobilenav-price-range-heading {
  margin-bottom: 0px;
  padding: 15px 0 10px;
  border-bottom: 1px none #e8e8e8;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif; }

.mobilenav-price-range-wrapper {
  padding: 0px 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d0cfd2;
  border-top-style: none; }
  .mobilenav-price-range-wrapper .c-form-fieldset {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
  .mobilenav-price-range-wrapper .form-inlineMessage {
    margin-bottom: 0;
    font-size: 13px; }

.footer {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #f3f3f3; }
  body.pt-product .footer {
    padding-bottom: 52px; }

.footer-content-area {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px; }
  @media (min-width: 1170px) {
    .footer-content-area {
      width: 1170px; } }
  @media (max-width: 991px) {
    .footer-content-area {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 479px) {
    .footer-content-area {
      padding-right: 10px;
      padding-left: 10px; } }

.footer-colr {
  padding-top: 10px;
  padding-left: 40px;
  border-left: 1px solid #d1d1d1; }
  @media (max-width: 991px) {
    .footer-colr {
      padding-left: 10px;
      border-left-style: none;
      text-align: center; } }

.footer-spacer {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 5px;
  text-align: center; }
  @media (max-width: 991px) {
    .footer-spacer {
      display: none;
      margin-top: 20px;
      margin-bottom: 10px; } }

.footer-links-div {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  float: left; }

.footer-info-heading {
  font-size: 1.25em; }
  @media (max-width: 991px) {
    .footer-info-heading {
      margin-bottom: 0;
      padding-top: 5px;
      padding-bottom: 5px; } }
  .footer-info-heading.footer-menu-title {
    margin-bottom: 0;
    float: none;
    clear: none;
    color: #242424;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 44px; }
    @media (max-width: 991px) {
      .footer-info-heading.footer-menu-title {
        margin-bottom: 5px;
        border-bottom: 1px solid #d1d1d1;
        background-position: 100% 50%;
        background-size: 24px;
        background-repeat: no-repeat;
        text-align: left;
        cursor: pointer; } }

@media (min-width: 991px) {
  .footer-menu-list-container {
    display: block !important;
    height: auto !important; } }

@media (max-width: 991px) {
  .footer-menu-list-container {
    display: none;
    overflow: hidden;
    height: 0;
    padding-top: 10px; } }

.footer-info-list-item {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-info-list-item {
      padding-top: 10px;
      font-size: 15px;
      font-weight: 300; } }
  @media (max-width: 767px) {
    .footer-info-list-item {
      font-size: 16px; } }

.footer-link-item {
  color: #6b6b6b; }
  .footer-link-item:hover {
    color: #0265d6; }

.iubenda-cs-preferences-link {
  color: #6b6b6b; }
  .iubenda-cs-preferences-link:hover {
    color: #0265d6; }

.iubenda-cs-uspr-link {
  color: #6b6b6b; }
  .iubenda-cs-uspr-link:hover {
    color: #0265d6; }

.iubenda-ccpa-opt-out {
  color: #6b6b6b; }
  .iubenda-ccpa-opt-out:hover {
    color: #0265d6; }

.newsletter-label {
  margin-bottom: 10px;
  color: #242424;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .newsletter-label {
      text-align: center; } }

.field-label-subtext {
  margin-bottom: 15px;
  color: #161616;
  font-size: 15px;
  font-weight: 300; }

.footer-email-arrow {
  position: absolute;
  right: 9px;
  padding-top: 4px;
  width: 35px;
  outline: 0; }

.footer-email-input {
  padding-right: 37px;
  border-style: none;
  background-color: transparent;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: white 1px solid; }

.footer-social-row {
  margin-top: 30px;
  float: left;
  background-color: transparent; }
  @media (max-width: 991px) {
    .footer-social-row {
      display: inline-block;
      margin-top: 25px;
      margin-right: auto;
      margin-left: auto;
      float: none; } }

.footer-social-item {
  width: 50px;
  float: left; }

.social-linkblock {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background-color: #242424;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .social-linkblock:hover {
    background-color: #d1d1d1; }

.footer-badges {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center; }
  .footer-badges img {
    max-width: none; }
  @media (max-width: 991px) {
    .footer-badges {
      margin-bottom: 10px; } }

.footer-badge-holder {
  width: auto;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center; }
  @media (min-width: 1180px) {
    .footer-badge-holder {
      width: 1180px; } }
  @media (max-width: 991px) {
    .footer-badge-holder {
      display: block;
      width: 100%; } }

.footer-badge {
  margin-right: 12px;
  float: left; }
  .footer-badge.bbb {
    margin-right: 13px; }
  @media (max-width: 991px) {
    .footer-badge {
      margin-bottom: 5px;
      float: none; } }

.footer-link {
  padding-right: 0;
  padding-left: 0;
  color: #6b6b6b; }
  .footer-link:hover {
    color: #0265d6; }

.footer-copyright {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  color: #242424;
  font-size: 14px;
  font-weight: 300;
  text-align: left; }
  @media (max-width: 991px) {
    .footer-copyright {
      display: inline-block;
      margin-top: 20px;
      padding-right: 20px;
      float: none;
      text-align: center; } }
  @media (max-width: 767px) {
    .footer-copyright {
      margin-top: 10px; } }

.copyright-p {
  display: block;
  float: left;
  font-size: 13px; }
  @media (max-width: 991px) {
    .copyright-p {
      float: none;
      text-align: center; } }
  @media (max-width: 767px) {
    .copyright-p {
      float: none; } }

/* Start Ticket 10011 */
.ft_acsb_btn {
  font-size: 30px;
  background: #0265d6;
  padding: 0;
  border-radius: 50% !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  outline: none !important;
  cursor: pointer; }

.ft_acsb_btn .fa.fa-wheelchair {
  vertical-align: middle;
  line-height: normal;
  font-size: 24px;
  font-weight: 600;
  top: -2px;
  left: 1px;
  position: relative;
  outline: none !important; }

body > .acsb-trigger.acsb-trigger-size-medium {
  opacity: 0 !important;
  visibility: hidden; }

/* End Ticket 10011 */
body.pt-page {
  /* Hide breadcrumbs */ }
  body.pt-page ul.breadcrumbs {
    display: none; }
  body.pt-page main.page {
    /* Hide page title */
    /* Hide sub-pages navigation */ }
    body.pt-page main.page h2.page-heading {
      display: none; }
    body.pt-page main.page nav.navBar {
      display: none; }

.main-content-area {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff; }
  @media (min-width: 1300px) {
    .main-content-area {
      width: 1300px; } }
  .quickView .main-content-area {
    width: auto;
    max-width: 1300px; }
  .main-content-area.grey {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .main-content-area.grey {
        padding-bottom: 0; } }
  .main-content-area.pdp-top {
    max-width: 1300px; }
    .quickView .main-content-area.pdp-top {
      max-width: none;
      padding-bottom: 143px; }
  .main-content-area.seals {
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: #242424; }
    @media (max-width: 991px) {
      .main-content-area.seals {
        margin-top: 0; } }
    @media (max-width: 479px) {
      .main-content-area.seals {
        padding-top: 25px;
        padding-bottom: 30px; } }
  .main-content-area.techspecs {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #161616; }
  @media (max-width: 991px) {
    .main-content-area {
      width: 100%; } }

.main-content-area-inner {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px; }

.c-page {
  display: block;
  width: 98%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  overflow: auto; }
  .c-page.category {
    padding-top: 30px; }

.c-page-sidebar {
  width: 20%;
  padding-right: 0.75rem;
  padding-left: 5px;
  float: left; }
  @media (max-width: 991px) {
    .c-page-sidebar {
      width: 100%; } }
  @media (max-width: 479px) {
    .c-page-sidebar {
      padding-right: 0rem; } }

.c-page-content {
  width: 80%;
  float: left; }
  @media (max-width: 991px) {
    .c-page-content {
      width: 100%; } }

.c-container {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-bottom: 0px;
  padding-left: 1rem; }
  @media (max-width: 479px) {
    .c-container {
      padding-right: 0;
      padding-left: 0; } }

.interior-page-title {
  position: relative;
  display: block;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: stretch;
  background-color: transparent;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.interior-page-title-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 17px; }
  @media (max-width: 767px) {
    .interior-page-title-container {
      width: 95%; } }

.interior-headline-h1 {
  width: 100%;
  margin: 0px auto 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  color: #000000;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .interior-headline-h1 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 767px) {
    .interior-headline-h1 {
      padding-bottom: 10px;
      font-size: 36px;
      line-height: 28px; } }
  @media (max-width: 479px) {
    .interior-headline-h1 {
      font-size: 33px; } }

.error-404-content {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.error-title-404 {
  padding-right: 150px;
  padding-left: 150px;
  color: #242424;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0; }

.error-page-search-container {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px 150px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dfe8ec; }

.error-page-search-container form {
  width: 100%;
  float: none;
  color: rgba(45, 45, 45, 0.95);
  position: relative; }

.error-page-search-container .search-input {
  height: 54px;
  line-height: 54px;
  margin-bottom: 0px;
  padding: 0 40px 0 25px;
  border: 2px solid #242424;
  border-radius: 0px;
  background-color: #fff;
  background-position: 100% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  color: #6b6b6b;
  font-size: 18px; }

.error-page-search-container .search-input:focus {
  border-width: 2px;
  border-color: #525252;
  color: #000; }

.error-404-search-submit {
  position: absolute;
  border: 0;
  color: transparent;
  background-color: transparent;
  top: 12px;
  right: 8px;
  width: 30px;
  height: 30px; }

.image-404 {
  width: 80%; }

@media (max-width: 991px) {
  .error-404-content {
    margin: 0 0.75rem;
    padding-top: 75px;
    padding-bottom: 75px; }
  .error-title-404 {
    margin-bottom: 20px;
    padding-right: 75px;
    padding-left: 75px; }
  .image-404 {
    width: 100%; }
  .error-page-search-container {
    padding-right: 100px;
    padding-left: 100px; } }

@media (max-width: 767px) {
  .error-404-content {
    padding-top: 75px;
    padding-bottom: 75px; }
  .error-title-404 {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 40px;
    line-height: 40px; }
  .error-page-search-container {
    padding-right: 75px;
    padding-left: 75px; }
  .account-create .account-body {
    margin: 0; }
  .account-create .form-row {
    margin: 0; } }

@media (max-width: 479px) {
  .error-404-content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .error-title-404 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 30px; }
  .error-page-search-container {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px; } }

.homepage-container {
  padding-top: 0; }
  @media (max-width: 991px) {
    .homepage-container {
      padding-top: 0;
      min-height: 0; } }

.js-hero-slider {
  height: 320px; }

.hero-container {
  position: relative;
  display: block;
  max-width: 1350px;
  max-height: 320px;
  min-width: auto;
  margin: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .hero-container {
      min-height: 0; } }
  @media (max-width: 767px) {
    .hero-container {
      min-height: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 479px) {
    .hero-container {
      text-align: left; } }

.hero-text {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }
  @media (max-width: 991px) {
    .hero-text {
      padding: 40px; } }
  @media (max-width: 767px) {
    .hero-text {
      padding: 0; } }

.hero-greybox {
  padding: 50px 50px 70px 50px;
  float: left;
  background-color: rgba(255, 255, 255, 0.42); }
  @media (max-width: 991px) {
    .hero-greybox {
      width: 100%;
      padding: 50px 20px 40px 20px;
      background-color: rgba(255, 255, 255, 0.75); } }
  @media (max-width: 479px) {
    .hero-greybox {
      padding-top: 40px; } }

.hero-heading-left {
  float: none; }
  @media (max-width: 767px) {
    .hero-heading-left {
      width: 100%; } }

.hero-title {
  margin-top: 0;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 50px;
  color: #242424;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0; }
  @media (max-width: 991px) {
    .hero-title {
      padding-bottom: 0;
      font-size: 55px;
      line-height: 55px; } }
  @media (max-width: 767px) {
    .hero-title {
      padding-right: 20px;
      padding-bottom: 0;
      padding-left: 20px;
      font-size: 55px;
      line-height: 55px; } }
  @media (max-width: 479px) {
    .hero-title {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      font-size: 35px;
      line-height: 35px; } }

.hero-subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  color: #242424;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none; }
  @media (max-width: 991px) {
    .hero-subtitle {
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .hero-subtitle {
      margin-top: 10px;
      margin-bottom: 25px;
      padding-right: 20px;
      padding-left: 20px;
      font-size: 21px;
      line-height: 21px; } }
  @media (max-width: 479px) {
    .hero-subtitle {
      margin-top: 10px;
      margin-bottom: 0;
      padding-right: 0;
      padding-left: 0;
      font-size: 22px;
      line-height: 24px; } }

.hero-bold {
  color: #0265d6;
  font-weight: 700; }

.hero-buttons {
  position: static;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #242424;
  background-color: transparent; }
  @media (max-width: 479px) {
    .hero-buttons {
      display: none; } }

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-top: 0;
  margin-right: 0%;
  margin-left: 0;
  padding: 15px 20px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #242424;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  font-weight: 700; }
  .hero-button.last {
    border-right-style: none;
    -webkit-transition-property: none;
    transition-property: none; }
    .hero-button.last:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
    .hero-button {
      width: 33.2%; } }
  @media (max-width: 767px) {
    .hero-button {
      width: 33.3%;
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
      padding-right: 5px;
      padding-left: 5px;
      border-right-style: solid; } }
  @media (max-width: 479px) {
    .hero-button {
      width: 100%;
      border-right-style: none; } }

.hero-btn-inner {
  padding-right: 2px;
  padding-left: 2px; }

.hero-btn-text {
  float: left;
  font-size: 17px; }
  @media (max-width: 767px) {
    .hero-btn-text {
      font-size: 18px; } }

.hero-btn-arrow {
  margin-top: 2px;
  margin-left: 8px;
  float: left;
  border: 1px solid #0265d6;
  border-radius: 20px; }

.hero-main-cta {
  width: 100%;
  margin-top: 35px;
  padding: 13px 20px 15px;
  background-color: #0265d6;
  color: #fff;
  font-size: 16px;
  font-weight: 700; }
  .hero-main-cta:hover {
    background-color: #161616;
    color: #fff; }
  @media (max-width: 767px) {
    .hero-main-cta {
      margin-top: 20px; } }

.hp-certified-refurb {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  margin-top: 3%;
  margin-right: 3%;
  padding: 5px 0px;
  background-color: transparent; }
  .hp-certified-refurb img {
    width: 400px; }
  @media (max-width: 991px) {
    .hp-certified-refurb {
      z-index: 2000;
      width: 120px;
      margin-top: 2%;
      margin-right: 2%;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .hp-certified-refurb {
      margin-top: 2%; } }
  @media (max-width: 479px) {
    .hp-certified-refurb {
      left: 0;
      top: 0;
      right: 0;
      width: 100px;
      margin-top: 5%;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0; } }

.affirm-banner__wrapper {
  display: flex;
  justify-content: center;
  margin: 35px 0; }

.affirm-banner__img--responsive {
  display: block; }

.affirm-banner__img--desktop {
  display: none; }

@media (min-width: 600px) {
  .affirm-banner__wrapper {
    margin: 50px 0; }
  .affirm-banner__img--responsive {
    display: none; }
  .affirm-banner__img--desktop {
    display: block; } }

.buyamacsellamac {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  background-color: #fff;
  color: #161616;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 991px) {
    .buyamacsellamac {
      margin-bottom: 0;
      padding-right: 10px;
      padding-left: 10px;
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .buyamacsellamac {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 21px; } }
  @media (max-width: 479px) {
    .buyamacsellamac {
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 20px; } }

.buysell-inner {
  display: inline-block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto; }

.buysell-text-box {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px; }

.buysell-bold {
  float: left;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 0; }
  @media (max-width: 767px) {
    .buysell-bold {
      display: inline-block;
      float: none;
      font-size: 26px; } }
  @media (max-width: 479px) {
    .buysell-bold {
      font-size: 22px; } }

.buysell-reg {
  float: left;
  margin: 0 0 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px; }
  @media (max-width: 991px) {
    .buysell-reg {
      margin-left: 10px; } }
  @media (max-width: 767px) {
    .buysell-reg {
      float: none;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .buysell-reg {
      font-size: 19px;
      line-height: 26px; } }

.weeklydeals-section {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #161616;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center; }
  .weeklydeals-section:hover {
    color: #f3f3f3; }
  @media (max-width: 991px) {
    .weeklydeals-section {
      width: 100%;
      margin-top: 0;
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .weeklydeals-section {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 0px; } }
  @media (max-width: 479px) {
    .weeklydeals-section {
      display: block;
      padding-top: 10px;
      padding-bottom: 0px; } }

.weeklydeals-icon {
  margin-right: 0;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .weeklydeals-icon {
      width: 100px;
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .weeklydeals-icon {
      width: 75px;
      margin-right: 20px; } }
  @media (max-width: 479px) {
    .weeklydeals-icon {
      width: 75px;
      margin-right: 0px;
      margin-bottom: 10px; } }

.weeklydeals-header {
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 991px) {
    .weeklydeals-header {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    .weeklydeals-header {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 479px) {
    .weeklydeals-header {
      margin-top: 0;
      padding-bottom: 5px;
      font-size: 30px;
      text-align: center; } }

.weeklydeals-text {
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: auto; }
  @media (max-width: 479px) {
    .weeklydeals-text {
      padding-bottom: 10px;
      line-height: 26px;
      text-align: center;
      max-width: 260px;
      margin: auto; } }

.weeklydeals-btn {
  margin-top: 5px;
  text-align: center; }

.hp-section-container {
  max-width: 1350px;
  margin: 0 auto; }

.hp-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: left; }
  @media (max-width: 479px) {
    .hp-section {
      padding-top: 0; } }
  .hp-section.grey {
    margin-bottom: 20px;
    background-color: #f3f3f3; }
    @media (max-width: 991px) {
      .hp-section.grey {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .hp-section.last {
    padding-bottom: 0; }
  .hp-section .clerk-slider-child-rule-S1pXyilM {
    margin-left: -0.5em; }
  .hp-section .clerk-design-component-1r7B9u2a {
    width: calc(39% - 2.12em); }
    @media screen and (max-width: 800px) {
      .hp-section .clerk-design-component-1r7B9u2a {
        margin: 0.5em;
        padding: 0.5em;
        width: calc(43% - 1.5em); } }

.hp-section-inner {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto; }

.hp-column-image {
  width: 50%;
  margin-top: 0;
  float: left; }
  @media (max-width: 991px) {
    .hp-column-image {
      width: 100%; } }
  @media (max-width: 479px) {
    .hp-column-image {
      margin-top: 10px; } }

.hp-column-image-zebra {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right; }
  .hp-column-image-zebra .hp-titles,
  .hp-column-image-zebra .hp-section-btn {
    display: none; }
  @media (max-width: 991px) {
    .hp-column-image-zebra {
      width: 100%; }
      .hp-column-image-zebra .hp-titles {
        display: block;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px; }
      .hp-column-image-zebra .hp-section-btn {
        display: inline-block;
        width: auto;
        margin: 0 15px 20px; } }

.hp-section-image {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

.hp-section-image-zebra {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }
  @media (max-width: 479px) {
    .hp-section-image-zebra {
      margin-top: 20px; } }

.hp-column-text {
  width: 50%;
  margin-top: 0;
  padding: 20px 30px 20px;
  float: left; }
  @media (max-width: 991px) {
    .hp-column-text {
      width: 100%;
      padding: 40px 10px 50px 20px;
      text-align: center;
      display: none; } }
  @media (max-width: 767px) {
    .hp-column-text {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media (max-width: 479px) {
    .hp-column-text {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (max-width: 991px) {
    .hp-column-text.zebra {
      padding-right: 20px;
      padding-bottom: 50px;
      padding-left: 20px;
      text-align: center; } }
  @media (max-width: 767px) {
    .hp-column-text.zebra {
      padding-right: 20px;
      padding-bottom: 30px;
      padding-left: 20px; } }

.hp-titles {
  margin-bottom: 20px;
  color: #242424;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .hp-titles {
      text-align: center; } }
  @media (max-width: 767px) {
    .hp-titles {
      font-size: 40px; } }
  @media (max-width: 479px) {
    .hp-titles {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 26px;
      line-height: 1; } }

.hp-save {
  margin-top: 20px;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .hp-save {
      display: inline-block;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .hp-save {
      margin-bottom: 0; } }

.hp-save-text1 {
  float: left;
  color: #0265d6;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700; }
  @media (max-width: 479px) {
    .hp-save-text1 {
      margin-bottom: 0;
      float: none;
      font-size: 23px;
      line-height: 25px; } }

.hp-save-text2 {
  margin-left: 15px;
  padding-top: 10px;
  float: left;
  color: #242424;
  line-height: 14px;
  font-weight: 400; }
  @media (max-width: 479px) {
    .hp-save-text2 {
      margin-left: 0;
      padding-top: 5px;
      float: none; } }

.hp-description-text {
  margin-bottom: 30px;
  color: #242424;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .hp-description-text {
      text-align: center; } }
  @media (max-width: 479px) {
    .hp-description-text {
      display: none; } }

.hp-section-grid-boxes {
  width: 100%;
  float: left;
  border: 1px none #a1a1a1; }

.hp-gridbox {
  display: block;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0;
  border-left: 0;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 700;
  text-align: left; }
  .hp-gridbox:hover {
    background-color: transparent;
    color: #0265d6; }
  @media (max-width: 479px) {
    .hp-gridbox {
      width: 100%;
      padding-left: 0;
      border-bottom: 1px solid #a1a1a1;
      border-right-style: none;
      border-left-style: none;
      text-align: center; } }
  .hp-gridbox.last {
    border-right-style: none;
    font-size: 18px; }
    @media (max-width: 479px) {
      .hp-gridbox.last {
        border-bottom-style: none; } }
  .hp-gridbox.rowof4 {
    width: 25%; }
    @media (max-width: 479px) {
      .hp-gridbox.rowof4 {
        width: 100%; } }
  .hp-gridbox.blk {
    border-left-color: #242424; }
    @media (max-width: 991px) {
      .hp-gridbox.blk {
        padding-left: 0;
        text-align: center; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk {
        width: 100%;
        border-bottom: 1px solid #d1d1d1;
        border-left-style: none; } }
    @media (max-width: 991px) {
      .hp-gridbox.blk.first {
        border-left-style: none; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.first {
        width: 100%;
        padding-top: 0;
        border-bottom: 1px solid #d1d1d1; } }
    @media (max-width: 991px) {
      .hp-gridbox.blk.last {
        text-align: center; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.last {
        border-bottom-style: none; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.rowof4 {
        width: 100%;
        border-bottom: 1px solid #d1d1d1; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.rowof4.last {
        border-bottom-style: none; } }
    @media (max-width: 991px) {
      .hp-gridbox.blk.iphone {
        width: 50%; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.iphone {
        width: 100%; } }
    @media (max-width: 479px) {
      .hp-gridbox.blk.iphone {
        border-bottom-style: none; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.iphone.first {
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .hp-gridbox.blk.iphone.first {
        border-bottom-style: none; } }
    @media (max-width: 767px) {
      .hp-gridbox.blk.desktop {
        border-bottom: 1px solid #d1d1d1; } }

.hp-gridbox-title-link {
  color: #242424; }
  .hp-gridbox-title-link:hover {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .hp-gridbox-title-link {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 479px) {
    .hp-gridbox-title-link {
      margin-bottom: 20px;
      color: #242424; } }
  @media (max-width: 767px) {
    .hp-gridbox-title-link.desktop {
      margin-bottom: 0; } }
  @media (max-width: 479px) {
    .hp-gridbox-title-link.desktop {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .hp-gridbox-title-link.ipad {
      margin-top: 0; } }

.hp-gridbox-btn-text {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px; }
  .hp-gridbox-btn-text:hover {
    text-decoration: underline; }
  @media (max-width: 991px) {
    .hp-gridbox-btn-text {
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .hp-gridbox-btn-text {
      margin-top: 20px; } }
  @media (max-width: 479px) {
    .hp-gridbox-btn-text {
      display: inline-block;
      margin-top: 20px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 5px;
      text-align: center; } }
  @media (max-width: 479px) {
    .hp-gridbox-btn-text.desktop {
      margin-top: 10px; } }

.hp-gridbox-btn-arrow {
  margin-top: 2px;
  vertical-align: top; }

.hp-screensizes-box {
  display: none; }
  @media (max-width: 767px) {
    .hp-screensizes-box {
      display: block; } }
  @media (max-width: 479px) {
    .hp-screensizes-box {
      color: transparent;
      font-size: 17px; } }
  @media (max-width: 479px) {
    .hp-screensizes-box.desktop {
      display: none; } }

.hp-left-text {
  float: left; }

.hp-section-btn {
  margin-top: 35px;
  padding: 7px 35px;
  background-color: #0265d6;
  color: #fff;
  font-weight: 700; }
  .hp-section-btn:hover {
    background-color: #161616;
    color: #fff; }
  @media (max-width: 767px) {
    .hp-section-btn {
      width: 100%;
      margin-top: 10px; } }

@media (max-width: 767px) {
  .hp-screensize-btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px none #d1d1d1;
    font-family: 'Nunito Sans', sans-serif;
    color: #161616;
    font-size: 17px;
    font-weight: 400; }
    .hp-screensize-btn:hover {
      background-color: #fff; }
    .hp-screensize-btn.last {
      border-bottom-style: solid; } }

@media (max-width: 479px) {
  .hp-screensize-btn:hover {
    text-decoration: underline; } }

@media (max-width: 767px) {
  .hp-screensize-linkblock {
    font-size: 17px; } }

@media (max-width: 479px) {
  .hp-screensize-linkblock {
    color: #161616;
    font-weight: 400; }
    .hp-screensize-linkblock:hover {
      text-decoration: none; } }

.hp-callouts {
  margin-top: 20px;
  margin-bottom: 20px; }

.hp-callouts-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  min-height: 0;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    .hp-callouts-inner {
      display: block; } }

.hp-callouts-column-left {
  width: 49.5%;
  margin-left: 0.5%;
  padding: 50px 80px;
  float: left;
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center; }
  @media (max-width: 991px) {
    .hp-callouts-column-left {
      display: inline-block;
      width: 100%;
      margin-top: 20px;
      margin-left: 0%;
      padding: 50px; } }
  @media (max-width: 479px) {
    .hp-callouts-column-left {
      padding: 0; } }

.hp-callouts-column-right {
  display: block;
  width: 49.5%;
  margin-right: 0.5%;
  padding: 50px 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center; }
  @media (max-width: 991px) {
    .hp-callouts-column-right {
      width: 100%;
      margin-right: 0%;
      padding: 50px; } }
  @media (max-width: 767px) {
    .hp-callouts-column-right {
      margin-bottom: 0; } }
  @media (max-width: 479px) {
    .hp-callouts-column-right {
      padding: 0; } }

.hp-callouts-white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(36, 36, 36, 0.5); }
  @media (max-width: 991px) {
    .hp-callouts-white-box {
      width: 100%; } }
  @media (max-width: 479px) {
    .hp-callouts-white-box {
      padding-top: 70px;
      padding-bottom: 70px; } }

.hp-callouts-title {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .hp-callouts-title {
      line-height: 40px; } }
  @media (max-width: 479px) {
    .hp-callouts-title {
      margin-bottom: 10px;
      font-size: 27px;
      line-height: 32px;
      font-weight: 700; } }

.hp-callouts-description-text {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 479px) {
    .hp-callouts-description-text {
      margin-bottom: 10px; } }

.hp-callout-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 30px;
  background-color: rgba(36, 36, 36, 0.3);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 700; }
  .hp-callout-btn:hover {
    background-color: #0265d6;
    color: #fff; }
  @media (max-width: 479px) {
    .hp-callout-btn {
      margin-top: 10px; } }

/* mmao = mac me an offer */
.mmao-logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  @media (max-width: 479px) {
    .mmao-logo {
      margin-top: 5px; } }

.mmao-logo-image {
  width: 250px; }
  @media (max-width: 479px) {
    .mmao-logo-image {
      width: 200px; } }

/*
 * Hero Slider Section - to be added/modified on _homepage.scss
 */
.hero-slider .slick-dots {
  bottom: -35px; }

.hero-slider {
  height: 292px;
  background-color: #b9b9b9; }
  .hero-slider .slick-arrow {
    background: transparent;
    border: none;
    height: auto;
    width: auto;
    padding: 0;
    margin-top: 0; }
    .hero-slider .slick-arrow:before {
      width: 44px;
      height: 44px;
      background-repeat: no-repeat;
      background-size: auto; }
      @media (max-width: 479px) {
        .hero-slider .slick-arrow:before {
          transform: scale(0.8); } }
    .hero-slider .slick-arrow:hover:before {
      opacity: 1;
      background-position-y: bottom; }
  .hero-slider .slick-prev {
    left: 10px; }
    .hero-slider .slick-prev:before {
      background-position-x: left;
      background-position-y: top; }
  .hero-slider .slick-next {
    right: 10px; }
    .hero-slider .slick-next:before {
      background-position-x: right;
      background-position-y: top; }

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider__item {
  height: 100%; }

.hero-slider__item {
  position: relative; }

.hero-slider__item:first-child img {
  object-position: -160px 0; }

.hero-slider__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media (max-width: 991px) {
    .hero-slider__img {
      object-position: 10%; } }

.hero-slider__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%; }

.hero-slider__content-wrapper {
  position: absolute;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  top: 20px;
  height: calc(100% - 40px);
  text-align: center;
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .hero-slider__content-wrapper {
      width: 75%;
      padding: 20px;
      top: 25px;
      height: calc(100% - 50px); } }

.hero-slider__super-heading,
.hero-slider__main-heading,
.hero-slider__subheading {
  font-weight: 600;
  color: #fff;
  max-width: 80%; }

.hero-slider__super-heading,
.hero-slider__subheading {
  font-size: 16px; }

.hero-slider__super-heading {
  text-transform: uppercase;
  margin-bottom: 20px; }

.hero-slider__main-heading {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .hero-slider__main-heading {
      font-size: 36px; } }

.hero-slider__subheading {
  margin-bottom: 25px; }

.hero-slider__btn {
  min-width: 197px;
  background-color: #0265D6;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  .hero-slider__btn:hover {
    background-color: #000;
    color: #fff; }

.as-seen-in-logos {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.as-seen-in-logos > img {
  max-height: 30px;
  margin: 15px;
  max-width: 200px;
  object-fit: contain; }

@media (max-width: 1024px) {
  .as-seen-in-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .as-seen-in-logos > img {
    width: 30%;
    max-width: unset;
    margin: 15px 1%; }
  .clerk-slider-nav {
    display: none; } }

.template-homepage .weeklydeals-section {
  max-width: 1350px;
  margin: auto; }

.template-homepage .category-seals {
  max-width: 1350px;
  margin-top: 20px;
  margin-bottom: 20px; }

.category-hero {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(45, 45, 45, 0.95);
  background-image: none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }
  @media (max-width: 991px) {
    .category-hero {
      min-height: auto;
      background-position: 50% 50%;
      background-size: cover; } }
  @media (max-width: 767px) {
    .category-hero {
      min-height: 0;
      padding-top: 30px;
      padding-bottom: 0; } }

.cat-hero-text {
  float: none;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .cat-hero-text {
      width: 100%;
      padding: 40px 40px 50px; } }
  @media (max-width: 767px) {
    .cat-hero-text {
      padding: 0 0 40px; } }

.cat-hero-title {
  display: block;
  margin-top: 0;
  padding: 10px 50px 20px;
  border-bottom: 1px none #fff;
  color: #fff;
  font-size: 90px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0; }
  @media (max-width: 991px) {
    .cat-hero-title {
      padding-bottom: 0;
      font-size: 80px;
      line-height: 65px; } }
  @media (max-width: 767px) {
    .cat-hero-title {
      padding-right: 20px;
      padding-bottom: 5px;
      padding-left: 20px;
      font-size: 65px;
      line-height: 50px; } }
  @media (max-width: 479px) {
    .cat-hero-title {
      padding-right: 0;
      padding-bottom: 5px;
      padding-left: 0;
      font-size: 40px;
      line-height: 42px; } }

.category-description {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  border-top: 1px solid #d1d1d1;
  color: #242424;
  font-size: 15px;
  line-height: 24px;
  text-align: center; }
  @media (max-width: 991px) {
    .category-description {
      padding-right: 20px;
      padding-left: 20px; } }
  .category-description h1 {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px none #d1d1d1;
    color: #161616;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px; }
  .category-description ul {
    list-style-type: none; }
  .category-description p {
    margin-left: 2.5%;
    margin-right: 2.5%; }

.condition-filters-wrapper {
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding: 0px; }
  @media (min-width: 991px) {
    .condition-filters-wrapper {
      margin-bottom: 20px;
      margin-top: 0;
      padding: 0px; } }

.div-block-5 {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 767px) {
    .div-block-5 {
      flex-direction: row;
      flex-wrap: wrap; } }
  .div-block-5 .condition-column {
    flex-grow: 1;
    position: relative; }
    @media (min-width: 767px) {
      .div-block-5 .condition-column {
        min-width: 25%; } }

.condition-filter-action {
  width: 100%;
  min-height: 20px;
  margin-right: 0px;
  padding: 8px 10px;
  border: 1px none #f3f3f3;
  border-radius: 0px;
  background-color: #f3f3f3;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }
  .condition-filter-action:hover {
    border-width: 1px;
    border-color: #d1d1d1;
    background-color: #fff;
    color: #0265d6; }

.condition-filter-action.is-selected {
  width: 100%;
  min-height: 20px;
  margin-right: 0px;
  padding: 8px 10px;
  border: 1px none #d1d1d1;
  border-radius: 0px;
  background-color: #0265d6;
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 600; }
  .condition-filter-action.is-selected:hover {
    background-color: #0265d6;
    color: #fff; }
  .condition-filter-action.is-selected:after {
    content: "×";
    position: absolute;
    right: 20px;
    font-size: 19px;
    display: inline-block;
    height: 100%;
    top: 0;
    line-height: 35px; }

.product-section-inner {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px; }

.product-top {
  padding-top: 20px;
  background-color: #f3f3f3; }
  @media (max-width: 991px) {
    .product-top {
      margin-right: 30px;
      margin-left: 30px; } }

.product-page-title-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 767px) {
    .product-page-title-container {
      width: 95%; } }

.productview-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-right: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400; }
  .productview-title.product-h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0px 20px;
    border-style: none;
    border-color: #d1d1d1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: transparent;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 767px) {
      .productview-title.product-h1 {
        padding-top: 0px;
        font-size: 24px;
        line-height: 28px; } }
  .productview-title.soft-add {
    margin-bottom: 20px; }

.pdp-columnl {
  position: relative;
  width: 50%;
  float: left; }
  @media (max-width: 991px) {
    .pdp-columnl {
      width: 100%; } }

.pdp-columnr {
  width: 50%;
  padding: 20px;
  float: right;
  border-right: 1px none #d1d1d1;
  border-left: 1px none #d1d1d1;
  background-color: #fff; }
  .pdp-columnr.quickview {
    margin-bottom: 130px; }
  @media (max-width: 991px) {
    .pdp-columnr {
      width: 100%; } }
  @media (max-width: 767px) {
    .pdp-columnr {
      border-top: 1px none #d1d1d1; } }
  @media (max-width: 767px) {
    .pdp-columnr {
      padding-top: 40px;
      padding-right: 10px;
      padding-left: 10px;
      border-top-style: none; } }

.pdp-badge {
  position: absolute;
  z-index: 999;
  display: flex;
  width: 90px;
  height: 90px;
  padding-bottom: 0;
  float: left;
  justify-content: center;
  align-items: center;
  border: 1px solid #0265d6;
  border-radius: 100px;
  background-color: #fff;
  color: #fff;
  font-weight: 700; }

.pdp-badge-inner {
  display: flex;
  width: 85px;
  height: 85px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #0265d6;
  font-size: 18px;
  line-height: 20px; }

.c-productView-images {
  width: 100%;
  margin-bottom: 0;
  padding-right: 30px;
  float: left;
  text-align: center; }
  .c-productView-images.quickview {
    position: absolute;
    padding-right: 0; }
  @media (max-width: 991px) {
    .c-productView-images {
      padding-right: 0; } }

.c-productView-image-wrapper {
  position: relative; }

/* https://brandlabs.basecamphq.com/projects/12871923-mac-of-all-trades-marketing-strategy-retainer/posts/106245299/comments */
.c-productView-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.c-productView-image {
  position: relative;
  display: flex;
  margin-bottom: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .c-productView-image.soft-add-image {
    width: 50%; }
    @media (max-width: 991px) {
      .c-productView-image.soft-add-image {
        width: 100%; } }
  .c-productView-image.quickview {
    position: absolute;
    z-index: -500;
    height: 300px; }
  @media (max-width: 479px) {
    .c-productView-image {
      padding-right: 0;
      padding-left: 0; } }
  .c-productView-image .easyzoom-flyout {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%; }
    .c-productView-image .easyzoom-flyout img {
      max-width: none;
      width: auto;
      cursor: zoom-in; }

.c-productView-thumbnails {
  margin-top: 10px;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  padding-left: 0;
  text-align: center; }
  .c-productView-thumbnails.quickview {
    position: static;
    margin-top: 320px; }

.c-productView-thumbnail {
  display: inline-block;
  width: 90px;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  float: none;
  text-align: center; }
  @media (max-width: 991px) {
    .c-productView-thumbnail {
      width: 25%; } }

.c-productView-thumbnail-link {
  overflow: visible;
  width: auto;
  height: auto;
  padding: 2px;
  border: 1px none #e8e8e8; }
  .c-productView-thumbnail-link:hover {
    border-color: #666; }

.productView-thumbnail-img {
  height: auto; }

.pdp-summary {
  width: 100%;
  margin-bottom: 0;
  padding-right: 30px;
  float: left;
  text-align: center; }
  @media (max-width: 991px) {
    .pdp-summary {
      padding-right: 0; } }

.pdp-summary-mobile {
  display: none;
  clear: both; }
  @media (max-width: 991px) {
    .pdp-summary-mobile {
      display: block;
      margin-top: 0;
      padding-top: 5px;
      clear: both;
      text-align: center; } }

.productpage-price {
  margin-top: 30px;
  margin-bottom: 0px; }

.price {
  font-family: 'Nunito Sans', sans-serif;
  color: #161616; }
  .card-text .price {
    font-size: 19px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .card-text .price {
        font-size: 18px; } }
  .productpage-price .price {
    font-size: 30px;
    font-weight: 700; }

.productview-info-value {
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 15px;
  line-height: 23px; }
  @media (max-width: 991px) {
    .pdp-summary-mobile .productview-info-value {
      margin-bottom: 30px; } }

.small-title {
  font-size: 16px;
  font-weight: 700; }

.pdp-summary-mobile {
  display: none;
  clear: both; }
  @media (max-width: 991px) {
    .pdp-summary-mobile {
      display: block;
      margin-top: 0;
      padding-top: 5px;
      clear: both;
      text-align: center; } }

.c-productView-rating {
  display: inline-block;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 10px;
  border-top: 1px solid #d1d1d1; }
  @media (max-width: 991px) {
    .c-productView-rating {
      width: 100%;
      padding: 25px 10px 15px 20px;
      border-bottom: 1px solid #d1d1d1; } }
  @media (max-width: 767px) {
    .c-productView-rating {
      border-bottom-style: solid;
      border-bottom-color: #d1d1d1; } }
  @media (max-width: 479px) {
    .c-productView-rating {
      padding-right: 5px;
      padding-left: 10px; } }

.product-reviews-title {
  padding-top: 3px;
  padding-right: 0;
  float: left;
  color: #161616;
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 479px) {
    .product-reviews-title {
      font-size: 18px; } }

.review-link-p {
  float: left; }

.productview-reviewlink {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
  padding-top: 4px;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616; }
  @media (max-width: 479px) {
    .productview-reviewlink {
      margin-left: 5px; } }

.review-summary-div {
  display: block;
  text-align: center; }

.review-summary-inner {
  display: inline-block; }

.review-stars {
  padding-bottom: 20px;
  float: none; }
  .review-stars.individual {
    padding-bottom: 10px;
    float: left; }
    @media (max-width: 479px) {
      .review-stars.individual {
        width: 100%; } }
  @media (max-width: 991px) {
    .review-stars {
      margin-right: 20px;
      float: left; } }
  @media (max-width: 479px) {
    .review-stars {
      margin-right: 0;
      padding-bottom: 10px;
      float: none; } }

.stars-text {
  padding-top: 4px;
  padding-left: 10px;
  float: left;
  color: #242424;
  font-size: 13px; }
  @media (max-width: 479px) {
    .stars-text {
      width: 100%;
      padding-left: 0; } }

.pdp-rating-detail {
  width: 80%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto; }

.product-review {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eaeaea; }
  .product-review:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

.review-block {
  display: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  float: left;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-align: center; }
  .review-block.is-open {
    display: block; }

.review-title {
  padding-bottom: 5px;
  color: #242424;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

.review-summary-div {
  display: block;
  text-align: center; }

.review-summary-inner {
  display: inline-block; }

.reviews-prev-next {
  margin-top: 20px; }

.write-review-link {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none; }

.productview {
  display: flex;
  width: 75%;
  float: left; }
  @media (max-width: 991px) {
    .productview {
      width: 100%;
      flex-wrap: wrap; } }

.productview.productpage-productview {
  display: block;
  width: 100%;
  flex-wrap: nowrap; }

.quickview-title {
  display: none;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
  color: #161616;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: left; }
  .quickView .quickview-title {
    display: block; }
  @media (max-width: 991px) {
    .quickview-title {
      width: 80%; } }

.quickview-moredetails {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f3f3f3;
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  font-size: 16px;
  text-align: center; }
  .quickView .quickview-moredetails {
    display: inline-block; }
  .quickview-moredetails:hover {
    background-color: #0265d6;
    color: #fff; }

.c-productView-details {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  float: right;
  clear: right;
  border-bottom: 1px none #e8e8e8; }
  .c-productView-details.quickview {
    width: 50%; }
  .c-productView-details.soft-add-details {
    border-bottom-style: none; }
  @media (max-width: 991px) {
    .c-productView-details {
      width: 100%; } }
  @media (max-width: 767px) {
    .c-productView-details {
      width: 100%;
      float: left;
      text-align: center; } }

.productview-condition {
  margin-top: 10px;
  margin-bottom: 1px;
  color: #242424;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

.productview-freeship {
  margin-bottom: 1px;
  padding-top: 5px;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }
  .productview-freeship .allcaps {
    color: #0265d6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

.productview-includes {
  margin-bottom: 10px;
  color: #242424;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400; }

.productview-info {
  padding-left: 0; }

.productview-sku {
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 5px;
  color: #242424;
  font-size: 14px;
  font-weight: 400; }

.productview-details-link {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 400; }

.conditions-popup {
  position: absolute;
  z-index: 1;
  display: none;
  width: 500px;
  margin-bottom: 10px;
  padding: 5px 5px 20px 20px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.19);
  color: #242424;
  max-width: calc(100% - 20px); }
  .conditions-popup.is-open {
    display: block; }

.conditions-close-btn {
  width: 25px;
  height: 25px;
  float: right;
  background-color: #f3f3f3;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/custom/icon-close-btn.png");
  cursor: pointer; }
  .conditions-close-btn:hover {
    background-color: transparent; }

.conditions-list {
  margin-bottom: 10px; }
  .conditions-list.first {
    padding-top: 15px; }

.productview-select {
  margin-bottom: 10px;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: 0 0 #000000;
  padding-top: 20px;
  border-top: 1px solid #3f3f3f; }

.options-label {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #242424;
  font-size: 27px;
  font-weight: 600; }

.sub-options-label {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #242424;
  font-size: 16px;
  font-weight: 400; }

.options-selection {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  font-size: 16px; }
  .options-selection:hover {
    border-color: #0265d6; }
  .options-selection.selected {
    border-color: #d1d1d1;
    background-color: #f3f3f3;
    font-family: 'Nunito Sans', sans-serif;
    color: #242424;
    font-weight: 400; }
  .options-selection.half {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .options-selection.half.last {
      padding-right: 16px;
      border-left-style: solid;
      text-align: center; }
      @media (max-width: 767px) {
        .options-selection.half.last {
          display: block;
          width: 100%;
          margin-top: 15px;
          border-left-style: solid; } }
      @media (max-width: 479px) {
        .options-selection.half.last {
          display: flex;
          text-align: left; } }
    .options-selection.half.selected {
      border-right-style: none; }
      @media (max-width: 767px) {
        .options-selection.half.selected {
          display: block;
          width: 100%;
          padding-left: 20px;
          text-align: left; } }
  @media (max-width: 991px) {
    .options-selection {
      padding-right: 10px; } }

.options-doublebox {
  display: flex; }
  @media (max-width: 767px) {
    .options-doublebox {
      display: block; } }

.options-text-left {
  float: left;
  font-family: 'Nunito Sans', sans-serif; }
  .options-text-left.half {
    float: none; }
  @media (max-width: 479px) {
    .options-text-left {
      width: 80%; } }

.options-text-right {
  float: right;
  font-family: 'Nunito Sans', sans-serif;
  color: #6b6b6b;
  font-size: 15px; }
  .options-text-right.half {
    width: 32%;
    float: none;
    font-size: 15px; }
    @media (max-width: 767px) {
      .options-text-right.half {
        float: right; } }

.tech-specs {
  display: none; }

.tech-specs-header {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .tech-specs-rows {
    padding-right: 60px; } }

@media (max-width: 767px) {
  .tech-specs-rows {
    padding-right: 20px; } }

@media (max-width: 479px) {
  .tech-specs-rows {
    padding-right: 0; } }

.ts-row {
  padding-bottom: 10px; }

.ts-column-left {
  padding-right: 10px;
  color: #6b6b6b;
  line-height: 28px;
  text-align: right;
  text-transform: none; }

.ts-column-right {
  padding-left: 0;
  color: #fff;
  line-height: 28px; }
  @media (max-width: 479px) {
    .ts-column-right {
      padding-right: 0;
      text-align: center; } }

.pdp-techspecs-item {
  padding-right: 10px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 479px) {
    .pdp-techspecs-item {
      padding-right: 0; } }

.pdp-techspecs-stat {
  padding-left: 20px; }
  .pdp-techspecs-stat p {
    color: #fff; }
    .pdp-techspecs-stat p:first-child {
      margin-top: 0; }
    .pdp-techspecs-stat p:last-child {
      margin-bottom: 0; }
  .pdp-techspecs-stat a {
    color: #fff;
    text-decoration: underline; }
    .pdp-techspecs-stat a:hover {
      color: #0265d6; }
  @media (max-width: 479px) {
    .pdp-techspecs-stat {
      padding-left: 0;
      text-align: center; } }
  @media (max-width: 479px) {
    .pdp-techspecs-stat ul {
      text-align: left; } }

.link-on-dark {
  text-decoration: none; }
  .link-on-dark:hover {
    color: #0265d6;
    text-decoration: underline; }

.pdp-relatedproducts {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .pdp-relatedproducts .w-tab-pane {
    opacity: 0; }
    .pdp-relatedproducts .w-tab-pane.is-active {
      display: block;
      opacity: 1; }

.tabs-menu {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px none #e8e8e8;
  color: #5a4e8e;
  text-align: center; }

.c-tab {
  top: 1px;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 15px; }
  .c-tab:hover {
    background-color: transparent;
    color: #0265d6; }
  @media (max-width: 479px) {
    .c-tab {
      padding-top: 13px;
      border-bottom-width: 1px;
      border-bottom-color: #242424; } }
  .c-tab.is-active {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #e8e8e8 #d1d1d1 #242424 #e8e8e8;
    background-color: #fff;
    font-weight: 700; }
    @media (max-width: 479px) {
      .c-tab.is-active {
        color: #0265d6;
        font-weight: 400; } }

.c-tabs-contents {
  padding: 40px 10px 20px 20px; }

.pdp-sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 10px 15px 50px;
  border-top: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  z-index: 2; }
  @media (max-width: 991px) {
    .pdp-sticky-footer {
      display: none;
      padding-left: 30px; } }

.pdp-sticky-columns {
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .pdp-sticky-columns {
      display: block; } }

.pdp-sticky-columnl {
  display: flex;
  width: 40%;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  clear: both;
  align-items: center; }
  @media (max-width: 991px) {
    .pdp-sticky-columnl {
      width: 100%; } }

.pdp-pay-bar {
  display: block;
  width: 60%;
  float: right;
  clear: none; }
  .pdp-pay-bar.mobile {
    display: none; }
    @media (max-width: 991px) {
      .pdp-pay-bar.mobile {
        display: block;
        width: 100%; } }

.pdp-stickyfootertitle {
  width: 70%;
  padding-right: 20px;
  float: left;
  color: #161616;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: right; }
  @media (max-width: 991px) {
    .pdp-stickyfootertitle {
      width: 80%; } }

.pdp-stickyfooterprice {
  width: 30%;
  padding: 10px 20px;
  float: right;
  border-left: 1px solid #d1d1d1;
  color: #161616;
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  text-align: left; }
  @media (max-width: 991px) {
    .pdp-stickyfooterprice {
      width: 20%;
      padding-left: 20px;
      text-align: right; } }

.footer-free-ship {
  color: #0265d6;
  font-size: 17px;
  font-weight: 400;
  text-transform: lowercase; }

.add-to-cart-button-pdp {
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 1%;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  justify-content: center;
  align-items: center;
  background-color: #0265d6;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-align: center; }
  .add-to-cart-button-pdp:hover {
    background-color: #161616;
    color: #fff; }
  @media (max-width: 991px) {
    .add-to-cart-button-pdp {
      width: 100%;
      margin-right: 0%;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .add-to-cart-button-pdp {
      height: 45px; } }

.add-to-cart-button-pdp.w-button.is-disabled {
  background-color: #ffffff !important; }

.pdp-sticky-paymentoptions {
  display: flex;
  width: 100%;
  padding: 0 10px 0 0;
  float: left;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif; }
  @media (max-width: 991px) {
    .pdp-sticky-paymentoptions {
      width: 100%;
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .pdp-pay-bar.mobile .pdp-sticky-paymentoptions {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .pdp-pay-bar.mobile .pdp-sticky-paymentoptions {
      display: block;
      padding-right: 0; } }

.pdp-payoption-div {
  width: 30%; }
  @media (max-width: 767px) {
    .pdp-pay-bar.mobile .pdp-payoption-div {
      width: 100%;
      text-align: center; } }

.pdp-payment-option-tag {
  margin-right: 0;
  padding: 5px 0px;
  float: none;
  border-right: 1px none #d1d1d1;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  text-align: right; }
  @media (max-width: 767px) {
    .pdp-payment-option-tag {
      text-align: center; } }

.pdp-payoptions-icons {
  display: flex;
  width: 65%;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .pdp-payoptions-icons {
      width: 100%; } }
  @media (max-width: 479px) {
    .pdp-pay-bar.mobile .pdp-payoptions-icons {
      display: block; } }

.pdp-payment-option-img {
  width: 20%;
  height: 50px;
  float: left;
  color: #242424; }
  .pdp-payment-option-img.p-paypal {
    margin-right: 2px;
    padding-right: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/payicons-paypal.png"); }
    @media (max-width: 479px) {
      .pdp-pay-bar.mobile .pdp-payment-option-img.p-paypal {
        width: 100%; } }
  .pdp-payment-option-img.p-apple {
    height: 42px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/payicons-applepay.png"); }
    @media (max-width: 479px) {
      .pdp-pay-bar.mobile .pdp-payment-option-img.p-apple {
        width: 33%;
        margin-top: 4px;
        margin-left: 0; } }
  .pdp-payment-option-img.p-ccs {
    width: 31%;
    margin-left: 10px;
    padding-left: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/payicons-ccs.png"); }
    @media (max-width: 479px) {
      .pdp-pay-bar.mobile .pdp-payment-option-img.p-ccs {
        width: 100%;
        margin-left: 0; } }

.show-product-reviews {
  display: inline; }

/* Start Ticket 1003 */
#omnisend-fb-messenger-plugin-container {
  width: 40%; }

#omnisend-fb-messenger-plugin-text {
  font-size: 10px !important;
  line-height: 14px;
  padding: 5px 15px 0px !important; }

.pdp-sticky-paymentoptions #omnisend-fb-messenger-plugin-container > iframe {
  height: 40px !important;
  max-width: 100%; }

.pdp-payment-option-tag {
  font-size: 14px; }

.pdp-stickyfootertitle {
  font-size: 15px;
  line-height: 18px; }

.footer-free-ship {
  font-size: 14px; }

.pdp-payment-option-img {
  width: 40%; }

.pdp-payment-option-img.p-ccs {
  width: 60%; }

body.pt-product .footer {
  padding-bottom: 70px; }

@media (max-width: 990px) {
  body.pt-product .footer {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  #omnisend-fb-messenger-plugin-container {
    width: 100%; } }

/* End Ticket 1003 */
.cart-freeshipping-message-top {
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #242424;
  font-size: 15px;
  line-height: 25px;
  text-align: center; }
  @media (max-width: 991px) {
    .cart-freeshipping-message-top {
      width: 100%;
      padding-right: 10px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .cart-freeshipping-message-top {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      background-color: #f3f3f3; } }
  @media (max-width: 479px) {
    .cart-freeshipping-message-top {
      padding-right: 0;
      padding-left: 0; } }

.cart-shippingl {
  padding-right: 20px;
  padding-left: 30px;
  float: left;
  text-align: left;
  border-left: 1px solid #d1d1d1;
  background-position: 0px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-image: url("../img/custom/arrow-right-mini.svg"); }
  @media (max-width: 991px) {
    .cart-shippingl {
      width: 80%; } }
  @media (max-width: 767px) {
    .cart-shippingl {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      border-left-style: none;
      background-image: none;
      background-size: auto;
      background-repeat: repeat;
      font-size: 14px;
      line-height: 24px;
      text-align: center; } }
  @media (max-width: 479px) {
    .cart-shippingl {
      padding-right: 20px;
      padding-left: 20px;
      border-left-style: none;
      font-size: 14px;
      line-height: 23px;
      text-align: center; } }

.cart-shippingr {
  width: 12%;
  padding-right: 10px;
  padding-left: 10px;
  float: right; }
  @media (max-width: 991px) {
    .cart-shippingr {
      width: 18%; } }
  @media (max-width: 767px) {
    .cart-shippingr {
      width: 130px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 10px;
      padding-right: 20px;
      padding-left: 20px;
      float: none;
      clear: both; } }
  @media (max-width: 479px) {
    .cart-shippingr {
      margin-right: auto;
      margin-left: auto; } }

.c-cart {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    .c-cart {
      max-width: 100%; } }

.cart-empty {
  margin-top: 23px;
  margin-bottom: 23px;
  text-align: center; }

.c-cart-header {
  padding-right: 1%;
  padding-left: 1%;
  border-bottom: 1px solid #f3f3f3; }
  .c-cart-header.cart-column-total {
    width: 20%; }
  @media (max-width: 767px) {
    .c-cart-header {
      display: none; } }

.c-cart-header-item {
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424; }
  .c-cart-header-item.cart-column-item {
    width: 40%;
    text-align: left; }
  .c-cart-header-item.cart-column-price {
    width: 20%;
    text-align: center; }
  .c-cart-header-item.cart-column-qty {
    width: 20%;
    text-align: center; }
  .c-cart-header-item.cart-column-total {
    width: 20%;
    text-align: right; }

.c-cart-list {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }

.c-cart-item {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  color: #242424; }
  @media (max-width: 991px) {
    .c-cart-item {
      padding-left: 25%;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .c-cart-item {
      padding-left: 0%; } }

.c-cart-item-figure {
  position: relative;
  width: 8%;
  height: auto;
  margin-right: 20px;
  text-align: center; }
  @media (max-width: 991px) {
    .c-cart-item-figure {
      width: 15%;
      margin-left: -33.3333%; } }
  @media (max-width: 767px) {
    .c-cart-item-figure {
      margin-left: 0%; } }

.c-cart-item-image {
  height: auto; }

.c-cart-item-title {
  width: 32%; }
  @media (max-width: 991px) {
    .c-cart-item-title {
      width: 99%; } }
  @media (max-width: 767px) {
    .c-cart-item-title {
      width: 66%; } }

.c-cart-item-name {
  font-size: 15px;
  line-height: 1.3rem;
  margin-top: 0; }

.c-cart-item-name-link {
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none; }
  .c-cart-item-name-link:hover {
    color: #0265d6;
    text-decoration: none; }

.c-cart-item-sku {
  font-size: 12px;
  line-height: 1.3rem; }

.c-cart-item-info {
  width: 20%;
  font-family: Lato, sans-serif;
  text-align: center; }
  .c-cart-item-info.cart-total-column {
    font-family: Lato, sans-serif;
    text-align: right; }
    @media (max-width: 991px) {
      .c-cart-item-info.cart-total-column {
        text-align: left; } }
  @media (max-width: 991px) {
    .c-cart-item-info {
      width: 33.3333%;
      text-align: left; } }
  @media (max-width: 767px) {
    .c-cart-item-info {
      width: 100%; } }

.c-cart-item-label {
  display: none;
  margin-bottom: 0;
  color: #a5a5a5; }
  @media (max-width: 991px) {
    .c-cart-item-label {
      display: block;
      text-align: left; } }
  @media (max-width: 767px) {
    .c-cart-item-label {
      width: 33.3333%;
      padding-right: 10px;
      float: left;
      text-align: right; } }

.c-cart-item-value {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-weight: 700; }

.c-cart-item-option-title {
  font-family: Lato, sans-serif;
  font-weight: 700; }

.c-cart-item-option-description {
  font-family: Lato, sans-serif; }

.c-cart-item-description {
  color: #242424; }
  .c-cart-item-description.soft-add {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .c-cart-item-description {
      padding-bottom: 20px; } }

.c-cart-remove-icon {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  padding: 1px 1px 2px;
  float: right;
  border: 1px none #d1d1d1;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/custom/icon-close-btn.png");
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  font-size: 12px;
  text-align: center;
  text-decoration: none; }
  .c-cart-remove-icon:hover {
    background-color: #e2e2e2; }

.data-cart-totals {
  margin-bottom: 1rem; }

.c-cart-totals {
  width: 41%;
  padding-left: 0px;
  float: right;
  clear: both;
  list-style-type: none; }
  .c-cart-totals button:hover {
    color: #000000; }
  @media (max-width: 991px) {
    .c-cart-totals {
      width: 80%; } }
  @media (max-width: 767px) {
    .c-cart-totals {
      width: 100%; } }
  @media (max-width: 479px) {
    .c-cart-totals {
      padding-right: 10px;
      padding-left: 10px; } }

.c-cart-total {
  border-bottom: 1px solid #f3f3f3; }

.c-cart-total-label {
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424; }

.c-cart-total-value {
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: right;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  text-align: right; }
  .c-cart-total-value.c-cart-total-grandTotal {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700; }

.c-shipping-estimate-show,
.c-shipping-estimate-hide,
.c-coupon-code-add,
.c-coupon-code-cancel,
.c-gift-certificate-add,
.c-gift-certificate-cancel {
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  background-color: #fff; }

.c-form-field.cart-coupon-field {
  width: 78%;
  height: 2.29rem;
  margin-right: 0px;
  padding: 0.5rem;
  float: left; }
  @media (max-width: 479px) {
    .c-form-field.cart-coupon-field {
      width: 100%; } }

.estimator-form-input .form-input,
.estimator-form-input .form-select {
  max-width: 280px; }

.checkout-primary-btn {
  width: 100%;
  min-height: 30px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0265d6;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .checkout-primary-btn:hover {
    background-color: #242424; }
  @media (max-width: 479px) {
    .checkout-primary-btn {
      margin-bottom: 10px;
      padding-bottom: 10px; } }

.checkout-btn-left {
  padding-right: 20px; }

.checkout-btn-right {
  padding-right: 0; }

.checkout-btn-left,
.checkout-btn-right {
  display: inline-block;
  color: #fff; }
  @media (max-width: 479px) {
    .checkout-btn-left,
    .checkout-btn-right {
      margin-bottom: 10px;
      padding-right: 0; } }

.c-cart-additionalCheckoutButtons {
  clear: right;
  margin-top: 10px; }
  .c-cart-additionalCheckoutButtons #google_pay_checkout_or_use {
    display: none !important; }

.cart-additionalbuttons-box {
  display: flex;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
  float: none;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .cart-additionalbuttons-box {
      width: 100%;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .cart-additionalbuttons-box {
      margin-top: 0;
      flex-direction: column; } }
  @media (max-width: 479px) {
    .cart-additionalbuttons-box {
      padding-top: 0; } }
  .cart-additionalbuttons-box .checkout-with-button-pdp {
    width: 34%;
    height: 50px;
    max-width: 90%;
    margin-right: 1%;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #f3f3f3; }
    .cart-additionalbuttons-box .checkout-with-button-pdp:hover {
      background-color: #f3f3f3; }
    .cart-additionalbuttons-box .checkout-with-button-pdp.paypal .pdp-button-invisible iframe {
      transform: scale(2.7) translateY(8px); }
    @media (max-width: 767px) {
      .cart-additionalbuttons-box .checkout-with-button-pdp {
        width: 100%;
        max-width: 100%; } }
  .cart-additionalbuttons-box .zoid-component-frame.zoid-visible {
    height: auto !important; }

/* Affirm app adjustments */
.c-cart .affirm-as-low-as {
  text-align: right; }

.paypalCommerce-buttons-container {
  display: none !important; }

.ApplePayCheckout {
  order: 1; }

.PaypalCommerceContainer {
  order: 2; }

.PaypalCommerceCreditContainer {
  order: 3; }

.PaypalCommerceVenmoContainer {
  order: 4; }

.CheckoutButton {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center; }

.checkout-primary-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.checkout-btn-left,
.checkout-btn-right {
  margin-bottom: 0; }

.checkout-primary-btn {
  padding: 10px; }

.checkout-btn-left {
  padding: 10px; }

.c-breadcrumbs {
  position: relative;
  /* https://philipwalton.com/articles/what-no-one-told-you-about-z-index/ */
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 27px;
  text-align: center; }
  .c-breadcrumbs.category {
    padding-top: 5px;
    color: #fff; }

.c-breadcrumb {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b6b6b; }
  .c-breadcrumb a {
    color: #6b6b6b; }
  .c-breadcrumbs.category .c-breadcrumb {
    color: #fff;
    font-weight: 400; }
    .c-breadcrumbs.category .c-breadcrumb a {
      color: #fff; }
  @media (max-width: 767px) {
    .c-breadcrumb {
      line-height: 1em; } }

.c-breadcrumb-divider {
  padding-right: 5px;
  padding-left: 2px;
  color: #6b6b6b; }
  .c-breadcrumbs.category .c-breadcrumb-divider {
    color: #fff; }
  .c-breadcrumbs.product .c-breadcrumb:last-child .c-breadcrumb-divider {
    display: none; }

.modal {
  /* https://stackoverflow.com/a/35955074 */
  filter: blur(0px); }

.c-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 50;
  width: 30px;
  height: 30px;
  background-color: #e8e8e8;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/custom/icon-close-btn.png");
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
  .c-modal-close:hover {
    color: #969696; }

.category-seals {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 15px;
  background-color: #f3f3f3; }
  @media (max-width: 991px) {
    .category-seals {
      width: 100%;
      padding-top: 5px; } }
  @media (max-width: 479px) {
    .category-seals {
      padding-left: 25px; } }

.category-seals .pdp-seals {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991px) {
  .pdp-seals {
    padding-left: 30px; } }

@media (max-width: 767px) {
  .pdp-seals {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 479px) {
  .category-seals .pdp-seals {
    margin-left: -10px;
    padding-right: 0;
    padding-left: 0; } }

.pdp-seal {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    .pdp-seal {
      display: flex;
      padding-bottom: 0;
      justify-content: flex-start;
      align-items: center; } }
  @media (max-width: 479px) {
    .pdp-seal {
      display: block; } }

.pdp-seals-text {
  padding-top: 5px;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none;
  color: #fff;
  font-size: 17px; }
  .category-seals .pdp-seals-text {
    color: #242424;
    font-size: 15px; }
  @media (min-width: 992px) and (max-width: 1205px) {
    .pdp-seals-text {
      float: none;
      text-align: center; } }
  @media (max-width: 767px) {
    .pdp-seals-text {
      float: none; } }

.pdp-seals-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
  border: 1px none #6b6b6b;
  border-radius: 50px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 992px) and (max-width: 1205px) {
    .pdp-seals-icon {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 479px) {
    .pdp-seals-icon {
      margin-right: 5px; } }

.readgooglereviews {
  color: #0265d6;
  font-size: 14px;
  line-height: 16px; }

.c-sidebarBlock {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 991px) {
    .c-sidebarBlock {
      border-bottom-style: none; } }
  @media (max-width: 479px) {
    .c-sidebarBlock {
      padding-left: 15px; } }

.c-sidebarBlock-heading {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 18px;
  font-weight: 700; }

.c-navList {
  padding-left: 0; }
  @media (max-width: 991px) {
    .c-navList {
      margin-bottom: 5px; } }

.c-navList-item {
  padding-bottom: 10px;
  line-height: 1.25em;
  font-weight: 300; }
  @media (max-width: 991px) {
    .c-navList-item {
      padding-bottom: 15px; } }

.c-navList-action {
  display: block;
  width: 85%;
  padding-left: 0;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  text-decoration: none; }
  .c-navList-action:hover {
    color: #8a8a8a; }
  .c-navList-action.is-active {
    font-weight: 600; }

@media (max-width: 991px) {
  .c-facetedSearch {
    overflow: hidden;
    width: 100%;
    max-height: 55px;
    float: left;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    transition: max-height 300ms ease-out; } }

.c-facetedSearch.is-open {
  max-height: max-content;
  transition: max-height 300ms ease-in; }

.c-facetedSearch-toggle {
  display: none; }
  @media (max-width: 991px) {
    .c-facetedSearch-toggle {
      display: block;
      width: 100%;
      height: 55px;
      padding: 1rem;
      float: left;
      clear: both;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      font-family: 'Nunito Sans', sans-serif;
      color: #989898;
      font-size: 15px; } }

.c-facetedSearch-toggle-text {
  width: 59%;
  float: left;
  line-height: 1.2em; }

.c-toggleLink-text {
  display: inline-block;
  margin-right: 10px; }

.facetedSearch-toggle-indicator--on {
  display: none;
  width: 41%;
  float: left;
  text-align: right; }
  .c-facetedSearch.is-open .facetedSearch-toggle-indicator--on {
    display: inline-block; }

.facetedSearch-toggle-indicator--off {
  display: block;
  width: 41%;
  float: left;
  line-height: 1.2em;
  text-align: right; }
  .c-facetedSearch.is-open .facetedSearch-toggle-indicator--off {
    display: none; }

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

.c-facetedSearch-refineFilters {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 991px) {
    .c-facetedSearch-refineFilters {
      display: none; } }

.c-inlineList {
  margin-bottom: 0; }

.c-inlineList--labels {
  display: inline-block; }

.c-facetLabel {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.1rem 0.72rem 0.1rem 0rem;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  line-height: 1.35em;
  text-decoration: none; }
  .c-facetLabel:hover {
    color: #a5a5a5; }

.facetIcon-close {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0.85rem;
  color: #989898;
  text-align: center; }

.c-facetedSearch-navList {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .c-facetedSearch-navList {
      margin-top: 0rem; } }

.c-accordion-block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 991px) {
    .c-accordion-block {
      border-bottom-style: none; } }

.accordion-navigation-toggleLink {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  clear: both;
  cursor: pointer; }
  @media (max-width: 991px) {
    .accordion-navigation-toggleLink {
      margin-bottom: 0;
      border-top: 1px solid #e8e8e8;
      border-bottom-color: #e8e8e8; } }
  @media (max-width: 479px) {
    .accordion-navigation-toggleLink {
      border-bottom-style: none;
      border-bottom-width: 1px; } }

.c-accordion-title {
  margin-bottom: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer; }
  @media (max-width: 991px) {
    .c-accordion-title {
      margin-bottom: 0;
      padding: 1rem 1rem 8px;
      border-bottom: 1px none #e8e8e8;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .c-accordion-title {
      border-bottom-style: none; } }

.c-accordion-navigation-actions {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 991px) {
    .c-accordion-navigation-actions {
      top: 1.2rem;
      right: 1rem; } }

.facetedSearch-clearLink {
  display: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6; }
  .facetedSearch-clearLink:hover {
    color: #4f4f4f; }

.facetedSearch-on-off-indicators {
  display: none; }
  @media (max-width: 991px) {
    .facetedSearch-on-off-indicators {
      display: block; } }

.icon-accordion-indicator--on {
  display: none;
  color: #989898; }
  .accordion-navigation-toggleLink.is-open .icon-accordion-indicator--on {
    display: block; }

.icon-accordion-indicator--off {
  display: block;
  color: #989898; }
  .accordion-navigation-toggleLink.is-open .icon-accordion-indicator--off {
    display: none; }

.c-accordion-content {
  padding: 0; }
  @media (max-width: 991px) {
    .c-accordion-content {
      padding: 15px 10px 5px; } }

.c-navList {
  padding-left: 0; }
  @media (max-width: 991px) {
    .c-navList {
      margin-bottom: 5px; } }

.c-navList-item {
  padding-bottom: 10px;
  line-height: 1.25em;
  font-weight: 300; }
  @media (max-width: 991px) {
    .c-navList-item {
      padding-bottom: 15px; } }

.c-navList-action--checkbox::before {
  content: "";
  display: block;
  float: left;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer; }

.c-navList-action--checkbox::after {
  content: "";
  display: none;
  float: left;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #027bbf;
  border-radius: 0;
  background-color: #242424;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /* White checkmark with transparent background, 90 x 90 pixels */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAALVBMVEX///////////////////////////////////////////////////////////+g0jAFAAAAD3RSTlMAD8//H49fn9/vL3+/b08Mpm11AAAA10lEQVR42u3Vuw7DIBBE0YW1eTnO/39u6EZWRLVMYWluzylGCEwppZRS6qWl7AdN9pMme2bJs0STvdBkrzTZG0ue8eSTJufEkvtgyV4IcvTmjWss5OjQo2NLyKGhIeM4ZFRCMux/ucbkWUtPGUNHZBiQMXREhg0ZQ0dkVCFHh07Nn33uq/mWoasvit/oviLjT0dZmvFP616zGJqwdj/MSPbXjGSfZiQ7mxFsDE2wMfRGG0OT7GxGsDE0wcbQG20MTbKzba9iaIKNoRn2ZUayqymllFJKvaMfEikKhFJjxS0AAAAASUVORK5CYII=");
  cursor: pointer; }

.c-navList-action--checkbox.is-selected::before {
  display: none; }

.c-navList-action--checkbox.is-selected::after {
  display: block; }

.facetedSearch-priceForm {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.show-all-link {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400; }

.facetedSearch-optionColumns {
  list-style-type: none; }

.c-actionBar {
  margin-bottom: 10px;
  padding-left: 0.5%; }
  @media (max-width: 991px) {
    .c-actionBar {
      margin-top: 1.5rem;
      padding-right: 10px;
      padding-left: 10px; } }

.sort-dropdown {
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 4px; }
  .sort-dropdown:hover {
    border-color: #989898; }
  @media (max-width: 767px) {
    .sort-dropdown {
      display: block; } }

.sort-toggle {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 10px; }
  @media (max-width: 479px) {
    .sort-toggle {
      width: 100%; } }

.sort-icon {
  margin-right: 10px;
  color: #828282; }

.sort-text {
  font-size: 13px; }

.sort-label {
  margin-right: 5px;
  color: #989898; }

.sort-list.w--open {
  border-radius: 6px;
  background-color: #f0f0f0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25); }

.sort-item {
  padding-top: 3px;
  padding-bottom: 3px; }
  .sort-item:hover {
    background-color: #a7a7ad;
    color: #fff; }

.c-productGrid {
  display: flex;
  padding-left: 0;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

.c-product {
  width: 32%;
  margin-right: 0.5%;
  margin-bottom: 0%;
  margin-left: 0.5%;
  padding: 10px;
  border: 1px none #e8e8e8; }
  @media (max-width: 991px) {
    .c-product {
      width: 49%;
      margin-bottom: 0%; } }
  @media (max-width: 767px) {
    .c-product {
      width: 49%; } }
  @media (max-width: 479px) {
    .c-product {
      width: 100%;
      border-bottom: 1px none #dfe8ec; } }

.cat-badge {
  position: absolute;
  z-index: 800;
  display: flex;
  width: 70px;
  height: 70px;
  padding-bottom: 0;
  float: left;
  justify-content: center;
  align-items: center;
  border: 1px solid #0265d6;
  border-radius: 100px;
  background-color: #fff;
  color: #fff;
  font-weight: 700; }

.cat-badge-inner {
  display: flex;
  width: 65px;
  height: 65px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #0265d6;
  font-size: 15px;
  line-height: 18px;
  text-align: center; }

.c-card {
  margin-bottom: 3em;
  padding-right: 0.75em;
  padding-left: 0.75em;
  text-align: center; }

.c-card-figure {
  position: relative;
  background-color: transparent;
  text-align: center; }

.card-image-wrapper {
  min-height: 322px;
  line-height: 322px; }

.c-card-figcaption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  text-align: center;
  transition: opacity 200ms ease 0s;
  cursor: pointer; }
  .c-card-figure:hover .c-card-figcaption {
    display: block;
    opacity: 1; }

.c-card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%); }

.c-button.c-button--small.c-card-figcaption-button {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-color: #d1d1d1;
  background-color: #fff;
  font-size: 15px;
  text-transform: none; }
  .c-button.c-button--small.c-card-figcaption-button:hover {
    border-color: #888;
    background-color: #0265d6;
    color: #fff; }

.c-card-body {
  text-align: center; }

.card-text {
  padding-top: 5px; }

.c-card-title {
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase; }

.card-title-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }
  .card-title-link:hover {
    font-family: 'Nunito Sans', sans-serif;
    color: #0265d6; }
  @media (max-width: 767px) {
    .card-title-link {
      font-size: 16px;
      line-height: 20px; } }

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

.tech-specs-card {
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none; }
  .tech-specs-card li {
    line-height: 1.5em;
    padding: 5px 7px;
    border-bottom: 1px solid #e0e0e0; }
    .tech-specs-card li:last-child {
      border-bottom: 0; }

.c-pagination-list {
  margin-bottom: 1.5rem;
  padding-left: 0;
  text-align: center; }

.c-pagination-item {
  display: inline-block;
  margin-left: 0.36rem; }
  .c-pagination-item.c-pagination-item--next {
    margin-right: 0.35rem;
    float: right; }
  .c-pagination-item.c-pagination-item--previous {
    margin-right: 0.35rem;
    float: left; }

.c-pagination-link {
  padding: 0.28rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: 'Nunito Sans', sans-serif;
  color: #989898;
  font-size: 1em;
  text-decoration: none; }
  .c-pagination-link:hover {
    border-color: #e8e8e8;
    color: #4f4f4f; }
  .c-pagination-link.c-pagination-item--current {
    border: 1px none #027bbf;
    background-color: transparent;
    font-family: 'Nunito Sans', sans-serif;
    color: #242424;
    line-height: 1.25em;
    font-weight: 700; }
  .c-pagination-link.next-link {
    border-style: none;
    border-color: #e8e8e8;
    border-radius: 0;
    background-color: transparent;
    font-family: 'Nunito Sans', sans-serif;
    color: #242424;
    font-size: 15px;
    text-transform: none; }
    .c-pagination-link.next-link:hover {
      background-color: #f3f3f3;
      color: #0265d6; }

.c-pagination-link-previous {
  display: inline-block;
  padding-left: 10px; }

.c-pagination-link-next {
  display: inline-block;
  padding-right: 10px; }

.c-pagination-link-arrow {
  display: inline-block; }
  .c-pagination-link-arrow.fa.fa-angle-right {
    color: #666;
    font-size: 12px; }
  .c-pagination-link-arrow.fa.fa-angle-left {
    color: #666;
    font-size: 12px; }

#cart-preview-dropdown {
  left: unset !important;
  right: 0;
  z-index: 5001; }

#cart-preview-dropdown.dropdown-menu .loadingOverlay {
  background-color: #fff; }
  #cart-preview-dropdown.dropdown-menu .loadingOverlay::before {
    top: calc(50% - 1.5rem); }

.cart-preview {
  padding: 5px 10px;
  right: 0;
  width: 300px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13); }

.cart-preview-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  border-bottom: 1px none #e8e8e8; }

.cart-preview-image {
  width: 30%;
  height: 100px;
  margin-right: 10px;
  text-align: center; }
  .cart-preview-image img {
    height: auto; }

.cart-preview-content {
  width: 66%;
  padding-top: 10px;
  padding-left: 1%; }

.cart-preview-item-link {
  color: #242424;
  font-weight: 300;
  text-decoration: none; }
  .cart-preview-item-link strong {
    font-size: 15px;
    font-weight: 400; }

.cart-preview-item-price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px; }

.cart-preview-action {
  display: block;
  padding-top: 10px;
  clear: both; }

.cart-preview-action-checkout {
  width: 53%;
  margin-right: 2%;
  float: left;
  text-align: center; }

.cart-preview-action-view-cart {
  width: 45%;
  float: left;
  text-align: center; }

.cart-preview-empty-body {
  padding: 3rem;
  text-align: center; }

.c-button.c-button-cart-preview {
  width: 100%;
  padding: 9px 20px;
  border-style: solid;
  border-color: #d1d1d1;
  border-radius: 0;
  background-color: #f3f3f3;
  font-family: 'Nunito Sans', sans-serif;
  color: #0265d6;
  font-size: 14px;
  text-transform: none; }
  .c-button.c-button-cart-preview:hover {
    background-color: #fff; }

.or-use-label {
  display: none; }

.c-previewCart .c-productView {
  display: flex;
  width: 75%;
  float: left; }
  @media (max-width: 991px) {
    .c-previewCart .c-productView {
      width: 100%;
      flex-wrap: wrap; } }

.c-previewCartCheckout {
  width: 25%;
  padding: 1.5rem;
  float: right;
  background-color: #f2f2f2;
  text-align: center; }
  .c-previewCartCheckout-additionalcheckoutbuttons {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }
  .c-previewCartCheckout-subtotal {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .c-previewCartCheckout-price {
    font-size: 28px;
    font-weight: 700; }
  @media (max-width: 991px) {
    .c-previewCartCheckout {
      width: 100%; } }

.c-productView-img-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
  text-align: center; }

.c-productView-price {
  margin-bottom: 1rem;
  color: #242424;
  font-size: 25px;
  font-weight: 700; }

.cart-item-description {
  color: #242424; }
  .cart-item-description.soft-add {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .cart-item-description {
      padding-bottom: 20px; } }

.c-previewCartCheckout-additionalCheckoutButtons {
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .c-previewCartCheckout-additionalCheckoutButtons .CheckoutButtonAmazon {
    margin-bottom: 1rem; }

.checkout-with-button-pdp {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 55px;
  margin-right: 1%;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 6px;
  float: left;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  text-align: center; }
  .checkout-with-button-pdp:hover {
    color: #fff;
    border-color: #0265d6;
    background-color: #fff; }
  @media (max-width: 991px) {
    .checkout-with-button-pdp {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .checkout-with-button-pdp {
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    .checkout-with-button-pdp {
      display: flex;
      height: 70px;
      padding-top: 7px;
      justify-content: center;
      align-items: center; } }
  .checkout-with-button-pdp .pdp-button-invisible {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.001;
    cursor: pointer;
    overflow: hidden; }
  .checkout-with-button-pdp.paypal .pdp-button-invisible .BraintreeContainer {
    transform: scale(1.3); }
  .checkout-with-button-pdp.paypal .pdp-button-invisible iframe {
    transform: scale(2) translateY(8px); }
  .checkout-with-button-pdp.paypal-credit .pdp-button-invisible .BraintreeContainer {
    transform: scale(1.3); }
  .checkout-with-button-pdp.paypal-credit .pdp-button-invisible iframe {
    transform: scale(2) translateY(8px); }
  .checkout-with-button-pdp.applepay .pdp-button-invisible .apple-pay-checkout-button {
    transform: scale(2); }
  .checkout-with-button-pdp.amazon .pdp-button-invisible .amazonpay-button-inner-image {
    transform: scale(2.8); }
  .checkout-with-button-pdp .pdp-button-cols {
    display: inline-block; }
    @media (max-width: 479px) {
      .checkout-with-button-pdp .pdp-button-cols {
        text-align: center; } }
  .checkout-with-button-pdp .pdp-button-left {
    float: left;
    color: #161616; }
  .checkout-with-button-pdp .pdp-button-right {
    float: left;
    background-position: 0px 0px;
    background-size: 125px;
    color: #fff; }
    @media (max-width: 479px) {
      .checkout-with-button-pdp .pdp-button-right {
        display: inline-block;
        float: left; } }
  .checkout-with-button-pdp.paypal .pdp-button-right {
    width: 65px;
    height: 18px;
    margin-top: 2px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/logo-payment-paypal.png"); }
  .checkout-with-button-pdp.paypal-credit .pdp-button-right {
    width: 81px;
    height: 41px;
    margin-top: -8px;
    margin-left: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/logo-payment-paypal-credit.png"); }
  .checkout-with-button-pdp.applepay .pdp-button-right {
    width: 65px;
    height: 18px;
    margin-top: 2px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/logo-payment-applepay.png"); }
  .checkout-with-button-pdp.amazon .pdp-button-right {
    width: 70px;
    height: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/custom/logo-payment-amazon.png"); }

.c-button.soft-add-button {
  display: block;
  color: #0265d6;
  font-size: 15px;
  text-transform: none; }
  .c-button.soft-add-button:hover {
    background-color: #fff; }

.c-button.c-button--primary.soft-add-button {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: none; }
  .c-button.c-button--primary.soft-add-button:hover {
    background-color: #242424; }

.sold-out-container {
  text-align: center; }
  @media (max-width: 991px) {
    .sold-out-container {
      padding-top: 75px;
      padding-bottom: 75px; } }

.sold-out-title {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
  color: #242424;
  font-size: 40px;
  line-height: 44px; }
  @media (max-width: 991px) {
    .sold-out-title {
      margin-bottom: 20px;
      padding-right: 75px;
      padding-left: 75px; } }
  @media (max-width: 767px) {
    .sold-out-title {
      margin-bottom: 0px;
      padding-right: 25px;
      padding-bottom: 20px;
      padding-left: 25px;
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 479px) {
    .sold-out-title {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 36px;
      line-height: 36px; } }

.sold-out-subtitle {
  margin-bottom: 15px;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
  line-height: 39px;
  color: #242424;
  font-size: 30px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .sold-out-subtitle {
      margin-bottom: 15px;
      padding-right: 75px;
      padding-left: 75px; } }
  @media (max-width: 767px) {
    .sold-out-subtitle {
      margin-bottom: 0px;
      padding-right: 25px;
      padding-bottom: 20px;
      padding-left: 25px;
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 479px) {
    .sold-out-subtitle {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 24px;
      line-height: 30px; } }

.join-newsletter-container {
  margin-top: 40px;
  padding-left: 150px;
  padding-right: 150px; }
  @media (max-width: 991px) {
    .join-newsletter-container {
      padding-right: 100px;
      padding-left: 100px; } }
  @media (max-width: 767px) {
    .join-newsletter-container {
      padding-right: 75px;
      padding-left: 75px; } }
  @media (max-width: 479px) {
    .join-newsletter-container {
      margin-top: 20px;
      padding-right: 20px;
      padding-left: 20px; } }

.join-newsletter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 2px 2px 20px;
  border: 2px solid #242424;
  text-align: left;
  font-size: 18px;
  color: #6b6b6b; }
  @media (max-width: 479px) {
    .join-newsletter-box {
      flex-direction: column;
      padding-left: 2px; } }

.newsletter-input {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 300;
  outline: none; }
  @media (max-width: 479px) {
    .newsletter-input {
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center; } }

.join-newsletter-button {
  padding: 10px 20px;
  color: #f3f3f3;
  background-color: #0265d6; }
  @media (max-width: 479px) {
    .join-newsletter-button {
      width: 100%; } }

.product-sold-out-container {
  display: none; }
  .product-sold-out-container.show {
    display: block; }

/*start ticket 1006(08-08-19)*/
p.productview-info-value span:nth-child(3) {
  display: none; }

.c-card-body span .tech-specs-card li:nth-child(1) {
  display: none; }

/*end ticket 1006(08-08-19)*/
.pdp-payment-option-img.p-ccs {
  background-image: url(https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/original/image-manager/payicons-ccs-1-klarna.png) !important; }

.pdp-payoptions-icons {
  width: 48%; }

.pdp-payoption-div {
  width: 30%; }

.pdp-payment-option-img.p-ccs {
  width: 100%; }

.klarna-placement {
  display: block;
  text-align: center; }

.main-content-area.techspecs {
  padding-bottom: 0; }

@media (min-width: 990px) and (max-width: 1199px) {
  body .navpages-list {
    padding-left: 0; }
  .cart-freeshipping-message-top {
    padding-left: 15px; }
  body .header-search-cart-container {
    display: flex;
    flex-direction: row-reverse; }
  body .navpages-nodropdown {
    font-size: 13px;
    padding: 22px 10px 10px; }
  body .header-col3 {
    width: 30%; }
  body .header-col2 {
    width: 70%; }
  body .nav-user-item-cart {
    margin-right: 0; }
  body .nav-user-item-cart,
  body .nav-user-item-cart:hover {
    padding: 10px 0 10px 40px;
    background-position: 10px 50%; }
  .pt-product .product-top .breadcrumbs.breadcrumbs--desktop {
    display: block !important; }
  .pt-product .product-top .breadcrumbs.breadcrumbs--mobile {
    display: none !important; }
  body .product-top .product-section-inner {
    padding-top: 0; }
  body .pdp-stickyfooterprice {
    font-size: 22px; }
  body .pdp-stickyfooterprice {
    padding: 15px 15px; }
  body .pdp-stickyfootertitle {
    width: 250px; }
  body .pdp-sticky-columnl {
    width: 380px;
    float: left;
    margin: 10px 0 0; }
  body .c-productView-details .form-field--increments {
    bottom: 32px;
    right: auto;
    left: 400px; }
  body .pdp-pay-bar {
    width: calc(100% - 500px);
    margin-left: 0; }
  body .pdp-sticky-columns {
    display: inline-block; }
  body .footer-badge-holder a, body .footer-copyright {
    margin: 0 5px; }
  body .footer .w-col-4 {
    width: 200px; }
  body .footer .w-col-8 {
    width: calc(100% - 200px); }
  body .footer-links-div .w-col-3 {
    width: auto;
    margin: 0;
    max-width: 27%;
    padding: 0 20px 0 15px; }
  body #faq .product-section-inner {
    padding-bottom: 20px; }
  body #product-page-alternatives2 h2 {
    margin: 20px 0 10px; } }

@media (max-width: 990px) {
  body.pt-product {
    padding-top: 150px !important; }
  .header-search-container.mobile {
    width: 100%;
    max-width: 100%; }
  .productview-condition,
  .productview-sku {
    text-align: left; }
  #faq .product-section-inner {
    padding-bottom: 20px; }
  #product-page-alternatives2 h2 {
    margin: 20px 0 10px; }
  html body:not(.template-homepage) {
    padding-top: 130px; } }

@media (max-width: 479px) {
  body.pt-product {
    padding-top: 140px !important; }
  .pdp-techspecs-stat p,
  .pdp-techspecs-stat {
    text-align: left !important; } }

.navPages-action[href$="/sitewide-banners/"] {
  display: none; }

iframe {
  max-width: 100%; }

/* Start Ticket 1004 */
.cat-badge {
  z-index: 1; }

/* End Ticket 1004 */
.pdp-payment-option-tag {
  font-size: 13px; }

.pdp-pay-bar {
  width: 50%;
  display: flex;
  flex-flow: column;
  margin-left: calc(100% - 90%); }

.c-productView-details .form-field--increments {
  position: fixed;
  bottom: 23px;
  right: calc(100% - 50%);
  z-index: 100;
  margin: 0; }

.c-productView-details .form-field--increments label {
  color: #000;
  text-align: center;
  font-size: 16px; }

.c-productView-details .form-field--increments button {
  padding: 3px;
  border-radius: 0; }

.c-productView-details .form-field--increments input {
  height: 26px;
  border-radius: 0;
  background: transparent;
  color: #000; }

.quickView .c-productView-details .form-field--increments {
  bottom: 23px; }

.add-to-cart-button-pdp.w-button {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  font-size: 16px;
  line-height: 40px; }

.pdp-sticky-footer {
  padding: 5px 10px 5px 50px; }

.page-header-container.rap_title .page-header-title {
  margin-bottom: 0;
  padding-bottom: 10px; }

.page-header-container.rap-content {
  padding-top: 0; }

[data-condition-item="Factory Refurbished"] {
  order: 1; }

[data-condition-item="Excellent"] {
  order: 2; }

[data-condition-item="Very Good"] {
  order: 3; }

[data-condition-item="Good"] {
  order: 4; }

/* Start Ticket 10016 */
div[data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option, div[data-product-option-change] .form-field[data-product-attribute="swatch"] .form-option {
  line-height: normal; }

/* End Ticket 10016 */
/* End Ticket 10017 */
.cert-refurb-bullets-section .cert-refurb-icons-div .cert-refurb-bullets-light {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

/* End Ticket 10017 */
@media only screen and (max-width: 990px) {
  .c-facetedSearch-toggle,
  .c-facetedSearch-navList {
    display: none; }
  .c-facetedSearch-toggle[aria-controls="facetedSearch"],
  .c-facetedSearch-toggle.is-open[aria-controls="facetedSearch"] + .c-facetedSearch-navList {
    display: block; } }

@media only screen and (max-width: 1199px) {
  .pdp-sticky-columnl {
    width: 20%; }
  .pdp-pay-bar {
    width: 40%;
    flex-flow: column;
    margin-left: calc(100% - 76%); } }

@media only screen and (max-width: 990px) {
  .c-productView-details .form-field--increments {
    text-align: center;
    position: static; }
  .buyamacsellamac .buysell-bold {
    font-size: 24px; }
  .buyamacsellamac .buysell-reg {
    font-size: 15px; }
  /* Start Ticket 10018 */
  .homepage-container .hp-certified-refurb {
    z-index: 1; }
  /* End Ticket 10018 */ }

@media only screen and (max-width: 767px) {
  .buyamacsellamac .buysell-bold {
    line-height: normal; }
  .buyamacsellamac .buysell-reg {
    margin: 6px auto 0;
    line-height: normal; }
  .buyamacsellamac .buysell-text-box {
    padding: 0; } }

@media only screen and (max-width: 480px) {
  .c-facetedSearch-toggle {
    height: 45px; }
  .c-facetedSearch {
    max-height: 45px; }
  .buyamacsellamac .buysell-bold {
    font-size: 18px; }
  .buyamacsellamac .buysell-reg {
    margin: 0 auto;
    font-size: 12px; } }

/**/
.sticky_active .banners {
  top: -46px;
  position: relative;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease; }

.banners, .header {
  top: 0px;
  position: relative;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  z-index: 99; }

.div-block-5 .condition-column {
  min-width: auto; }

.category-description p[dir="ltr"] {
  text-align: left; }

.category-description ul p[dir="ltr"] {
  text-align: center; }

.cat-hero-title {
  padding: 0;
  line-height: 90px; }

.c-breadcrumbs.category {
  padding-top: 0; }

.cat-hero-title {
  padding: 0 0 15px; }

.cat-hero-text {
  padding: 50px; }

.card-title-link {
  font-size: 14px; }

.c-card {
  margin-bottom: 1.5em; }

.pdp-sticky-footer {
  padding: 5px 10px; }

.pdp-stickyfooterprice {
  width: 50%; }

.body.pt-product {
  padding-bottom: 37px; }

.pdp-sticky-footer {
  min-height: 0px; }

.price-section.non-sale-price--withoutTax {
  font-size: 0; }

.price-now-label {
  display: none; }

.price-section.non-sale-price--withoutTax .price {
  font-size: 14px; }

.pdp-pay-bar {
  width: 47%;
  margin-left: calc(100% - 87%); }

.c-productView-rating {
  border-bottom: 0; }

.product-section-inner {
  padding-top: 0px; }

body .cert-refurb-bullets-section .cert-refurb-bullet {
  background-position: 0; }

.pt-blog .breadcrumbs {
  margin: 15px 0 0;
  padding: 0; }

h1.page-heading {
  margin-left: 0;
  text-align: center; }

.cat-hero-title br {
  display: none; }

.login-form.form.form-secondary .form-secondary-required {
  display: none; }

.form-actions a.forgot-password, .login-form.form.form-secondary .button--primary {
  vertical-align: middle; }

.header-container {
  z-index: 999; }

ul.breadcrumbs {
  padding-left: 0; }

@media only screen and (min-width: 991px) {
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; }
  body {
    padding-top: 153px; }
  header.header.header_fixed {
    top: -41px;
    position: relative;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; }
  .header-main-container {
    padding: 12px 15px 5px; }
  body {
    padding-top: 106px; } }

@media only screen and (max-width: 1199px) {
  .c-button.c-button--primary.soft-add-button, .c-button.soft-add-button {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0; }
  .product-section-inner {
    padding-top: 20px; }
  .navpages-container {
    margin-left: 0; }
  .navpages-list {
    padding-left: 20px; }
  .navpages-nodropdown {
    font-size: 14px;
    padding: 22px 12px 10px; }
  .nav-user-item-cart {
    margin-right: 15px; }
  .hp-gridbox-btn-arrow {
    margin: 3px 0 0 -5px; }
  .hp-gridbox {
    padding: 10px 0px 0 26px; }
  .hp-gridbox.rowof4 {
    padding: 8px 4px 0 10px; }
  .hp-callouts-column-left, .hp-callouts-column-right {
    padding: 50px 40px;
    background-position: top; }
  .hp-callouts-title, .hp-callouts-description-text {
    margin-bottom: 10px; }
  .hp-callout-btn {
    margin-top: 5px; }
  .hp-callouts-white-box {
    padding: 20px; }
  .footer-links-div .w-col-3 {
    width: auto;
    margin: 0 26px 0 18px;
    max-width: 22%; }
  .footer-social-item {
    text-align: center; }
  .footer-social-row.w-row {
    margin: 30px auto 10px;
    max-width: 250px;
    float: none; }
  .footer-colr {
    padding-top: 12px;
    padding-left: 20px; }
  .footer .w-form {
    margin: 0 auto 15px;
    max-width: 230px;
    float: none; }
  .footer .w-col-4 {
    width: 28%; }
  .footer .w-col-8 {
    width: 72%; }
  .footer-copyright {
    width: auto;
    padding: 0; }
  .copyright-p {
    margin: 0; }
  .footer-badge-holder {
    padding: 0 5px; }
  .footer-badge-holder a, .footer-copyright {
    margin: 0 14px; }
  .footer-badges {
    margin-top: 0; }
  .dropdown-column {
    padding: 28px 40px; }
  .dropdown-image.ipads + .dropdown-links .dropdown-column {
    padding: 43px 25px; }
  .dropdown-column.laptops, .dropdown-screensize-inner {
    padding: 0; }
  .dropdown-screensize-column {
    float: none;
    height: auto;
    padding: 0; }
  .dropdown-screensize-arrow {
    float: none;
    margin-top: 0;
    margin-left: 5px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle; }
  .dropdown-screensize, .dropdown-screensize-linkblock {
    float: none;
    line-height: normal;
    display: inline-block;
    vertical-align: middle; }
  .dropdown-screensize-options {
    line-height: 0; }
  .dropdown-screensize {
    line-height: normal;
    float: none;
    line-height: normal;
    display: inline-block;
    vertical-align: middle; }
  .dropdown-links.laptop + .dropdown-screensize-column .dropdown-screensize-inner {
    line-height: normal;
    padding: 12px 0 8px; }
  .dropdown-column.laptops {
    padding: 0; }
  .dropdown-screensize-linkblock {
    line-height: normal; }
  .dropdown-screensize-label {
    line-height: normal; }
  .dropdown-links.laptop + .dropdown-screensize-column {
    display: inline-block;
    float: none;
    height: auto;
    padding: 0; }
  .dropdown-image-text {
    font-size: 29px; }
  .dropdown-column.iphones {
    padding: 0 30px; }
  .cat-hero-text {
    padding: 0px; }
  .c-page-content {
    width: 75%; }
  .c-page-sidebar {
    width: 25%; }
  .sold-out-subtitle {
    font-size: 24px;
    line-height: 29px; }
  .pdp-payoption-div {
    width: 35%; }
  .pdp-payoptions-icons {
    width: 65%; }
  .pdp-sticky-columnl {
    width: 50%; }
  .pdp-sticky-footer {
    padding: 12px 15px;
    min-height: 125px; }
  .pdp-pay-bar {
    margin-left: 10%;
    width: 50%; }
  .body.pt-product {
    padding-bottom: 56px; }
  .pdp-stickyfootertitle {
    font-size: 14px; }
  .price-section.non-sale-price--withoutTax {
    margin-bottom: 0; }
  .c-cart .cart-additionalbuttons-box {
    padding-bottom: 0; }
  .blog .blog-post-body {
    width: 72%; }
  .page .cat-hero-title.school-apple-buyers {
    padding: 0;
    font-size: 55px; }
  .page .cat-hero-text.school-apple-buyers {
    padding-top: 0;
    padding-bottom: 50px; }
  .school-content-text-holder.right, .school-content-text-holder.left {
    width: 45%; }
  .hp-callouts-inner {
    padding-left: 20px;
    padding-right: 20px; }
  .hp-callouts-title {
    font-size: 38px; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    max-width: 100%; }
  .estimator-form-input {
    margin-left: 20px; }
  .category-description {
    padding-left: 20px;
    padding-right: 20px; }
  .c-button.c-button--primary.cart-coupon-button {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 990px) {
  header.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    z-index: 999; }
  header.header.header_fixed {
    top: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; }
  .sticky_active .banners {
    left: 0;
    right: 0;
    top: -46px;
    position: fixed;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; }
  .banners {
    left: 0;
    right: 0;
    top: 0px;
    position: relative;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    padding: 13px 0; }
  body {
    padding-top: 118px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease; }
  .hp-titles br {
    display: none; }
  .hp-gridbox-btn-arrow {
    margin: 3px 0 0 0px; }
  .hero-title {
    font-size: 50px; }
  .hero-button {
    padding: 15px 18px 12px; }
  .hp-section-grid-boxes > .hp-gridbox.rowof4.blk:first-child {
    border: 0; }
  .hp-titles {
    font-size: 35px;
    line-height: 36px; }
  .footer-links-div .w-col-3 {
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .footer-info-heading.footer-menu-title {
    margin-bottom: 0;
    padding: 5px 0 3px; }
  .footer .w-col-8, .footer .w-col-4 {
    width: 100%; }
  .footer-social-row {
    margin-top: 0; }
  .footer-badges {
    margin-bottom: 0; }
  .footer-copyright {
    margin: 10px 0 0; }
  .footer-social-row.w-row {
    margin: 0 auto 10px; }
  .footer-content-area {
    margin-top: 0; }
  .buyamacsellamac {
    padding: 15px 0; }
  .hp-section-btn {
    padding: 6px 20px 5px; }
  .c-page-content, .c-page-sidebar {
    width: 100%; }
  .c-page-sidebar {
    padding-right: 7px;
    padding-left: 7px; }
  .c-facetedSearch-toggle {
    padding: 18px 1rem; }
  .c-accordion-block, .c-form-field.c-form-input--small.w-input.no-spin {
    margin-bottom: 0; }
  .c-accordion-title {
    padding: 15px 1rem 4px; }
  .body.pt-product {
    padding-bottom: 0; }
  .product-section-inner {
    padding-top: 0; }
  .main-content-area.seals {
    padding-top: 0;
    padding-bottom: 10px; }
  .w-col.w-col-3.w-col-medium-6.w-col-small-6 {
    padding: 10px; }
  .pdp-seals {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 0 33px; }
  .c-productView-details .form-field--increments {
    margin-bottom: 20px; }
  #previewModal .productGrid, #previewModal .productGrid .product {
    padding: 0; }
  #previewModal .card-image-wrapper {
    min-height: 150px;
    line-height: 150px; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    max-width: 100%;
    width: 100%; }
  .main-content-area-inner {
    padding-top: 0; }
  .main-content-area-inner {
    padding-top: 20px; }
  body .cert-refurb-bullets-section .cert-refurb-bullet {
    padding: 10px 0 10px 60px;
    font-size: 15px; }
  .cert-refurb-icon-heading {
    font-size: 25px;
    line-height: 30px; }
  .cert-refurb-icon-item {
    margin: 0 0 30px; }
  body .cert-refurb-bullets-section .cert-refurb-bullet {
    font-size: 15px; }
  body .cert-refurb-full-photo-section .cert-refurb-photo-description {
    padding: 20px 15px; }
  .blog .blog-post-body {
    width: 100%;
    padding: 0 15px; }
  .page .cat-hero-title.school-apple-buyers {
    line-height: normal;
    font-size: 45px;
    margin: 0; }
  .page .cat-hero-text.school-apple-buyers {
    padding-top: 10px;
    padding-bottom: 40px; }
  .schools-page-bottom {
    padding: 40px 5px; }
  .schools-subhead.white {
    font-size: 33px;
    line-height: 40px; }
  main.page .column1 > ul, #articlecontent > ul {
    padding-left: 0; }
  #articlecontent, main.page #articlecontent .column1 {
    width: 100%; }
  body {
    padding-top: 176px; }
  div.mobile-search--wrapper {
    display: block; }
  .homepage-promotion-wide {
    width: 100% !important; }
  .c-cart-item-label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px; }
  .c-cart-list .c-cart-item-info .w-form,
  .c-cart-list .c-cart-item-info .c-cart-item-value,
  .c-cart-list .c-cart-item-info .c-button.c-button--icon,
  .c-cart-list .c-cart-item-info .c-form-input.c-form-input--incrementTotal {
    margin-bottom: 0; }
  .c-cart-totals {
    width: 100%; }
  .c-cart-total-label {
    width: 50%;
    text-align: left;
    padding-left: 0; }
  .c-cart-total-value {
    width: 50%;
    text-align: right;
    padding-right: 0; }
  .c-cart-total-value .c-coupon-code-add,
  .c-cart-total-value .c-shipping-estimate-show,
  .c-cart-total-value .c-shipping-estimate-hide,
  .c-cart-total-value .c-coupon-code-cancel {
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .c-cart-list .c-cart-item-info {
    margin-bottom: 10px; }
  .footer-badge {
    margin-bottom: 0; }
  .footer-badge-holder a, .footer-copyright {
    margin: 0;
    width: auto;
    float: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .footer-badge.bbb, .footer-badge {
    margin-right: 0; }
  .footer-badges img {
    padding: 1px 9px; }
  .footer-copyright {
    margin-top: 10px; }
  .hero-title {
    font-size: 35px;
    padding: 0; }
  .hero-btn-arrow {
    border-radius: 100%;
    margin-left: 5px; }
  .hero-btn-text {
    font-size: 13px; }
  .hero-button {
    padding: 10px 3px; }
  .hp-certified-refurb {
    width: 100px; }
  .hp-titles {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px; }
  .hero-greybox {
    padding: 20px; }
  .hp-description-text {
    margin-bottom: 10px; }
  .hp-gridbox-title-link {
    margin-top: 0; }
  .hp-gridbox {
    padding: 10px 0px; }
  .hp-gridbox-btn-text {
    margin-top: 10px; }
  .hp-section-grid-boxes > .hp-gridbox.rowof4.blk:first-child, .hp-gridbox.blk.rowof4.last {
    border-bottom: 1px solid #d1d1d1; }
  .hp-gridbox.rowof4 {
    padding: 10px 0; }
  .hp-column-text {
    padding: 40px 15px 10px 15px; }
  .hp-gridbox.blk.first {
    padding: 10px 0; }
  .hp-section.grey .hp-gridbox.rowof4.blk.first {
    border-bottom: 0px; }
  .hp-callouts-description-text {
    font-size: 19px; }
  .hp-column-text.zebra, .hp-column-text.zebra {
    padding: 20px 15px 10px; }
  .hp-titles {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px; }
  .hp-callouts {
    margin-bottom: 0; }
  .sold-out-subtitle {
    font-size: 22px; }
  .sold-out-title {
    padding-bottom: 0;
    font-size: 30px; }
  .w-col-small-6 {
    width: 100%; }
  .pdp-seals {
    max-width: 290px;
    padding: 0; }
  .product-top {
    margin-right: 15px;
    margin-left: 15px; }
  .productview-title.product-h1 {
    font-size: 20px; }
  .productOptions-list {
    padding-left: 0px; }
  .productOptions-list-item {
    padding: 1.5rem 10px; }
  .productOptions-list-item-content {
    padding-left: 14px; }
  .form-radio + .form-label {
    font-size: 14px; }
  .form-radio + .form-label:before {
    top: 50%;
    transform: translateY(-50%); }
  .form-checkbox:checked + .form-label:after, .form-radio:checked + .form-label:after {
    transform: translateY(-50%) scale(1);
    top: 50%; }
  .main-content-area.techspecs {
    padding-bottom: 20px; }
  .tech-specs-header {
    font-size: 23px;
    margin: 15px 0; }
  .productview-title.soft-add {
    font-size: 19px;
    padding: 0; }
  .pdp-pay-bar.mobile .pdp-payoption-div {
    width: auto;
    display: inline-block; }
  .c-productView .pdp-pay-bar.mobile .pdp-payment-option-img.p-ccs {
    width: 150px; }
  .pdp-pay-bar.mobile .pdp-payoptions-icons {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; }
  .pdp-pay-bar.mobile .pdp-payment-option-img.p-paypal {
    width: 100px; }
  .c-productView .c-container {
    padding-right: 0;
    padding-left: 0; }
  .product-section-inner .pdp-columnr {
    padding-bottom: 0; }
  .swal2-buttonswrapper .button + .button {
    margin-left: 0.78571rem; }
  body #aboutus_header_inner h2 {
    font-size: 36px;
    line-height: 40px; }
  body #aboutus_page_wrapper {
    padding: 10px 10px 20px; }
  body #aboutus_page_wrapper p {
    padding-right: 0; }
  body .cert-refurb-bullets-section .cert-refurb-bullet {
    font-size: 17px; }
  .blog .addthis_toolbox, .blog + .blog {
    margin-top: 1rem; }
  .blog + .blog {
    padding-top: 2rem; }
  .cat-hero-title {
    font-size: 30px; }
  .page .school-apple-buyers-div {
    padding: 50px 20px; }
  .page .schools-page-bottom {
    padding: 20px 0px 30px; }
  .page .cat-hero-title.school-apple-buyers {
    font-size: 30px; }
  .page .school-apple-buyers-div {
    padding: 50px 15px; }
  main.page .column1 ul, #articlecontent ul {
    padding-left: 10px; } }

@media only screen and (max-width: 479px) {
  .hp-callouts-column-left, .hp-callouts-column-right {
    padding: 0; }
  .banners[data-banner-location="top"] span {
    font-size: 12px; }
  body {
    padding-top: 165px; }
  .hp-certified-refurb {
    width: 70px;
    margin: 10px auto 0;
    padding: 0; }
  .hero-title {
    font-size: 25px; }
  .hero-subtitle {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px; }
  .hero-main-cta {
    padding: 11px 0 10px;
    margin-top: 15px; }
  .hero-greybox {
    padding: 10px; }
  .hp-gridbox-title-link {
    font-size: 17px;
    line-height: 17px; }
  .hp-gridbox-btn-text.desktop, .hp-gridbox-btn-text {
    margin-top: 5px; }
  .hp-callouts-description-text {
    font-size: 15px; }
  .hp-callouts-title {
    margin-bottom: 0; }
  .hp-titles {
    font-size: 16px;
    line-height: 25px; }
  .footer-badge-holder a {
    margin: 0 20px 10px; }
  .footer-badge-holder a.footer-link {
    margin: 5px 0; }
  .copyright-p {
    max-width: 250px; }
  .c-facetedSearch.is-open {
    width: auto;
    float: none;
    vertical-align: middle;
    margin: 0px; }
  .c-facetedSearch-toggle-text {
    width: calc(100% - 78px);
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 12px; }
  .facetedSearch-toggle-indicator--off {
    display: inline-block;
    width: auto;
    float: none;
    margin: auto;
    vertical-align: middle; }
  .facetedSearch-toggle-indicator--on {
    float: none;
    margin: auto;
    vertical-align: middle;
    width: auto; }
  .c-facetedSearch-toggle {
    font-size: 12px;
    padding: 10px 7px; }
  .c-toggleLink-text {
    margin-right: 0; }
  .category-seals {
    padding: 10px 15px; }
  .category-seals .pdp-seals {
    margin: 0 auto;
    max-width: 271px;
    padding: 0; }
  .sold-out-title {
    font-size: 25px;
    padding-bottom: 10px; }
  .sold-out-subtitle {
    font-size: 16px;
    line-height: 20px; }
  .pdp-seals {
    max-width: 271px; }
  .pdp-seals-icon {
    margin-right: 15px; }
  .pdp-seals-text {
    font-size: 16px; }
  .productview-title.product-h1 {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 0 25px; }
  .product-section-inner .pdp-columnr, .c-productView-rating {
    padding: 10px 5px; }
  .productOptions-list-item {
    padding: 1.5rem 16px; }
  .product-section-inner .w-col .w-col {
    text-align: left; }
  .ts-column-left {
    padding: 0 25px 0 0; }
  .pdp-techspecs-stat p {
    text-align: left; }
  .c-card {
    margin-bottom: 0; }
  #previewModal .modal-body {
    padding: 1.5rem 15px; }
  .productview-title.soft-add {
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    margin: 10px 0; }
  .pdp-pay-bar.mobile .pdp-payoption-div {
    width: 100%; }
  .pdp-pay-bar.mobile .pdp-payoptions-icons {
    display: block; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    max-width: 100%; }
  .estimator-form-input {
    margin-left: 0; }
  .estimator-form-label {
    margin: 6px 0 0; }
  .swal2-modal .swal2-content {
    font-size: 14px; }
  body #aboutus_header_inner h2 {
    font-size: 30px;
    line-height: 35px; }
  body #aboutus_footer_inner h4 {
    font-size: 20px; }
  .cert-refurb-hero-container .refurb-breadcrumbs-item {
    line-height: 20px; }
  .cert-refurb-hero-container .hero-text {
    line-height: 25px; }
  .cert-refurb-icon-container {
    padding: 20px 15px; }
  body .cert-refurb-icon-heading {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 20px; }
  body .cert-refurb-photo-description .description-heading {
    line-height: 30px;
    font-size: 30px; }
  .blog-title {
    font-size: 20px;
    margin: 0;
    line-height: 25px; }
  h1.page-heading {
    font-size: 25px; }
  .page .cat-hero-title.school-apple-buyers, .page .schools-subhead.white {
    padding-top: 0;
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 10px; }
  .page #article_heading {
    font-size: 16px; }
  body {
    padding-top: 164px; } }

@media only screen and (max-width: 350px) {
  .footer-badge-holder a {
    margin: 0 10px 10px; } }

/**********/
/* Start Development */
.maintenanceNotice {
  display: none !important; }

.account .button, .account .button:active, .account .button:focus {
  font-family: "Nunito Sans",sans-serif;
  color: #fff;
  background: #0265d6;
  font-weight: 700;
  border: 0;
  border-radius: 0; }

.account .button:hover {
  background: #161616;
  color: #fff;
  border: 0; }

.quote_tab {
  width: 100%; }

.QuoteList_heading {
  margin: 0 0 30px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000000; }

.QuoteContent_table {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  clear: left;
  max-width: 100%; }
  .QuoteContent_table thead tr th {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-align: center; }
    .QuoteContent_table thead tr th:first-child {
      text-align: left; }
  .QuoteContent_table tbody td {
    font-size: 14px;
    color: #000000;
    text-align: center; }
    .QuoteContent_table tbody td.QC_Name_section {
      text-align: left; }
  .QuoteContent_table tbody .QC_item {
    border-bottom: 1px solid #e5e5e5; }
  .QuoteContent_table tbody .QuoteContent_table_noPro td {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 20px 0; }
  .QuoteContent_table .QC_item_img_block {
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle; }
    .QuoteContent_table .QC_item_img_block .QC_item_img {
      max-height: 80px;
      max-width: 80px;
      height: auto;
      width: auto; }
  .QuoteContent_table .QC_item_name_block {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    line-height: normal;
    font-size: 15px; }
  .QuoteContent_table .QC_item_pro_name {
    color: #000000;
    line-height: normal; }
    .QuoteContent_table .QC_item_pro_name:hover {
      color: #0265d6; }

.QC_item_pro_action .QC_item_action {
  display: inline-block;
  float: none; }

.QC_item_pro_action .QA_action_button {
  margin: 0;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 600; }

.QuoteContent_head_cnt {
  clear: left;
  margin: 0 0 40px; }

.QC_search_block {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 20px 0 0; }
  .QC_search_block .form-label {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0; }

.QC_search_input {
  position: relative;
  display: block;
  clear: left;
  width: 350px; }
  .QC_search_input .form-input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d1d1d1;
    padding: 0 50px 0 10px;
    font-size: 16px;
    border-radius: 0;
    color: #000000; }
  .QC_search_input .QC_submit_btn {
    background: #0265d6 url("https://www.macofalltrades.com/content/search_ic1.png") no-repeat center;
    background-size: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    line-height: 35px;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0; }
    .QC_search_input .QC_submit_btn:hover {
      background: #161616 url("https://www.macofalltrades.com/content/search_ic1.png") no-repeat center;
      background-size: auto; }

.QC_dropdown_block {
  display: inline-block;
  float: none;
  vertical-align: middle; }

.QA_dropdown_select {
  width: 300px; }
  .QA_dropdown_select .form-label {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0; }
  .QA_dropdown_select .form-select {
    display: block;
    vertical-align: middle;
    border-radius: 0;
    background: transparent url("https://www.macofalltrades.com/content/arrow_dwn2.png") no-repeat right center;
    background-size: auto;
    background-position: 97% 50%;
    color: #000000;
    padding: 0 40px 0 10px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    border-color: #d1d1d1;
    font-size: 16px;
    width: 100%; }

.QC_item_status {
  padding: 2px 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  background: #0265d6; }
  .QC_item_status.Lbl_completed {
    background: #1dc9b7; }

.DetailsBlock_title {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #d3d3d3; }
  .DetailsBlock_title .QuoteList_heading {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 auto;
    line-height: 42px; }
  .DetailsBlock_title .DetailsBlock_BackButton {
    display: inline-block;
    width: auto;
    float: right; }
    .DetailsBlock_title .DetailsBlock_BackButton .QC_back_button {
      margin: 0;
      padding: 10px 20px;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: normal; }

.DetailsBlock_selectedPro_nm {
  clear: left;
  margin: 0 0 30px;
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
  color: #161616; }

.DB_TabPanel {
  display: none;
  padding: 30px;
  border: 1px solid #0265d6;
  width: 100%;
  margin: -1px 0 0; }
  .DB_TabPanel:after {
    display: block;
    content: " ";
    clear: both; }
  .DB_TabPanel:before {
    display: block;
    content: " ";
    clear: both; }
  .DB_TabPanel.DB_TabPanel_active {
    display: inline-block; }

.DB_tab_block {
  margin: 0;
  list-style-type: none;
  padding: 0; }
  .DB_tab_block .DB_tab_grid {
    padding: 0;
    margin: 0 3px 0 0;
    text-align: center;
    display: inline-block;
    float: left;
    width: auto; }
    .DB_tab_block .DB_tab_grid .DB_tab_link {
      margin: 0;
      padding: 10px 30px;
      font-size: 16px;
      letter-spacing: 0.5px;
      background: #000000;
      border-color: #000000; }
      .DB_tab_block .DB_tab_grid .DB_tab_link:hover {
        background: #0265d6;
        border-color: #0265d6; }
    .DB_tab_block .DB_tab_grid.DB_tab_active .DB_tab_link {
      background: #0265d6;
      border-color: #0265d6; }

.DB_Common_Cnt {
  clear: left;
  width: 100%; }
  .DB_Common_Cnt ul {
    display: block;
    margin: 0 -10px;
    list-style-type: none;
    padding: 0;
    width: auto; }
    .DB_Common_Cnt ul li {
      display: inline-block;
      float: left;
      width: 50%;
      padding: 0 10px;
      margin: 0 0 20px; }
      .DB_Common_Cnt ul li.DB_TabPanel_first {
        width: 100%; }
        .DB_Common_Cnt ul li.DB_TabPanel_first .TabPanel_lblVal {
          border-bottom: 1px solid #d3d3d3;
          padding-bottom: 20px; }
      .DB_Common_Cnt ul li:nth-child(2n) {
        clear: left; }
      .DB_Common_Cnt ul li .Lbl_completed {
        padding: 5px 12px;
        background: #1dc9b7;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        margin-left: 5px; }
      .DB_Common_Cnt ul li .Lbl_abandoned {
        padding: 5px 12px;
        background: #0265d6;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        margin-left: 5px; }

.customerInformation_tab .DB_TabPanel_first span {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0; }

.TabPanel_lblVal {
  clear: left;
  font-size: 16px;
  color: #000000;
  line-height: normal;
  padding: 0;
  margin: 0; }
  .TabPanel_lblVal .TabPanel_lbl {
    display: block;
    font-weight: 400;
    padding: 0 0 3px; }
  .TabPanel_lblVal .TabPanel_val {
    display: block;
    font-weight: 700; }
    .TabPanel_lblVal .TabPanel_val .TabPanel_download_btn {
      margin: 5px 0 10px;
      font-size: 16px;
      padding: 12px 20px; }

.QC_PerPage_select {
  display: inline-block;
  vertical-align: middle;
  float: none; }
  .QC_PerPage_select .form-select {
    border-radius: 0;
    border-color: #d1d1d1;
    background: transparent url("https://www.macofalltrades.com/content/arrow_dwn2.png") no-repeat right center;
    background-size: 12px;
    background-position: 90% 50%;
    padding: 0 15px 0 10px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 80px;
    color: #000000;
    font-size: 14px; }

.QuoteContent_pagination .pagination {
  width: calc(100% - 200px);
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left; }
  .QuoteContent_pagination .pagination .pagination-list {
    margin: 7px 0 0;
    padding: 0;
    display: inline-block;
    float: none;
    width: auto; }

.QuoteContent_pagination .QC_per_page {
  width: 200px;
  text-align: right;
  float: right;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0; }

.QuoteContent_pagination .QC_showing_info {
  padding: 0 0 0 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 14px;
  color: #161616;
  font-weight: 400; }

.quote_tab_loading, .QuoteContent_DetailsBlock {
  display: none; }

.account-body [data-address-form] .form-select {
  width: 100%; }

.edit_account_tab .form .form-field[data-type="Password"],
.edit_account_tab .form .form-field[data-type="ConfirmPassword"],
.edit_account_tab .form .form-field[data-type="CurrentPassword"] {
  display: none !important; }

.addressList, .panel--address .address-details--postal {
  padding: 0; }

#twominworning .alertBox-message, .pt-account_recentitems .account .alertBox-message {
  color: #fff; }

#twominworning .alertBox-message {
  font-size: 14px; }

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

.account .breadcrumbs {
  margin-top: 10px; }

.header-column-left {
  width: fit-content; }

.header-column-right {
  width: fit-content; }

.quote_tab_content {
  margin: 0 auto 50px; }

.quote_tab_content .pagination-item.pagination-item--current .pagination-link,
.quote_tab_content .pagination-item.pagination-item--previous > a:hover,
.quote_tab_content .pagination-item.pagination-item--next > a:hover,
.quote_tab_content .pagination-item .pagination-link:hover,
.quote_tab_content .pagination-list li a:hover {
  color: #0265d6; }

.quote_tab_content .pagination-item.pagination-item--current .pagination-link {
  color: #0265d6; }

.quote_tab_content .pagination-list li a, .quote_tab_content .pagination-list li button {
  font-weight: 700;
  color: #000;
  border-radius: 0;
  border-color: #0265d6; }

.quote_tab_content .pagination-item.pagination-item--current {
  border-color: #0265d6;
  border-radius: 0;
  color: #0265d6; }

.quote_tab_content .pagination-item.pagination-item--previous > a .icon > svg, .quote_tab_content .pagination-item.pagination-item--next > a .icon > svg {
  fill: #000; }

.quote_tab_content .pagination-item.pagination-item--previous > a:hover .icon > svg, .quote_tab_content .pagination-item.pagination-item--next > a:hover .icon > svg {
  fill: #000; }

/* End Development */
.pt-account_orderstatus .account-content .alertBox-column.alertBox-message, .c-cart-totals .form.estimator-form .c-button.c-button--primary:hover, .pt-cart .alertBox.alertBox--info .alertBox-column.alertBox-message {
  color: #fff; }

.pt-cart div[data-cart-status] {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto; }

.body:not(.sticky_active) .sticky-header {
  display: none !important; }

/* Start 10024 */
.header .header-column-left {
  border-right: 0; }

.header .header-column-left .navuser.left > a.nav-user-item:last-child {
  border-right: 1px solid #d1d1d1; }

/* End 10024 */
/* Start 10025 */
.condition-filter-action, .condition-filter-action.is-selected {
  font-size: 12px; }

.condition-filter-action.is-selected:after {
  right: 6px; }

/* End 10025 */
/* Start Ticket 10029 */
.pdp-stickyfooterprice {
  padding: 14px 20px; }

.pdp-stickyfooterprice .price-section.non-sale-price--withoutTax {
  line-height: normal;
  margin: 0;
  padding: 6px 0 3px; }

/* End Ticket 10029 */
.card_action_btn .c-button.c-button--small.c-card-figcaption-button {
  width: 150px; }

.c-card-figure .c-card-figcaption {
  display: none !important; }

/* Start Ticket 10044 */
.top_hpBannerImg {
  margin: 0 0 21px; }

.hero-subtitle {
  margin: 10px 0 13px; }

.top_hpBannerImg img {
  max-height: 33px;
  max-width: 100%;
  margin: auto;
  display: block;
  text-align: center; }

/* End Ticket 10044 */
/* Start Ticket 10052 */
.affirm_product_main #afffirm-promo-box + #afffirm-promo-box {
  display: none !important; }

/* End Ticket 10052 */
@media only screen and (max-width: 1199px) {
  .pdp-sticky-columnl {
    width: 20%; }
  .pdp-pay-bar {
    width: 40%;
    flex-flow: column;
    margin-left: calc(100% - 76%); }
  /* Start Development */
  .account {
    padding: 0 15px;
    width: 100%; }
  .account-body {
    margin: auto; }
  .header-column-left, .header-column-right {
    width: auto; }
  .nav-user-item {
    padding: 10px 19px; }
  .nav-user-item-chat {
    padding: 10px; }
  /* End Development */
  .pt-cart div[data-cart-status] {
    padding: 10px 15px; }
  /* Start Ticket 10029 */
  .pdp-stickyfooterprice .footer-free-ship {
    min-width: 120px;
    display: block; }
  .c-productView-details .form-field--increments {
    bottom: calc(153px - 100px); }
  /* End Ticket 10029 */ }

@media only screen and (max-width: 990px) {
  .c-productView-details .form-field--increments {
    text-align: center;
    position: static; }
  .buyamacsellamac .buysell-bold {
    font-size: 24px; }
  .buyamacsellamac .buysell-reg {
    font-size: 15px; }
  /* Start Ticket 10018 */
  .homepage-container .hp-certified-refurb {
    z-index: 1; }
  /* End Ticket 10018 */
  /* Start Development */
  .navBar--account {
    display: block; }
  .DetailsBlock_title .QuoteList_heading {
    font-size: 24px; }
  .navBar--sub .navBar-item {
    margin: 0 5px;
    display: inline-block; }
  /* End Development */
  /* Start Ticket 10044 */
  /* End Ticket 10044 */ }

@media only screen and (max-width: 767px) {
  .buyamacsellamac .buysell-bold {
    line-height: normal; }
  .buyamacsellamac .buysell-reg {
    margin: 6px auto 0;
    line-height: normal; }
  .buyamacsellamac .buysell-text-box {
    padding: 0; }
  /* Start Development */
  .QC_search_block, .QC_dropdown_block {
    display: block;
    margin: 0; }
  .QC_search_inner {
    margin-bottom: 10px; }
  .QC_search_input {
    width: 100%; }
  .QA_dropdown_select {
    width: 100%; }
  .QuoteContent_table .QC_item_name_block {
    font-size: 14px; }
  .DB_Common_Cnt ul li {
    width: 100%; }
  /* End Development */ }

@media only screen and (max-width: 480px) {
  .c-facetedSearch-toggle {
    height: 45px; }
  .c-facetedSearch {
    max-height: 45px; }
  .buyamacsellamac .buysell-bold {
    font-size: 18px; }
  .buyamacsellamac .buysell-reg {
    margin: 0 auto;
    font-size: 12px; }
  /* Start Development */
  .QuoteContent_table thead tr th:nth-child(n+2) {
    display: none; }
  .QuoteContent_block .table tbody tr td, .QuoteContent_block .table tr td {
    display: inline-block;
    padding: 10px; }
  .QuoteContent_block .table td + td {
    border: none; }
  .QC_Status_section {
    width: 53%;
    float: left; }
  .QC_Action_section {
    width: 47%;
    float: left; }
  .QC_item_status {
    padding: 4px 10px; }
  .QC_item_pro_status::before {
    content: "Status :";
    text-align: left;
    font-size: 14px;
    font-weight: bold; }
  .QC_item_pro_action::before {
    content: "Actions :";
    text-align: left;
    font-size: 14px;
    font-weight: bold; }
  .QuoteContent_data .QuoteContent_block .QC_Status_section, .QuoteContent_data .QuoteContent_block .QC_Action_section {
    padding: 10px 5px; }
  .DetailsBlock_selectedPro_nm {
    font-size: 16px; }
  .DB_tab_block .DB_tab_grid, .DB_tab_block .DB_tab_grid .DB_tab_link {
    width: 100%; }
  .DB_TabPanel {
    padding: 30px 15px; }
  /* End Development */ }

.pt-product .product-top .breadcrumbs {
  display: block; }

body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], body .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
  right: 60px !important;
  bottom: -10px !important; }

.cat-hero-title {
  margin: 0; }

@media (max-width: 990px) {
  .pdp-seals-icon {
    width: 30px;
    margin-right: 5px; }
  .category-seals .pdp-seals-text {
    font-size: 14px;
    line-height: 1.25em; }
  .pdp-seal {
    display: flex; }
  .category-seals .pdp-seals .w-col {
    width: 50%;
    padding: 4px !important; }
  .category-seals .pdp-seals {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%; }
  .category-seals {
    padding: 10px 10px; } }

@media (max-width: 990px) {
  .pdp-seal {
    padding: 0 !important; }
  body:not(.template-homepage) {
    padding-top: 71px; } }

@media (max-width: 479px) {
  .category-seals .pdp-seals-text {
    font-size: 10px;
    line-height: 1.25em; }
  body:not(.template-homepage) {
    padding-top: 59px; } }

@media only screen and (max-width: 767px) {
  .c-productView .pdp-pay-bar.mobile .pdp-payment-option-img.p-ccs {
    width: 100%;
    max-width: 479px; }
  .pdp-pay-bar.mobile .pdp-payoptions-icons {
    margin: 0; }
  .pdp-pay-bar.mobile .pdp-sticky-paymentoptions {
    display: flex;
    padding-right: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; } }

@media (max-width: 991px) {
  .add-to-cart-button-pdp {
    margin-bottom: 10px; }
  .product-section-inner .pdp-columnr {
    padding-bottom: 0px !important; } }

.home-main-title {
  margin-block: 2rem 1rem;
  text-align: center;
  color: #252525;
  font-size: 30px;
  line-height: 1.3;
  margin-inline: 1rem; }

@media (min-width: 600px) {
  .home-main-title {
    margin-block: 2.2rem .5rem;
    font-size: 40px; } }

@media (min-width: 990px) {
  .home-main-title {
    margin-block: 2.5rem 1.5rem;
    font-size: 50px; } }

/*Search on mobile*/
.mobile-search--wrapper {
  display: none; }

.sticky_active .mobile-search--wrapper {
  transform: translateY(0);
  opacity: 0;
  height: 0;
  overflow: hidden; }

.template-homepage .mobile-search--wrapper,
.pt-category .mobile-search--wrapper,
.pt-product .mobile-search--wrapper,
.pt-cart .mobile-search--wrapper {
  display: block;
  width: 100%; }

.mobile-search--wrapper .header-search-container.mobile {
  width: 100%;
  min-width: 100%; }

.mobile-search--wrapper .header-search-form-block {
  margin: 0; }

@media (min-width: 991px) {
  .mobile-search--wrapper,
  .template-homepage .mobile-search--wrapper,
  .pt-category .mobile-search--wrapper,
  .pt-product .mobile-search--wrapper,
  .pt-cart .mobile-search--wrapper {
    display: none; } }

.pt-product.swal2-shown .swal2-shown {
  z-index: 9999; }
  .pt-product.swal2-shown .swal2-shown .swal2-buttonswrapper .button {
    background-color: #0265d6;
    color: #ffffff;
    border: 0;
    transition: all 0.35s ease-in-out; }
    .pt-product.swal2-shown .swal2-shown .swal2-buttonswrapper .button:hover {
      background-color: #161616; }

#previewModal {
  max-height: 98%; }
  @media (max-width: 991px) {
    #previewModal {
      max-height: 90%; } }
  #previewModal .c-modal-close {
    right: 18px; }
    @media (max-width: 479px) {
      #previewModal .c-modal-close {
        right: 10px; } }
  #previewModal .modal-body {
    padding: 1.5rem 50px; }
    @media only screen and (max-width: 990px) {
      #previewModal .modal-body {
        padding: 1.5rem 15px; } }
  @media (min-width: 991px) {
    #previewModal.modal--large {
      width: 1150px; } }
  #previewModal .loadingOverlay {
    background-color: #ffffff; }
    #previewModal .loadingOverlay:before {
      border-color: #ffffff #ffffff #0265d6 #0265d6; }

.ct_modalWrapper .ct_btn {
  outline: none;
  box-shadow: none;
  height: auto;
  width: 100%;
  padding: 7px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: #0265d6;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out; }
  .ct_modalWrapper .ct_btn:hover {
    background-color: #161616; }
  .ct_modalWrapper .ct_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.ct_modalWrapper .ct_heading {
  width: 100%;
  margin: 0 0 10px;
  display: block; }
  .ct_modalWrapper .ct_heading p {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px;
    text-align: center; }
    .ct_modalWrapper .ct_heading p.text_disclaimer {
      font-size: 14px; }
  .ct_modalWrapper .ct_heading ul {
    padding-left: 30px; }
    .ct_modalWrapper .ct_heading ul li {
      font-size: 18px;
      line-height: normal;
      margin: 0 0 5px; }

.ct_modalWrapper .ct_sec_title {
  color: #4f4f4f;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .ct_modalWrapper .ct_sec_title .ct_title_icon {
    display: flex;
    margin: 0 5px 0 0; }
    .ct_modalWrapper .ct_sec_title .ct_title_icon svg {
      height: 42px;
      width: 42px; }

.ct_modalWrapper .slick-dots {
  bottom: -10px; }
  .ct_modalWrapper .slick-dots > li {
    height: auto;
    width: auto;
    padding: 0 3px; }
    .ct_modalWrapper .slick-dots > li.slick-active button:before {
      background: #0265d6; }
    .ct_modalWrapper .slick-dots > li button {
      border-color: #0265d6;
      height: 12px;
      width: 12px; }
      .ct_modalWrapper .slick-dots > li button:hover:before {
        border-color: #0265d6;
        background: #0265d6; }
      .ct_modalWrapper .slick-dots > li button:before {
        height: 12px;
        width: 12px; }

.ct_modalWrapper .slick-slider {
  padding: 0; }
  .ct_modalWrapper .slick-slider .slick-arrow {
    padding: 0;
    margin: 0 auto;
    height: 30px;
    width: 20px;
    border: 0;
    left: 0;
    right: auto; }
    .ct_modalWrapper .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .ct_modalWrapper .slick-slider .slick-arrow:before {
      content: '';
      height: 100%;
      width: 100%;
      background-size: 12px;
      background-repeat: no-repeat;
      filter: invert(1); }

.ct_modalWrapper .ct_topSection {
  width: 100%; }
  .ct_modalWrapper .ct_topSection .topSection_info {
    width: 100%;
    clear: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px; }
    .ct_modalWrapper .ct_topSection .topSection_info .addTocart_label {
      color: #318000;
      font-size: 18px;
      line-height: normal;
      width: auto; }
    .ct_modalWrapper .ct_topSection .topSection_info .goTocart_btn {
      width: auto;
      margin: 0 0 0 20px; }
      @media (max-width: 479px) {
        .ct_modalWrapper .ct_topSection .topSection_info .goTocart_btn {
          margin: 0 0 0 12px; } }
      .ct_modalWrapper .ct_topSection .topSection_info .goTocart_btn .ct_btn {
        padding: 7px 18px;
        font-size: 14px; }
  .ct_modalWrapper .ct_topSection .ct_selectItems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
    .ct_modalWrapper .ct_topSection .ct_selectItems .ct_checkedIcon {
      width: 50px; }
      @media only screen and (max-width: 767px) {
        .ct_modalWrapper .ct_topSection .ct_selectItems .ct_checkedIcon {
          width: 35px; } }
      .ct_modalWrapper .ct_topSection .ct_selectItems .ct_checkedIcon .added-to-card-icon {
        stroke: #318000;
        fill: #318000;
        height: 30px;
        min-width: 30px;
        width: 30px; }
        @media only screen and (max-width: 767px) {
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_checkedIcon .added-to-card-icon {
            height: 24px;
            min-width: 24px;
            width: 24px; } }
    .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid {
      width: calc(100% - 50px);
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list:last-child .ct_plusIcon {
        display: none !important; }
      .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 135px; }
        @media only screen and (max-width: 767px) {
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap {
            max-width: 116px; } }
        .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock {
          width: auto; }
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemImage {
            width: 100%;
            margin: 0 auto 10px;
            text-align: center;
            height: 85px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 767px) {
              .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemImage {
                height: 80px; } }
            .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemImage img {
              max-width: 100px;
              max-height: 100px;
              object-fit: cover;
              margin: 0 auto;
              display: block;
              height: auto;
              width: auto; }
              @media only screen and (max-width: 767px) {
                .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemImage img {
                  max-width: 80px;
                  max-height: 80px; } }
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemName {
            text-align: center;
            font-size: 15px;
            line-height: 18px;
            color: #242424;
            margin: 0 auto 7px;
            padding: 0 2px;
            display: none !important; }
            @media only screen and (max-width: 767px) {
              .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemName {
                font-size: 14px;
                line-height: 18px; } }
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemPrice {
            text-align: center;
            font-size: 16px;
            line-height: normal;
            color: #161616; }
            @media only screen and (max-width: 767px) {
              .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_itemBlock .ct_itemPrice {
                font-size: 14px;
                line-height: 18px; } }
        .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_plusIcon {
          display: block;
          text-align: center;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 5px; }
          .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid .ct_select_list .ct_selectWrap .ct_plusIcon > svg {
            width: 24px;
            height: 24px; }
      .ct_modalWrapper .ct_topSection .ct_selectItems .ct_select_grid.slick-slider {
        padding: 0 32px; }

.ct_modalWrapper .ct_relatedProduct {
  display: none;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8; }
  .ct_modalWrapper .ct_relatedProduct .ct_heading .ct_sec_title {
    justify-content: center; }

.ct_modalWrapper .ct_productList {
  width: 100%;
  display: block; }
  .ct_modalWrapper .ct_productList .ct_product_slider {
    width: auto;
    display: block;
    margin: 0 -10px; }
    .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow {
      background: transparent url("https://cdn11.bigcommerce.com/s-xt5en0q8kf/images/stencil/original/image-manager/all-arrows.png") no-repeat center;
      background-position: center;
      background-size: auto;
      height: 44px;
      width: 44px; }
      .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-next {
        right: -38px;
        background-position: -44px 0px; }
        @media only screen and (max-width: 990px) {
          .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-next {
            right: 18px; } }
        .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-next:hover {
          background-position: -44px -44px; }
      .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-prev {
        left: -36px;
        background-position: 0 0; }
        @media only screen and (max-width: 990px) {
          .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-prev {
            left: 18px; } }
        .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow.slick-prev:hover {
          background-position: 0 -44px; }
      .ct_modalWrapper .ct_productList .ct_product_slider .slick-arrow:before {
        display: none !important; }
    .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems {
      width: 25%;
      padding: 5px 10px;
      margin: 0 0 20px; }
      .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        border: 1px solid #e8e8e8;
        box-shadow: 0 8px 8px 1px rgba(0, 0, 0, 0.08);
        transition: transform 0.45s ease-in-out,box-shadow 0.45s ease-in-out; }
        .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner:hover {
          transform: translateY(-1.5px);
          box-shadow: 2px 10px 14px 2px rgba(0, 0, 0, 0.18); }
        .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_img {
          width: 100%;
          margin: 0 auto 10px;
          text-align: center;
          height: 120px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 479px) {
            .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_img {
              height: 120px; } }
          .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_img .ct_imgThumb {
            object-fit: cover;
            height: auto;
            width: auto;
            max-height: 120px;
            margin: 0 auto; }
            @media (max-width: 479px) {
              .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_img .ct_imgThumb {
                max-height: 120px; } }
        .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_title {
          margin: 0 0 5px;
          font-size: 15px;
          font-weight: normal;
          color: #242424;
          height: 42px;
          overflow: hidden; }
        .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_price {
          margin: 0 0 5px;
          font-size: 18px;
          line-height: normal;
          color: #161616; }
        .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_btn {
          margin: 0 auto;
          width: 100%;
          display: block; }
          .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_btn.quickview_hide .quickview {
            display: none; }
          .ct_modalWrapper .ct_productList .ct_product_slider .ct_productItems .ct_productItemsInner .ct_productItems_btn.quickview_show .addToCart {
            display: none; }

.ct_modalWrapper .ct_warrantyProduct {
  display: none;
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e8e8e8; }
  .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner {
    max-width: 750px;
    margin: 0 auto;
    padding: 15px 25px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 1px 8px 20px 1px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.45s ease-in-out; }
    .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner:hover {
      box-shadow: 2px 12px 24px 2px rgba(0, 0, 0, 0.25); }
    .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_heading .ct_sec_title {
      justify-content: center; }
    .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid {
      width: 100%;
      border-top: 1px solid #e8e8e8;
      padding: 15px 0 0; }
      .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem {
        margin: 0 0 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName {
          width: calc(100% - 150px);
          display: block;
          position: relative; }
          @media (max-width: 479px) {
            .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName {
              width: 100%; } }
          .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName.hidden {
            display: none !important; }
          .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName .ct_warrantyLabel {
            font-size: 18px;
            text-transform: capitalize;
            display: flex;
            align-items: center;
            cursor: default; }
            .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName .ct_warrantyLabel:before, .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName .ct_warrantyLabel:after {
              display: none !important; }
            .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName .ct_warrantyLabel .warranty_img {
              min-width: 70px;
              display: block;
              margin: 0 10px 0 0; }
              .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyName .ct_warrantyLabel .warranty_img img {
                max-width: 70px;
                height: auto;
                width: auto;
                display: block; }
        .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyPrice {
          font-size: 18px;
          width: 150px;
          display: block;
          text-align: right; }
          @media (max-width: 479px) {
            .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyGrid .ct_warrantyItem .ct_warrantyPrice {
              width: 100%;
              margin: 25px 0 0; } }
    .ct_modalWrapper .ct_warrantyProduct .ct_warrantyProductInner .ct_warrantyBtn {
      width: 100%;
      max-width: 250px;
      margin: 20px 0 0 auto; }

.category-description ul {
  list-style-type: disc;
  padding: 0 0 20px 80px; }

#consent-manager > div > div > div > div:first-child > div p {
  margin: 0px 0 5px; }

#consent-manager > div > div > div > div:first-child > div span {
  margin: 5px 0;
  display: inline-block;
  line-height: 22px; }

#consent-manager > div > div > div > div:first-child a:hover {
  color: #0265d6; }

#consent-manager {
  border-top: 1px solid #0265d6; }

#consent-manager > div > div > div {
  flex-flow: nowrap !important;
  align-items: center !important; }

div#consent-manager > div > div {
  background: #fff; }

#consent-manager > div > div > div > div:first-child {
  color: #000; }

#consent-manager > div > div > div > div:last-child button:first-child,
[data-consent-manager-dialog] button {
  color: #0265d6;
  border: 1px solid #0265d6;
  background: #fff;
  border-radius: 0px; }

#consent-manager > div > div > div > div:last-child button:nth-child(3),
[data-consent-manager-dialog] button[type="submit"],
#consent-manager > div > div > div > div:last-child button:nth-child(2) {
  color: #fff;
  background: #0265d6;
  border-radius: 0px; }

#consent-manager > div > div > div > div:last-child button:first-child:hover,
#consent-manager > div > div > div > div:last-child button:nth-child(2):hover,
#consent-manager > div > div > div > div:last-child button:nth-child(3):hover {
  border-color: #161616;
  background: #161616; }

#consent-manager .close-popup {
  color: #0265d6;
  font-size: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  margin: -10px 0 0 10px; }

@media only screen and (max-width: 991px) {
  #consent-manager > div > div > div > div:last-child {
    flex-direction: column;
    width: 100%;
    gap: 10px; }
  #consent-manager > div > div > div > div:last-child button:first-child,
  #consent-manager > div > div > div > div:last-child button:nth-child(2),
  #consent-manager > div > div > div > div:last-child button:nth-child(3) {
    justify-content: center; }
  #consent-manager > div > div > div {
    flex-flow: wrap !important; }
  #consent-manager > div > div > div > div:last-child {
    display: inline-block; }
  #consent-manager > div > div > div > div:last-child button:first-child,
  #consent-manager > div > div > div > div:last-child button:nth-child(2) {
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 20px; }
  #consent-manager > div > div > div > div:last-child button:first-child {
    margin-left: 0px; }
  #consent-manager > div > div > div > div:last-child button:nth-child(2) {
    margin-right: 0px; }
  #consent-manager .close-popup {
    position: absolute;
    top: 0;
    right: 10px; }
  #consent-manager > div > div > div > div:last-child button:nth-child(3) {
    width: 100%;
    margin: 0; }
  #consent-manager > div {
    position: relative; } }

@media only screen and (max-width: 767px) {
  #consent-manager > div > div > div > div:last-child button {
    margin: 0px;
    top: -6px; }
  #consent-manager > div > div > div > div:last-child {
    width: 100%; } }
