@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 50px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #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: 15px; }

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

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

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

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


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

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

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

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

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f7f8f9;
  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: #f7f8f9;
  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 #798289;
  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: #e1e6eb;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #fcfcfd;
    border-color: #798289;
    color: #acb3be;
    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: #e1e6eb; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #e1e6eb; }
  .form-input:-ms-input-placeholder {
    color: #e1e6eb; }

/*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 #798289;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

.switch-toggle::before {
  background: #fff;
  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: #fff;
  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: #acb3be; }

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

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

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

.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 #798289;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #e1e6eb; }
    .breadcrumb.unavailable a {
      color: #e1e6eb; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #e1e6eb;
      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: #e1e6eb;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #798289;
  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(71, 107, 239, 0.9);
  color: #3e3e3e; }
  .card-figcaption-button:hover {
    background-color: #476bef;
    color: #3e3e3e; }

.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 {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }

.slick-next, .slick-prev {
  height: 43px;
  width: 43px;
  border-radius: 50%;
  transition: all ease 0.2s; }
  .slick-next:hover, .slick-prev:hover {
    cursor: pointer;
    background-color: #354047; }
    .slick-next:hover svg, .slick-prev:hover svg {
      fill: #ffff00; }
  .slick-next svg, .slick-prev svg {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 50%;
    left: 51%;
    fill: #aaaaaa;
    transform: translate(-50%, -50%);
    transition: all ease 0.2s; }

.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: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .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: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #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; }

html,
body {
  height: auto; }

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

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

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

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

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 50px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.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: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

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

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

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: white;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 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: 1261px) {
  .modal--large {
    width: 1280px; } }

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

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

.modal-close {
  font-size: 20px;
  padding: 0;
  position: absolute;
  z-index: 50;
  color: #354047;
  top: 15px;
  right: 30px; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

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

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

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

.button {
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-family: "Open Sans"; }

.button--primary {
  line-height: 45px;
  font-size: 1rem;
  padding: 0 35px;
  background-color: #ffff00;
  color: #354047; }
  .button--primary:hover {
    background-color: #354047;
    color: #ffff00; }
    .button--primary:hover svg {
      fill: #ffff00; }

.button--secondary {
  line-height: 35px;
  padding: 0 30px;
  background-color: #eaeaea;
  color: #354047; }
  .button--secondary svg {
    fill: #354047; }
  .button--secondary:hover {
    background-color: #354047;
    color: #ffff00; }
    .button--secondary:hover svg {
      fill: #ffff00; }

.button--subscribe {
  line-height: 45px;
  height: 45px;
  color: #ffff00;
  background-color: #354047;
  padding: 0 35px;
  height: 45px;
  margin: 20px 0 0;
  border-radius: 10px; }
  .button--subscribe:hover {
    background-color: #eaeaea;
    color: #354047;
    margin: 0; }
  @media (min-width: 551px) {
    .button--subscribe {
      border-radius: 0px 10px 10px 0px;
      margin: 0; } }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .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: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #e1e6eb; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .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-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

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

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

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

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

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

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

.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: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

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

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

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

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

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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: #333333;
    box-shadow: 0 0 0 1px #333333; }

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

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

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

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

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

.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: 801px) {
    .card-figcaption {
      display: block; } }

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

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

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: #476bef;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }

.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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #556273; }
    @media (min-width: 801px) {
      .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: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

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

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

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

.has-ribbon {
  position: relative; }

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

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

.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; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.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: 801px) {
    .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: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

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

.navUser-item--account a:first-of-type {
  padding-right: 15px; }

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

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 0 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 #f7f8f9 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

.countPill {
  font-size: 0.85714rem;
  font-weight: 400;
  position: relative;
  bottom: 6px;
  left: 1px; }

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

.countPill--alt {
  background-color: #f2f4f6;
  color: #282c30; }

.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: 801px) {
    .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: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .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: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #757575; } }
  .navPages-action:hover {
    color: #757575; }
    .navPages-action:hover svg {
      fill: #757575; }
  .navPages-action svg {
    fill: #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: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      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: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

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

@media (min-width: 801px) {
  .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: #fff;
  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; }
  @media (max-width: 991px) {
    .socialLinks {
      margin-left: 20px; } }
  .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: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #ffff00;
    border-color: transparent;
    z-index: 1; }
    .heroCarousel .slick-next svg,
    .heroCarousel .slick-prev svg {
      fill: #000; }
    .heroCarousel .slick-next:hover,
    .heroCarousel .slick-prev:hover {
      cursor: pointer;
      background-color: #354047; }
      .heroCarousel .slick-next:hover svg,
      .heroCarousel .slick-prev:hover svg {
        fill: #ffff00; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 3rem; } }
    .heroCarousel .slick-dots li {
      height: 8px;
      width: 8px;
      margin: 0 5px; }
      .heroCarousel .slick-dots li button {
        background-color: #fff;
        height: 8px;
        width: 8px;
        border: none;
        border-radius: 50%;
        transition: ease 0.1s; }
        @media (max-width: 992px) {
          .heroCarousel .slick-dots li button {
            border: 1px solid #dddddd; } }
        .heroCarousel .slick-dots li button:before {
          width: 8px;
          height: 8px; }
      .heroCarousel .slick-dots li.slick-active {
        width: 30px; }
        .heroCarousel .slick-dots li.slick-active button {
          background-color: #fff;
          height: 8px;
          width: 22px;
          background-color: #ffff00;
          border: none;
          border-radius: 0;
          margin: 0;
          position: absolute;
          left: 50%;
          top: 43%;
          transform: translate(-50%); }
          .heroCarousel .slick-dots li.slick-active button:before, .heroCarousel .slick-dots li.slick-active button:after {
            content: '';
            position: absolute;
            background-color: #ffff00;
            height: 10px;
            width: 8px;
            border-radius: 50%; }
          .heroCarousel .slick-dots li.slick-active button:before {
            top: 0;
            left: 0;
            transform: translateX(-50%); }
          .heroCarousel .slick-dots li.slick-active button:after {
            top: 0;
            right: 0;
            transform: translateX(50%); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

.objectfit .heroCarousel-slide {
  background-image: none !important; }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 801px) {
  .heroCarousel-image {
    height: 37.5rem;
    object-fit: cover;
    width: 100%; } }

@media (min-width: 801px) {
  .no-objectfit .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .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: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .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: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .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-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .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: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

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

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

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

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .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: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .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: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .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--discounted {
  text-decoration: line-through; }

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-list {
      display: table-row-group; } }

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

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .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: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .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: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

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

.cart-item-name {
  font-size: 15px;
  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: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .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: 551px) {
      .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: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  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: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

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

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

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

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .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: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #282c30;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 28px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #e1e6eb;
  color: #282c30;
  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: #282c30; }

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

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    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: #fff;
  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: #f7f8f9;
  color: #282c30;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .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: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #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: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

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

.header.is-open {
  height: 100%; }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f7f8f9;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: relative;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  text-align: center; }
  @media (min-width: 1261px) {
    .footer {
      text-align: left; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

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

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

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

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

.payment-icon {
  margin-bottom: 10px; }
  .payment-icon svg {
    height: 26px;
    width: 40px;
    fill: #aaaaaa; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    margin-bottom: 10px; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 870px; }
  .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: 52.52874%; }

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

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

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

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .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%; }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

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

@media (min-width: 801px) {
  .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: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

.listItem-button {
  background-color: rgba(71, 107, 239, 0.9);
  color: #3e3e3e; }
  .listItem-button:hover {
    background-color: #476bef;
    color: #3e3e3e; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .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: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #e1e6eb;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  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: 801px) {
    .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: 801px) {
    .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: 1261px) {
    .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: 801px) {
    .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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

/*---------------------
  New Mixins
---------------------*/
.navUser {
  padding: 4px 0px;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%); }
  .navUser .navuser-icon {
    position: relative;
    top: 1px;
    fill: #354047;
    stroke-width: 1px; }
  .navUser .phone-icon svg {
    height: 12px;
    width: 16px;
    stroke-width: 0px; }
  .navUser .email-icon {
    top: 2px; }
    .navUser .email-icon svg {
      height: 14px;
      width: 14px;
      stroke-width: 0px; }
  .navUser .gift-icon svg {
    height: 16px;
    width: 16px;
    stroke-width: 0px; }
  .navUser .order-icon svg {
    height: 16px;
    width: 15px;
    stroke-width: 0px; }
  .navUser .user-icon svg {
    height: 16px;
    width: 16px;
    stroke-width: 0px; }
  .navUser a {
    padding: 0px;
    color: #334141;
    font-size: 1rem;
    font-weight: 400;
    text-transform: initial; }
  .navUser ul.block_header_custom {
    float: left; }
    @media (max-width: 991px) {
      .navUser ul.block_header_custom {
        display: none; } }
  .navUser ul.navUser-section--alt {
    float: right; }
    @media (max-width: 991px) {
      .navUser ul.navUser-section--alt {
        float: none;
        display: block;
        text-align: center; } }
    @media (max-width: 991px) {
      .navUser ul.navUser-section--alt .navUser-section {
        float: none;
        display: inline-block; } }
    .navUser ul.navUser-section--alt > li:last-child:after {
      display: none; }
  .navUser ul li {
    display: inline-block;
    padding: 0px 20px;
    line-height: 24px; }
    @media (max-width: 991px) {
      .navUser ul li {
        float: none; } }

/*====== Mid header =======*/
.header-mid {
  padding: 26px 0px;
  /*==== Search ====*/
  /*====== Button compare, wishlist, cart =======*/ }
  @media (max-width: 991px) {
    .header-mid {
      padding: 0 10px; } }
  .header-mid .row {
    display: table;
    width: 100%;
    margin: 0px; }
    @media (max-width: 991px) {
      .header-mid .row {
        display: block; } }
  .header-mid .search_block_header {
    position: relative;
    display: block;
    width: 100%; }
    .header-mid .search_block_header .dropdown--quickSearch {
      position: relative;
      left: 0;
      padding: 0;
      background: none; }
      .header-mid .search_block_header .dropdown--quickSearch .form {
        max-width: 100%; }
      .header-mid .search_block_header .dropdown--quickSearch .form-field {
        display: flex;
        flex-direction: row; }
      .header-mid .search_block_header .dropdown--quickSearch .form-input {
        border: 1px solid #dddddd;
        border-right: none;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
      .header-mid .search_block_header .dropdown--quickSearch .quickSearchResults {
        margin-top: 7px; }
  .header-mid .search-button {
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 45px;
    padding: 0 35px;
    height: 45px;
    background: #ffff00;
    color: #333e48;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }
    .header-mid .search-button:before {
      content: "\6d";
      font-family: font-electro;
      font-size: 20px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 50%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
    .header-mid .search-button:hover {
      background: #354047;
      color: white; }
  .header-mid .navUser-item--compare {
    display: block;
    position: relative;
    top: 1px; }
  .header-mid .navUser-item--wishlist:before {
    content: "\67";
    font-family: font-electro;
    font-size: 24px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 2px;
    position: relative;
    color: #354047; }
  .header-mid .compare-icon svg {
    height: 21px;
    width: 21px;
    fill: #354047; }
  .header-mid .navUser-section--bottom .compare {
    position: relative;
    top: 2px; }
  .header-mid .navUser-section--bottom .wishlist {
    max-width: 24px;
    color: #354047; }
  .header-mid .navUser-section--bottom > ul {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 6px; }
    @media (max-width: 682px) {
      .header-mid .navUser-section--bottom > ul {
        justify-content: flex-end; } }
    .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart {
      max-width: 74px;
      position: relative;
      top: 3px;
      justify-content: right; }
      .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_icon_lable {
        position: relative;
        display: inline-block; }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_icon_lable:before {
          content: "\6e";
          font-family: font-electro;
          font-size: 24px;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #333e48; }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_icon_lable .cart-quantity {
          background: yellow;
          color: #333e48;
          font-weight: 400;
          font-size: 12px;
          text-align: center;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          line-height: 20px;
          position: absolute;
          top: 15px;
          right: 0px; }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_icon_lable .cart-label {
          font-size: 0; }
      .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_total_icon {
        color: #333e48;
        font-size: 15px;
        font-weight: 700;
        display: inline-block; }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_total_icon .cart-total {
          font-size: 0; }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .cart_total_icon .lable_total {
          position: relative;
          bottom: 4px; }
      .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .dropdown-cart {
        max-width: 100%;
        min-width: 350px;
        text-align: center;
        padding: 15px 0px 10px;
        right: 0px;
        top: 50px;
        left: auto;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        background: #ffffff;
        z-index: 99;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -ms-border-radius: 0px 0px 10px 10px;
        -o-border-radius: 0px 0px 10px 10px;
        border: 1px solid #dddddd;
        border-top: 2px solid yellow;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); }
        .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart .dropdown-cart:before {
          content: "";
          position: absolute;
          top: -20px;
          right: 20px;
          border: 8px solid transparent;
          border-bottom: 8px solid yellow; }
      .header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart:hover .cart_total_icon {
        color: black; }

.header-wrap {
  display: flex;
  align-items: center; }
  @media (max-width: 682px) {
    .header-wrap {
      justify-content: space-between; } }
  .header-wrap .form-prefixPostfix {
    min-width: 100%; }

.header-item--logo {
  flex: 0 0 247px;
  max-width: 50%; }
  .header-item--logo img {
    max-width: 100%; }

.header-item--search {
  flex-grow: 1;
  padding: 0 80px; }
  @media (max-width: 682px) {
    .header-item--search {
      display: none; } }
  @media (max-width: 996px) {
    .header-item--search {
      visibility: hidden; } }

.header-item--icons {
  flex: 0 0 180px;
  position: relative;
  bottom: 7px;
  max-width: 50%; }
  @media (max-width: 682px) {
    .header-item--icons {
      margin: 0; } }
  @media (max-width: 400px) {
    .header-item--icons {
      text-align: right; }
      .header-item--icons .lable_total {
        display: none; }
      .header-item--icons .cart {
        top: 14px !important;
        width: auto; }
      .header-item--icons .navUser-action {
        padding-left: 5px;
        padding-right: 5px; }
        .header-item--icons .navUser-action .lable_total {
          display: none; } }

.header-logo {
  margin: 0; }

/*-----------------
	Mobile Menu
------------------*/
.mobile-menu {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu .form-input {
    border: 1px solid #dddddd;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }

.mobile-search {
  flex-grow: 1;
  padding: 0 5px 0 20px; }
  @media (min-width: 551px) {
    .mobile-search {
      padding: 0 30px; } }

@media (max-width: 588px) {
  .mobile-reorder {
    display: none; } }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

body {
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #354047;
  font-weight: 400;
  padding: 0px;
  margin: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans"; }

i, em {
  font-style: normal; }

p {
  margin: 0px; }

a {
  text-decoration: none;
  color: #354047;
  outline: none; }
  a:hover, a:focus {
    color: #999999;
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%; }

*:not(img).waiting {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  background-color: lightgrey; }
  *:not(img).waiting:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/loading.svg") no-repeat center; }
  *:not(img).waiting.lazyloaded {
    height: auto;
    padding: 0px;
    background-color: transparent; }
    *:not(img).waiting.lazyloaded:before {
      display: none; }
  *:not(img).waiting img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    *:not(img).waiting img.lazyloaded {
      position: relative;
      height: auto;
      opacity: 1; }

:focus {
  outline: none; }

li {
  position: relative;
  list-style: none;
  outline: none; }
  li:focus {
    outline: none; }

ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0px;
  padding: 0px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.banners {
  background: white;
  color: #333e48; }

.main.full {
  margin-top: 30px; }

.toggle {
  overflow: hidden; }
  .toggle:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }

/*===== Titles ====*/
.section-heading {
  border-bottom: 1px solid #eaeaea;
  line-height: 53px; }
  .section-heading .section-underline {
    position: relative; }
    .section-heading .section-underline:after {
      content: '';
      position: absolute;
      bottom: -11px;
      height: 3px;
      background-color: #ffff00;
      left: 0;
      right: 0; }

/*===== Loading ====*/
.loadingOverlay {
  background: #ffffff; }
  .loadingOverlay:before {
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    animation: none; }

/*==== Loading page =====*/
.pace-running:before, .loadingOverlay:before {
  content: "";
  background: transparent url("../img/loading-spinner.gif") center center no-repeat;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  z-index: 1000; }

/*====== scroll-to-top ======*/
#scroll-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  right: 25px;
  bottom: 10%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 42px;
  width: 42px;
  background: yellow;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
  line-height: 38px;
  opacity: 0.5;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }
  @media (max-width: 1024px) {
    #scroll-to-top {
      display: none !important; } }
  #scroll-to-top:before {
    content: "\79";
    font-family: font-electro;
    font-size: 26px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 42px;
    line-height: 45px;
    height: 45px; }
  #scroll-to-top:hover {
    opacity: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }

/*===== breadcrumb =====*/
.container_full {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #eaeaea; }

ul.breadcrumbs {
  margin: 0px 0px 50px;
  float: left;
  width: 100%;
  text-align: left; }
  @media (max-width: 767px) {
    ul.breadcrumbs {
      margin-bottom: 20px; } }
  ul.breadcrumbs li {
    padding: 0px;
    background: none;
    float: none;
    display: inline-block; }
    ul.breadcrumbs li:before {
      content: ">";
      margin: 0px;
      font-size: 14px;
      color: #354047; }
    ul.breadcrumbs li:first-child a {
      padding-left: 0px; }
    ul.breadcrumbs li a, ul.breadcrumbs li .breadcrumb-label {
      color: #333e48;
      display: inline-block;
      padding: 5px 10px;
      line-height: 25px;
      position: relative;
      text-transform: capitalize;
      font-size: 14px;
      font-family: "Open Sans"; }
    ul.breadcrumbs li a:hover {
      background: #f5f5f5; }

.page {
  margin: 0px -15px;
  clear: both; }

.page-content {
  padding: 0px; }

/*===== icon--ratingFull =====*/
.icon--ratingFull svg {
  fill: black; }

/*===== pagination =====*/
.pagination {
  display: block;
  border-top: 1px solid #eaeaea;
  clear: both;
  margin: 0px;
  overflow: hidden; }
  .pagination ul {
    margin-bottom: 0px;
    padding: 25px 0px 0px;
    text-align: right;
    float: right; }
    .pagination ul li {
      background: none;
      border: none;
      margin: 0px 3px 3px 0px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      float: left; }
      .pagination ul li a {
        width: 40px;
        height: 40px;
        border: 1px solid #eaeaea;
        background: #ffffff;
        color: #7e7e7e;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px; }
      .pagination ul li.pagination-item--previous a, .pagination ul li.pagination-item--next a {
        font-size: 0; }
        .pagination ul li.pagination-item--previous a i, .pagination ul li.pagination-item--next a i {
          font-size: 14px;
          margin: 0px;
          width: 20px;
          height: 20px; }
      .pagination ul li.pagination-item--current, .pagination ul li:hover {
        margin: 0px 3px 0px 0px;
        border: none;
        background: none; }
        .pagination ul li.pagination-item--current a, .pagination ul li:hover a {
          background: yellow;
          border: 1px solid yellow;
          color: #333e48; }

/*==== Cookies ====*/
.cookieMessage {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 15px; }
  @media (max-width: 1024px) {
    .cookieMessage {
      display: none !important; } }
  .cookieMessage .cookieMessage-text {
    width: 66.66667%;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding: 0px; }

/*==== Forms ====*/
.form-input, .form-select {
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  color: #354047;
  border-radius: 10px; }
  .form-input.active, .form-input:focus, .form-select.active, .form-select:focus {
    border: 1px solid #eaeaea; }
  .form-input::placeholder, .form-select::placeholder {
    color: #354047; }

/*==== Helpers ====*/
.flex-vertical-align {
  display: flex;
  align-items: center; }

.flex-container {
  max-width: 1200px;
  margin: 0 auto; }

@media (max-width: 992px) {
  .desktop {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile {
    display: none !important; } }

.is-bold a {
  font-weight: 700; }

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important; } }

.productCarousel {
  margin: 0px; }

.productCarousel-slide {
  margin: 0 0 20px 0;
  outline: none;
  padding: 0px; }
  .productCarousel-slide.slick-current .card:before {
    display: none; }

.slick-list.draggable {
  padding: 9px 0px 25px; }

li.product {
  overflow: initial;
  padding: 0px 15px; }

.card-search, .list-product-1 {
  display: none; }

.card, .list-product-1 {
  padding: 15px 20px 45px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px; }
  .card:hover, .list-product-1:hover {
    padding: 35px 20px 45px;
    margin-bottom: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 1024px) {
    .card, .list-product-1 {
      margin-bottom: 0;
      cursor: pointer; } }
  .card .card-figure, .list-product-1 .card-figure {
    background: none; }
  .card .card-brand, .list-product-1 .card-brand {
    font-size: 1rem;
    padding: 0px;
    margin: 0 0 5px;
    color: #666666; }
  .card .card-title, .list-product-1 .card-title {
    margin: 0px 0px 5px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none; }
    .card .card-title a, .list-product-1 .card-title a {
      color: #354047;
      line-height: 1.35714rem; }
    .card .card-title:hover a, .list-product-1 .card-title:hover a {
      color: #999999; }
  .card .card-img-container, .list-product-1 .card-img-container {
    margin: 0;
    text-align: center; }
    .card .card-img-container .card-image, .list-product-1 .card-img-container .card-image {
      position: relative;
      border: none; }
    .card .card-img-container:after, .list-product-1 .card-img-container:after {
      display: none; }
  .card .card-body, .list-product-1 .card-body {
    position: relative;
    text-align: left;
    margin: 0px;
    padding: 5px 38px 0 0px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .card .card-body, .list-product-1 .card-body {
        padding-bottom: 8px; } }
    .card .card-body .price-section, .card .card-body .package-size, .list-product-1 .card-body .price-section, .list-product-1 .card-body .package-size {
      display: inline-block; }
  .card .custom-cart, .list-product-1 .custom-cart {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: white;
    font-family: "Open Sans";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    @media (max-width: 1024px) {
      .card .custom-cart, .list-product-1 .custom-cart {
        background: yellow;
        border: 1px solid yellow; } }
    .card .custom-cart:before, .list-product-1 .custom-cart:before {
      content: "\61";
      font-family: font-electro;
      font-size: 20px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      height: 100%;
      line-height: 35px;
      display: block; }
    @media (min-width: 1025px) {
      .card .custom-cart:hover, .list-product-1 .custom-cart:hover {
        color: #354047; } }
  .card .card-figcaption, .list-product-1 .card-figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0px 0px 15px;
    height: auto;
    display: block;
    opacity: 0;
    z-index: -1; }
    @media (max-width: 1024px) {
      .card .card-figcaption, .list-product-1 .card-figcaption {
        position: relative;
        text-align: left;
        opacity: 1;
        border: none;
        padding: 0px; } }
    .card .card-figcaption .card-figcaption-body, .list-product-1 .card-figcaption .card-figcaption-body {
      display: flex;
      justify-content: space-between;
      padding: 0 15px;
      top: auto;
      transform: none;
      pointer-events: all; }
    .card .card-figcaption a, .list-product-1 .card-figcaption a {
      color: #354047;
      font-weight: 400;
      margin: 0 10px 0 0;
      padding: 0px;
      font-family: "Open Sans";
      background: none;
      text-transform: capitalize;
      font-size: 1rem;
      line-height: 20px;
      position: relative; }
      .card .card-figcaption a:hover, .list-product-1 .card-figcaption a:hover {
        font-weight: 700; }
  .card .compare, .list-product-1 .compare {
    display: none; }
  .card .summary-sort, .list-product-1 .summary-sort {
    display: none; }
  @media (min-width: 1025px) {
    .card:hover, .list-product-1:hover {
      z-index: 5; }
      .card:hover:after, .list-product-1:hover:after {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        opacity: 1; }
      .card:hover .card-figcaption, .list-product-1:hover .card-figcaption {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        opacity: 1;
        z-index: 20;
        bottom: 0; } }

.price--withoutTax {
  color: #354047;
  font-size: 20px;
  font-weight: 400; }

.price--rrp {
  color: #848484;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400; }

.price-reduce {
  color: #343f49; }

/*==== product-tab  & product_category-tab ====*/
.product-tab > ul, .product_category_tab .tab-wrapper > ul {
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  text-align: center; }
  @media (max-width: 767px) {
    .product-tab > ul, .product_category_tab .tab-wrapper > ul {
      border-bottom: none; } }
  .product-tab > ul > li, .product_category_tab .tab-wrapper > ul > li {
    display: inline-block;
    padding: 0px 20px;
    vertical-align: bottom;
    text-align: center;
    margin: 0px auto; }
    @media (max-width: 991px) and (min-width: 768px) {
      .product-tab > ul > li, .product_category_tab .tab-wrapper > ul > li {
        padding: 0px 10px; } }
    @media (max-width: 767px) {
      .product-tab > ul > li, .product_category_tab .tab-wrapper > ul > li {
        display: block;
        margin: 0px 0px 15px;
        padding: 0px;
        text-align: center;
        border-bottom: 1px solid #dddddd; } }
    .product-tab > ul > li h3, .product_category_tab .tab-wrapper > ul > li h3 {
      margin: 0px; }
    .product-tab > ul > li a, .product_category_tab .tab-wrapper > ul > li a {
      color: #333e48;
      font-size: 18px;
      font-family: "Open Sans";
      line-height: 24px;
      margin: 0;
      padding: 0px 0px 9px;
      font-weight: 400;
      text-transform: capitalize;
      position: relative;
      display: block; }
      @media (max-width: 991px) and (min-width: 768px) {
        .product-tab > ul > li a, .product_category_tab .tab-wrapper > ul > li a {
          font-size: 15px; } }
      .product-tab > ul > li a:before, .product_category_tab .tab-wrapper > ul > li a:before {
        content: "";
        position: absolute;
        display: block;
        border: 1px solid yellow;
        left: 50%;
        right: 50%;
        bottom: -1px;
        width: 0;
        margin: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        z-index: 9; }
      .product-tab > ul > li a:after, .product_category_tab .tab-wrapper > ul > li a:after {
        content: "";
        left: 50%;
        bottom: -13px;
        position: absolute;
        display: block;
        border: 6px solid transparent;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        border-top: 6px solid #333e48; }
    .product-tab > ul > li:hover a:before, .product-tab > ul > li.active a:before, .product_category_tab .tab-wrapper > ul > li:hover a:before, .product_category_tab .tab-wrapper > ul > li.active a:before {
      opacity: 1;
      visibility: visible;
      width: 100%;
      left: 0;
      right: 0; }
    .product-tab > ul > li:hover a:after, .product-tab > ul > li.active a:after, .product_category_tab .tab-wrapper > ul > li:hover a:after, .product_category_tab .tab-wrapper > ul > li.active a:after {
      opacity: 1;
      visibility: visible; }
    .product-tab > ul > li.active a, .product_category_tab .tab-wrapper > ul > li.active a {
      font-weight: 600; }

.quickreview svg {
  position: relative;
  top: 1px;
  height: 15px;
  width: 22px; }

.wishlist-icon svg {
  position: relative;
  top: 2px;
  height: 15px;
  width: 17px; }

/*==== product-tab ====*/
.product-tab {
  margin: 33px auto 0; }
  .product-tab .content-product-tab {
    clear: both; }
    .product-tab .content-product-tab:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }
  .product-tab .item-tab {
    height: 0;
    visibility: hidden;
    overflow: hidden; }
    .product-tab .item-tab.active {
      height: auto;
      visibility: visible;
      overflow: visible; }
  .product-tab .special-offer-product {
    margin: -40px 15px 0px 0px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .product-tab .special-offer-product {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .product-tab .special-offer-product {
        margin: 0px 0px 30px; } }
    .product-tab .special-offer-product .card {
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border: 2px solid #333e48;
      padding: 20px 20px 25px;
      background: #ffffff; }
      @media (max-width: 991px) and (min-width: 768px) {
        .product-tab .special-offer-product .card {
          padding: 20px 15px; } }
      .product-tab .special-offer-product .card:before, .product-tab .special-offer-product .card:after, .product-tab .special-offer-product .card .custom-cart, .product-tab .special-offer-product .card .card-figcaption {
        display: none; }
      .product-tab .special-offer-product .card .card-body {
        padding: 0px; }
      .product-tab .special-offer-product .card .special-product-label {
        overflow: hidden; }
      .product-tab .special-offer-product .card .spl-1 {
        display: inline-block;
        font-size: 22px;
        color: #343f49;
        float: left;
        width: 80px; }
      .product-tab .special-offer-product .card .sale-flag-side {
        float: right;
        background: yellow;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 75px;
        height: 75px;
        text-align: center;
        padding: 19px 5px;
        line-height: 2;
        color: #343f49;
        position: relative; }
      .product-tab .special-offer-product .card .card-title {
        line-height: 1.25rem;
        text-align: center;
        margin: 0px 0px 10px; }
      .product-tab .special-offer-product .card .card-price {
        text-align: center;
        line-height: 1.3;
        padding: 5px 0px 1px; }
        .product-tab .special-offer-product .card .card-price .price--rrp {
          font-size: 18px;
          color: #383838;
          margin: 0px 10px 0px 0px; }
        .product-tab .special-offer-product .card .card-price .price--withoutTax {
          font-size: 30px; }
    .product-tab .special-offer-product .deal-stock {
      padding: 26px 0px 13px;
      text-align: left;
      overflow: hidden;
      width: 100%; }
      .product-tab .special-offer-product .deal-stock .stock-sold {
        color: #383838;
        font-size: 14px;
        float: left; }
      .product-tab .special-offer-product .deal-stock .stock-available {
        float: right;
        color: #383838;
        font-size: 14px; }
    .product-tab .special-offer-product .progress {
      margin: 0px;
      height: 20px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: none;
      background: #eeeeee;
      overflow: hidden; }
      .product-tab .special-offer-product .progress .progress-bar {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background: yellow;
        box-shadow: none;
        float: left;
        height: 100%; }
    .product-tab .special-offer-product .deal-text {
      color: #383838;
      padding: 15px 0px 0px;
      font-size: 15px;
      display: block;
      text-align: center; }
    .product-tab .special-offer-product .countdown {
      margin: 15px auto 0px;
      overflow: hidden;
      text-align: center;
      background: none;
      border: none;
      font-size: 30px;
      color: #383838; }
      .product-tab .special-offer-product .countdown > span {
        color: #383838;
        width: auto;
        margin: 0px auto;
        padding: 0px 7px;
        display: inline-block;
        position: relative;
        float: none; }
        @media (max-width: 1024px) and (min-width: 768px) {
          .product-tab .special-offer-product .countdown > span {
            padding: 0px; } }
        @media (max-width: 480px) {
          .product-tab .special-offer-product .countdown > span {
            padding: 0px; } }
        .product-tab .special-offer-product .countdown > span:after {
          content: ":";
          font-size: 30px;
          position: absolute;
          top: 0;
          right: -9px; }
          @media (max-width: 1204px) and (min-width: 768px) {
            .product-tab .special-offer-product .countdown > span:after {
              font-size: 20px;
              right: -7px; } }
          @media (max-width: 480px) {
            .product-tab .special-offer-product .countdown > span:after {
              font-size: 20px;
              right: -7px; } }
        .product-tab .special-offer-product .countdown > span:last-child:after {
          display: none; }
      .product-tab .special-offer-product .countdown .hours-count, .product-tab .special-offer-product .countdown .minutes-count, .product-tab .special-offer-product .countdown .seconds-count {
        font-size: 30px;
        background: #e6e6e6;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        display: flex;
        flex-direction: column;
        clear: both;
        padding: 0px 10px;
        position: relative;
        float: none;
        line-height: 40px;
        margin: 0px auto; }
        @media (max-width: 1204px) and (min-width: 768px) {
          .product-tab .special-offer-product .countdown .hours-count, .product-tab .special-offer-product .countdown .minutes-count, .product-tab .special-offer-product .countdown .seconds-count {
            font-size: 20px;
            line-height: 30px;
            padding: 0px 7px; } }
        @media (max-width: 480px) {
          .product-tab .special-offer-product .countdown .hours-count, .product-tab .special-offer-product .countdown .minutes-count, .product-tab .special-offer-product .countdown .seconds-count {
            font-size: 20px;
            line-height: 30px;
            padding: 0px 7px; } }
      .product-tab .special-offer-product .countdown .hours-text, .product-tab .special-offer-product .countdown .minutes-text, .product-tab .special-offer-product .countdown .seconds-text {
        font-size: 12px;
        padding: 5px 0px 0px;
        float: none;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        text-transform: uppercase; }
  .product-tab li.product {
    padding: 0px;
    width: 33.33333333%;
    float: left; }
    @media (min-width: 768px) {
      .product-tab li.product:nth-child(3n+1) {
        clear: both; }
        .product-tab li.product:nth-child(3n+1) .card:before {
          display: none; } }
    @media (max-width: 767px) {
      .product-tab li.product {
        width: 50%; }
        .product-tab li.product:nth-child(2n+1) .card:before {
          display: none; } }
    @media (max-width: 480px) {
      .product-tab li.product {
        width: 100%; } }
  .product-tab .card {
    padding: 15px 25px;
    margin-bottom: 0px; }
    @media (min-width: 1025px) {
      .product-tab .card {
        padding-bottom: 0px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .product-tab .card {
        padding: 15px; } }
    @media (max-width: 767px) {
      .product-tab .card:before {
        display: block; } }
    @media (max-width: 480px) {
      .product-tab .card:before {
        display: none; } }
    .product-tab .card:hover:after, .product-tab .card:hover .card-figcaption {
      bottom: -13.5%; }
    .product-tab .card .card-title {
      height: 34px;
      overflow: hidden; }
  .product-tab .slick-next, .product-tab .slick-prev {
    display: none !important; }
  .product-tab .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .product-tab .content-product-tab ul.slick-dots {
    position: absolute;
    bottom: 13px;
    display: table;
    width: auto;
    text-align: center;
    float: none;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%); }

/*==== product_category_tab ====*/
.product_category_tab {
  margin: 40px auto 0;
  padding: 33px 0px;
  background: #f8f8f8; }
  .product_category_tab h2 {
    color: #333e48;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .product_category_tab h2:before {
      content: "";
      border-bottom: 2px solid yellow;
      position: absolute;
      width: 115px;
      left: 0px;
      bottom: -1px; }
  .product_category_tab .content-cate-tab {
    padding: 10px 0px 25px; }
  .product_category_tab .item-tab-cate {
    height: 0;
    visibility: hidden;
    overflow: hidden; }
    .product_category_tab .item-tab-cate.active {
      height: auto;
      visibility: visible;
      overflow: visible; }
  .product_category_tab .productGrid {
    margin: 0px -15px; }
    .product_category_tab .productGrid:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }
    @media (max-width: 767px) {
      .product_category_tab .productGrid .small-left {
        overflow: hidden; } }
    .product_category_tab .productGrid li.small-product {
      width: 100%;
      padding: 0px;
      float: none; }
      @media (max-width: 767px) {
        .product_category_tab .productGrid li.small-product {
          width: 50%;
          float: left;
          padding: 0px 4px; } }
    .product_category_tab .productGrid li.big-product-cate {
      padding: 0px 8px; }
      @media (max-width: 767px) {
        .product_category_tab .productGrid li.big-product-cate {
          padding: 0px; } }
      .product_category_tab .productGrid li.big-product-cate .card .card-img-container {
        margin: 15% auto;
        max-width: 100%; }
      .product_category_tab .productGrid li.big-product-cate .card .custom-cart {
        font-size: 13px;
        width: auto;
        height: auto;
        min-width: 130px;
        font-weight: 700;
        line-height: 27px;
        padding: 5px 15px;
        background: yellow;
        color: white;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-transform: capitalize;
        border: 1px solid #333e48; }
        .product_category_tab .productGrid li.big-product-cate .card .custom-cart:before {
          display: inline-block;
          width: auto;
          position: relative;
          top: 2px;
          margin-right: 5px;
          line-height: initial; }
        .product_category_tab .productGrid li.big-product-cate .card .custom-cart:hover {
          background: #333e48;
          border: 1px solid #333e48; }
      .product_category_tab .productGrid li.big-product-cate .card .card-figcaption {
        padding-top: 12px; }
      .product_category_tab .productGrid li.big-product-cate .card:hover:after, .product_category_tab .productGrid li.big-product-cate .card:hover .card-figcaption {
        bottom: -50px; }
  .product_category_tab .card {
    background: white;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .product_category_tab .card {
        padding: 15px 10px; } }
    .product_category_tab .card .card-text-ratings {
      display: none; }
    .product_category_tab .card:before {
      display: none; }

/*===== Best-seller-product =====*/
.best-seller-product-tab {
  margin: 50px auto 0;
  background: white; }
  .best-seller-product-tab h2 {
    color: #333e48;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .best-seller-product-tab h2:before {
      content: "";
      border-bottom: 2px solid yellow;
      position: absolute;
      width: 115px;
      left: 0px;
      bottom: -1px; }
  .best-seller-product-tab .tab-wrapper {
    position: relative; }
  .best-seller-product-tab ul.nav-tab {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    display: block; }
    @media (max-width: 1024px) {
      .best-seller-product-tab ul.nav-tab {
        position: static;
        margin-top: 20px; } }
    .best-seller-product-tab ul.nav-tab li {
      display: inline-block; }
      @media (max-width: 767px) {
        .best-seller-product-tab ul.nav-tab li {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #eaeaea;
          margin: 0px 0px 5px; } }
      .best-seller-product-tab ul.nav-tab li a {
        display: inline-block;
        line-height: 24px;
        padding: 3px 20px;
        margin: 0px;
        text-transform: capitalize;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        color: #7b8186;
        border: 2px solid transparent; }
        @media (max-width: 767px) {
          .best-seller-product-tab ul.nav-tab li a {
            margin: 0px 0px 5px; } }
      .best-seller-product-tab ul.nav-tab li.active a, .best-seller-product-tab ul.nav-tab li:hover a {
        color: #333e48;
        border: 2px solid yellow; }
  .best-seller-product-tab .item-tab {
    height: 0;
    visibility: hidden;
    overflow: hidden; }
    .best-seller-product-tab .item-tab.active {
      height: auto;
      visibility: visible;
      overflow: visible; }
  .best-seller-product-tab .content-bestseller-tab .productGrid {
    margin-bottom: 0px; }
    .best-seller-product-tab .content-bestseller-tab .productGrid:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }
  .best-seller-product-tab .content-bestseller-tab li.product {
    padding: 0px; }
    @media (max-width: 991px) {
      .best-seller-product-tab .content-bestseller-tab li.product {
        width: 50%; } }
    @media (max-width: 767px) {
      .best-seller-product-tab .content-bestseller-tab li.product {
        width: 100%;
        overflow: hidden; } }
    .best-seller-product-tab .content-bestseller-tab li.product .card {
      display: none; }
    .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 {
      display: block;
      width: 100%;
      padding: 15px;
      margin-bottom: 0px; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1:after {
        bottom: 0%; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-img-container {
        margin: 0px; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-title {
        height: 34px;
        overflow: hidden; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-brand {
        margin: 0px 0px 3px;
        min-height: 18px; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-figure {
        width: 43%;
        float: left;
        padding: 0px 20px 0px 0px;
        max-width: 165px; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-body-content {
        float: left;
        width: 57%; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-body {
        overflow: initial; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-price {
        display: block;
        position: relative; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .compare, .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-text-ratings {
        display: none; }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-figcaption {
        position: static;
        border: none;
        box-shadow: none;
        margin: 15px 0px 0px;
        padding: 0px;
        text-align: left;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px; }
        @media (max-width: 1024px) {
          .best-seller-product-tab .content-bestseller-tab li.product .list-product-1 .card-figcaption {
            margin: 0px; } }
      .best-seller-product-tab .content-bestseller-tab li.product .list-product-1:hover:before {
        bottom: 0%; }
  .best-seller-product-tab .content-bestseller-tab .slick-list.draggable {
    padding-bottom: 0px; }
    @media (max-width: 1199px) and (min-width: 1025px) {
      .best-seller-product-tab .content-bestseller-tab .slick-list.draggable {
        padding-left: 2px;
        padding-right: 2px; } }

/*===== mid_product_category ======*/
.mid_product_category {
  margin: 44px auto 0px;
  position: relative; }
  .mid_product_category h2 {
    color: #333e48;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .mid_product_category h2:before {
      content: "";
      border-bottom: 2px solid yellow;
      position: absolute;
      width: 115px;
      left: 0px;
      bottom: -1px; }
  .mid_product_category .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .mid_product_category li.product {
    padding: 0px; }
    .mid_product_category li.product.slick-current .card:before {
      display: none; }
  .mid_product_category .card .card-title {
    height: 34px;
    overflow: hidden; }
  .mid_product_category .card .card-text-ratings {
    display: none; }
  .mid_product_category .card .card-body {
    overflow: initial;
    min-height: 43px; }
  .mid_product_category .card .card-price {
    position: absolute;
    display: block;
    bottom: 8px;
    left: 0px; }
  .mid_product_category .card .price {
    display: block; }
  @media (max-width: 1199px) and (min-width: 1025px) {
    .mid_product_category .slick-list.draggable {
      padding: 9px 2px 25px; } }
  .mid_product_category .slick-arrow {
    top: -27px; }

/*==== brand-image-container ====*/
.category-sidebar.brands {
  margin-bottom: 40px; }

.brand-image-container {
  clear: both;
  margin-bottom: 15px; }
  .brand-image-container img {
    margin: 0px;
    position: relative; }
  .brand-image-container:after {
    display: none; }

/*==== alternating colors for product specs ====*/
#tab-specification dl dd:nth-child(4n-2) {
  background-color: #f8f8f8; }

.add-to-cart-icon {
  position: relative;
  top: 5px; }
  .add-to-cart-icon svg {
    height: 19px;
    width: 19px;
    margin-right: 10px; }

.product-social {
  display: flex;
  justify-content: left; }

.productView-description ul {
  margin-left: 1.15rem; }
  .productView-description ul li {
    list-style: inherit; }

.tooltip-item {
  position: relative;
  z-index: 999; }
  .tooltip-item .tooltip-icon {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111111;
    border-radius: 8;
    box-shadow: 0 1px 1px gallery;
    color: yellow;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 auto;
    opacity: 0;
    padding: 0.75rem;
    text-align: left;
    transition: all 0.2s ease-in-out;
    /*visibility: hidden;*/
    z-index: 10;
    width: 100%;
    max-width: 335px;
    font-weight: 600; }
    .tooltip-item .tooltip-icon strong {
      color: white; }
    .tooltip-item .tooltip-icon a {
      color: yellow; }
    .tooltip-item .tooltip-icon::after {
      /*position: absolute;
			right: 0;
			left: 0;*/
      border: 8px solid transparent;
      text-align: left;
      top: 1.2rem;
      left: -0.5393333333em;
      right: auto;
      color: #111111;
      content: "\f0d9";
      font-size: 2rem;
      text-align: center;
      text-shadow: 0 1px 1px gallery; }

/*===== left-column ======*/
.left-column .sidebarBlock-heading {
  color: #333e48;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.8;
  margin: 0px 0px 35px;
  padding-bottom: 10px; }
  .left-column .sidebarBlock-heading:before {
    content: "";
    border-bottom: 2px solid yellow;
    position: absolute;
    width: 70px;
    left: 0px;
    bottom: -1px; }

.left-column .accordion-title {
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #575560;
  margin: 0px 0px 15px;
  padding: 0px; }

@media (max-width: 991px) {
  .left-column .sidebarBlock {
    display: none; } }

.left-column .sidebarBlock ul.inlineList--labels {
  margin-left: 0px; }
  .left-column .sidebarBlock ul.inlineList--labels li {
    margin-right: 10px; }
    .left-column .sidebarBlock ul.inlineList--labels li a {
      padding: 7px; }

.left-column .sidebarBlock .accordion-navigation-actions {
  top: 0px;
  display: none; }
  @media (max-width: 767px) {
    .left-column .sidebarBlock .accordion-navigation-actions {
      display: block; } }
  .left-column .sidebarBlock .accordion-navigation-actions svg {
    fill: #575560; }
  .left-column .sidebarBlock .accordion-navigation-actions a:hover {
    color: yellow; }

.left-column .sidebarBlock input {
  padding: 17px 15px;
  height: 40px;
  margin-bottom: 0px; }

.left-column .sidebarBlock .form-minMaxRow {
  margin-bottom: 15px; }
  .left-column .sidebarBlock .form-minMaxRow .form-field {
    width: 50%; }

.left-column .sidebarBlock .button--small {
  background: yellow;
  border: 1px solid yellow;
  font-size: 14px;
  font-family: "Open Sans";
  padding: 12px 15px;
  color: #333e48;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-top: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  .left-column .sidebarBlock .button--small:hover {
    background: #333e48;
    border: 1px solid #333e48;
    color: white; }

.left-column .sidebarBlock .accordion {
  margin: 0px 0px 40px;
  border: none;
  box-shadow: none; }

.left-column .sidebarBlock .accordion-navigation {
  border: none;
  margin-top: 0px; }
  @media (max-width: 767px) {
    .left-column .sidebarBlock .accordion-navigation.is-open + .accordion-content {
      display: block; } }

.left-column .sidebarBlock .accordion-block {
  margin: 0px 0px 15px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd; }

.left-column .sidebarBlock .accordion-content {
  display: block;
  padding: 0px; }
  @media (max-width: 767px) {
    .left-column .sidebarBlock .accordion-content {
      display: none; } }
  .left-column .sidebarBlock .accordion-content.facetedSearch-content--rating ul li a {
    padding: 0px; }
    .left-column .sidebarBlock .accordion-content.facetedSearch-content--rating ul li a span {
      display: inline-block; }

.left-column .sidebarBlock ul {
  padding: 6px 0px 0px; }
  .left-column .sidebarBlock ul li {
    margin: 0px 0px 15px;
    padding: 0px; }
    .left-column .sidebarBlock ul li a {
      padding: 0px 0px 0px 25px;
      margin: 0px;
      position: relative;
      font-size: 14px;
      color: #747474; }
      .left-column .sidebarBlock ul li a span {
        display: none; }
      .left-column .sidebarBlock ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background-image: none;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        width: 12px;
        height: 12px;
        border-radius: 3px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      .left-column .sidebarBlock ul li a:after {
        background-image: none;
        background-color: yellow;
        border: 1px solid yellow; }
      .left-column .sidebarBlock ul li a.navList-action--checkbox.is-selected:before {
        border: 1px solid yellow; }
      .left-column .sidebarBlock ul li a:hover, .left-column .sidebarBlock ul li a.is-active {
        color: yellow;
        font-weight: 400; }
        .left-column .sidebarBlock ul li a:hover:before, .left-column .sidebarBlock ul li a.is-active:before {
          background-color: yellow;
          border: 1px solid yellow; }
    .left-column .sidebarBlock ul li.last-item a {
      padding-left: 0px; }
      .left-column .sidebarBlock ul li.last-item a:before {
        display: none; }

.left-column .sidebarBlock.sidebar-cate {
  margin-bottom: 40px;
  position: relative; }
  .left-column .sidebarBlock.sidebar-cate h5 + i {
    display: none; }
  .left-column .sidebarBlock.sidebar-cate i {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }
    .left-column .sidebarBlock.sidebar-cate i:before {
      content: "\79";
      font-family: font-electro;
      font-size: 14px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .left-column .sidebarBlock.sidebar-cate > ul {
    margin: 0px !important;
    padding: 0px !important; }
    .left-column .sidebarBlock.sidebar-cate > ul > li {
      display: block;
      margin: 0; }
      .left-column .sidebarBlock.sidebar-cate > ul > li:last-child > a {
        border-bottom: none; }
      .left-column .sidebarBlock.sidebar-cate > ul > li a {
        padding: 6px 0px 6px 15px;
        line-height: 26px;
        font-weight: 400;
        display: block;
        font-size: 14px;
        position: relative;
        color: #575560;
        border-bottom: 1px solid #eaeaea; }
        .left-column .sidebarBlock.sidebar-cate > ul > li a:before {
          display: none; }
      .left-column .sidebarBlock.sidebar-cate > ul > li ul {
        display: none; }
        .left-column .sidebarBlock.sidebar-cate > ul > li ul.active {
          display: block; }
        .left-column .sidebarBlock.sidebar-cate > ul > li ul a {
          padding-left: 30px; }
          .left-column .sidebarBlock.sidebar-cate > ul > li ul a:hover {
            color: yellow; }
      .left-column .sidebarBlock.sidebar-cate > ul > li.open > ul {
        display: block;
        padding: 0px; }
      .left-column .sidebarBlock.sidebar-cate > ul > li.open:last-child > a {
        border-bottom: 1px solid #eaeaea; }
      .left-column .sidebarBlock.sidebar-cate > ul > li.open i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
      .left-column .sidebarBlock.sidebar-cate > ul > li:hover > a {
        font-weight: 700;
        color: #575560; }

.left-column .sidebarBlock + .sidebarBlock {
  border: none;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 40px; }

.left-column .facetedSearch {
  display: block; }
  @media (max-width: 991px) {
    .left-column .facetedSearch {
      position: fixed;
      top: 0;
      right: 0;
      width: 280px;
      height: 100%;
      z-index: 1000;
      display: block;
      transform: translate(280px, 0px);
      -webkit-transform: translate(280px, 0px);
      -moz-transform: translate(280px, 0px);
      -ms-transform: translate(280px, 0px);
      -o-transform: translate(280px, 0px);
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; } }
  .left-column .facetedSearch .facetedSearch-navList {
    margin-top: 35px; }
    @media (max-width: 991px) {
      .left-column .facetedSearch .facetedSearch-navList {
        height: 100%;
        z-index: 1000;
        border: 2px solid #dddddd;
        display: block;
        padding: 20px;
        overflow: auto;
        margin-top: 0px;
        background: #ffffff; } }
  @media (max-width: 991px) {
    .left-column .facetedSearch .facetedSearch-toggle {
      display: none; } }
  @media (max-width: 991px) {
    .left-column .facetedSearch .visible-xs.exit {
      display: block !important;
      top: 0;
      position: absolute;
      left: -35px;
      background: #000000;
      color: #ffffff;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      cursor: pointer;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transform: translate(380px, 0px);
      -webkit-transform: translate(380px, 0px);
      -moz-transform: translate(380px, 0px);
      -ms-transform: translate(380px, 0px);
      -o-transform: translate(380px, 0px); }
      .left-column .facetedSearch .visible-xs.exit:hover {
        background: yellow;
        color: #333e48; } }
  @media (max-width: 991px) {
    .left-column .facetedSearch.opend {
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px); }
      .left-column .facetedSearch.opend .visible-xs.exit {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px); } }

.left-column .banner-category-left {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  border: none;
  padding: 0; }
  @media (max-width: 991px) {
    .left-column .banner-category-left {
      display: none; } }
  .left-column .banner-category-left a {
    display: block;
    position: relative; }
    .left-column .banner-category-left a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background: rgba(0, 0, 0, 0.1);
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
    .left-column .banner-category-left a:hover:before {
      width: 100%;
      height: 100%; }

.left-column .tab_featured_left .slick-dotted.slick-slider {
  margin-bottom: 0px; }

.left-column .tab_featured_left .slick-list.draggable {
  padding: 0px; }

.left-column .block-product-cate {
  clear: both; }
  @media (max-width: 991px) {
    .left-column .block-product-cate {
      display: none; } }
  .left-column .block-product-cate .slick-slide > div:first-child .list-product-1 {
    border-top: none;
    margin: 0px;
    padding: 0px; }
  .left-column .block-product-cate .slick-dots {
    display: none !important; }
  .left-column .block-product-cate .card {
    display: none; }
  .left-column .block-product-cate .list-product-1 {
    display: block;
    margin: 20px 0px 0px;
    padding: 20px 0px 0px;
    overflow: hidden;
    border-top: 1px solid #eaeaea; }
    .left-column .block-product-cate .list-product-1:before, .left-column .block-product-cate .list-product-1:after {
      display: none; }
    .left-column .block-product-cate .list-product-1 .card-figcaption, .left-column .block-product-cate .list-product-1 .custom-cart, .left-column .block-product-cate .list-product-1 .card-brand {
      display: none; }
    .left-column .block-product-cate .list-product-1 .card-figure {
      float: left;
      width: 41.66666667%;
      padding-right: 15px; }
      .left-column .block-product-cate .list-product-1 .card-figure .card-img-container {
        margin: 0px; }
    .left-column .block-product-cate .list-product-1 .card-body-content {
      width: 58.33333333%;
      float: left;
      padding-left: 5px; }
    .left-column .block-product-cate .list-product-1 .card-body {
      padding: 0px; }
    .left-column .block-product-cate .list-product-1 .card-title {
      font-size: 14px;
      display: block;
      margin: 0px 0px 11px;
      font-weight: 400;
      height: auto; }
      .left-column .block-product-cate .list-product-1 .card-title a {
        color: #333e48; }
        .left-column .block-product-cate .list-product-1 .card-title a:hover {
          color: yellow; }
    .left-column .block-product-cate .list-product-1 .summary-sort {
      display: none; }
    .left-column .block-product-cate .list-product-1 .price--rrp {
      font-size: 11px; }
    .left-column .block-product-cate .list-product-1 .price--withoutTax {
      font-size: 14px;
      font-weight: 700;
      display: block; }
    .left-column .block-product-cate .list-product-1:hover .card-body {
      border-bottom: none; }

/*===== category-pages ======*/
.category-filter {
  text-align: center;
  background: #f5f5f5;
  position: relative;
  padding: 10px 20px 0px 20px;
  float: left;
  width: 100%;
  margin: 0px 0px 37px; }
  .category-filter .actionBar {
    margin: 0px 0px 10px;
    position: relative;
    display: inline-block; }
    @media (max-width: 480px) {
      .category-filter .actionBar {
        float: left; } }
    .category-filter .actionBar .actionBar-section .form-field {
      margin: 0px;
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      color: #7e7e7e;
      text-transform: none;
      min-width: 160px;
      text-align: center; }
      .category-filter .actionBar .actionBar-section .form-field .form-label {
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0; }
      .category-filter .actionBar .actionBar-section .form-field .form-select {
        padding: 12px 25px;
        height: auto;
        min-width: 160px;
        background-position: right 10px top 12px;
        margin-bottom: 0px; }
        .category-filter .actionBar .actionBar-section .form-field .form-select.active, .category-filter .actionBar .actionBar-section .form-field .form-select:focus {
          background-color: transparent;
          border: none; }
  .category-filter .list-grid-button {
    display: inline-block;
    float: left;
    margin: 0px 0px 10px; }
    .category-filter .list-grid-button a {
      font-size: 0;
      color: #d6dbe1;
      margin: 0px;
      margin-left: 15px;
      display: inline-block;
      cursor: pointer;
      line-height: 42px; }
      .category-filter .list-grid-button a:first-child {
        margin-left: 0px; }
      .category-filter .list-grid-button a:before {
        font-family: font-electro;
        font-size: 22px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle; }
      .category-filter .list-grid-button a.productgrid:before {
        content: "\68"; }
      .category-filter .list-grid-button a.productGrid-ex:before {
        content: "\7a"; }
      .category-filter .list-grid-button a.productList:before {
        content: "\41"; }
      .category-filter .list-grid-button a.productList-sm:before {
        content: "\69"; }
      .category-filter .list-grid-button a.active {
        color: #333e48; }
  @media (max-width: 991px) {
    .category-filter .visible-xs {
      display: inline-block !important;
      float: right;
      margin: 0px 0px 10px;
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      color: #7e7e7e;
      text-transform: none;
      padding: 10px 25px;
      text-align: center;
      cursor: pointer;
      display: none !important; } }
  @media (max-width: 480px) {
    .category-filter .visible-xs {
      float: left;
      /*display: block !important;*/
      clear: both; } }

@media (max-width: 991px) {
  .category-pages {
    width: 100%; } }

.category-pages > img.lazyautosizes {
  margin: 0px 0px 30px; }

.category-pages .page-heading {
  display: inline-block;
  text-align: left;
  color: #333e48;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px;
  border-bottom: none;
  padding-bottom: 0px; }
  .category-pages .page-heading:before {
    display: none; }

.category-pages form {
  clear: both; }

.category-pages ul.list-product {
  clear: both;
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px; }
  .category-pages ul.list-product li .compare {
    display: none; }
  .category-pages ul.list-product li:nth-child(3n+1) .card:before {
    display: none; }
  .category-pages ul.list-product.productGrid li, .category-pages ul.list-product.productGrid-ex li {
    padding: 0px;
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    float: left; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productGrid li, .category-pages ul.list-product.productGrid-ex li {
        width: 50%; }
        .category-pages ul.list-product.productGrid li:nth-child(2n+1), .category-pages ul.list-product.productGrid-ex li:nth-child(2n+1) {
          clear: both; }
          .category-pages ul.list-product.productGrid li:nth-child(2n+1) .card:before, .category-pages ul.list-product.productGrid-ex li:nth-child(2n+1) .card:before {
            display: none; }
        .category-pages ul.list-product.productGrid li .card:before, .category-pages ul.list-product.productGrid-ex li .card:before {
          display: block; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productGrid li, .category-pages ul.list-product.productGrid-ex li {
        width: 100%;
        float: none;
        display: block; }
        .category-pages ul.list-product.productGrid li .card:before, .category-pages ul.list-product.productGrid-ex li .card:before {
          display: none; } }
    @media (min-width: 768px) {
      .category-pages ul.list-product.productGrid li:nth-child(3n+1), .category-pages ul.list-product.productGrid-ex li:nth-child(3n+1) {
        clear: both; } }
  .category-pages ul.list-product.productGrid li .card-text-ratings, .category-pages ul.list-product.productGrid li .summary-sort {
    display: none; }
  .category-pages ul.list-product.productGrid-ex li .card .card-text-ratings {
    display: block;
    margin: 0px 0px 15px; }
  .category-pages ul.list-product.productGrid-ex li .card .summary-sort {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    margin: 0px 0px 30px; }
  .category-pages ul.list-product.productGrid-ex li .card:hover:after, .category-pages ul.list-product.productGrid-ex li .card:hover .card-figcaption {
    bottom: -7.5%; }
  .category-pages ul.list-product.productList li, .category-pages ul.list-product.productList-sm li {
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea; }
    .category-pages ul.list-product.productList li:last-child, .category-pages ul.list-product.productList-sm li:last-child {
      border-bottom: none; }
    .category-pages ul.list-product.productList li .card, .category-pages ul.list-product.productList-sm li .card {
      display: none; }
    .category-pages ul.list-product.productList li .product-list, .category-pages ul.list-product.productList-sm li .product-list {
      display: block !important; }
      .category-pages ul.list-product.productList li .product-list .list-product-1, .category-pages ul.list-product.productList-sm li .product-list .list-product-1 {
        display: block;
        padding: 0px;
        margin: 0px; }
        .category-pages ul.list-product.productList li .product-list .list-product-1:before, .category-pages ul.list-product.productList li .product-list .list-product-1:after, .category-pages ul.list-product.productList-sm li .product-list .list-product-1:before, .category-pages ul.list-product.productList-sm li .product-list .list-product-1:after {
          display: none; }
        .category-pages ul.list-product.productList li .product-list .list-product-1 .summary-sort, .category-pages ul.list-product.productList-sm li .product-list .list-product-1 .summary-sort {
          display: block;
          font-size: 13px;
          line-height: 18px;
          margin: 15px 0px 0px; }
        .category-pages ul.list-product.productList li .product-list .list-product-1 .card-figcaption, .category-pages ul.list-product.productList-sm li .product-list .list-product-1 .card-figcaption {
          position: static;
          opacity: 1;
          border: none;
          padding: 0px; }
        .category-pages ul.list-product.productList li .product-list .list-product-1 .price, .category-pages ul.list-product.productList-sm li .product-list .list-product-1 .price {
          display: block;
          margin-right: 0px; }
        .category-pages ul.list-product.productList li .product-list .list-product-1 .price--withoutTax, .category-pages ul.list-product.productList-sm li .product-list .list-product-1 .price--withoutTax {
          font-size: 23px; }
  .category-pages ul.list-product.productList li .list-product-1 .card-figure {
    float: left;
    width: 25%;
    padding: 0px 15px 0px 0px;
    margin: 0px auto; }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList li .list-product-1 .card-figure {
        width: 50%; } }
    .category-pages ul.list-product.productList li .list-product-1 .card-figure .card-img-container {
      margin: 0px; }
  .category-pages ul.list-product.productList li .list-product-1 .card-body-content {
    width: 50%;
    float: left;
    padding: 0px 15px;
    position: relative; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productList li .list-product-1 .card-body-content {
        width: 40%; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList li .list-product-1 .card-body-content {
        width: 50%;
        padding-right: 0px; } }
  .category-pages ul.list-product.productList li .list-product-1 .content-body-list {
    width: 25%;
    float: left;
    padding: 0px 0px 0px 15px;
    text-align: left; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productList li .list-product-1 .content-body-list {
        width: 35%; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList li .list-product-1 .content-body-list {
        width: 100%;
        float: none;
        clear: both;
        padding: 0px; } }
  .category-pages ul.list-product.productList li .list-product-1 .card-text-ratings {
    margin: 0 0 5px; }
  .category-pages ul.list-product.productList li .list-product-1 .card-body {
    padding: 0px; }
  .category-pages ul.list-product.productList li .list-product-1 .custom-cart {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 43px;
    height: 43px;
    padding: 0px 10px;
    margin: 5px 0px 14px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    .category-pages ul.list-product.productList li .list-product-1 .custom-cart:before {
      display: initial;
      margin: 0px 5px 0px 0px;
      top: 1px;
      position: relative; }
  .category-pages ul.list-product.productList li .list-product-1:hover .card-body {
    border-bottom: 1px solid transparent; }
  .category-pages ul.list-product.productList-sm li .list-product-1 .card-figure {
    float: left;
    width: 15%;
    padding: 0px 15px 0px 0px;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .card-figure {
        width: 25%; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .card-figure {
        width: 50%; } }
    .category-pages ul.list-product.productList-sm li .list-product-1 .card-figure .card-img-container {
      margin: 0px; }
  .category-pages ul.list-product.productList-sm li .list-product-1 .card-body-content {
    width: 60%;
    float: left;
    padding: 0px 15px 30px 15px;
    position: relative;
    font-size: 12px;
    margin: 0; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .card-body-content {
        width: 40%; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .card-body-content {
        width: 50%;
        padding-right: 0px; } }
  .category-pages ul.list-product.productList-sm li .list-product-1 .content-body-list {
    width: 25%;
    float: left;
    padding: 0px 0px 0px 15px;
    text-align: left; }
    @media (max-width: 767px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .content-body-list {
        width: 35%; } }
    @media (max-width: 480px) {
      .category-pages ul.list-product.productList-sm li .list-product-1 .content-body-list {
        width: 100%;
        float: none;
        clear: both;
        padding: 0px; } }
  .category-pages ul.list-product.productList-sm li .list-product-1 .card-text-ratings {
    position: absolute;
    margin: 0;
    display: block;
    left: 15px;
    bottom: 0; }
  .category-pages ul.list-product.productList-sm li .list-product-1 .card-body {
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px 16px; }
  .category-pages ul.list-product.productList-sm li .list-product-1 .card-figcaption {
    opacity: 1; }

.toggle-active {
  cursor: url("../img/toggle_close.png"), progress; }
  .toggle-active:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }

.bcMegaMenu, .header {
  position: relative; }

.ship {
  float: right;
  line-height: 25px;
  padding: 10px 0px;
  color: #333e48;
  font-size: 14px; }
  @media (max-width: 1024px) {
    .ship {
      display: none; } }

.dropdown {
  left: 0;
  position: relative; }

@media (max-width: 991px) {
  .mobileMenu-toggle {
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9;
    bottom: 0px;
    background: yellow;
    border-radius: 5px;
    padding: 12px;
    left: 0; } }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 22px;
  background: #ffffff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
    background: #ffffff; }

.widthTwenty {
  width: 20%; }

@media (min-width: 992px) {
  .menu-content.sticked {
    position: fixed;
    top: 0;
    display: block;
    bottom: auto;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    background: white; }
    .menu-content.sticked .verticle-menu, .menu-content.sticked .ship {
      display: none; }
    .menu-content.sticked .logo-sticky {
      display: block !important;
      float: left;
      width: 25%;
      vertical-align: middle;
      padding: 8px 15px; }
      .menu-content.sticked .logo-sticky .header-logo-image-container:after {
        display: none; }
      .menu-content.sticked .logo-sticky img {
        max-height: 48px;
        vertical-align: middle;
        display: inline-block; }
    .menu-content.sticked ul.bcMegaMenu--list li:hover a:after {
      bottom: -8px; }
    .menu-content.sticked ul.bcMegaMenu--list li:hover ul.bcMegaMenu--sublist {
      top: 53px; } }

.horizontal-menu {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: top; }
  @media (min-width: 992px) {
    .horizontal-menu {
      width: 80% !important; } }

.desktop-horizontal-menu {
  padding-left: 15px; }
  .desktop-horizontal-menu .bcMegaMenu-item {
    display: inline-block;
    padding-right: 5px; }
    .desktop-horizontal-menu .bcMegaMenu-item a {
      font-weight: 700; }

.easy-reorder-wrap .button {
  margin: 0;
  width: 200px; }

@media (max-width: 991px) {
  .navPages-container {
    position: fixed;
    top: 0;
    left: 0px;
    width: 260px;
    height: 100%;
    overflow: auto;
    transform: translate(-280px, 0px);
    -webkit-transform: translate(-280px, 0px);
    -moz-transform: translate(-280px, 0px);
    -ms-transform: translate(-280px, 0px);
    -o-transform: translate(-280px, 0px);
    background: white;
    padding: 0px; } }

.navPages-container.is-open {
  padding-top: 0px; }
  @media (max-width: 991px) {
    .navPages-container.is-open {
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      z-index: 999; }
      .navPages-container.is-open > div {
        padding: 0px; } }

@media (max-width: 991px) {
  .navPages-container .horizontal-menu {
    width: 100%;
    padding: 0px; }
    .navPages-container .horizontal-menu.is-open .navPages-container {
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      z-index: 999; } }

@media (max-width: 991px) {
  .navPages-container .horizontal-menu .bcMegaMenu {
    display: none; } }

@media (max-width: 991px) {
  .navPages-container .row {
    margin: 0px; } }

.navPages-container .bcMegaMenu > ul > li {
  display: inline-block;
  position: static;
  /*====== First Submenu ======*/
  /*====== End First Submenu ======*/ }
  @media (max-width: 991px) {
    .navPages-container .bcMegaMenu > ul > li {
      border-left: none;
      float: none;
      display: block;
      padding: 0px; } }
  .navPages-container .bcMegaMenu > ul > li > a {
    padding: 10px 13px;
    line-height: 25px;
    font-size: 14px;
    display: block;
    position: relative; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .navPages-container .bcMegaMenu > ul > li > a {
        padding: 14px 10px; } }
    @media (max-width: 991px) {
      .navPages-container .bcMegaMenu > ul > li > a {
        padding: 12px 18px;
        line-height: 26px; } }
    @media (max-width: 991px) {
      .navPages-container .bcMegaMenu > ul > li > a > i {
        right: 20px;
        top: 20px;
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg); } }
    .navPages-container .bcMegaMenu > ul > li > a > i svg {
      fill: #333e48; }
  .navPages-container .bcMegaMenu > ul > li > ul {
    margin: 0px;
    left: auto;
    min-width: 0;
    padding: 10px 0px;
    top: 85px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    background: white; }
    @media (min-width: 992px) {
      .navPages-container .bcMegaMenu > ul > li > ul {
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -ms-border-radius: 0px 0px 10px 10px;
        -o-border-radius: 0px 0px 10px 10px;
        border: 1px solid #dddddd;
        border-top: 2px solid yellow;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        opacity: 0;
        visibility: hidden; } }
    @media (max-width: 991px) {
      .navPages-container .bcMegaMenu > ul > li > ul {
        width: 100% !important;
        display: none;
        padding: 0px; } }
    .navPages-container .bcMegaMenu > ul > li > ul.full-width {
      width: 100%;
      left: 0px;
      padding: 0px; }
      @media (max-width: 991px) {
        .navPages-container .bcMegaMenu > ul > li > ul.full-width > li {
          float: none;
          width: 100% !important; } }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li img.full-width {
        float: right;
        border-radius: 0px 0px 10px 0px;
        -webkit-border-radius: 0px 0px 10px 0px;
        -moz-border-radius: 0px 0px 10px 0px;
        -ms-border-radius: 0px 0px 10px 0px;
        -o-border-radius: 0px 0px 10px 0px; }
        @media (max-width: 991px) {
          .navPages-container .bcMegaMenu > ul > li > ul.full-width > li img.full-width {
            display: none; } }
      @media (max-width: 991px) {
        .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul {
          padding: 0px; } }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li {
        border-bottom: none; }
        .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li > a {
          padding: 5px 0px;
          position: relative;
          display: block;
          border-bottom: none; }
          @media (max-width: 991px) {
            .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li > a {
              font-size: 14px;
              margin: 0px;
              padding: 12px 20px 12px 25px; } }
        .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li > ul {
          left: 0;
          top: 0px;
          position: relative;
          padding: 0px;
          border: none;
          box-shadow: none; }
          @media (min-width: 992px) {
            .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li > ul {
              opacity: 0;
              visibility: hidden; } }
          .navPages-container .bcMegaMenu > ul > li > ul.full-width > li > ul > li > ul > li {
            padding: 0px; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card .card-image {
        position: relative; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card .card-body {
        padding: 0px;
        margin-top: 15px; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card .card-title {
        height: auto; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card .card-figure:hover img {
        opacity: 0.75; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card:before, .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card:after {
        display: none; }
      .navPages-container .bcMegaMenu > ul > li > ul.full-width > li .card:hover .card-body {
        border-bottom: 1px solid transparent; }
    .navPages-container .bcMegaMenu > ul > li > ul ul > li {
      padding: 0px 18px;
      /*==== Second Submenu ====*/
      /*==== End Second Submenu ====*/ }
      @media (max-width: 991px) {
        .navPages-container .bcMegaMenu > ul > li > ul ul > li {
          padding: 0px; } }
      .navPages-container .bcMegaMenu > ul > li > ul ul > li a {
        padding: 5px 0px;
        line-height: 26px;
        display: block;
        position: relative;
        font-weight: 400; }
        @media (max-width: 991px) {
          .navPages-container .bcMegaMenu > ul > li > ul ul > li a {
            padding: 12px 20px 12px 25px; } }
      @media (max-width: 991px) {
        .navPages-container .bcMegaMenu > ul > li > ul ul > li i.icon-drop {
          position: absolute;
          top: 10px;
          right: 20px; }
          .navPages-container .bcMegaMenu > ul > li > ul ul > li i.icon-drop:before {
            content: "\79";
            font-family: font-electro;
            font-size: 14px;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; } }
      @media (min-width: 992px) {
        .navPages-container .bcMegaMenu > ul > li > ul ul > li.item:last-child > a {
          border-bottom: none; } }
      .navPages-container .bcMegaMenu > ul > li > ul ul > li > ul {
        min-width: 100%;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        background: white;
        padding: 10px 0px; }
        @media (min-width: 992px) {
          .navPages-container .bcMegaMenu > ul > li > ul ul > li > ul {
            position: absolute;
            border-radius: 0px 0px 10px 10px;
            -webkit-border-radius: 0px 0px 10px 10px;
            -moz-border-radius: 0px 0px 10px 10px;
            -ms-border-radius: 0px 0px 10px 10px;
            -o-border-radius: 0px 0px 10px 10px;
            border: 1px solid #dddddd;
            border-top: 2px solid yellow;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            left: 100%;
            top: 30px;
            opacity: 0;
            visibility: hidden; } }
        @media (max-width: 991px) {
          .navPages-container .bcMegaMenu > ul > li > ul ul > li > ul {
            display: none;
            padding: 0px; } }
        @media (max-width: 991px) {
          .navPages-container .bcMegaMenu > ul > li > ul ul > li > ul > li > a {
            padding-left: 30px; } }
      @media (max-width: 991px) {
        .navPages-container .bcMegaMenu > ul > li > ul ul > li.is.open > a {
          border-bottom: 1px solid #eaeaea; }
          .navPages-container .bcMegaMenu > ul > li > ul ul > li.is.open > a > i.icon-drop {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg); }
        .navPages-container .bcMegaMenu > ul > li > ul ul > li.is.open > ul {
          display: block; } }
      .navPages-container .bcMegaMenu > ul > li > ul ul > li:hover > a {
        font-weight: 700; }
      @media (min-width: 992px) {
        .navPages-container .bcMegaMenu > ul > li > ul ul > li:hover > ul {
          top: 0px;
          opacity: 1;
          visibility: visible;
          z-index: 99; } }
    @media (min-width: 992px) {
      .navPages-container .bcMegaMenu > ul > li > ul ul:last-child > li:last-child > a {
        border-bottom: none; } }
  @media (max-width: 991px) {
    .navPages-container .bcMegaMenu > ul > li.is.open > a > i {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      fill: #000;
      stroke: #000; }
    .navPages-container .bcMegaMenu > ul > li.is.open > ul {
      display: block; } }
  @media (min-width: 992px) {
    .navPages-container .bcMegaMenu > ul > li:hover svg {
      fill: #999999;
      stroke: #999999; }
    .navPages-container .bcMegaMenu > ul > li:hover a:after {
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      bottom: -5px;
      opacity: 1;
      visibility: visible; }
    .navPages-container .bcMegaMenu > ul > li:hover > ul {
      top: 50px;
      opacity: 1;
      visibility: visible;
      z-index: 99; }
      .navPages-container .bcMegaMenu > ul > li:hover > ul.full-width > li > ul.cate-root-wrapper > li.cate-item > ul {
        opacity: 1;
        visibility: hidden; } }

/*===== Vertical menu =====*/
.verticle-menu {
  padding: 0px 15px; }
  @media (max-width: 991px) {
    .verticle-menu {
      width: 260px;
      padding: 0px; } }
  .verticle-menu .sidemenu-vertical {
    position: relative; }
  @media (min-width: 992px) {
    .verticle-menu .header-menu {
      width: 200px; } }
  .verticle-menu .header-menu {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    background: yellow;
    color: #333e48;
    position: relative;
    cursor: pointer; }
    .verticle-menu .header-menu .chevron, .verticle-menu .header-menu .fa-list, .verticle-menu .header-menu span {
      pointer-events: all; }
    .verticle-menu .header-menu i.fa-list:before {
      content: "\73";
      font-family: font-electro;
      font-size: 16px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: 3px;
      margin-right: 10px; }
    @media (max-width: 991px) {
      .verticle-menu .header-menu {
        background: none;
        font-size: 26px;
        padding: 15px;
        text-align: center;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-bottom: 1px solid rgba(170, 170, 170, 0.3); }
        .verticle-menu .header-menu i {
          display: none; }
        .verticle-menu .header-menu .button {
          margin: 0; } }
    @media (min-width: 992px) {
      .verticle-menu .header-menu.display {
        border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -ms-border-radius: 10px 10px 0px 0px;
        -o-border-radius: 10px 10px 0px 0px; }
        .verticle-menu .header-menu.display + .bcMegaMenu {
          display: block !important; } }
  .verticle-menu .bcMegaMenu {
    background: white;
    display: block;
    float: none;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px; }
    @media (min-width: 992px) {
      .verticle-menu .bcMegaMenu {
        position: absolute;
        padding: 0px;
        width: 100%;
        display: none;
        z-index: 9; } }
    .verticle-menu .bcMegaMenu > ul > li {
      float: none;
      display: block;
      padding: 0px 13px; }
      @media (max-width: 991px) {
        .verticle-menu .bcMegaMenu > ul > li {
          padding: 0px; } }
      .verticle-menu .bcMegaMenu > ul > li.menu-parent a:after {
        display: none; }
      .verticle-menu .bcMegaMenu > ul > li:nth-last-of-type(4) {
        margin-bottom: 10px; }
      .verticle-menu .bcMegaMenu > ul > li:last-of-type {
        margin-bottom: 10px; }
      .verticle-menu .bcMegaMenu > ul > li:hover {
        background-color: #ffff00; }
        .verticle-menu .bcMegaMenu > ul > li:hover > a {
          font-weight: bold;
          color: #000;
          z-index: 9; }
          .verticle-menu .bcMegaMenu > ul > li:hover > a svg {
            stroke: #000; }
      .verticle-menu .bcMegaMenu > ul > li a {
        padding: 5px 0px;
        display: block;
        position: relative;
        line-height: 25px;
        color: #333e48; }
        @media (max-width: 991px) {
          .verticle-menu .bcMegaMenu > ul > li a {
            padding: 12px 18px;
            line-height: 26px; } }
      .verticle-menu .bcMegaMenu > ul > li i.icon {
        position: absolute;
        top: 14px;
        right: 0px;
        width: 10px;
        height: 10px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg); }
        @media (max-width: 991px) {
          .verticle-menu .bcMegaMenu > ul > li i.icon {
            top: 20px;
            right: 20px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg); } }
      .verticle-menu .bcMegaMenu > ul > li > ul {
        margin: 0px;
        background: white; }
        @media (min-width: 992px) {
          .verticle-menu .bcMegaMenu > ul > li > ul {
            position: absolute;
            border-radius: 0px 0px 10px 10px;
            -webkit-border-radius: 0px 0px 10px 10px;
            -moz-border-radius: 0px 0px 10px 10px;
            -ms-border-radius: 0px 0px 10px 10px;
            -o-border-radius: 0px 0px 10px 10px;
            border: 1px solid #dddddd;
            border-top: 2px solid yellow;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            opacity: 0;
            visibility: hidden;
            top: 0;
            left: 100%;
            min-width: 270px;
            transform: translateX(5%);
            -webkit-transform: translateX(5%);
            -moz-transform: translateX(5%);
            -ms-transform: translateX(5%);
            -o-transform: translateX(5%);
            min-height: 407px;
            padding: 10px 0px; } }
        .verticle-menu .bcMegaMenu > ul > li > ul.full-width {
          width: auto;
          background-position: bottom right;
          background-repeat: no-repeat;
          background-color: white;
          left: 100%; }
          @media (max-width: 991px) {
            .verticle-menu .bcMegaMenu > ul > li > ul.full-width {
              padding: 0px; } }
        .verticle-menu .bcMegaMenu > ul > li > ul ul > li a {
          padding: 3px 0px; }
          @media (max-width: 991px) {
            .verticle-menu .bcMegaMenu > ul > li > ul ul > li a {
              padding: 12px 20px 12px 30px;
              border-bottom: 1px solid #eaeaea; } }
      @media (min-width: 992px) {
        .verticle-menu .bcMegaMenu > ul > li:hover > ul {
          top: 0;
          left: 100%;
          opacity: 1;
          visibility: visible;
          transform: translateX(0%);
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%); } }

.cate-item-subcategory {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background-color: #fff;
  transform: translateX(100%); }
  .cate-item-subcategory:hover {
    visibility: visible; }
  .cate-item-subcategory li:last-of-type {
    margin-bottom: 10px; }

.cate-item {
  font-size: 1rem;
  font-weight: 400;
  padding: 0 5px; }
  .cate-item:hover {
    background-color: #ffff00; }
    .cate-item:hover > a {
      font-weight: 700 !important;
      color: #000; }
      .cate-item:hover > a svg {
        stroke: #000 !important;
        fill: #000 !important; }
    .cate-item:hover .cate-item-subcategory {
      visibility: visible; }

.cate-item-subcategory {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  padding: 0;
  border-top: 2px solid #ffff00; }
  .cate-item-subcategory li {
    padding: 0 5px; }

.menu-col {
  display: inline-block;
  width: 295px;
  margin: 0; }

.double-width {
  width: 600px;
  display: flex;
  align-items: top; }

@media (max-width: 996px) {
  .bcMegaMenu--sublist i {
    display: none !important; }
  .bcMegaMenu-item {
    font-weight: 400; }
    .bcMegaMenu-item.open {
      background-color: #ffff00; }
      .bcMegaMenu-item.open .cate-item {
        background-color: rgba(255, 242, 0, 0.15); }
      .bcMegaMenu-item.open a.is-open {
        font-weight: 700;
        color: #000; } }

.bcMegaMenu--sublist > li:last-of-type {
  margin-bottom: 10px; }

#bcVertical, .header-menu {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12); }

.header-menu .chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }
  .header-menu .chevron svg {
    height: 15px;
    width: 15px;
    stroke-width: 3px;
    transition: ease 0.3s;
    transform-origin: center center; }

.transform-chevron svg {
  transform: rotate(180deg); }

/*===== home-banner ======*/
.banner-wrapper {
  border-bottom: 6px solid #ffff00;
  margin-bottom: 10px; }
  .banner-wrapper h3 {
    margin-bottom: 10px; }
  .banner-wrapper img {
    display: block;
    margin: 0 auto; }

.header[data-name="pages/home"] + .body + .footer {
  padding-top: 31px; }

.footer-info-heading {
  font-weight: 700; }

.footer {
  border: 0px;
  padding: 50px 0px 0px;
  /*===== tab_product_footer =====*/
  /*===== Newsletter =====*/
  /*===== content-footer ======*/ }
  .footer .tab_product_footer {
    margin: 0px -15px;
    overflow: hidden;
    padding: 47px 0px 33px; }
    .footer .tab_product_footer .title_block h2 {
      color: #333e48;
      line-height: 32px;
      padding-bottom: 13px;
      text-transform: capitalize;
      margin: 0px;
      position: relative;
      border-bottom: 1px solid #eaeaea;
      margin: 0px 0px 40px; }
      .footer .tab_product_footer .title_block h2:before {
        content: "";
        border-bottom: 2px solid yellow;
        position: absolute;
        width: 85px;
        left: 0px;
        bottom: -1px; }
    .footer .tab_product_footer > div > ul .card {
      padding: 0px;
      margin-bottom: 20px; }
      .footer .tab_product_footer > div > ul .card:before, .footer .tab_product_footer > div > ul .card:after {
        display: none; }
      .footer .tab_product_footer > div > ul .card .card-title {
        margin: 0px 0px 20px;
        height: auto; }
      .footer .tab_product_footer > div > ul .card .card-figure {
        float: left;
        max-width: 110px;
        padding-right: 15px; }
      .footer .tab_product_footer > div > ul .card .card-img-container {
        margin-bottom: 0px; }
      .footer .tab_product_footer > div > ul .card .card-brand, .footer .tab_product_footer > div > ul .card .card-figcaption, .footer .tab_product_footer > div > ul .card .custom-cart {
        display: none; }
      .footer .tab_product_footer > div > ul .card .price--withoutTax {
        font-size: 14px;
        font-weight: 400; }
      .footer .tab_product_footer > div > ul .card .price-reduce {
        color: #343f49; }
      .footer .tab_product_footer > div > ul .card:hover .card-body {
        border: none; }
      .footer .tab_product_footer > div > ul .card:hover:before, .footer .tab_product_footer > div > ul .card:hover:after {
        display: none; }
  .footer .footer-info-col {
    width: 100%;
    position: relative;
    background: #ffff00;
    color: #354047; }
    @media (min-width: 1261px) {
      .footer .footer-info-col {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85px; } }
    .footer .footer-info-col .footer-info-heading {
      margin: 20px auto;
      color: #354047;
      max-width: 270px; }
      @media (min-width: 1261px) {
        .footer .footer-info-col .footer-info-heading {
          margin: 0 36px 0 65px; } }
      .footer .footer-info-col .footer-info-heading .plane-wrap {
        position: relative;
        width: 35px;
        height: 0; }
      .footer .footer-info-col .footer-info-heading svg {
        height: 28px;
        width: 35px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-110%, -50%); }
    .footer .footer-info-col span {
      font-weight: 700; }
    .footer .footer-info-col form {
      margin: 20px auto;
      max-width: 500px; }
      @media (min-width: 1261px) {
        .footer .footer-info-col form {
          width: 40%;
          margin: 0 8px 0 auto; } }
    .footer .footer-info-col .form-input {
      border-radius: 10px; }
      @media (min-width: 551px) {
        .footer .footer-info-col .form-input {
          border-radius: 0;
          border-bottom-left-radius: 10px;
          border-top-left-radius: 10px; } }
      @media (min-width: 1261px) {
        .footer .footer-info-col .form-input {
          max-width: 334px; } }
    .footer .footer-info-col .form-prefixPostfix {
      flex-direction: column; }
      @media (min-width: 551px) {
        .footer .footer-info-col .form-prefixPostfix {
          flex-direction: row; } }
    .footer .footer-info-col .button {
      height: 45px; }
  .footer .content-footer .content-links {
    padding: 42px 0px 57px; }
    @media (max-width: 767px) {
      .footer .content-footer .content-links {
        padding: 40px 0px; } }
  .footer .content-footer .headset-icon {
    display: inline-block;
    margin-right: 10px; }
    .footer .content-footer .headset-icon svg {
      height: 51px;
      width: 54px; }
  .footer .content-footer .footer-contact {
    color: #333e48;
    padding-left: 0; }
    @media (max-width: 991px) {
      .footer .content-footer .footer-contact {
        width: 100%; } }
    .footer .content-footer .footer-contact .contact-logo {
      margin: 0 0 20px; }
    .footer .content-footer .footer-contact .block-message {
      display: flex;
      margin-bottom: 15px;
      justify-content: center; }
      @media (min-width: 1261px) {
        .footer .content-footer .footer-contact .block-message {
          justify-content: left; } }
      .footer .content-footer .footer-contact .block-message .text-wrap {
        display: inline-block; }
      .footer .content-footer .footer-contact .block-message span {
        display: block; }
        .footer .content-footer .footer-contact .block-message span.text-2 {
          font-size: 22px; }
    .footer .content-footer .footer-contact .block-address {
      padding: 0; }
      .footer .content-footer .footer-contact .block-address span {
        display: block; }
        .footer .content-footer .footer-contact .block-address span.text-3 {
          font-weight: 700;
          margin-bottom: 7px; }
    .footer .content-footer .footer-contact .block-wbenc {
      padding: 0;
      padding-top: 15px; }
      .footer .content-footer .footer-contact .block-wbenc img {
        max-width: 150px; }
    .footer .content-footer .footer-contact .button-social {
      margin: 15px 0px 0px; }
      @media (max-width: 991px) {
        .footer .content-footer .footer-contact .button-social {
          margin: 30px 0px; } }
      .footer .content-footer .footer-contact .button-social li {
        display: inline-block;
        font-size: 22px;
        margin-right: 20px;
        padding: 0;
        text-align: center; }
        .footer .content-footer .footer-contact .button-social li a:hover svg {
          fill: #999999; }
  @media (max-width: 991px) {
    .footer .content-footer .footer-col {
      width: 100%; } }
  @media (max-width: 767px) {
    .footer .content-footer .footer-col .links {
      margin: 0px 0px 20px; } }
  .footer .content-footer .footer-col .links h5 {
    margin-bottom: 20px;
    color: #354047;
    font-weight: 700;
    position: relative; }

.flex-container .footer-info-col {
  padding: 20px 0; }
  .flex-container .footer-info-col.newsletter {
    padding-left: 5px;
    padding-right: 5px; }
  @media (min-width: 1261px) {
    .flex-container .footer-info-col {
      padding: 0; }
      .flex-container .footer-info-col.newsletter {
        padding: 0; } }

.payment-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .payment-wrap .payment-icon {
    padding: 0 5px; }
  @media (min-width: 801px) {
    .payment-wrap {
      flex-direction: column;
      justify-content: left; }
      .payment-wrap .payment-icon {
        padding: 0; } }

.copyright {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #354047; }

.newsletter {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 801px) {
    .newsletter {
      padding: 0; } }

/*===== Newsletter =====*/
.modal.open {
  background: none;
  overflow: initial; }

.modal.medium.open {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: initial; }
  .modal.medium.open .loadingOverlay {
    display: none !important; }

.modal-content {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .modal-content {
      background-image: none !important; } }

.newsletter-modal-wrapper {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .newsletter-modal-wrapper {
      background-image: none !important; } }
  .newsletter-modal-wrapper .modal-content {
    padding: 40px 20px 40px 40px;
    vertical-align: middle;
    overflow: hidden;
    max-width: 55%;
    text-align: center;
    color: #636363;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    @media (max-width: 767px) {
      .newsletter-modal-wrapper .modal-content {
        max-width: 100%;
        padding: 20px; } }
    .newsletter-modal-wrapper .modal-content .title-popup {
      margin: 0px;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 35px;
      line-height: 0.9;
      margin: 0px 0px 3px;
      color: #636363; }
    .newsletter-modal-wrapper .modal-content .chip {
      color: #5bb300;
      font-size: 97px;
      margin: 0px 0px 5px;
      font-weight: 800;
      line-height: 1.0;
      text-transform: uppercase; }
    .newsletter-modal-wrapper .modal-content .newsletter-wrapper h5 {
      display: none; }
    .newsletter-modal-wrapper .modal-content .newsletter-wrapper .display-checker {
      text-align: left;
      padding-top: 10px; }
      .newsletter-modal-wrapper .modal-content .newsletter-wrapper .display-checker label {
        font-weight: 400; }

/*==== Login Page ====*/
.page-heading {
  color: #333e48;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  margin: 0px 0px 30px; }
  .page-heading:before {
    content: "";
    border-bottom: 2px solid yellow;
    position: absolute;
    width: 115px;
    left: 0px;
    bottom: -1px; }

.account-body {
  margin: 0px; }

.form {
  margin: 0px; }

textarea {
  height: auto;
  min-height: 180px;
  resize: none; }

.form-label, .cart-item-label {
  font-weight: 700;
  font-size: 14px;
  color: #333e48;
  margin-bottom: 10px;
  clear: both; }

.form-label small {
  font-size: 10px;
  text-transform: uppercase;
  color: #333e48; }

.form-field {
  margin: 0px; }

.form-actions {
  margin: 27px 0px 0px;
  text-align: left; }
  .form-actions input, .form-actions .button {
    width: auto; }

.forgot-password {
  margin: 0px !important; }
  @media (min-width: 551px) {
    .forgot-password {
      padding: 15px 0px 0px 15px; } }

.login-row {
  margin: 0px; }
  .login-row .login-form {
    padding: 0px 15px 0px 0px;
    margin: 0px; }
    @media (min-width: 768px) {
      .login-row .login-form {
        width: 50%; } }
    @media (max-width: 767px) {
      .login-row .login-form {
        padding: 0px;
        margin: 0px 0px 20px; } }

.form-inlineMessage {
  margin: 0px 0px 10px; }

.new-customer {
  padding: 0px 0px 0px 15px;
  background: none; }
  @media (min-width: 768px) {
    .new-customer {
      width: 50%; } }
  @media (max-width: 767px) {
    .new-customer {
      padding: 0px; } }
  .new-customer .panel {
    margin-bottom: 0px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
  .new-customer .panel-header {
    background: none;
    padding: 0px; }
    .new-customer .panel-header h2.panel-title {
      color: #333e48;
      line-height: 32px;
      padding-bottom: 13px;
      text-transform: capitalize;
      margin: 0px;
      position: relative;
      border-bottom: 1px solid #eaeaea; }
      .new-customer .panel-header h2.panel-title:before {
        content: "";
        border-bottom: 2px solid yellow;
        position: absolute;
        width: 115px;
        left: 0px;
        bottom: -1px; }
  .new-customer .panel-body {
    padding: 0px;
    background: none;
    margin: 0px; }
    .new-customer .panel-body .new-customer-intro {
      color: #4c4c4c;
      font-size: 18px;
      font-weight: normal;
      line-height: 36px;
      margin: 0px 0px 12px; }
    .new-customer .panel-body ul {
      margin: 0px;
      padding: 0px 0px 30px 15px; }
      .new-customer .panel-body ul li {
        color: #333e48;
        font-weight: 400;
        margin-bottom: 3px;
        line-height: 26px;
        padding: 0px;
        list-style-type: square; }

/*=== Regiter account ===*/
.page-content--textCenter {
  padding: 0px 15px; }
  .page-content--textCenter p {
    padding-bottom: 15px; }

li.navUser-section--bottom-item.account {
  display: none; }

/*==== Order page=====*/
.navBar--sub .navBar-item {
  display: inline-block;
  margin: 10px 15px; }

/*====== Address page ======*/
.account.account--fixed {
  width: auto; }

.form-row--half .form-field {
  padding: 0px 15px; }
  @media (max-width: 767px) {
    .form-row--half .form-field {
      width: 100%; } }

.account--fixedLarge {
  width: auto; }
  @media (max-width: 767px) {
    .account--fixedLarge .address {
      width: 100%; } }
  .account--fixedLarge .panel {
    background: none;
    border: none;
    box-shadow: none; }
    .account--fixedLarge .panel .panel-body {
      background: #ffffff;
      margin: 0;
      border: 1px solid #e0e0e0; }

/*==== wishlist =====*/
.wishlist-add .wishlist-header h2 {
  margin: 0px 0px 15px; }

.wishlist-add .wishlist-form {
  max-width: none; }
  .wishlist-add .wishlist-form .form-field {
    float: none; }

.wishlist-add .form-actions {
  clear: both; }

@media (min-width: 768px) {
  .product-wishlist li:nth-child(4n+1) {
    clear: both; } }

.product-wishlist .card:hover:after, .product-wishlist .card:hover .card-figcaption {
  bottom: -8.5%; }

.product-wishlist .card-body form {
  margin: 10px 0px 0px; }
  .product-wishlist .card-body form .button {
    margin: 0px; }

.product-wishlist li, .Recently li {
  padding: 0px; }
  @media (max-width: 767px) {
    .product-wishlist li, .Recently li {
      width: 50%;
      float: left; } }
  @media (max-width: 480px) {
    .product-wishlist li, .Recently li {
      width: 100%;
      float: none; } }
  .product-wishlist li:nth-child(4n+1) .card:before, .Recently li:nth-child(4n+1) .card:before {
    display: none; }

/*===== Quick View ======*/
.modal.modal--large.open {
  width: 1280px;
  top: 38% !important; }

.modal-content .modal-body.quickView {
  padding: 70px 40px; }

.modal-body.quickView .productView .product-images {
  margin-bottom: 0px; }

.modal-body.quickView .productView .product-details {
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .modal-body.quickView .productView .product-details {
      margin-top: 15px; } }
  .modal-body.quickView .productView .product-details .productView-options {
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0px; }
    .modal-body.quickView .productView .product-details .productView-options .form-field.form-field--increments {
      margin-right: 15px; }

.modal-body.quickView .productView .product-description {
  display: none; }

.modal-body.quickView .productView .details-options {
  margin-top: 20px; }

/*====== Compare =======*/
.compareTable {
  border: 1px solid #e5e5e5; }
  @media (max-width: 991px) {
    .compareTable .compareTable-row {
      clear: both; } }
  .compareTable tr:nth-child(even) {
    background: #f0efef; }
  .compareTable tr .compareTable-heading {
    border-right: 1px solid #e5e5e5;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 700;
    position: initial;
    color: #000000; }
    @media (min-width: 992px) {
      .compareTable tr .compareTable-heading {
        display: table-cell;
        vertical-align: middle; } }
    @media (max-width: 991px) {
      .compareTable tr .compareTable-heading {
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        border: none;
        background: #dfdfdf; } }
    .compareTable tr .compareTable-heading .compareTable-headingText {
      position: initial; }
  .compareTable tr .compareTable-product {
    border-right: 1px solid #e5e5e5;
    width: 50%;
    padding: 0px; }
    @media (max-width: 991px) {
      .compareTable tr .compareTable-product {
        border-right: none;
        display: block;
        float: left; } }
    @media (min-width: 768px) {
      .compareTable tr .compareTable-product {
        width: 25%; } }
    @media (min-width: 551px) {
      .compareTable tr .compareTable-product {
        width: 33.33333%; }
        .compareTable tr .compareTable-product:nth-child(4n+1) {
          clear: both; } }
    @media (max-width: 550px) {
      .compareTable tr .compareTable-product:nth-child(3n+1) {
        clear: both; } }
    .compareTable tr .compareTable-product:last-child {
      border-right: none; }
    .compareTable tr .compareTable-product .compareTable-action {
      padding: 0px; }
    .compareTable tr .compareTable-product .card:before, .compareTable tr .compareTable-product .card:after {
      display: none; }
    .compareTable tr .compareTable-product .card .card-body {
      padding: 0px 0px 20px;
      min-height: auto; }
    .compareTable tr .compareTable-product .card .button.button--primary {
      width: 100%; }
      @media (max-width: 767px) {
        .compareTable tr .compareTable-product .card .button.button--primary {
          padding: 10px; } }
    .compareTable tr .compareTable-product .card:hover .card-body {
      border-bottom: 1px solid transparent; }
  .compareTable tr .compareTable-removeProduct {
    background: yellow;
    color: #ffffff;
    right: 10px;
    top: 10px; }
    .compareTable tr .compareTable-removeProduct svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      text-align: center;
      margin: 0px;
      fill: #000000; }
    .compareTable tr .compareTable-removeProduct:hover {
      background: #333e48; }
      .compareTable tr .compareTable-removeProduct:hover svg {
        fill: #ffffff; }
  .compareTable tr .card-img-container:after {
    display: none; }
  .compareTable tr td {
    border-right: 1px solid #e5e5e5;
    width: 50%; }
    @media (max-width: 991px) {
      .compareTable tr td {
        border-right: none;
        display: block;
        float: left;
        border-top: 0px !important;
        padding-top: 18px; } }
    @media (min-width: 768px) {
      .compareTable tr td {
        width: 25%; } }
    @media (min-width: 551px) {
      .compareTable tr td {
        width: 33.33333%; }
        .compareTable tr td:nth-child(4n+1) {
          clear: both; } }
    @media (max-width: 550px) {
      .compareTable tr td:nth-child(3n+1) {
        clear: both; } }
    .compareTable tr td:last-child {
      border-right: none; }

/*===== Contact-us page =====*/
.content-contact {
  margin: 60px 0px 0px; }

.page-contact-content form {
  margin-top: 60px; }

.page-contact-content p {
  line-height: 24px; }

.map-contact {
  margin: 68px 0px 0px; }

/*===== gift-certificate-form =====*/
.navBar--sub ul li {
  color: #333e48; }

.gift-certificate-form .form-fieldset.form-column {
  padding: 0px; }

.gift-certificate-form .form-row:not(.form-row--half) .form-fieldset {
  padding: 0px 15px; }
  @media (max-width: 767px) {
    .gift-certificate-form .form-row:not(.form-row--half) .form-fieldset {
      width: 100%; } }

.gift-certificate-form .form-row:not(.form-row--half) .form-field {
  padding: 0px; }
  .gift-certificate-form .form-row:not(.form-row--half) .form-field.form-field-group {
    padding: 15px; }

.account--fixed {
  color: #333e48;
  margin-bottom: 0px; }
  .account--fixed h3 {
    margin: 15px 0px; }
  .account--fixed .form--oneField .form-field--success input, .account--fixed .form--oneField .form-prefixPostfix input {
    width: auto; }
    @media (max-width: 767px) {
      .account--fixed .form--oneField .form-field--success input, .account--fixed .form--oneField .form-prefixPostfix input {
        width: 100%; } }
    .account--fixed .form--oneField .form-field--success input.form-input, .account--fixed .form--oneField .form-prefixPostfix input.form-input {
      border-color: #eaeaea;
      margin-bottom: 0px; }
      @media (min-width: 768px) {
        .account--fixed .form--oneField .form-field--success input.form-input, .account--fixed .form--oneField .form-prefixPostfix input.form-input {
          margin-right: 15px; } }
    .account--fixed .form--oneField .form-field--success input.form-prefixPostfix-button--postfix, .account--fixed .form--oneField .form-prefixPostfix input.form-prefixPostfix-button--postfix {
      height: 50px;
      margin-top: 0px; }
      @media (max-width: 767px) {
        .account--fixed .form--oneField .form-field--success input.form-prefixPostfix-button--postfix, .account--fixed .form--oneField .form-prefixPostfix input.form-prefixPostfix-button--postfix {
          margin-top: 15px; } }

ol {
  margin: 0px; }
  ol li {
    line-height: 24px; }

/*===== 404 Not found =====*/
.page-content--error .u-textAlignCenter, .form.forgot-password-form .u-textAlignCenter {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .page-content--error .form-prefixPostfix, .form.forgot-password-form .form-prefixPostfix {
    display: block; } }

@media (min-width: 768px) {
  .page-content--error .form-prefixPostfix .form-input, .form.forgot-password-form .form-prefixPostfix .form-input {
    width: auto; } }

@media (max-width: 767px) {
  .page-content--error .form-prefixPostfix .form-input, .form.forgot-password-form .form-prefixPostfix .form-input {
    flex: 100%; } }

/*====== forgot password =====*/
/*===== Site map ====*/
ul.site-map-ul > li {
  float: left;
  padding: 0px 15px;
  width: 33.3333333333%;
  font-family: "Open Sans"; }
  ul.site-map-ul > li h3 {
    margin: 0 0 25px;
    font-size: 20px; }
  ul.site-map-ul > li ul {
    margin-left: 15px; }
    ul.site-map-ul > li ul li {
      line-height: 28px;
      font-size: 15px; }

/*======= Brand =======*/
.content ul.brandGrid li {
  padding: 15px; }
  .content ul.brandGrid li .card-brand {
    margin-bottom: 0px; }
    .content ul.brandGrid li .card-brand .card-figure a {
      border: 1px solid #e0e0e0;
      padding: 30px 11px;
      text-align: center;
      display: inline-block;
      width: 100%; }
      .content ul.brandGrid li .card-brand .card-figure a img {
        position: relative; }
      .content ul.brandGrid li .card-brand .card-figure a .card-img-container {
        max-width: 500px; }
        .content ul.brandGrid li .card-brand .card-figure a .card-img-container:after {
          display: none; }
      .content ul.brandGrid li .card-brand .card-figure a:hover {
        border: 1px solid #333e48; }
    .content ul.brandGrid li .card-brand .card-body h4 {
      font-weight: normal;
      color: #333e48;
      font-size: 16px;
      margin: 10px 0px 0px; }
      .content ul.brandGrid li .card-brand .card-body h4 a {
        color: #333e48; }
      .content ul.brandGrid li .card-brand .card-body h4:hover {
        color: black; }
        .content ul.brandGrid li .card-brand .card-body h4:hover a {
          color: black; }

/*===== shipping & return ====*/
.title-page {
  margin: 0px 0px 40px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: #434343; }

.page-content-main h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: #434343;
  font-weight: 400;
  margin: 0px 0px 40px;
  padding: 0px; }

/*==== About us ====*/
.about-page-container .page {
  margin: 0px; }
  .about-page-container .page > div {
    padding: 0px; }

.page-about-us .au-banner {
  background: url("../img/au_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 588px;
  margin: 0px auto 95px;
  text-align: center; }

.page-about-us .au-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .page-about-us .au-banner-text {
      width: 100%; } }
  .page-about-us .au-banner-text h3 {
    margin: 0px 0px 20px;
    font-size: 40px;
    font-weight: 700;
    text-align: center; }
  .page-about-us .au-banner-text p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #434343;
    line-height: 28px; }

.page-about-us .au-three-column {
  margin: 0px auto 100px; }
  .page-about-us .au-three-column .three-column-item {
    margin-right: 30px;
    float: left;
    text-align: center; }
  .page-about-us .au-three-column .slick-list.draggable {
    padding: 0px; }
  .page-about-us .au-three-column img {
    width: 100%; }
  .page-about-us .au-three-column h4 {
    color: #434343;
    font-size: 18px;
    margin: 35px 0px 22px;
    font-weight: 600; }
  .page-about-us .au-three-column .caption {
    margin: 0;
    padding: 0;
    color: #747474;
    line-height: 24px;
    font-size: 14px; }

.page-about-us .au-team {
  background: white;
  padding: 90px 0px 60px;
  margin: 0px 0px 30px; }
  .page-about-us .au-team li {
    width: 16.666666%;
    padding: 0px 15px;
    margin: 0px auto 30px;
    float: left;
    text-align: center; }
    @media (max-width: 991px) and (min-width: 768px) {
      .page-about-us .au-team li {
        width: 33.333333%; } }
    @media (max-width: 767px) {
      .page-about-us .au-team li {
        width: 50%; } }
    @media (max-width: 480px) {
      .page-about-us .au-team li {
        width: 100%; } }
    .page-about-us .au-team li img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      max-width: 170px;
      margin: 0px auto;
      display: inline-block; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .page-about-us .au-team li img {
          max-width: 130px; } }
    .page-about-us .au-team li h4 {
      color: #434343;
      font-size: 18px;
      margin: 15px 0px 2px;
      font-weight: 600; }
    .page-about-us .au-team li span {
      color: #989898;
      display: block; }
    .page-about-us .au-team li .wrap-team-6 {
      background: yellow;
      width: 170px;
      height: 170px;
      color: #333e48;
      position: relative;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      font-size: 18px;
      margin: 0px auto; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .page-about-us .au-team li .wrap-team-6 {
          width: 130px;
          height: 130px; } }
      .page-about-us .au-team li .wrap-team-6 .wrap-team-6-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        padding: 5px;
        width: 100%; }
      .page-about-us .au-team li .wrap-team-6 .text-1 {
        color: #333e48;
        display: block; }
      .page-about-us .au-team li .wrap-team-6 .text-2 {
        font-weight: 600;
        color: #333e48;
        display: block;
        font-size: 36px;
        line-height: 1.0; }
    .page-about-us .au-team li a {
      display: inline-block;
      color: #434343;
      font-size: 18px;
      margin: 15px 0 2px;
      font-weight: 600; }

.page-about-us .au-text-boxes .text-boxes-item {
  float: left;
  width: 50%;
  padding: 80px 15px 0px; }
  @media (max-width: 767px) {
    .page-about-us .au-text-boxes .text-boxes-item {
      width: 100%;
      padding: 30px 0px 0px; } }
  .page-about-us .au-text-boxes .text-boxes-item h4 {
    font-weight: 600;
    font-size: 16px;
    color: #434343;
    margin: 0px 0px 25px; }
  .page-about-us .au-text-boxes .text-boxes-item p {
    line-height: 24px;
    color: #747474;
    margin: 0px; }

.page-about-us .au-text-boxes .text-boxes-right {
  padding-top: 80px; }
  .page-about-us .au-text-boxes .text-boxes-right h5 {
    color: #797979;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 37px;
    margin: 0px 0px 20px;
    text-transform: capitalize; }
    .page-about-us .au-text-boxes .text-boxes-right h5:before {
      content: "+";
      width: 37px;
      height: 37px;
      line-height: 35px;
      font-size: 18px;
      color: #b5b5b5;
      display: inline-block;
      text-align: center;
      margin: 0 20px 0 0;
      border: 1px solid #b5b5b5;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }

.page.blogs {
  /*======= Right column =======*/ }
  @media (max-width: 991px) {
    .page.blogs .main-post {
      width: 100%; } }
  .page.blogs .page-heading {
    display: none; }
  .page.blogs .blog {
    position: relative;
    margin: 0px 0px 82px; }
    .page.blogs .blog + .blog {
      margin-top: 0px;
      padding-top: 0px;
      border: 0px; }
    .page.blogs .blog .image-blog-thumbnail {
      margin: 0px 0px 34px; }
      .page.blogs .blog .image-blog-thumbnail a {
        display: block; }
        .page.blogs .blog .image-blog-thumbnail a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: auto;
          background: rgba(0, 0, 0, 0.1);
          transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out; }
        .page.blogs .blog .image-blog-thumbnail a:hover:before {
          width: 100%;
          height: 100%; }
        .page.blogs .blog .image-blog-thumbnail a:before {
          z-index: 99; }
    .page.blogs .blog .post-title {
      margin: 0px;
      color: #333e48;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.25em; }
    .page.blogs .blog .author-date {
      padding: 18px 0px;
      border-bottom: 1px solid #ececec;
      margin: 0px; }
      .page.blogs .blog .author-date p {
        display: inline-block; }
        .page.blogs .blog .author-date p:first-child {
          margin-right: 12px; }
    .page.blogs .blog .blog-posts {
      color: #747474;
      padding: 20px 0px;
      margin: 0px 0px 10px;
      font-size: 14px;
      line-height: 24px; }
    .page.blogs .blog .addthis_toolbox {
      margin: 0px;
      display: inline-block; }
    .page.blogs .blog .btn-primary {
      background: #e6e6e6;
      border: 1px solid #e6e6e6;
      min-width: 130px;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      padding: 8px 40px;
      margin: 0px 10px 0px 0px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      float: left;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
      .page.blogs .blog .btn-primary a {
        color: #333e48; }
      .page.blogs .blog .btn-primary:hover {
        background: yellow;
        border: 1px solid yellow; }
  .page.blogs .right-column-post {
    /*==== About ====*/
    /*==== content-list-post ====*/ }
    @media (max-width: 991px) {
      .page.blogs .right-column-post {
        display: none; } }
    .page.blogs .right-column-post > div {
      margin-bottom: 50px; }
    .page.blogs .right-column-post h3 {
      color: #333e48;
      line-height: 32px;
      padding-bottom: 13px;
      text-transform: capitalize;
      margin: 0px;
      position: relative;
      border-bottom: 1px solid #eaeaea;
      margin: 0px 0px 35px;
      padding-bottom: 10px;
      line-height: 1.8; }
      .page.blogs .right-column-post h3:before {
        content: "";
        border-bottom: 2px solid yellow;
        position: absolute;
        width: 70px;
        left: 0px;
        bottom: -1px; }
    .page.blogs .right-column-post .about-content {
      margin: -8px 0px 0px;
      font-size: 14px;
      line-height: 24px; }
    .page.blogs .right-column-post ul.list-post .item-post {
      padding: 0px;
      margin: 0px 0px 20px;
      overflow: hidden; }
    .page.blogs .right-column-post ul.list-post .blog-post-image {
      margin: 0px 12px 0px 0px;
      max-width: 75px;
      float: left; }
      .page.blogs .right-column-post ul.list-post .blog-post-image .image-thumbnail {
        margin: 0px; }
    .page.blogs .right-column-post ul.list-post .blog-post-content {
      overflow: hidden;
      margin: 0px 0px 20px; }
      .page.blogs .right-column-post ul.list-post .blog-post-content .blog-header {
        font-size: 14px;
        font-weight: 400;
        display: blocl;
        margin: 0px 0px 7px;
        text-transform: capitalize; }
        .page.blogs .right-column-post ul.list-post .blog-post-content .blog-header a {
          color: #333e48; }
        .page.blogs .right-column-post ul.list-post .blog-post-content .blog-header:hover a {
          color: black; }
      .page.blogs .right-column-post ul.list-post .blog-post-content .blog-date {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin: 6px 0px 0px; }
  .page.blogs .pagination {
    text-align: center; }
    .page.blogs .pagination ul {
      display: inline-block;
      float: none; }

/*==== blog-tag ===*/
.blog-tag ul {
  text-align: left; }
  .blog-tag ul a {
    border: 1px solid #ececec;
    padding: 5px 15px;
    color: #565656;
    display: inline-block;
    margin: 0px 8px 8px 0px;
    line-height: 1.8; }
    .blog-tag ul a:hover {
      background: #333e48;
      border: 1px solid #333e48;
      color: white; }

/*==== page-post-content ====*/
.page.blogs.page-post-content .blog {
  margin: 0px; }
  .page.blogs.page-post-content .blog .image-blog-thumbnail {
    margin: 0px 0px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block; }
  .page.blogs.page-post-content .blog .author-date {
    padding: 12px 0px 18px;
    margin: 0px 0px 25px; }
  .page.blogs.page-post-content .blog .blog-posts {
    padding: 0px;
    margin: 0px; }
  .page.blogs.page-post-content .blog .blog-tags {
    display: none; }
  .page.blogs.page-post-content .blog .btn-primary {
    display: none; }
  .page.blogs.page-post-content .blog .addthis_toolbox {
    margin: 30px 0px 0px; }

/*====== Header cart ======*/
.header[data-name="pages/cart"] .previewCart .remove.icon {
  display: none; }

.previewCart-emptyBody {
  padding: 20px;
  font-weight: 400;
  font-size: 16px; }

.previewCart .section-heading {
  margin: 0px 25px;
  text-align: left; }

.previewCart ul li {
  padding: 15px 0px;
  margin: 0px 25px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  display: block;
  width: auto; }
  .previewCart ul li + .previewCartItem {
    border-top: none; }
  .previewCart ul li .previewCartItem-image {
    max-width: 75px;
    width: 100%;
    float: left;
    margin: 0px 15px 0px 0px; }
    .previewCart ul li .previewCartItem-image img {
      position: relative; }
    .previewCart ul li .previewCartItem-image:after {
      display: none; }
  .previewCart ul li .previewCartItem-content {
    text-align: left;
    position: relative; }
    .previewCart ul li .previewCartItem-content .previewCartItem-name {
      margin: 0px 20px 5px 0px;
      line-height: 1.4;
      font-weight: 700; }
      .previewCart ul li .previewCartItem-content .previewCartItem-name a {
        color: black; }
        .previewCart ul li .previewCartItem-content .previewCartItem-name a:hover {
          color: yellow; }
    .previewCart ul li .previewCartItem-content .previewCartItem-price {
      color: #343f49;
      line-height: 1.5;
      font-size: 14px; }
    .previewCart ul li .previewCartItem-content .previewCartItem-brand {
      display: none; }
    .previewCart ul li .previewCartItem-content .remove.icon {
      position: absolute;
      top: 0;
      right: 0px;
      text-align: center; }

.previewCart .previewCartAction {
  border-top: none;
  padding: 15px 25px 11px;
  overflow: hidden; }
  .previewCart .previewCartAction .previewCartAction-viewCart {
    float: left;
    padding: 0px; }
    .previewCart .previewCartAction .previewCartAction-viewCart .button-secondary {
      background: #e6e6e6;
      border: 1px solid #e6e6e6;
      color: #333e48; }
      .previewCart .previewCartAction .previewCartAction-viewCart .button-secondary:hover {
        background: yellow;
        border: 1px solid #333e48;
        color: #333e48; }
  .previewCart .previewCartAction .previewCartAction-checkout {
    padding: 0px 10px 0px 0px; }

/*==== Cart page ====*/
.cart .cart-header-item {
  color: #333e48; }

.cart .cart-item-brand {
  font-size: 12px;
  padding: 0px;
  margin: 0 0 5px;
  min-height: 20px;
  overflow: hidden;
  color: #747474;
  display: none; }

.cart .cart-item-name {
  font-weight: 400;
  font-size: 17px;
  color: #3e3e3e; }

.cart .cart-item-quantity .form-increment {
  margin: 0px; }
  @media (max-width: 550px) {
    .cart .cart-item-quantity .form-increment {
      margin: 0px 0px 0px 10px; } }

@media (max-width: 767px) {
  .cart-totals {
    width: 100%; } }

.cart-totals .form-input, .cart-totals .form-select {
  height: 45px;
  line-height: 45px;
  padding: 0 20px; }

.cart-totals .form-select {
  background-position: right 0.35714rem center; }

.cart-total .form.form--hiddenLabels {
  margin-bottom: 25px; }
  .cart-total .form.form--hiddenLabels .form-input {
    width: 67%;
    float: none; }
    @media (max-width: 767px) {
      .cart-total .form.form--hiddenLabels .form-input {
        width: 100%; } }

.cart-total .button.button--primary {
  float: none; }
  @media (max-width: 767px) {
    .cart-total .button.button--primary {
      width: 100%;
      margin: 0px; } }

.cart-total .cart-total-grandTotal {
  font-family: "Open Sans"; }

@media (max-width: 767px) {
  .cart-actions .button--primary {
    width: 100%; } }

.cart-item-info + .cart-item-info {
  margin-top: 0px; }
  @media (max-width: 767px) {
    .cart-item-info + .cart-item-info {
      margin-bottom: 10px; } }

.cart-remove:hover svg {
  fill: black; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0px;
  margin-top: 15px; }

/*==== Popup cart =====*/
.modal--large {
  width: 1280px; }

.modal-content .modal-header {
  padding: 0px;
  margin: 30px 40px; }
  .modal-content .modal-header h2 {
    padding: 10px;
    font-size: 15px;
    background: #e1f2e4;
    color: #41ae53;
    font-family: "Open Sans"; }

.modal-content .modal-body {
  padding: 0px 40px 20px; }

.modal-content .previewCart .productView {
  padding: 0px 15px 15px; }
  @media (max-width: 800px) {
    .modal-content .previewCart .productView {
      padding: 0px; } }
  .modal-content .previewCart .productView .productView-image {
    padding: 0px; }
    .modal-content .previewCart .productView .productView-image .productView-img-container:after {
      display: none; }
    .modal-content .previewCart .productView .productView-image .productView-image--cart {
      position: relative; }
  @media (max-width: 800px) {
    .modal-content .previewCart .productView .productView-details {
      padding: 0px;
      margin-bottom: 0px; } }
  .modal-content .previewCart .productView .productView-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    color: #333e48; }
  .modal-content .previewCart .productView .productView-brand {
    font-size: 12px;
    padding: 0px;
    margin: 0 0 5px;
    min-height: 20px;
    overflow: hidden;
    color: #747474; }
  .modal-content .previewCart .productView .productView-price {
    color: #343f49;
    font-size: 20px;
    font-weight: 400; }
  .modal-content .previewCart .productView .productView-info .productView-info-name {
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans"; }
  .modal-content .previewCart .productView .productView-info .productView-info-value {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans"; }

.modal-content .previewCart .previewCartCheckout {
  padding: 15px;
  color: #333e48; }
  .modal-content .previewCart .previewCartCheckout .CheckoutButton {
    margin: 15px; }
  .modal-content .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
    margin: 15px; }
  .modal-content .previewCart .previewCartCheckout p {
    margin: 0px 0px 15px; }
  .modal-content .previewCart .previewCartCheckout .previewCartCheckout-price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center; }

/*===== Show form search ======*/
.page-content--centered {
  width: 100%;
  padding: 0px 15px; }
  .page-content--centered .advancedSearch-title {
    margin: 0px 0px 15px; }
  .page-content--centered .form-row {
    margin: 0px -15px; }
  .page-content--centered .form-fieldset {
    padding: 0px 15px; }
    .page-content--centered .form-fieldset .form-field {
      padding: 0px; }
  .page-content--centered hr {
    margin: 0px 0px 25px; }
  .page-content--centered .search-price-range input {
    padding: 10px 20px; }
  .page-content--centered .form-checkbox + .form-label {
    margin: 0px 0px 15px; }
  .page-content--centered .form-field-group li {
    line-height: 24px; }
  .page-content--centered .form-actions {
    margin: 0px; }

/*==== Search result =====*/
.category-pages .panel--large {
  padding: 0px 15px;
  box-shadow: none; }

#search-results-heading .title-page-heading {
  margin: 0px 0px 20px;
  font-size: 40px;
  font-weight: 700;
  text-align: center; }

.quickSearchResults {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border: 1px solid #dddddd;
  border-top: 2px solid yellow;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  background: white;
  z-index: 99;
  width: 100%; }
  .quickSearchResults:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 50%;
    border: 5px solid transparent;
    border-bottom: 5px solid yellow; }
  .quickSearchResults .modal-close {
    top: 0;
    right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: block;
    background: yellow;
    color: #ffffff; }
    .quickSearchResults .modal-close span {
      line-height: 0px; }
  .quickSearchResults ul.productGrid {
    padding: 0px;
    margin: 27px 0px 0px;
    max-height: 480px;
    overflow: auto; }
    .quickSearchResults ul.productGrid .product {
      width: 100%;
      padding: 15px 10px;
      margin: 0;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
      .quickSearchResults ul.productGrid .product > .card, .quickSearchResults ul.productGrid .product .list-product-1 {
        display: none; }
      .quickSearchResults ul.productGrid .product .card-search {
        display: block; }
        .quickSearchResults ul.productGrid .product .card-search .card {
          padding: 0px;
          border: none;
          margin: 0px; }
          .quickSearchResults ul.productGrid .product .card-search .card .card-figure {
            float: left;
            margin: 0px 15px 0px 0px; }
            .quickSearchResults ul.productGrid .product .card-search .card .card-figure .card-img-container {
              max-width: 60px;
              margin: 0px; }
          .quickSearchResults ul.productGrid .product .card-search .card .card-title {
            margin: 0px 0px 5px;
            display: block; }
          .quickSearchResults ul.productGrid .product .card-search .card .card-brand, .quickSearchResults ul.productGrid .product .card-search .card .card-figcaption, .quickSearchResults ul.productGrid .product .card-search .card .custom-cart {
            display: none; }
          .quickSearchResults ul.productGrid .product .card-search .card:before, .quickSearchResults ul.productGrid .product .card-search .card:after {
            display: none; }
          .quickSearchResults ul.productGrid .product .card-search .card:hover {
            border: none; }
      .quickSearchResults ul.productGrid .product:hover {
        background: #eeeeee; }

.navBar--sub {
  margin: 0px 0px 20px;
  display: block; }

#search-results-content {
  display: none; }
  #search-results-content + #product-listing-container {
    padding: 0px 15px; }
  @media (min-width: 992px) {
    #search-results-content + #product-listing-container ul.list-product.productGrid li, #search-results-content + #product-listing-container ul.list-product.productGrid-ex li {
      width: 25%; }
      #search-results-content + #product-listing-container ul.list-product.productGrid li:nth-child(3n+1), #search-results-content + #product-listing-container ul.list-product.productGrid-ex li:nth-child(3n+1) {
        clear: initial; }
        #search-results-content + #product-listing-container ul.list-product.productGrid li:nth-child(3n+1) .card:before, #search-results-content + #product-listing-container ul.list-product.productGrid-ex li:nth-child(3n+1) .card:before {
          display: block; }
      #search-results-content + #product-listing-container ul.list-product.productGrid li:nth-child(4n+1), #search-results-content + #product-listing-container ul.list-product.productGrid-ex li:nth-child(4n+1) {
        clear: both; }
        #search-results-content + #product-listing-container ul.list-product.productGrid li:nth-child(4n+1) .card:before, #search-results-content + #product-listing-container ul.list-product.productGrid-ex li:nth-child(4n+1) .card:before {
          display: none; } }
  #search-results-content + #product-listing-container .category-filter .visible-xs {
    display: none !important; }

.loading-search {
  display: block; }
  .loading-search:before {
    content: "";
    background: url("../img/loading-search.gif") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.search-results-heading {
  clear: both; }

.productView {
  clear: both;
  margin: 0px;
  /*===== product-image ====*/
  /*====== product-details ======*/
  /*===== product-description =====*/ }
  .productView .product-images {
    position: relative;
    margin: 0px 0px 30px; }
    .productView .product-images .product-image {
      margin: 0px;
      overflow: hidden;
      position: relative; }
    .productView .product-images .productView-img-container {
      overflow: hidden; }
      .productView .product-images .productView-img-container img {
        position: relative; }
      .productView .product-images .productView-img-container:after {
        display: none; }
    .productView .product-images .easyzoom-flyout {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      @media (max-width: 991px) {
        .productView .product-images .easyzoom-flyout {
          display: none; } }
      .productView .product-images .easyzoom-flyout img {
        max-width: none;
        vertical-align: bottom; }
    .productView .product-images ul {
      margin: 8px 0px 0px;
      overflow: hidden; }
      .productView .product-images ul li {
        display: inline-block;
        float: left;
        margin: 2px 5px;
        width: 85px; }
        .productView .product-images ul li a {
          display: block;
          position: relative;
          margin: 0px auto; }
          .productView .product-images ul li a:after {
            content: "";
            border-bottom: 2px solid #333e48;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out; }
          .productView .product-images ul li a img {
            border: 1px solid #eaeaea;
            max-width: 100%;
            position: relative; }
          .productView .product-images ul li a:hover:after, .productView .product-images ul li a.is-active:after {
            opacity: 1; }
  .productView .product-details {
    margin-bottom: 30px; }
    .productView .product-details .product-brand {
      margin: 0px 0px 5px;
      font-size: 1rem;
      color: #666666;
      text-transform: capitalize;
      display: block; }
    .productView .product-details .product-title {
      margin: 0px 0px 10px;
      text-transform: none;
      color: #354047;
      line-height: 2.42857rem;
      font-size: 25px; }
    .productView .product-details .product-rating {
      margin: 0px 0px 20px; }
      .productView .product-details .product-rating .productView-reviewLink:hover a {
        color: black; }
    .productView .product-details .socialLinks {
      line-height: 0;
      padding-bottom: 10px; }
      .productView .product-details .socialLinks li {
        margin: 0px 10px 0px 0px; }
    .productView .product-details .productView-info {
      padding: 0;
      margin: 0px; }
      .productView .product-details .productView-info .productView-info-name {
        font-family: "Open Sans";
        font-size: 14px;
        color: #747474;
        margin: 0px 0px 5px;
        position: relative;
        display: inline-block;
        float: left;
        width: 90px;
        padding-right: 8px; }
      .productView .product-details .productView-info .productView-info-value {
        margin: 0px 0px 2px; }
    .productView .product-details .productView-options {
      border: 2px solid #dddddd;
      padding: 15px 22px;
      overflow: hidden;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      margin-bottom: 0px;
      text-align: left; }
      @media (max-width: 991px) and (min-width: 768px) {
        .productView .product-details .productView-options {
          padding: 15px; } }
      .productView .product-details .productView-options .price {
        display: block; }
      .productView .product-details .productView-options .price--withoutTax {
        font-size: 35px; }
      .productView .product-details .productView-options .form-field {
        margin: 2px 0px 0px; }
      .productView .product-details .productView-options .form-label {
        margin: 0;
        display: block;
        font-weight: 400;
        line-height: 22px;
        min-width: 140px;
        font-size: 13px;
        font-family: "Open Sans"; }
        .productView .product-details .productView-options .form-label small {
          display: none; }
      .productView .product-details .productView-options .size-form .form-option {
        background: none;
        border: 1px solid #eaeaea;
        min-width: 35px;
        height: 35px;
        padding: 5px;
        line-height: 23px;
        text-align: center;
        margin: 0px 5px 2px 0px; }
        .productView .product-details .productView-options .size-form .form-option .form-option-variant {
          font-size: 13px;
          padding: 0px;
          min-width: auto; }
        .productView .product-details .productView-options .size-form .form-option:hover {
          border: 1px solid #333e48; }
      .productView .product-details .productView-options .size-form .form-radio:checked + .form-option {
        border: 1px solid #333e48;
        box-shadow: none; }
      .productView .product-details .productView-options .color-form .form-option {
        border: none;
        box-shadow: none;
        margin: 0px 5px 2px 0px; }
      .productView .product-details .productView-options .color-form .form-option-variant--color {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        height: 35px;
        width: 35px;
        padding: 5px;
        border: 1px solid #eaeaea;
        position: relative; }
        .productView .product-details .productView-options .color-form .form-option-variant--color:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          background: #ffffff;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          width: 10px;
          height: 10px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          opacity: 0; }
      .productView .product-details .productView-options .color-form input:checked + label {
        border: none;
        box-shadow: none; }
        .productView .product-details .productView-options .color-form input:checked + label .form-option-variant--color {
          border: 1px solid #333e48; }
          .productView .product-details .productView-options .color-form input:checked + label .form-option-variant--color:after {
            opacity: 1; }
      .productView .product-details .productView-options .button-wl-cp {
        overflow: hidden;
        clear: both; }
        .productView .product-details .productView-options .button-wl-cp form {
          display: inline-block;
          float: left;
          margin: 0px;
          padding: 6px 5px 6px 0px; }
          .productView .product-details .productView-options .button-wl-cp form.wishlist-button {
            margin-right: 10px; }
            .productView .product-details .productView-options .button-wl-cp form.wishlist-button .form-action {
              margin: 0px;
              width: 100%; }
              .productView .product-details .productView-options .button-wl-cp form.wishlist-button .form-action:before {
                content: "\67";
                font-family: font-electro;
                font-size: 16px;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                speak: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                line-height: 20px;
                margin: 0px 5px 0px 0px;
                position: relative;
                top: 2px; }
              .productView .product-details .productView-options .button-wl-cp form.wishlist-button .form-action input {
                border: none;
                padding: 0px;
                margin: 0px;
                font-size: 14px;
                font-family: "Open Sans";
                width: auto; }
          .productView .product-details .productView-options .button-wl-cp form.compare-product .form-action {
            margin: 0px;
            font-size: 14px;
            font-family: "Open Sans";
            position: relative;
            line-height: 1.5rem;
            width: 100%; }
            .productView .product-details .productView-options .button-wl-cp form.compare-product .form-action input {
              position: absolute;
              top: 4px;
              margin: 0px;
              left: 0px;
              opacity: 0;
              width: 100%;
              cursor: pointer; }
              .productView .product-details .productView-options .button-wl-cp form.compare-product .form-action input:checked + .icon:before {
                content: "\77"; }
            .productView .product-details .productView-options .button-wl-cp form.compare-product .form-action .icon {
              margin: 0px 5px 0px 0px; }
              .productView .product-details .productView-options .button-wl-cp form.compare-product .form-action .icon:before {
                content: "\64";
                font-family: font-electro;
                font-size: 16px;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                speak: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transition: all 0.35s ease-in-out;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                -ms-transition: all 0.35s ease-in-out;
                -o-transition: all 0.35s ease-in-out; }
  .productView .product-description {
    background: whitesmoke;
    padding: 40px 0px; }
    .productView .product-description .content-tabs {
      background: whitesmoke;
      padding-top: 35px; }
      .productView .product-description .content-tabs ul.tabs {
        border: none;
        text-align: center; }
        .productView .product-description .content-tabs ul.tabs li {
          display: inline-block;
          float: none;
          border: none;
          padding: 0px 25px; }
          @media (max-width: 767px) {
            .productView .product-description .content-tabs ul.tabs li {
              display: block;
              margin: 0px 0px 15px;
              border-bottom: 1px solid #eaeaea; } }
          .productView .product-description .content-tabs ul.tabs li a {
            font-size: 18px;
            font-weight: 400;
            margin: 0px;
            line-height: 24px;
            padding: 0px 0px 9px;
            color: #343f49;
            position: relative;
            text-align: center;
            display: inline-block; }
            .productView .product-description .content-tabs ul.tabs li a:before {
              content: "";
              position: absolute;
              display: block;
              border: 1px solid yellow;
              left: 50%;
              right: 50%;
              bottom: -1px;
              width: 0;
              margin: auto;
              opacity: 0;
              visibility: hidden;
              transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              z-index: 9; }
            .productView .product-description .content-tabs ul.tabs li a:after {
              content: "";
              left: 50%;
              bottom: -13px;
              position: absolute;
              display: block;
              border: 6px solid transparent;
              transform: translate(-50%, 0%);
              -webkit-transform: translate(-50%, 0%);
              -moz-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%);
              -o-transform: translate(-50%, 0%);
              opacity: 0;
              visibility: hidden;
              transition: all 0.35s ease-in-out;
              border-top: 6px solid #333e48; }
          @media (min-width: 768px) {
            .productView .product-description .content-tabs ul.tabs li.is-active {
              border: none; } }
          .productView .product-description .content-tabs ul.tabs li.is-active a {
            font-weight: 600; }
          .productView .product-description .content-tabs ul.tabs li.is-active a:before, .productView .product-description .content-tabs ul.tabs li.is-active a:after, .productView .product-description .content-tabs ul.tabs li:hover a:before, .productView .product-description .content-tabs ul.tabs li:hover a:after {
            opacity: 1;
            visibility: visible; }
          .productView .product-description .content-tabs ul.tabs li.is-active a:before, .productView .product-description .content-tabs ul.tabs li:hover a:before {
            left: 0;
            right: 0;
            width: 100%; }
      .productView .product-description .content-tabs .tab-contents {
        padding: 60px 70px;
        position: relative; }
        @media (max-width: 767px) {
          .productView .product-description .content-tabs .tab-contents {
            padding: 20px; } }
        .productView .product-description .content-tabs .tab-contents:before {
          content: "";
          border-top: 1px solid #dddddd;
          position: absolute;
          top: 0;
          left: 30px;
          right: 30px; }
          @media (max-width: 767px) {
            .productView .product-description .content-tabs .tab-contents:before {
              display: none; } }
        .productView .product-description .content-tabs .tab-contents .productView-title {
          display: none; }
        .productView .product-description .content-tabs .tab-contents .productView-description {
          width: 100%;
          float: none;
          clear: both;
          padding: 0px;
          color: #747474;
          line-height: 24px; }
          .productView .product-description .content-tabs .tab-contents .productView-description b {
            font-size: 23px;
            font-weight: normal;
            color: 400; }
        .productView .product-description .content-tabs .tab-contents .tab-content {
          padding: 0px; }
        .productView .product-description .content-tabs .tab-contents .product-info {
          margin-bottom: 0px; }
          .productView .product-description .content-tabs .tab-contents .product-info .product-info-name {
            display: inline-block;
            float: left;
            margin-bottom: 5px;
            min-width: 60px;
            padding-right: 5px;
            font-weight: 400; }
          .productView .product-description .content-tabs .tab-contents .product-info .product-info-value {
            margin-bottom: 5px; }
        .productView .product-description .content-tabs .tab-contents .toggle.videoGallery {
          border-top: none;
          margin-bottom: 0px; }
          .productView .product-description .content-tabs .tab-contents .toggle.videoGallery:before {
            display: none; }
          .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .toggle-title {
            margin: 0px 0px 30px; }
          .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-main {
            position: relative;
            height: 0;
            padding-bottom: 56.2%;
            width: 100%;
            margin: 0px; }
            .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-main .iframe {
              position: absolute;
              width: 100%;
              height: 100%; }
          .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-list li {
            padding: 15px; }
            .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-list li .video-figure {
              margin-right: 15px; }
            .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-list li .video {
              margin-bottom: 0px; }
            .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-list li .video-title {
              color: #333e48; }
              .productView .product-description .content-tabs .tab-contents .toggle.videoGallery .videoGallery-list li .video-title:hover {
                color: black; }
  .productView .product-reviews .toggle-title {
    margin: 20px 0px; }
  .productView .product-reviews .productReviews-list {
    margin: 0px; }
  .productView .product-reviews .productReview-body {
    font-size: 14px;
    margin: 0px;
    line-height: 24px; }
  .productView .product-reviews .pagination {
    border: none;
    display: none; }

/*===== related product ====*/
.tab-nav-related {
  padding-top: 65px; }
  .tab-nav-related ul.tabs {
    border-bottom: none; }
    .tab-nav-related ul.tabs li {
      display: none;
      border: none;
      background: none;
      float: none; }
      .tab-nav-related ul.tabs li.is-active {
        display: block;
        border: none; }
      .tab-nav-related ul.tabs li a.tab-title {
        color: #333e48;
        line-height: 32px;
        padding-bottom: 13px;
        text-transform: capitalize;
        margin: 0px;
        position: relative;
        border-bottom: 1px solid #eaeaea;
        padding: 0px 0px 13px;
        cursor: auto;
        text-align: left;
        margin: 0px; }
        .tab-nav-related ul.tabs li a.tab-title:before {
          content: "";
          border-bottom: 2px solid yellow;
          position: absolute;
          width: 115px;
          left: 0px;
          bottom: -1px; }
  .tab-nav-related .tabs-contents {
    margin-bottom: 0px; }
    .tab-nav-related .tabs-contents .tab-content.has-jsContent.is-active {
      padding: 0px; }
    .tab-nav-related .tabs-contents .slick-list.draggable {
      padding: 14px 0px 25px; }
      .tab-nav-related .tabs-contents .slick-list.draggable .slick-track {
        margin: 0px; }
    .tab-nav-related .tabs-contents .card-body {
      overflow: initial;
      min-height: 45px; }
    .tab-nav-related .tabs-contents .card-price {
      display: block;
      position: absolute;
      bottom: 8px;
      left: 0px; }
    .tab-nav-related .tabs-contents .card-brand {
      margin: 0px 0px 7px; }
    .tab-nav-related .tabs-contents .price--rrp, .tab-nav-related .tabs-contents .price--withoutTax {
      display: block; }
    .tab-nav-related .tabs-contents .slick-arrow {
      top: -25px; }
    .tab-nav-related .tabs-contents .slick-dots {
      bottom: 0px; }
    .tab-nav-related .tabs-contents .slick-dotted.slick-slider {
      margin-bottom: 0px; }

/*===== Product view =====*/
.product-page-view {
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 310px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 15px;
  height: 144px;
  z-index: 109;
  overflow: hidden; }
  @media (max-width: 991px) {
    .product-page-view {
      right: 40px; } }
  @media (max-width: 767px) {
    .product-page-view {
      display: none !important; } }
  .product-page-view.left-bottom {
    right: auto;
    left: 20px; }
  .product-page-view.left-top {
    left: 20px;
    right: auto;
    top: 70px;
    bottom: auto; }
  .product-page-view.right-top {
    bottom: auto;
    top: 70px;
    right: 20px; }
  .product-page-view > span {
    font-size: 20px;
    margin: 0px 0px 15px;
    font-weight: 600; }
  .product-page-view li {
    width: 300px !important;
    display: block; }
  .product-page-view .card {
    display: none; }
  .product-page-view .list-product-1 {
    display: block;
    padding: 0px; }
    .product-page-view .list-product-1 .card-figure {
      max-width: 90px;
      height: auto;
      margin: 0;
      padding: 0px 20px 0px 0px;
      float: left;
      overflow: hidden; }
      .product-page-view .list-product-1 .card-figure .card-img-container {
        margin: 0px; }
    .product-page-view .list-product-1 .card-brand, .product-page-view .list-product-1 .custom-cart {
      display: none; }
    .product-page-view .list-product-1 .card-title {
      margin: 0px;
      height: auto; }
    .product-page-view .list-product-1:before, .product-page-view .list-product-1:after {
      display: none; }
    .product-page-view .list-product-1 .card-figcaption {
      display: none; }
    .product-page-view .list-product-1:hover .card-body {
      border-bottom: 1px solid transparent; }
  .product-page-view .slick-arrow {
    display: none !important; }

.writeReview-productImage-container img {
  position: relative; }

.writeReview-productImage-container:after {
  display: none; }

.easy-reorder-pad--page .breadcrumbs {
  float: none; }

.easy-reorder-pad--page .section-heading {
  border-bottom: none; }
  @media (min-width: 768px) {
    .easy-reorder-pad--page .section-heading {
      margin-bottom: 0; } }

.easy-reorder-pad--page .top-bar {
  margin-bottom: 36px;
  border-bottom: 1px solid #dddddd;
  text-align: center; }
  @media (min-width: 768px) {
    .easy-reorder-pad--page .top-bar {
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .easy-reorder-pad--page .top-bar .print-button {
    white-space: nowrap; }
    @media (min-width: 768px) {
      .easy-reorder-pad--page .top-bar .print-button {
        margin-left: 10px; } }
    .easy-reorder-pad--page .top-bar .print-button svg {
      height: 21px;
      width: 23px;
      margin-right: 10px; }
    .easy-reorder-pad--page .top-bar .print-button svg, .easy-reorder-pad--page .top-bar .print-button span {
      display: inline-block;
      vertical-align: middle; }
  .easy-reorder-pad--page .top-bar .form-input {
    margin-left: 10px; }

.easy-reorder-pad--page .form-input {
  border: 1px solid #dddddd;
  border-radius: 10px;
  width: 80%;
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .easy-reorder-pad--page .form-input {
      margin-left: auto; } }

.easy-reorder-pad--page label {
  display: inline-flex;
  width: 470px;
  align-items: center;
  position: relative;
  bottom: 3px; }

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

.single-item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-item {
      display: flex;
      align-items: center;
      padding: 5px 20px; }
      .single-item:hover {
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); } }
  .single-item .form-input {
    max-width: 80%;
    padding-left: 8px;
    padding-right: 8px;
    text-align: right; }
    .single-item .form-input[value="0"] {
      background-color: #fff;
      border-color: #dddddd;
      color: #354047;
      font-weight: 400; }
    .single-item .form-input, .single-item .form-input:focus {
      background-color: #354047;
      border-color: #ffff00;
      color: #ffff00;
      font-weight: 700; }
  .single-item h5 {
    margin-bottom: 0; }
  .single-item .schema-item-label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .single-item .schema-item-label {
        display: none; } }
  @media (max-width: 767px) {
    .single-item .schema-item {
      vertical-align: top;
      padding-bottom: 15px; }
    .single-item .schema-item--0 {
      width: 100px;
      padding-right: 25px; }
    .single-item .schema-item--1 {
      width: calc(100% - 100px); }
    .single-item .schema-item--2,
    .single-item .schema-item--3,
    .single-item .schema-item--4,
    .single-item .schema-item--5 {
      width: 25%; }
    .single-item .schema-item--6,
    .single-item .schema-item--7,
    .single-item .schema-item--8 {
      width: 33.333%; } }
  .single-item .minimum-disclaimer {
    font-size: 10px;
    line-height: 1.2; }

.schema {
  padding: 0 0 20px;
  margin: 0 20px 30px;
  display: none;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .schema {
      display: block; } }
  .schema .schema-item {
    font-weight: 700; }
  @media (min-width: 768px) {
    .schema .schema-list {
      display: flex; } }

.pad-items {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9px;
  margin-bottom: 10px;
  min-height: 400px; }
  @media (max-width: 767px) {
    .pad-items .single-item {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }

.pad-swatch {
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 30px;
  max-height: 30px;
  max-width: 30px;
  margin: 0 auto 0 0;
  background-repeat: no-repeat;
  display: block;
  border-radius: 50%;
  border: 1px solid #000; }

.hidden-image {
  visibility: hidden; }

.schema-item {
  display: inline-block; }
  @media (min-width: 768px) {
    .schema-item {
      padding-right: 10px; } }

.schema-item--0 {
  width: 8.46154%; }

.schema-item--1 {
  width: 25.21368%; }

.schema-item--2 {
  width: 13.4188%; }
  .schema-item--2 p {
    word-break: break-word; }

.schema-item--3 {
  width: 11.79487%; }

.schema-item--4 {
  width: 8.37607%; }

.schema-item--5 {
  width: 9.23077%; }

.schema-item--6 {
  width: 9.1453%; }

.schema-item--7 {
  width: 8.03419%; }

.schema-item--8 {
  width: 6.32479%; }
  .schema-item--8 p {
    font-weight: 700; }

@media (min-width: 768px) {
  .schema-item--6,
  .schema-item--8 {
    text-align: right; }
  .schema-item--7 {
    text-align: center; }
  .schema-item--8 {
    padding-right: 0; } }

#react-modal {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%); }

.react-modal-content {
  position: relative;
  background: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 80px;
  width: 80vw;
  max-height: 80vh;
  overflow-y: scroll; }
  .react-modal-content li {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 20px; }
  .react-modal-content .image-wrap {
    min-width: 100px;
    display: inline-block; }
    .react-modal-content .image-wrap img {
      display: block;
      margin: 0 auto; }
  .react-modal-content .message {
    display: flex;
    align-self: center;
    padding-left: 20px; }
  .react-modal-content .close-modal {
    position: absolute;
    font-size: 24px;
    right: 30px;
    top: 20px;
    color: #354047; }
    .react-modal-content .close-modal:hover {
      color: #dddddd; }

@media (min-width: 768px) {
  .pagination-pad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media (max-width: 767px) {
  .pagination-pad {
    margin-bottom: 20px; } }

.pagination-pad li {
  display: inline-block; }

.pagination-button {
  border-radius: 10px;
  border: 1px solid #dddddd;
  margin-right: 5px;
  height: 35px;
  width: 35px;
  line-height: 33px;
  color: #888888;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  user-select: none; }
  .pagination-button:hover {
    color: #ffff00;
    background: #354047; }
  .pagination-button.is-active {
    color: #354047;
    background: #ffff00;
    font-weight: 700;
    border-color: #ffff00; }
  .pagination-button svg {
    height: 22px;
    width: 22px;
    position: relative;
    top: 6px;
    fill: currentColor; }

.add-to-cart {
  position: relative;
  text-align: right; }
  @media (max-width: 767px) {
    .add-to-cart {
      text-align: center; } }
  .add-to-cart .button {
    margin-bottom: 0; }

.navPages {
  width: 100%; }

@media (max-width: 991px) {
  .easy-reorder-wrap {
    display: none; }
  .banners {
    padding-bottom: 0px; }
  .banner h2 {
    font-size: 15px;
    margin-bottom: 0px; }
  .top9reasons h1 strong {
    font-size: 36px; }
  .navPages-container {
    display: none; } }

@media (min-width: 992px) {
  .horizontal-menu.navPages-container {
    position: unset; }
  .desktop-horizontal-menu .bcMegaMenu-item .navPage-childList-action.navPages-action:hover {
    color: yellow;
    background: black; }
  .sidemenu-vertical {
    display: none; }
  .verticle-menu {
    display: none; }
  .horizontal-menu {
    padding: 0 !important;
    width: 100% !important; }
  .header-item--search {
    padding: 0 40px; }
  .desktop-horizontal-menu {
    padding-left: 0px;
    max-width: 100%; }
  .desktop-horizontal-menu .bcMegaMenu-item > .navPages-action .text {
    padding: 10px !important; }
  .menu-content {
    max-width: 100%;
    margin: 0 auto; }
  .menu-content .container {
    max-width: 1300px;
    width: 100%; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul > li {
    min-height: 265px; }
  .desktop-horizontal-menu .bcMegaMenu-item.hasMegamenu {
    margin: 0px !important;
    padding: 0px !important; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul > li.navPage-subMenu-item-title {
    min-height: 20px; }
  body > header > div.menu-content > div > div > div > div.horizontal-menu.col-lg-12.col-sm-8.col-md-9.navPages-container > nav > ul:nth-child(2) > li:nth-child(9) > p > a {
    border-right: none; }
  .button--menu {
    line-height: 20px;
    font-size: 1rem;
    padding: 0px;
    background-color: #ffff00;
    color: #354047;
    width: 179px;
    padding: 10px;
    border-right: 1px solid black; } }

.navPages-container.menu-pages .navPages-list {
  margin: 0;
  float: none; }

.navPages-container.menu-pages .bcMegaMenu-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
  border-radius: 0 0 3px 3px; }

.navPages-container.menu-pages .bcMegaMenu-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action {
  padding: 10px 20px; }

@media (min-width: 1025px) {
  .navPages-container.menu-pages.navPages-container.menu-pages {
    display: block;
    position: unset; }
  .navPages-container.menu-pages .navPage-subMenu-item-child.navPage-subMenu-title {
    display: none !important; } }

.menu-content .container {
  position: unset; }

.navPages-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  list-style: none; }

.navPage-subMenu {
  z-index: 6;
  opacity: 0;
  left: 0;
  top: auto;
  height: auto;
  margin: auto;
  display: block;
  width: 220px;
  padding: 10px 0;
  text-align: left;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease;
  background-color: white;
  transform: translate3d(0, 50px, 0) translateX(-50%); }
  .navPage-subMenu .navPage-subMenu {
    top: 30px;
    height: auto;
    margin-left: calc(100% + 1px);
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .navPage-subMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: -10px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .navPage-subMenu .navPage-subMenu-item-child:nth-child(n + 12):hover > .has-subMenu + .navPage-subMenu {
      top: auto;
      bottom: -10px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

.desktop-horizontal-menu {
  margin-bottom: 12px; }
  .desktop-horizontal-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .desktop-horizontal-menu .navPages-action {
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .desktop-horizontal-menu .navPages-action svg {
      fill: #333333; }
    .desktop-horizontal-menu .navPages-action .text {
      position: relative;
      color: #000; }
  .desktop-horizontal-menu .navPage-subMenu-action {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .desktop-horizontal-menu .navPage-subMenu-action .text {
      color: #000;
      position: relative;
      padding-left: 5px; }
  .desktop-horizontal-menu .navPages-action-moreIcon {
    font-size: 0;
    transform: none;
    margin-left: 0.35714rem;
    transition: all 0.3s ease; }
    .desktop-horizontal-menu .navPages-action-moreIcon svg {
      height: 0.64286rem;
      width: 0.64286rem;
      pointer-events: none; }
  .desktop-horizontal-menu .bcMegaMenu-item {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease; }
    .desktop-horizontal-menu .bcMegaMenu-item .text {
      margin-bottom: 0; }
    .desktop-horizontal-menu .bcMegaMenu-item .text-menu {
      font-size: 30px;
      color: #000000;
      font-weight: 600;
      letter-spacing: 0.25px;
      line-height: 1;
      margin-bottom: 20px;
      display: block; }
    .desktop-horizontal-menu .bcMegaMenu-item.hasMegamenu {
      position: static;
      margin-bottom: 10px;
      margin-right: 5px; }
    .desktop-horizontal-menu .bcMegaMenu-item > .navPages-action {
      font-size: 1.21rem;
      font-weight: 700;
      padding: 0;
      display: inline-block; }
      .desktop-horizontal-menu .bcMegaMenu-item > .navPages-action .chevron {
        margin-left: 10px; }
        .desktop-horizontal-menu .bcMegaMenu-item > .navPages-action .chevron svg {
          transition: ease 0.3s;
          transform: rotate(180deg); }
      .desktop-horizontal-menu .bcMegaMenu-item > .navPages-action .text {
        margin-bottom: 0;
        padding: 0 20px; }
    .desktop-horizontal-menu .bcMegaMenu-item:hover > .navPages-action .text {
      background-color: #354047;
      color: #ffff00; }
    .desktop-horizontal-menu .bcMegaMenu-item:hover > .navPages-action svg {
      fill: #ffff00;
      transform: rotate(0); }
    .desktop-horizontal-menu .bcMegaMenu-item:hover > .has-subMenu + .navPage-subMenu {
      top: auto;
      left: 50%;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0) translateX(-50%);
      border-radius: 0 0 10px 10px;
      box-shadow: 0px 2px 6px -2px;
      padding: 15px !important; }
    .desktop-horizontal-menu .bcMegaMenu-item:hover > .navPage-subMegaMenu {
      pointer-events: auto; }

.navPage-subMegaMenu {
  pointer-events: none; }

.navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu {
  width: 100%;
  left: 50%;
  padding: 15px 0 0 0; }
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
    position: relative;
    width: auto;
    padding: 0 0 10px 0 !important; }
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 2px 0; }
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
    top: auto; }
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none; }
  @media (min-width: 1025px) {
    .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu {
      max-height: 350px;
      overflow-y: auto; }
      .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
        font-size: 14px;
        font-weight: 600; } }
  @media (min-width: 1300px) {
    .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }

.navPages-container.menu-pages .desktop-horizontal-menu .cateArea {
  float: left; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -10px;
    margin-bottom: 0; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li {
      font-size: 12px;
      padding: 0;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      padding-bottom: 5px;
      padding-left: 15px; }
      .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li > .navPage-subMenu-action {
        font-weight: 700; }
        .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li > .navPage-subMenu-action .text:before {
          content: none; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-2 > ul {
    float: left;
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-2 > ul > li {
      float: left;
      width: 50%;
      margin-bottom: 10px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-3 > ul {
    float: left;
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-3 > ul > li {
      float: left;
      width: 33.33%;
      margin-bottom: 10px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-4 > ul {
    float: left;
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-4 > ul > li {
      float: left;
      width: 25%;
      margin-bottom: 10px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-5 > ul {
    float: left;
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-5 > ul > li {
      float: left;
      width: calc(100%/5);
      margin-bottom: 10px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul {
    float: left;
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul > li {
      float: left;
      width: calc(100%/6);
      margin-bottom: 10px; }

@media (min-width: 992px) and (max-width: 1429px) {
  .desktop-horizontal-menu .navPages-action {
    font-size: 12px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
    font-size: 12px; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li {
    padding-left: 5px;
    width: 195px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu {
    width: 992px !important;
    padding: 5px !important; }
  .desktop-horizontal-menu .bcMegaMenu-item .text {
    font-size: 12px;
    padding: 0px 10px !important; }
  .desktop-horizontal-menu ul .bcMegaMenu-item {
    padding-right: 10px !important; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li {
    width: 170px; } }

@media (min-width: 1200px) and (max-width: 1429px) {
  .navPages-container.menu-pages .desktop-horizontal-menu .navPage-subMegaMenu {
    width: 1200px !important;
    padding: 5px !important; } }

.desktop-horizontal-menu .navPages-action-moreIcon {
  height: 16px;
  width: 16px; }
  .desktop-horizontal-menu .navPages-action-moreIcon svg {
    height: 100%;
    width: 100%; }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list {
    max-width: 100%; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul > li.navPage-subMenu-item-title {
    width: 100%; }
    .navPages-container.menu-pages .desktop-horizontal-menu .cateArea.columns-6 > ul > li.navPage-subMenu-item-title .navPage-subMenu-action {
      font-size: 30px; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border: 0;
    font-size: 16px; }
  .desktop-horizontal-menu .bcMegaMenu-item .navPage-childList-action.navPages-action {
    font-weight: 400;
    padding: 2px 0; }
  .navPages-container.menu-pages .desktop-horizontal-menu .cateArea > ul > li > .navPage-subMenu-action {
    font-size: 16px; }
  .navPage-subMenu-item .navPages-action:hover {
    color: #8e8d8d; } }

@font-face {
  font-family: "font-electro";
  src: url("../fonts/font-electro.eot");
  src: url("../fonts/font-electro.eot?#iefix") format("embedded-opentype"), url("../fonts/font-electro.woff") format("woff"), url("../fonts/font-electro.ttf") format("truetype"), url("../fonts/font-electro.svg#font-electro") format("svg");
  font-weight: normal;
  font-style: normal; }

.form-input--incrementTotal {
  pointer-events: all !important;
  border: 1px solid #eaeaea; }

.header-mid .navUser-section--bottom > ul .navUser-section--bottom-item.cart {
  max-width: 100%; }

body > header > div.header-mid > div > div.header-wrap > div.header-item.header-item--icons > div > ul > li > a {
  float: right; }

@media (min-width: 900px) {
  .desktop {
    pointer-events: none !important; } }

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

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

.tooltip-item {
  z-index: 1 !important; }

.track {
  line-height: 32px;
  font-size: 1.1rem;
  background-color: #ff0;
  color: #354047;
  border-radius: 10px;
  font-weight: 700;
  list-style: disc;
  margin: 0 0 1rem;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  width: 80%; }

.socialLinks-item--pinterest {
  display: none; }

.category-filter .actionBar .actionBar-section .form-field .form-select {
  padding: 0 !important; }

@media (min-width: 551px) {
  .actionBar-section {
    float: none; } }

.category-filter .actionBar {
  margin: -5px; }

@media (max-width: 800px) {
  .category-filter .list-grid-button {
    float: none; } }

.bigGrayBoxSearchResults {
  display: none; }

@media (min-width: 900px) {
  .header-menu > .fa-list {
    pointer-events: none !important; }
  .desktop > .chevron {
    pointer-events: none !important; }
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.icon {
  height: 24px;
  width: 24px; }

.socialLinks {
  line-height: 15px; }

.socialLinks--alt .icon {
  height: 24px;
  width: 24px; }

/* ------------------
View Quote Icon & Link _headers.scss
----------------------*/
.header-mid .navUser-item--quote {
  display: block;
  position: relative;
  top: 1px;
  width: 250px;
  margin-top: auto;
  margin-bottom: auto; }

.header-item--icons {
  z-index: 1001; }

.navUser-item--quote {
  display: none; }

.navUser-item--quote.show {
  display: block; }

.navPages-action--quote {
  display: none; }

.navPages-action--quote.show {
  display: block; }

@media (min-width: 1261px) {
  .listItem-actions .button--quote {
    font-size: 13px;
    padding: .57143rem 1.5rem; } }

.navUser-action .navUser-action--quote {
  float: left; }

.navUser-item-quotelabel {
  float: right; }

@media (max-width: 450px) {
  .navUser-item-quotelabel {
    display: none !important; } }

.quote-icon {
  margin-right: 5px; }
  .quote-icon svg {
    height: 21px;
    width: 21px;
    fill: #354047; }

.isp_product_price_wrapper {
  width: 100% !important; }

.navUser ul li {
  padding: 0 16px !important; }

.form-wishlist {
  padding-top: 10px; }

/* import b2b style files */
#search-company {
  border: 1px solid #cccccc; }

#tpa-user-information .form-input:disabled {
  color: #666; }

#new_country, #edit_state_select, #edit_country {
  line-height: inherit; }

#shoppinglist-dropdown {
  background: #fff !important; }

.dropdown-menu-button .icon {
  display: none; }

#new_state_select {
  line-height: inherit; }

#company_select, #shopping_list_status {
  line-height: inherit;
  height: auto;
  padding: 0.75rem 1rem; }

#search_single_sku {
  height: 45px;
  margin-bottom: 0; }

.salerep-infobox .container span:nth-child(1) {
  flex-grow: 1; }

.b2b-wrap .button--primary {
  line-height: inherit;
  padding: 5px 10px; }

a[end-masquerade] {
  padding: 5px; }

#filter_apply_button {
  height: auto; }

.create-account-tpa.company-form-wrap2 > div:not(.form-actions), .create-account-tpa.company-form-wrap2 .b2b-title {
  display: none; }

.create-account-tpa.company-form-wrap2 .form-actions {
  text-align: left; }

#product_list_table .product-item-discount input, #product_list_table .product-item-new-price input, #product_list_table .product-item-quantity input {
  width: 100%; }

.filter-by-date {
  position: relative; }
  @media (min-width: 801px) {
    .filter-by-date #orderFromDate, .filter-by-date #orderToDate {
      padding-left: 40px !important; } }
  .filter-by-date .fa-calendar {
    color: #ccc; }
    .filter-by-date .fa-calendar.from, .filter-by-date .fa-calendar.to {
      position: absolute;
      left: 60px;
      top: 6px; }
    .filter-by-date .fa-calendar.to {
      left: 248px; }

.buy-again-lists-table .options-wraper {
  margin-top: 15px; }
  .buy-again-lists-table .options-wraper p {
    margin-bottom: 0; }

.buy-again-lists-table .button--small {
  display: block;
  width: 170px;
  min-width: 170px;
  margin: 10px auto; }

.buy-again-lists-table .qty-container {
  display: flex;
  justify-content: center; }

.buy-again-lists-table .qty-wraper {
  margin-top: 30px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 10px; }
  .buy-again-lists-table .qty-wraper .btn-qty-decrease, .buy-again-lists-table .qty-wraper .btn-qty-increase {
    font-size: 20px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    cursor: context-menu;
    user-select: none; }
  .buy-again-lists-table .qty-wraper .form-input {
    border: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 40px; }

.vertical-align-middle {
  vertical-align: middle !important; }

.b2b-wrap table.order-lists-table > thead > tr > th {
  padding: 11px 5px; }

.orders-search-company {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px; }
  .orders-search-company .form-field, .orders-search-company button {
    margin: 0; }
  .orders-search-company input {
    padding: 0.75rem;
    border-right: 0;
    width: 250px; }
  .orders-search-company .form-input {
    height: 36px;
    line-height: 36px;
    border-radius: 0; }
  .orders-search-company .button--search {
    padding: 0.75rem;
    border-radius: 0;
    height: 36px; }

.company-list-wraper, .shopping-list-wraper {
  margin-left: 0; }
  .company-list-wraper li, .shopping-list-wraper li {
    cursor: context-menu;
    padding: 8px;
    border-radius: 4px;
    transition: all .2s linear;
    list-style: none; }
    .company-list-wraper li:hover, .company-list-wraper li.active, .shopping-list-wraper li:hover, .shopping-list-wraper li.active {
      background: #eee;
      list-style: circle; }

#orderFromDate, #orderToDate {
  width: 32%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #fff;
  border-color: #ccc;
  padding: 0.75rem 0.5rem;
  border-style: solid;
  border-width: 1px;
  margin-left: 4px; }
  @media (min-width: 801px) {
    #orderFromDate, #orderToDate {
      width: 160px;
      padding: 0.75rem 1rem; } }

.buy-again-search {
  width: 25%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

[advqty-card-actions] {
  display: none; }

.quick-pad-container .upload-container {
  display: none !important; }

.user-information [disabled] {
  background-color: #eee; }

.b2b-title {
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: inherit; }

.quote-title {
  margin: 0 0 1rem 0; }

.quote-detail-actions {
  text-align: right; }

.draft-container {
  text-align: right; }
  .draft-container h3 {
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 4px;
    transform: translateY(2rem);
    margin: 0; }

.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;
  font-size: 32px;
  right: 0;
  top: 0; }

.select_email_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99; }

.b2b-erro.quote-input .email_select_btn {
  top: 40%; }

.quote-input .form-field {
  position: relative; }

.quote-input .email_select_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 30px;
  cursor: pointer; }

#role_id {
  line-height: inherit; }

.b2b-wrap .modal-close {
  top: 5px; }

#modal-shopping-list-new-form .modal-close, #modal-user-management-edit-form .modal-close {
  top: 4px; }

#modal-address-book-new-form.modal, #modal-address-book-edit-form.modal {
  top: 40% !important; }
  #modal-address-book-new-form.modal .modal-close, #modal-address-book-edit-form.modal .modal-close {
    top: 4px; }

#modal-quote-address-form #jqPagination, #select_email_container #jqPagination {
  padding: 0 2.25rem; }

#modal-quote-address-form .modal-close, #select_email_container .modal-close {
  right: 0;
  top: -26px; }

@media (min-width: 801px) {
  #modal-quote-address-form .modal-header, #select_email_container .modal-header {
    display: flex;
    justify-content: space-between; }
    #modal-quote-address-form .modal-header .form-input, #select_email_container .modal-header .form-input {
      margin-right: 10px; } }

.address_item {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.address_book_none {
  color: #999999; }

.quote_adress_container {
  display: inline-block;
  padding: 10px; }

.quote_select_address {
  position: relative;
  cursor: pointer;
  border: 1px solid #dddddd; }
  .quote_select_address:after {
    display: block;
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #dddddd  transparent;
    transform: rotateZ(135deg); }

.seler_infor {
  margin-top: 10px; }

.quote_info {
  text-align: right; }

.additional_infor {
  width: 100%;
  resize: none;
  border-color: #dddddd; }
  @media (min-width: 801px) {
    .additional_infor {
      min-height: 100px; } }

#drag_upload_csv {
  cursor: pointer; }

#add_to_cart_csv {
  width: 100%; }

.quick-pad-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .quick-pad-container .quick-order-pad-wrap {
    width: 100%; }
  @media (min-width: 801px) {
    .quick-pad-container .quick-order-pad-wrap {
      width: 40%; }
    .quick-pad-container .quick-order-pad-wrap.quick-pad-right {
      width: 58%;
      border-left: 1px solid #666666; } }

.result-message {
  padding: 15px 0; }

@media (min-width: 801px) {
  #add_to_cart {
    right: 120px; } }

.adv_tip {
  display: none; }

.result-message {
  color: #008a06; }

.err-sku .col-sku [data-sku] {
  border-color: #e4393c; }

.err-qty [data-qty] {
  border-color: #e4393c !important; }

.th-col-message {
  color: #e4393c; }

.err-tips {
  display: none; }

#send_email {
  display: none; }

.quote-eamil-layout-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center; }

.quote-eamil-container {
  background: #ffffff;
  max-width: 560px; }
  .quote-eamil-container .quote-actions-btn {
    display: flex;
    justify-content: flex-end;
    padding: 20px  20px 10px 20px; }
  .quote-eamil-container .quote-email-title {
    color: #ffffff;
    background-color: #169bd5;
    padding: 10px 20px;
    font-size: 23px;
    font-weight: bold; }
  .quote-eamil-container .quote-input {
    padding: 0 20px; }
    .quote-eamil-container .quote-input .form-field {
      padding-top: 5px; }
    .quote-eamil-container .quote-input span {
      font-size: 17px;
      padding: 10px 0; }
  .quote-eamil-container .quote-tips {
    font-style: italic;
    padding: 0 20px;
    font-size: 15px;
    text-align: justify; }

#quote_eamil_input {
  padding: 5px;
  flex-grow: 1; }

.quote-detail .quote-info {
  align-items: flex-start; }

#quote_list_table .dropdown-menu {
  right: inherit;
  left: 0;
  position: absolute; }
  @media (min-width: 801px) {
    #quote_list_table .dropdown-menu {
      right: 0; } }

.quote-item-title {
  font-weight: bold;
  padding: 11px 5px;
  text-transform: inherit;
  margin-bottom: 0;
  padding-bottom: 0; }

.quote-item {
  font-size: 14px;
  padding: 11px 5px 0 11px; }
  @media (min-width: 801px) {
    .quote-item {
      max-width: 250px; } }

#product_list_table {
  margin-top: 20px; }
  @media (min-width: 801px) {
    #product_list_table .product-item-img {
      width: 100px; } }
  #product_list_table .cart-item-fixed-image {
    max-width: 100px; }
  #product_list_table thead tr th {
    text-align: left; }

.flex-center {
  justify-content: center; }

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

#search_resulte .search-product-table {
  max-width: 620px; }

.b2b-erro .err-tips {
  display: block;
  color: #e4393c; }

.b2b-erro .form-label {
  color: #e4393c; }

.b2b-erro input {
  border-color: #e4393c; }

.quote-search #search_single_sku {
  margin-top: 10px; }

@media (min-width: 801px) {
  .quote-search {
    display: flex; }
    .quote-search #search_single_sku {
      margin-left: 10px;
      margin-top: 0; } }

#shopping_lists_table tr .cell-line-name {
  max-width: 100px;
  overflow: hidden; }

#shopping_lists_table tr .cell-line-description {
  max-width: 100px;
  overflow: hidden; }

.quote-count {
  padding: 10px; }

#b2b_loading_overlay .img-container {
  background: url("../img/b2b/loading.gif") center center no-repeat;
  background-size: 100px;
  position: absolute;
  z-index: 999;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

#sale-rep-table .t-align-left {
  cursor: pointer; }

.b2b-upercase {
  text-transform: capitalize; }

.form-shoppinglist {
  position: relative; }

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

.modal--small {
  right: auto; }

.modal-close.modal-close--button {
  position: static;
  width: auto;
  height: auto;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem; }

@media (min-width: 801px) {
  .account--fixed .navBar--account {
    margin-left: -80px;
    margin-right: -80px; } }

.b2b-loading-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .b2b-loading-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px; }

.b2b-loading-overlay-cart {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.46) url("../img/b2b/loading.gif") center no-repeat;
  background-size: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .b2b-loading-overlay-cart img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px; }

.productView {
  position: relative; }
  .productView .product-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.99); }
    .productView .product-loading-overlay img {
      position: absolute;
      top: 25%;
      left: 50%;
      width: 200px;
      height: 200px;
      margin-left: -100px; }

.loading-span {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px auto;
  background-image: url("../img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.form-actions {
  text-align: left; }

.paypalInvoiceModal .orderEmail {
  display: inline-block;
  margin-top: 0.5rem; }

.paypalInvoiceModal .paypal-invoice-email {
  margin-left: 0.8rem;
  width: 9rem;
  padding: 0.8rem; }

.b2b-wrap .button.square {
  width: 42px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.b2b-wrap .button--small {
  font-size: 14px;
  height: 30px;
  padding: 7px 10px; }
  .b2b-wrap .button--small.square {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

.b2b-wrap .b2b-column-wrap {
  margin: 0 -10px; }
  .b2b-wrap .b2b-column-wrap:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden; }
  .b2b-wrap .b2b-column-wrap .b2b-column-left {
    padding: 0 10px; }
    @media (min-width: 801px) {
      .b2b-wrap .b2b-column-wrap .b2b-column-left {
        float: left;
        width: 40%; } }
  .b2b-wrap .b2b-column-wrap .b2b-column-right {
    padding: 0 10px; }
    @media (min-width: 801px) {
      .b2b-wrap .b2b-column-wrap .b2b-column-right {
        float: right;
        width: 60%; } }

.b2b-wrap button.action:hover {
  text-decoration: underline; }

.b2b-wrap .form-label {
  font-weight: 600; }

.b2b-wrap .form-label small {
  float: none;
  color: #e02b27; }

.b2b-wrap .form-action {
  float: left;
  width: 100%; }
  .b2b-wrap .form-action.right {
    text-align: right; }

.b2b-wrap .title-wrap {
  position: relative; }
  .b2b-wrap .title-wrap .page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-right: 15px;
    font-size: 25px;
    font-weight: 400; }
    @media (min-width: 551px) {
      .b2b-wrap .title-wrap .page-title {
        font-size: 40px;
        margin-bottom: 3rem; } }
  .b2b-wrap .title-wrap .page-title-small {
    margin-top: 0;
    margin-bottom: 2.5rem;
    color: #3d3c42;
    font-weight: 400;
    font-size: 30px;
    line-height: 1; }
  .b2b-wrap .title-wrap .page-title-desc {
    margin-bottom: 1rem; }
  .b2b-wrap .title-wrap .title-actions {
    margin-bottom: 2rem; }
    @media (min-width: 551px) {
      .b2b-wrap .title-wrap .title-actions {
        margin-top: 2rem;
        float: right; } }
  .b2b-wrap .title-wrap .rename-shopping-list {
    position: absolute;
    top: 15px;
    right: 0; }

.b2b-wrap .title-wrap--alt {
  margin-bottom: 3rem; }
  .b2b-wrap .title-wrap--alt .page-title {
    margin-bottom: 1rem; }

.b2b-wrap .actions-split {
  display: inline-block;
  margin: 0 8px;
  margin-top: 1px;
  color: #a6a6a6;
  font-size: 12px;
  vertical-align: top;
  height: 32px;
  line-height: 32px; }

.b2b-wrap .action-link {
  text-decoration: none;
  display: inline-block; }
  .b2b-wrap .action-link:hover {
    text-decoration: underline; }

.b2b-wrap .action {
  cursor: pointer; }
  .b2b-wrap .action.fright {
    float: right;
    margin-right: 0; }

.b2b-wrap .form-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px 24px 5px;
  border: 1px solid #a0a0a0; }
  .b2b-wrap .form-wrap .form-label {
    font-weight: 700; }
  .b2b-wrap .form-wrap .form-label--mb {
    margin-bottom: 10px; }
  .b2b-wrap .form-wrap .form-field {
    width: 100%;
    float: left; }
    .b2b-wrap .form-wrap .form-field:last-child {
      margin-bottom: 0; }
    .b2b-wrap .form-wrap .form-field.large {
      float: left;
      width: calc(100% - 70px); }
    .b2b-wrap .form-wrap .form-field.larger {
      float: left;
      width: calc(100% - 52px); }
    .b2b-wrap .form-wrap .form-field.small {
      float: left;
      width: 60px;
      margin-left: 10px; }
    .b2b-wrap .form-wrap .form-field.smaller {
      float: left;
      width: 42px;
      margin-left: 10px; }
    .b2b-wrap .form-wrap .form-field.form-field--split {
      float: left;
      margin-bottom: 1.25rem; }
  .b2b-wrap .form-wrap .button--search {
    padding-left: 0;
    padding-right: 0;
    height: 42px;
    width: 100%;
    font-size: 16px;
    text-align: center; }
  .b2b-wrap .form-wrap .form-input-desc {
    margin-top: 8px; }

.b2b-wrap .table-wrap, .b2b-wrap .quote-table {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4; }

.b2b-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.b2b-wrap table > thead {
  display: none; }
  @media (min-width: 551px) {
    .b2b-wrap table > thead {
      display: table-header-group; } }

.b2b-wrap table > tbody > tr {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 6px; }
  @media (min-width: 551px) {
    .b2b-wrap table > tbody > tr {
      display: table-row;
      border-top: none;
      padding-top: 0; } }

.b2b-wrap table > thead > tr > th,
.b2b-wrap table > tbody > tr > td {
  text-align: left;
  padding: 5px 5px; }
  @media (min-width: 551px) {
    .b2b-wrap table > thead > tr > th,
    .b2b-wrap table > tbody > tr > td {
      padding: 11px 10px; }
      .b2b-wrap table > thead > tr > th.t-align-r,
      .b2b-wrap table > tbody > tr > td.t-align-r {
        text-align: right; }
      .b2b-wrap table > thead > tr > th.t-align-c,
      .b2b-wrap table > tbody > tr > td.t-align-c {
        text-align: center; } }
  .b2b-wrap table > thead > tr > th.actions-field a,
  .b2b-wrap table > tbody > tr > td.actions-field a {
    text-decoration: none; }
    .b2b-wrap table > thead > tr > th.actions-field a:hover,
    .b2b-wrap table > tbody > tr > td.actions-field a:hover {
      text-decoration: underline; }
  .b2b-wrap table > thead > tr > th.actions-field .button-item,
  .b2b-wrap table > tbody > tr > td.actions-field .button-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }

.b2b-wrap table > thead > tr > th {
  vertical-align: bottom; }

.b2b-wrap table > tbody > tr > td {
  display: block; }
  .b2b-wrap table > tbody > tr > td .cell-line-name {
    font-size: 18px; }
  .b2b-wrap table > tbody > tr > td .mobile-td-lable {
    background-color: #e6e6e6;
    padding: 2px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400; }
  @media (min-width: 551px) {
    .b2b-wrap table > tbody > tr > td {
      display: table-cell;
      border-top: 1px solid #ccc;
      vertical-align: top; }
      .b2b-wrap table > tbody > tr > td .mobile-td-lable {
        display: none; } }

.b2b-wrap .table-toolbar {
  margin-bottom: 30px;
  overflow: hidden; }
  .b2b-wrap .table-toolbar.top {
    margin-bottom: 20px;
    clear: both; }
  .b2b-wrap .table-toolbar .number-items {
    float: left; }
    .b2b-wrap .table-toolbar .number-items + .action-links {
      float: right; }
      .b2b-wrap .table-toolbar .number-items + .action-links .action-link,
      .b2b-wrap .table-toolbar .number-items + .action-links .action-label {
        margin-right: 0; }
      .b2b-wrap .table-toolbar .number-items + .action-links .action-link + .action-link,
      .b2b-wrap .table-toolbar .number-items + .action-links .action-link + .action-label {
        margin-left: 25px; }
      .b2b-wrap .table-toolbar .number-items + .action-links .action-label + .action-link {
        margin-left: 25px; }
  .b2b-wrap .table-toolbar .action-links .action-link,
  .b2b-wrap .table-toolbar .action-links .action-label {
    margin-right: 5px; }
  .b2b-wrap .table-toolbar .action-links .action-link + .action-link {
    margin-left: 0; }
  .b2b-wrap .table-toolbar .action-links .action-label {
    cursor: pointer; }
  .b2b-wrap .table-toolbar .fright {
    float: right; }

.b2b-wrap .user-management-table {
  /* @include breakpoint("small") {
			>tbody>tr>td {
				vertical-align: middle;
			}
		} */ }
  .b2b-wrap .user-management-table.table-active-user tbody tr[data-status=inactive] {
    display: none; }
  .b2b-wrap .user-management-table.table-inactive-user tbody tr[data-status=active] {
    display: none; }
  .b2b-wrap .user-management-table .col-actions {
    padding-right: 83px;
    text-align: right; }

.b2b-wrap .shopping-list-detail {
  line-height: 1.8;
  margin-bottom: 1.5rem; }

.b2b-wrap .shopping-list-status select {
  width: 160px; }

@media (min-width: 551px) {
  .b2b-wrap .shopping-lists-table > thead > tr > th:first-child,
  .b2b-wrap .shopping-lists-table > tbody > tr > td:first-child {
    width: 28%; }
  .b2b-wrap .shopping-lists-table > thead > tr > th:not(:first-child),
  .b2b-wrap .shopping-lists-table > tbody > tr > td:not(:first-child) {
    padding-left: 3%; }
  .b2b-wrap .shopping-lists-table > thead > tr > th:not(:last-child),
  .b2b-wrap .shopping-lists-table > tbody > tr > td:not(:last-child) {
    padding-right: 3%; } }

@media (min-width: 801px) {
  .b2b-wrap .shopping-lists-table .actions-field {
    width: 180px; } }

.b2b-wrap .shopping-lists-table[css-status="40"] tbody tr[data-status="30"],
.b2b-wrap .shopping-lists-table[css-status="40"] tbody tr[data-status="0"] {
  display: none; }

.b2b-wrap .shopping-lists-table[css-status="30"] tbody tr[data-status="40"],
.b2b-wrap .shopping-lists-table[css-status="30"] tbody tr[data-status="0"] {
  display: none; }

.b2b-wrap .shopping-lists-table[css-status="0"] tbody tr[data-status="30"],
.b2b-wrap .shopping-lists-table[css-status="0"] tbody tr[data-status="40"] {
  display: none; }

.b2b-wrap .shopping-list-table .mobile-td-lable {
  display: block;
  margin-right: 0;
  background-color: transparent; }
  @media (min-width: 801px) {
    .b2b-wrap .shopping-list-table .mobile-td-lable {
      display: none; } }

.b2b-wrap .shopping-list-table .t-align-r {
  text-align: right; }

.b2b-wrap .shopping-list-table .label-unviable {
  display: block;
  color: #cc4749;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px; }

.b2b-wrap .shopping-list-table > thead > tr > th {
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
  line-height: 16px; }
  .b2b-wrap .shopping-list-table > thead > tr > th.th-checkbox {
    position: relative;
    width: 40px; }
    .b2b-wrap .shopping-list-table > thead > tr > th.th-checkbox input {
      width: 16px;
      height: 16px; }
  .b2b-wrap .shopping-list-table > thead > tr > th.th-product-item {
    padding-left: 100px; }
  .b2b-wrap .shopping-list-table > thead > tr > th .button--removeall {
    position: absolute;
    left: 40px;
    bottom: 14px;
    white-space: nowrap;
    width: 130px; }
  .b2b-wrap .shopping-list-table > thead > tr > th .button {
    margin-bottom: 0; }

.b2b-wrap .shopping-list-table > tbody > tr {
  font-size: 0; }
  .b2b-wrap .shopping-list-table > tbody > tr:hover {
    background-color: #ebebeb; }
    .b2b-wrap .shopping-list-table > tbody > tr:hover .action-lists {
      opacity: 1; }
  .b2b-wrap .shopping-list-table > tbody > tr[data-in-catalog="false"] {
    background-color: #eee;
    opacity: 0.6; }
    .b2b-wrap .shopping-list-table > tbody > tr[data-in-catalog="false"]:hover {
      background-color: #eee; }
      .b2b-wrap .shopping-list-table > tbody > tr[data-in-catalog="false"]:hover .action-lists {
        opacity: 0; }

.b2b-wrap .shopping-list-table > tbody > tr > td {
  font-size: 1rem;
  padding-top: 20px; }

.b2b-wrap .shopping-list-table td.col-checkbox {
  display: table-cell;
  padding-top: 43px; }
  .b2b-wrap .shopping-list-table td.col-checkbox input {
    width: 16px;
    height: 16px;
    cursor: pointer; }

.b2b-wrap .shopping-list-table td.col-product-info {
  display: table-cell;
  width: 90%;
  font-size: 0; }
  @media (min-width: 551px) {
    .b2b-wrap .shopping-list-table td.col-product-info {
      width: 50%; } }

.b2b-wrap .shopping-list-table td.col-product-price, .b2b-wrap .shopping-list-table td.col-product-qty, .b2b-wrap .shopping-list-table td.col-action {
  display: inline-block;
  width: 33.33%;
  vertical-align: top; }
  @media (min-width: 551px) {
    .b2b-wrap .shopping-list-table td.col-product-price, .b2b-wrap .shopping-list-table td.col-product-qty, .b2b-wrap .shopping-list-table td.col-action {
      display: table-cell;
      width: auto; } }

.b2b-wrap .shopping-list-table .col-product-qty input {
  border: 1px solid #999; }

.b2b-wrap .shopping-list-table .product-iamge {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
  background-color: #fff; }
  .b2b-wrap .shopping-list-table .product-iamge img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 65px;
    max-height: 65px; }

.b2b-wrap .shopping-list-table .product-description {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: calc(100% - 90px);
  /* @include breakpoint("small") {
				padding-left: 15px;
			} */ }

.b2b-wrap .shopping-list-table .product-title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px; }
  @media (min-width: 551px) {
    .b2b-wrap .shopping-list-table .product-title {
      line-height: 1.5;
      margin-bottom: 25px; } }
  .b2b-wrap .shopping-list-table .product-title a {
    text-decoration: none;
    color: #333; }
    .b2b-wrap .shopping-list-table .product-title a:hover {
      text-decoration: none; }

.b2b-wrap .shopping-list-table .product-attribute {
  font-size: 12px;
  color: #111; }
  .b2b-wrap .shopping-list-table .product-attribute span {
    font-weight: 700; }

.b2b-wrap .shopping-list-table .product-options {
  color: #333; }
  .b2b-wrap .shopping-list-table .product-options span {
    font-weight: 700; }

.b2b-wrap .shopping-list-table .product-sku {
  margin-bottom: 2px; }

.b2b-wrap .shopping-list-table .product-price,
.b2b-wrap .shopping-list-table .product-subtotal {
  font-size: 18px;
  font-weight: 700; }

.b2b-wrap .shopping-list-table .input-text {
  text-align: center;
  width: 54px;
  height: 32px;
  line-height: 32px; }

.b2b-wrap .shopping-list-table .col-action {
  position: relative;
  padding-bottom: 95px; }
  .b2b-wrap .shopping-list-table .col-action .action-lists {
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 172px;
    text-align: left;
    font-size: 0; }
    @media (min-width: 801px) {
      .b2b-wrap .shopping-list-table .col-action .action-lists {
        opacity: 0;
        bottom: 6px; } }
    .b2b-wrap .shopping-list-table .col-action .action-lists .button {
      margin-bottom: 5px;
      margin-right: 5px; }
      .b2b-wrap .shopping-list-table .col-action .action-lists .button + .button {
        margin-left: 0; }
    .b2b-wrap .shopping-list-table .col-action .action-lists .action-icon {
      display: inline-block;
      cursor: pointer;
      color: #8f8f8f;
      font-size: 16px;
      text-decoration: none; }
      .b2b-wrap .shopping-list-table .col-action .action-lists .action-icon:hover {
        color: #333; }
      .b2b-wrap .shopping-list-table .col-action .action-lists .action-icon + .action-icon {
        margin-left: 30px; }

.b2b-wrap .shopping-list-table .no-option-value-tip {
  color: #ff0000; }

.b2b-wrap #skus_search_results {
  position: relative; }
  .b2b-wrap #skus_search_results .product-qty-label {
    position: absolute;
    right: -52px;
    top: -25px; }

.b2b-wrap .search-product-table {
  position: relative;
  border: 1px solid #eee; }
  .b2b-wrap .search-product-table tbody > tr {
    position: relative; }
  .b2b-wrap .search-product-table tbody > tr > td {
    border-top: none; }
  .b2b-wrap .search-product-table .col-checkbox input {
    width: 16px;
    height: 16px; }
  .b2b-wrap .search-product-table .col-product-figure, .b2b-wrap .search-product-table .col-product-info {
    display: table-cell; }
  .b2b-wrap .search-product-table .col-product-figure {
    width: 50px; }
    @media (min-width: 551px) {
      .b2b-wrap .search-product-table .col-product-figure {
        width: 70px; } }
  .b2b-wrap .search-product-table .col-product-price {
    position: absolute;
    top: 5px;
    right: 5px; }
    @media (min-width: 551px) {
      .b2b-wrap .search-product-table .col-product-price {
        position: relative;
        top: auto;
        right: auto; } }
  .b2b-wrap .search-product-table .product-price {
    font-weight: 700; }
  .b2b-wrap .search-product-table .product-qty-col {
    width: 80px;
    position: absolute;
    right: -87px;
    top: 0; }
    @media (min-width: 551px) {
      .b2b-wrap .search-product-table .product-qty-col {
        top: auto; } }
    .b2b-wrap .search-product-table .product-qty-col input {
      width: 60px; }
  .b2b-wrap .search-product-table .option-form {
    margin-top: 0.5rem;
    margin-bottom: 0; }
    .b2b-wrap .search-product-table .option-form .form-label {
      margin-bottom: 5px; }
    .b2b-wrap .search-product-table .option-form .form-field {
      margin-bottom: 0.75rem; }

.nonempty-cart {
  text-align: left; }
  .nonempty-cart p {
    margin-bottom: 5px; }

[home-catalog-product],
[catalog-listing-wrap] {
  display: none; }

/* .productGrid {
	.product {
		display: none;
	}

	.product[catalog-product]{
		display: inline-block;
	}

} */
[home-catalog-product] .productGrid .product {
  display: none; }

[home-catalog-product] .productGrid .product[catalog-product] {
  display: inline-block; }

.productCarousel .productCarousel-slide[catalog-product] {
  display: inline-block; }

.snize-ac-results .b2b-hidden {
  display: none !important;
  visibility: hidden; }

.snize-ac-results.b2b-hidden {
  display: none !important;
  visibility: hidden; }

section.quickSearchResults.b2b-visible {
  display: block !important; }

.navList-item .product-count {
  display: none; }

.upload-container {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  width: 120px; }
  .upload-container .uploadFile-mockup {
    width: 100%;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 0; }
  .upload-container .action-upload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .upload-container + .form-input-desc {
    display: inline-block;
    margin-top: -10px; }

.csv-file-name {
  margin-top: 15px; }

.csv-check-info {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #990000;
  font-weight: 700;
  /* .checking-info-box {
		border: 1px solid #dedede;
		padding: 3px 8px;
	} */ }
  .csv-check-info .error-info-line {
    color: #990000;
    font-weight: 700; }
    .csv-check-info .error-info-line .fa {
      font-size: 12px; }
  .csv-check-info .csv-error-summary {
    margin-top: 5px; }

/* b2b sign up form start*/
.page-sidebar--ps {
  display: none;
  width: 217px;
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.25);
  margin: .71429rem .71429rem 0 0;
  background: #f6f6f7; }
  @media (min-width: 551px) {
    .page-sidebar--ps {
      display: block; } }
  .page-sidebar--ps .sidebar-content {
    padding: 0 5px; }
    .page-sidebar--ps .sidebar-content h2 {
      font-size: 1.57143rem;
      margin: 0 -1.07143rem .71429rem;
      padding: .35714rem .71429rem .71429rem;
      border-bottom: 1px solid #cacbcb;
      color: #0b2874;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize; }
    .page-sidebar--ps .sidebar-content h3 {
      font-size: 1.57143rem;
      font-weight: 400;
      margin: 0 0 .71429rem;
      font-family: "Source Sans Pro";
      color: #2d2d2d; }
    .page-sidebar--ps .sidebar-content .phone:link, .page-sidebar--ps .sidebar-content .phone:visited {
      color: #2d2d2d;
      text-decoration: none !important; }

.page-sidebar--ps + .page-content {
  width: 100%; }
  @media (min-width: 551px) {
    .page-sidebar--ps + .page-content {
      width: calc(100% - 227px);
      margin: 0 auto; } }

/* b2b sign up form end*/
.order-lists-wrap .account-heading {
  border-bottom: none;
  display: inline-block; }

.order-lists-wrap .filter-by-date {
  float: right;
  margin-bottom: 20px;
  margin-top: 10px; }
  .order-lists-wrap .filter-by-date input {
    padding: 4px; }
  .order-lists-wrap .filter-by-date .button {
    display: inline;
    margin-bottom: 0;
    padding: 5px 10px; }

.order-lists-wrap .order-lists-table tbody > tr > td {
  vertical-align: middle; }

.order-lists-wrap .order-lists-table th[data-sort-th] {
  min-width: 130px;
  cursor: pointer; }

.order-lists-wrap .order-lists-table td[data-width-overflow] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.order-lists-wrap .order-lists-table .col-thumbnail {
  max-width: 70px; }

.order-lists-wrap .order-lists-table .actions-field {
  width: 230px; }
  .order-lists-wrap .order-lists-table .actions-field .button {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px; }
  .order-lists-wrap .order-lists-table .actions-field .dropdown-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px; }
    .order-lists-wrap .order-lists-table .actions-field .dropdown-wrap .dropdown-menu-button {
      padding-left: 10px;
      padding-right: 10px; }
    .order-lists-wrap .order-lists-table .actions-field .dropdown-wrap .button {
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff;
      white-space: nowrap;
      width: 100%; }

.order-lists-wrap .order-lists-table .filter-icon {
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  margin-left: 3px; }

.order-lists-wrap .order-lists-table .asc .filter-icon {
  border-bottom: 6px solid #000;
  border-top: none; }

.order-lists-wrap .account-orderStatus-label {
  font-weight: 700;
  max-width: 105px;
  text-align: center;
  margin-bottom: 0; }

.b2b-order-details .order-details-info .button {
  margin-right: 5px;
  margin-left: 0; }
  .b2b-order-details .order-details-info .button + .button {
    margin-left: 0; }

.pagination-b2b {
  list-style: none;
  margin: 0;
  /* >li {
		display: inline;
	}

	>li>a {

		position: relative;
	    float: left;
	    padding: 6px 12px;
	    line-height: 1.42857143;
	    text-decoration: none;
	    color: #428bca;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    margin-left: -1px;
	} */ }

.company-form-wrap {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .company-form-wrap {
      padding: 15px 40px; } }
  .company-form-wrap .form-header {
    font-size: 26px;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    padding-top: 25px;
    margin: 25px 0 20px; }
    .company-form-wrap .form-header.first {
      border-top: 0;
      margin-top: 0; }
    .company-form-wrap .form-header span {
      font-size: 12px;
      font-weight: 400; }
    .company-form-wrap .form-header .span-required {
      color: #cc4749; }
  .company-form-wrap .form-field {
    margin-bottom: 1.2rem; }
  .company-form-wrap .form-label small {
    float: left;
    margin-right: 2px; }
  .company-form-wrap .form-actions {
    margin-top: 1.5rem;
    margin-bottom: 30px; }
    .company-form-wrap .form-actions .button {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #575757)); }

.company-form-wrap2 {
  padding: 30px 15px 15px;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .company-form-wrap2 {
      padding: 15px 40px; } }
  .company-form-wrap2 .company-state-info {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px; }
  .company-form-wrap2 .form-header {
    font-size: 26px;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    padding-top: 25px;
    margin: 25px 0 20px; }
    .company-form-wrap2 .form-header.first {
      border-top: 0;
      margin-top: 0; }
    .company-form-wrap2 .form-header span {
      font-size: 12px;
      font-weight: 400; }
    .company-form-wrap2 .form-header .span-required {
      color: #cc4749; }
  .company-form-wrap2 .span-required {
    text-align: right;
    color: #cc4749; }
  .company-form-wrap2 .form-actions {
    margin-top: 1.5rem;
    margin-bottom: 30px;
    text-align: right; }

.saleRep {
  /* elyn add */ }
  .saleRep .sale-info-wrap {
    overflow: hidden; }
    .saleRep .sale-info-wrap .sale-rep-user-info {
      min-width: 360px;
      height: 132px;
      box-sizing: border-box;
      padding: 39px 26px;
      background-color: #ebebeb;
      width: 100%;
      float: left;
      margin-bottom: 10px; }
      .saleRep .sale-info-wrap .sale-rep-user-info p {
        margin-bottom: 0; }
      .saleRep .sale-info-wrap .sale-rep-user-info .sale-user-name {
        margin-bottom: 10px; }
      .saleRep .sale-info-wrap .sale-rep-user-info .user-label {
        font-weight: 800; }
      @media (min-width: 801px) {
        .saleRep .sale-info-wrap .sale-rep-user-info {
          width: auto;
          margin-bottom: 0; } }
    .saleRep .sale-info-wrap .sale-reo-list-record {
      min-width: 262px;
      height: 132px;
      padding-top: 16px;
      float: left;
      box-sizing: border-box;
      text-align: center;
      border: 1px solid gray;
      width: 100%; }
      @media (min-width: 801px) {
        .saleRep .sale-info-wrap .sale-reo-list-record {
          float: right;
          width: auto; } }
    .saleRep .sale-info-wrap .record-total {
      font-size: 30px;
      font-weight: 800; }
  .saleRep table {
    vertical-align: middle; }
  @media (min-width: 801px) {
    .saleRep table tr td:last-child {
      width: 250px; }
    .saleRep table tr td:nth-child(1) {
      width: 24%; }
    .saleRep table tr td:nth-child(2) {
      width: 24%; } }
  .saleRep table > thead > tr > th, .saleRep .b2b-wrap table > tbody > tr > td {
    padding: 10px 12px; }
  .saleRep table > tbody > tr > td {
    vertical-align: inherit; }
  .saleRep tr:nth-child(even) {
    background-color: #ebebeb; }
  .saleRep .t-align-c {
    text-align: center; }
  .saleRep .t-align-left {
    text-align: left; }
  .saleRep .filter-icon {
    display: inline-block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000;
    margin-left: 3px; }
  .saleRep .asc .filter-icon {
    border-bottom: 6px solid #000;
    border-top: none; }
  .saleRep .pagination {
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 801px) {
      .saleRep .pagination {
        width: 20%;
        float: right; } }
  .saleRep .search {
    width: 25%;
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 801px) {
      .saleRep .search {
        width: 20%;
        float: left; } }
  .saleRep tr.selected {
    font-weight: 700; }
    .saleRep tr.selected .company_name, .saleRep tr.selected .col-sale-actions {
      color: #333333; }
  .saleRep .col-sale-actions {
    text-align: left; }
    .saleRep .col-sale-actions .view-action {
      text-decoration: none;
      cursor: pointer;
      margin: 0; }
    @media (min-width: 801px) {
      .saleRep .col-sale-actions {
        text-align: center; } }

.salerep-infobox {
  background-color: #4f4f4f;
  background-color: #666666;
  color: #fff;
  line-height: 15px;
  position: absolute;
  width: 1.28571rem;
  top: 58px;
  right: 0;
  transition: all 0.15s ease;
  white-space: nowrap;
  z-index: 99; }
  .salerep-infobox .close-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: #4f4f4f;
    color: #666666;
    margin-right: 10px;
    text-decoration: none;
    vertical-align: top; }
  .salerep-infobox .container {
    padding: 0 1.28571rem;
    display: none;
    justify-content: space-between; }
    .salerep-infobox .container > span:nth-child(1) {
      max-width: 40%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 801px) {
      .salerep-infobox .container {
        display: flex; }
        .salerep-infobox .container > span:nth-child(1) {
          max-width: 50%; } }
  @media (min-width: 801px) {
    .salerep-infobox {
      position: relative;
      top: 0;
      width: 100%; }
      .salerep-infobox:before {
        display: none !important; } }
  .salerep-infobox:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-top: 20px solid #666666;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid #666666; }
  .salerep-infobox.saler-extends {
    width: 100%; }
    .salerep-infobox.saler-extends .container {
      display: flex; }
    .salerep-infobox.saler-extends:before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 0;
      width: 0;
      transform: translateY(-50%);
      border-top: 10px solid #666666;
      border-left: 10px solid #FFFFFF;
      border-bottom: 10px solid #666666;
      border-right: none; }

.quick-order-pad {
  max-width: 620px;
  margin: 0 auto;
  padding: 10px 25px; }
  .quick-order-pad .quick-order-pad-table {
    margin-bottom: 40px; }
    .quick-order-pad .quick-order-pad-table thead > tr > th {
      font-weight: 700;
      font-size: 20px;
      padding-left: 0;
      padding-right: 0; }
      .quick-order-pad .quick-order-pad-table thead > tr > th.th-col-quantity, .quick-order-pad .quick-order-pad-table thead > tr > th.th-col-price {
        text-align: center; }
    .quick-order-pad .quick-order-pad-table thead.has-line > tr > th {
      border-bottom: 1px solid #ccc; }
    .quick-order-pad .quick-order-pad-table tbody > tr > td {
      border: none;
      padding: 9px 12px;
      vertical-align: top; }
    .quick-order-pad .quick-order-pad-table .col-action-left {
      width: 20px;
      padding-top: 15px;
      padding-left: 0;
      padding-right: 0; }
    .quick-order-pad .quick-order-pad-table .col-sku {
      width: 100%;
      padding-left: 0; }
      .quick-order-pad .quick-order-pad-table .col-sku input {
        width: 100%; }
        .quick-order-pad .quick-order-pad-table .col-sku input.error {
          border-color: #cc4749; }
      @media (min-width: 801px) {
        .quick-order-pad .quick-order-pad-table .col-sku {
          width: 50%; } }
    .quick-order-pad .quick-order-pad-table .col-qty {
      width: 100%;
      text-align: center;
      padding-left: 0; }
      .quick-order-pad .quick-order-pad-table .col-qty input {
        text-align: center; }
        .quick-order-pad .quick-order-pad-table .col-qty input.error {
          border-color: #cc4749; }
      @media (min-width: 801px) {
        .quick-order-pad .quick-order-pad-table .col-qty {
          width: 20%; } }
    .quick-order-pad .quick-order-pad-table .col-price {
      padding-top: 15px;
      text-align: center;
      display: none; }
    .quick-order-pad .quick-order-pad-table .remove-icon {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: #333;
      color: #fff;
      font-size: 12px;
      border-radius: 50%;
      text-align: center;
      line-height: 12px;
      cursor: pointer; }
    .quick-order-pad .quick-order-pad-table input {
      height: 38px;
      border-radius: 0;
      border-color: #ccc; }
      .quick-order-pad .quick-order-pad-table input:focus {
        border-color: #ccc; }
  .quick-order-pad .product-info {
    position: relative; }
  .quick-order-pad .productInfo-options {
    margin-top: 5px; }
    .quick-order-pad .productInfo-options .form-label {
      margin-bottom: 3px; }
    .quick-order-pad .productInfo-options input.form-input {
      height: 32px; }
    .quick-order-pad .productInfo-options .form-field {
      margin-bottom: 10px; }
  .quick-order-pad .error-info {
    display: none;
    position: absolute;
    top: 8px;
    right: 5px;
    color: #990000; }
    .quick-order-pad .error-info span {
      display: inline-block;
      background-color: #990000;
      color: #fff;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      font-weight: 700;
      margin-left: 3px;
      font-size: 14px; }
  .quick-order-pad .sku-search-results {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 -5px -5px -5px;
    padding: 0 5px 5px 5px;
    overflow: hidden; }
    .quick-order-pad .sku-search-results ul {
      list-style: none;
      margin: 0;
      background-color: #fff;
      border: 1px solid #cbcbcb;
      border-top: none;
      box-shadow: 0 1px 5px 1px #d5d5d5;
      max-height: 205px;
      overflow-x: hidden;
      overflow-y: auto; }
      .quick-order-pad .sku-search-results ul li {
        padding: 10px 10px;
        cursor: pointer; }
        .quick-order-pad .sku-search-results ul li:hover {
          background-color: #cbcbcb; }
    .quick-order-pad .sku-search-results ul::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .quick-order-pad .sku-search-results ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #a0a0a0; }
    .quick-order-pad .sku-search-results ul::-webkit-scrollbar-track {
      border-radius: 0;
      background: #fff; }
  .quick-order-pad .product-details-container {
    padding: 5px 10px;
    border: 1px solid #ccc; }
  .quick-order-pad .productInfo-price, .quick-order-pad .col-price {
    font-weight: 700; }
  .quick-order-pad .file-upload-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px; }
  .quick-order-pad .file-upload-header {
    overflow-y: hidden;
    margin-bottom: 16px; }
  .quick-order-pad .file-upload-drop {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    border: 2px solid transparent;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: center 70%;
    background-image: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABUCAYAAACx6ghoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZTE1MmI3YS02NjUyLTI4NDUtOWQxYi04NzdkOGNjNzQ4MmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzJEODc2OTMxOTZGMTFFOTlDMTVBQjUzMjBFQzVBMzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzJEODc2OTIxOTZGMTFFOTlDMTVBQjUzMjBFQzVBMzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQ2YTE4MmItNjM5Yy0wNDRlLWJjODgtM2ViZWE5NzZiODBhIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBlMTUyYjdhLTY2NTItMjg0NS05ZDFiLTg3N2Q4Y2M3NDgyZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmgbOSUAAAbCSURBVHja7J1bbBRVHMZPqV3RolRFbipWAWmwKhiC9UpLNFoN8ZKoWCOJindFXzRWKy1C8YZaVNDwoolIFBOjqInRmMYQKLRi6oNXKLSFFkUfRFDQ6uL3Zc6QYe0yu7M7Z86ZPV/yhdDu7uycX8/tf875T1FHR4fQVOPgKvgMeIL0CPgo+Bj4d/hf+Ce4H94Kd8JfwT+IAtQRGn2XIvgC+Cb4Krjc5/XHyX9PH+R3ffCn8Gr4c3igEGAWaVAzWcvuge+GTwvh83fBK+Dl8M44wxwS4bWPhpvgbviZkEBSI+EGeZ0W+EQLM7+aBX8LN8LHK7pmAn4Q7oLnwcUWZm4aBq+E18CnRtisL4XXwxMtzGCqhNlB36zJvU+HN8kBl4WZhWrhNrhCs/tnLV0FL5ajaQvTR7PhD2QTq6vq4TdM70fDhnmD7CNLDCiLOfK7FluY/9dM+E3DCoetyMsW5qGaBL8npwOmiQGM+y1MR4ydvg0PN7j7eR6eZmEK8SI8xfCBYUJ2EUcWMsxL4DtjMm3jNKrBpC+cz1UTjliXxWG+5tHDcsrSleb3o+GL4TPhMXAZ/Ae8G/4R3gB/DSdNg8lVj0oRL7GZXQjXeX5WLKdc9wpnyc6vdeuXU56XhLM0F5rytQTGPmYbPFbET0k5Ot8iu5FX4ckBPucv+FnhRJv269xn3hJTkG4ZPQQ/CbcGBOnW8ieEE9Ycr3Mze7uIt+7L42dxpL8OvlI4W1y0qpnctlElrLLRKPgT4exr0grmjRqNYLmpi2FEbgZ7TnOg3PHwkXBWbrSBeakmhcMBWI3s17bDj8CPaw6UA6slusBMaNLEEmQ13Jvy88UGTPznwufqAHOqcDZmRaluWSN70/y+WXOgZFCvA8yzNADJGtnj87pmOS3QVVcLZ4N3pDAnaFAjezJ8/SJ4vqYwS+RUJVKYYyK6+R4JsjvL9y3UGOiFUcMsiwhkdQCQXqCNGsKsiBpmqSE1MlUMzTVpBnN01DBVLt72SpDb8vR5CzQDOjRqmAMKQVbnEaQX6AJNYCajhrnXwBqZqiZNgP6c6wcEXTVJyMjFeSHf4HYJcmvI1yHQoohHut9FAZMHYVsUzDFVgXTVKIFGFVzYoBImt05yj4+Kgz87JMguxQXq1kzVQP+B31cFs1JebLwikNURgPQCZQ1VGc/9OB99ZiYDIC5xtSkEWRMhSOGpmc2KrnVAOKs7ImyY7B+5gDpMIcgtmkwVGvJVyD7ijoP2sGFynXK1osAAQc7UCKQrLm4/FfI1auVgj7v+zg8DJrdd8Ki6irXKPglys9BTjykAerJw9h3zaD5zGdUFiQEM9gYux7wr1GTl6JNNq64gvUCfVnStc+C34C/hi3KFyaZluoIvvVvzGpmqejm/ViXu4vhCOGl1EkFgVsi/QhV6TTjnMUwSgarM9kU+3JjGbGMjsoXZItQdWTfxuPlQEU3upBnwWuFzasAbNGD7fLnCL3iHcHZ0t8u5VjZigH9XDoGScQHeVybnnlH9EbLVbJWcfvGDqXoHG8ODqwK+l+8LGlYcq0FQIqiY4fNDOWjcl66ZZdD8MmFlgrhS9cLh+sw5ItqkiFbZiXPSa9LBvN6Wj3F6RaScUyHMcqFfGjQrf50EP5oKc4YtF2P1AHyCF+ZUWybGis3srV6Yk22ZGK25Xpin2PIwWpPcMQ9hjrLlYbyucGGW2rIwXlUuzIQtC+N1tgvzb1sWxqvchfmbLQvjxbSwxxJmvy2LWKiUMDfbcoiFhliY8dFewlxvy8F48dGTewhznfyPlbniuCfpjmbbbXkYre/dqQn1TiENFGJ4T23eG+MO6n0GfXkGloNm0pwSQ5jcLH1wd96v8OvCyTtugpg4cKX8I8wmgsXHPC6KGUiyW+uFSTF/OPeylhhyE3Xi0ET4hSqeCxpI7T+YMKnFlo1R4ubxZekGA8xctcOWkTHioyy/SQeT2/5vs/NOI8RHa9T7DdM/E2qOf1vlpiXu/NJvzsWMVWtseWmrjbJLzGgCzWaWD9ZuteWmnXgCbPZgU7LDRUP+hK91J6RWWmgPPEukSdHqF9riUfVa2+RqBXJjuhdkEqdkmO864WRQTtoyjaxprfFrJTMNOrMPnS9r6U5btkrFUB3Dl5v8XpjtCgITJfA4w3LhJO+zCk9sEXmanRlZMgrkBFkO4vonn1rHbfEr5OTVKn9iJeHzrvm03OZsKk0ua3vMA3uXcJI9zJMd8wHLIrBY+5jzh3kLeJI968zX+XqyrauRwnn66zR4onAyYfIsC/d1Dre8DrZs+2Vl4Ga6Tjmw6cy1MvwnwADJWi5TnuWVTAAAAABJRU5ErkJggg=="); }
    .quick-order-pad .file-upload-drop:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 68%; }
    .quick-order-pad .file-upload-drop span {
      position: absolute;
      left: 0;
      right: 0;
      top: 40px; }
  .quick-order-pad .file-upload-input {
    padding: 10px 20px; }
  .quick-order-pad .table-toolbar {
    margin-bottom: 0; }
  .quick-order-pad #quick_order_pad_table_csv tbody > tr > td {
    padding-top: 15px;
    padding-bottom: 15px; }

.quick-order-pad-split {
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-size: 16px; }
  .quick-order-pad-split span {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    background-color: #fff; }
  .quick-order-pad-split:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    content: "";
    border-top: 1px solid #ccc; }

.bottom-cart-container {
  position: fixed;
  bottom: -114px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ebebeb;
  transition: bottom .2s ease; }
  .bottom-cart-container.is-open {
    bottom: 0px; }
  .bottom-cart-container .bottom-cart-inner {
    position: relative;
    padding: 35px 0; }
  .bottom-cart-container .bottom-cart-toggle {
    position: absolute;
    top: -44px;
    left: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-weight: 700;
    color: #3d3c42;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ebebeb; }
    @media (min-width: 801px) {
      .bottom-cart-container .bottom-cart-toggle {
        padding: 0 35px; } }
    .bottom-cart-container .bottom-cart-toggle .fa-chevron-down, .bottom-cart-container .bottom-cart-toggle .fa-chevron-up {
      font-size: 16px; }
    .bottom-cart-container .bottom-cart-toggle .fa-chevron-down {
      display: none; }
    .bottom-cart-container .bottom-cart-toggle.is-open .fa-chevron-down {
      display: inline; }
    .bottom-cart-container .bottom-cart-toggle.is-open .fa-chevron-up {
      display: none; }
  .bottom-cart-container .bottom-cart-updatelist {
    position: absolute;
    top: -44px;
    right: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 45px;
    font-weight: 700;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #006bb4;
    border-color: #006bb4; }
  .bottom-cart-container .bottom-cart-content .cart-info {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    line-height: 44px; }
    .bottom-cart-container .bottom-cart-content .cart-info li {
      font-weight: 700;
      display: inline-block; }
      .bottom-cart-container .bottom-cart-content .cart-info li .button {
        margin-bottom: 0;
        font-weight: 700;
        padding-left: 22px;
        padding-right: 22px;
        color: #fff; }
      .bottom-cart-container .bottom-cart-content .cart-info li a {
        text-decoration: none;
        color: #3d3c42; }

.b2b-account-setting-form .form-row--half > .form-field:nth-child(odd) {
  clear: none; }

.b2b-account-setting-form .form-row--half > .form-field.form-field--inputPassword {
  clear: both; }

.b2b-account-setting-form .form-row--half .form-field.form-field--right {
  float: right; }

.b2b-account-setting-form input[disabled] {
  border-color: #eee; }

.b2b-account-setting-form .b2b-account-form-heading {
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px; }
  .form-row--half .b2b-account-setting-form .b2b-account-form-heading {
    font-weight: 700;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px; }

.productModal-flex {
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .productModal-flex .productModal-images {
    width: 50%;
    padding-right: 20px; }
  .productModal-flex .productModal-details {
    width: 50%; }

form[data-shoppinglist-add] > a {
  background: #ffff00; }
  form[data-shoppinglist-add] > a:hover {
    background-color: #354047 !important;
    color: #fff200 !important; }

form[data-shoppinglist-add] ul {
  background: #ffffff; }

[data-shoppinglist-add] > .button.loading {
  position: relative; }
  [data-shoppinglist-add] > .button.loading:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7) url("../img/loading.svg") center no-repeat;
    background-size: 30px; }

[data-shoppinglist-add] > .button.disabled {
  pointer-events: none; }

/* search results page*/
.b2b-products {
  /* quick search results */ }
  .b2b-products [b2b-products-gallery] .product {
    display: none; }
    .b2b-products [b2b-products-gallery] .product[catalog-product='true'] {
      display: inline-block; }
  .b2b-products .pagination {
    display: none; }
  .b2b-products.quickSearchResults .product {
    display: none; }
    .b2b-products.quickSearchResults .product[catalog-product='true'] {
      display: inline-block; }

.b2b-search-page {
  margin: 0 -0.75rem; }
  .b2b-search-page .b2b-search-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4rem; }
  .b2b-search-page .page-sidebar-b2b {
    padding: 0 0.75rem; }
    @media (min-width: 551px) {
      .b2b-search-page .page-sidebar-b2b {
        float: left;
        width: 25%;
        padding-right: 5%; }
        .b2b-search-page .page-sidebar-b2b + .page-content {
          float: left;
          width: 75%; } }
  .b2b-search-page .product-filters-block {
    position: relative;
    padding-top: 10px; }
    .b2b-search-page .product-filters-block + .product-filters-block {
      margin-top: 10px; }
  .b2b-search-page .product-filters-title {
    position: relative;
    padding: 5px 15px;
    cursor: pointer; }
    .b2b-search-page .product-filters-title h3 {
      margin: 0;
      font-size: 16px; }
    .b2b-search-page .product-filters-title .product-filters-title--toggle {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 22px;
      line-height: 1; }
      .b2b-search-page .product-filters-title .product-filters-title--toggle span {
        padding: 5px 10px; }
        .b2b-search-page .product-filters-title .product-filters-title--toggle span.toggle-open {
          display: block; }
        .b2b-search-page .product-filters-title .product-filters-title--toggle span.toggle-close {
          display: none; }
    .b2b-search-page .product-filters-title.open .product-filters-title--toggle span.toggle-open {
      display: none; }
    .b2b-search-page .product-filters-title.open .product-filters-title--toggle span.toggle-close {
      display: block; }
  .b2b-search-page .clear-price-range {
    position: absolute;
    top: 16px;
    right: 36px; }
  .b2b-search-page .form-input--small {
    padding: 0.57143rem 0.25rem; }
  .b2b-search-page .product-filters-list {
    display: none;
    margin: 0;
    padding: 5px 15px;
    list-style: none;
    max-height: 215px;
    overflow-y: auto; }
    .b2b-search-page .product-filters-list.open {
      display: block; }
    .b2b-search-page .product-filters-list > li > label {
      display: block;
      padding: 3px 0;
      cursor: pointer; }
      .b2b-search-page .product-filters-list > li > label:hover {
        color: #000; }
      .b2b-search-page .product-filters-list > li > label input[type="checkbox"] {
        vertical-align: middle;
        margin-right: 3px; }
      .b2b-search-page .product-filters-list > li > label span {
        vertical-align: middle; }

.b2b-quick-results {
  width: 30rem;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  .b2b-quick-results .b2b-results-item + .b2b-results-item {
    border-top: 1px solid #eee; }
  .b2b-quick-results .b2b-results-item > a {
    display: block;
    overflow: hidden;
    padding: 10px; }
  .b2b-quick-results .b2b-results-thumbnail {
    float: left;
    width: 25%;
    padding-right: 15px; }
    .b2b-quick-results .b2b-results-thumbnail img {
      display: block;
      margin: auto;
      max-width: 70px;
      max-height: 70px; }
  .b2b-quick-results .b2b-results-content {
    float: left;
    width: 75%; }
    .b2b-quick-results .b2b-results-content .b2b-results-pname {
      display: block;
      font-weight: 700;
      line-height: 1.35; }
    .b2b-quick-results .b2b-results-content .b2b-results-psku {
      display: block;
      color: #333; }
    .b2b-quick-results .b2b-results-content .b2b-results-pprice {
      display: block;
      color: #333;
      font-weight: 700; }
  .b2b-quick-results .b2b-results-item--viewall {
    cursor: pointer;
    text-align: center;
    background-color: #eee; }
    .b2b-quick-results .b2b-results-item--viewall a {
      text-decoration: none; }
  .b2b-quick-results .b2b-results-item--noresult {
    text-align: center;
    padding: 20px 10px; }

.b2b-rrp-price {
  text-decoration: line-through;
  margin-right: 2px;
  opacity: 0.8; }

.paypal-invoice-button {
  margin-left: 0.7rem;
  text-decoration: none;
  background: url("../img/social-paypal.png") 0 0 no-repeat;
  display: inline-block;
  height: 1rem;
  width: 2rem; }
  .paypal-invoice-button .paypal-is_invoice_order {
    position: relative; }
    .paypal-invoice-button .paypal-is_invoice_order .is_invoice_order-title {
      position: absolute;
      bottom: 0.5rem;
      width: 10rem;
      height: 1.5rem;
      border-radius: 0.3rem;
      line-height: 1.5rem;
      padding: 0rem 0.5rem;
      background-color: #444;
      color: #fff;
      font-size: 0.5rem;
      display: none; }
    .paypal-invoice-button .paypal-is_invoice_order:hover .is_invoice_order-title {
      display: block; }

.address-lists-wrap .addressList {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0; }
  .address-lists-wrap .addressList .address-default {
    width: 50%;
    padding: 0; }
    .address-lists-wrap .addressList .address-default + .address-default {
      margin-left: 30px; }
    .address-lists-wrap .addressList .address-default .address-title {
      font-weight: 700; }
    .address-lists-wrap .addressList .address-default .panel--address .panel-body {
      min-height: 200px;
      padding: 1.5rem; }

.address-lists-wrap .search-toolbar .search-input-box {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 15rem;
  margin-right: 40px; }
  .address-lists-wrap .search-toolbar .search-input-box input[type="text"] {
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px; }
  .address-lists-wrap .search-toolbar .search-input-box .button {
    margin: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    color: #000;
    right: -35px;
    top: 0;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: none; }
    .address-lists-wrap .search-toolbar .search-input-box .button.button-clear {
      right: 0px;
      top: 0;
      border: none; }

.address-lists-wrap .search-toolbar .button-float-right {
  float: right; }

.address-lists-wrap .filter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .address-lists-wrap .filter-box .filter-item {
    margin-left: -10px;
    margin-right: -10px;
    width: 20%;
    padding: 5px 10px; }
    .address-lists-wrap .filter-box .filter-item.address-type {
      width: 40%; }
      .address-lists-wrap .filter-box .filter-item.address-type input[type="checkbox"] + label {
        display: inline-block;
        margin-left: 5px;
        margin-right: 20px; }
    .address-lists-wrap .filter-box .filter-item.button-box {
      width: 100%;
      text-align: right;
      padding: 7px 0;
      margin: 0; }
    .address-lists-wrap .filter-box .filter-item .address-type-content {
      background-color: #e5e5e5;
      border: 1px solid #d0d0d0;
      padding: 5px; }
    .address-lists-wrap .filter-box .filter-item input[type="text"], .address-lists-wrap .filter-box .filter-item select {
      height: 33px;
      width: 100%; }
    .address-lists-wrap .filter-box .filter-item label {
      display: block; }

.address-lists-wrap .address-lists-table tbody > tr > td {
  vertical-align: middle; }
  .address-lists-wrap .address-lists-table tbody > tr > td i {
    cursor: pointer; }

.address-lists-wrap .address-lists-table th[data-sort-th] {
  min-width: 130px;
  cursor: pointer; }

.address-lists-wrap .address-lists-table td[data-width-overflow] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.address-lists-wrap .address-lists-table .col-thumbnail {
  max-width: 70px; }

.address-lists-wrap .address-lists-table .actions-field {
  width: 100px; }
  .address-lists-wrap .address-lists-table .actions-field .button {
    margin-bottom: 0;
    border: none; }
  .address-lists-wrap .address-lists-table .actions-field .dropdown-action-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 0; }
    .address-lists-wrap .address-lists-table .actions-field .dropdown-action-wrap .dropdown-menu {
      left: 0;
      width: 210px;
      max-width: 210px; }
    .address-lists-wrap .address-lists-table .actions-field .dropdown-action-wrap .button {
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff;
      white-space: nowrap;
      width: 100%; }

.address-lists-wrap .account-orderStatus-label {
  font-weight: 700;
  max-width: 105px;
  text-align: center;
  margin-bottom: 0; }

.address-lists-wrap .hide {
  display: none; }

.modal input[type=checkbox] {
  display: inline;
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .modal input[type=checkbox] + label {
    display: inline-block;
    line-height: 1.3334;
    padding-bottom: 4px;
    padding-top: 6px;
    position: relative; }
    .modal input[type=checkbox] + label:before {
      appearance: none;
      content: "";
      display: inline-block;
      height: 24px;
      margin-right: 10px;
      outline: 0;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 24px;
      z-index: 1;
      background: #fff;
      border: 1px solid #afb4be;
      border-radius: 2px;
      transition: all .1s ease; }
  .modal input[type=checkbox]:checked + label:before {
    background-color: #4b71fc;
    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 fill='%23fff' d='M10.175 13.944l-2.75-2.75-1.75 1.75 4.5 4.5 8.75-8.75-1.75-1.75-7 7z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    border-color: #4b71fc;
    transition: all .2s ease; }

.modal .hide {
  display: none; }

.b2b-head-flex {
  display: inherit;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0; }
  @media (min-width: 801px) {
    .b2b-head-flex {
      display: flex; } }
  .b2b-head-flex .title {
    margin: 0; }
  .b2b-head-flex .sub-title {
    color: #757575; }
  .b2b-head-flex .link {
    text-decoration: none; }

.quote-list-table .dropdown-menu {
  left: auto; }

.quote-box {
  padding: 10px 25px;
  margin-bottom: 20px; }
  .quote-box h3 {
    margin: 25px 0; }
  .quote-box .form-field {
    max-width: 620px; }

#product_list_table .product-item-price, #product_list_table .product-item-line-total, #product_list_table .product-item-quantity {
  width: 100px; }

#product_list_table .product-item-discount, #product_list_table .product-item-new-price {
  width: 100%; }
  @media (min-width: 801px) {
    #product_list_table .product-item-discount, #product_list_table .product-item-new-price {
      width: 114px; } }

.quote-inline-from-field {
  width: 114px; }
  .quote-inline-from-field .input {
    width: 100px; }

[data-row] {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  [data-row][data-row-end] {
    justify-content: flex-end; }

[data-click] {
  cursor: pointer; }

#guest-tpa,
#guest-tpa-mobile {
  display: none; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../img/b2b/ui-images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* advanced quantity control */
.advqty_message {
  font-size: 12px; }
  [adv-message-tip="true"] ~ .advqty_message {
    display: none; }
  @media (min-width: 801px) {
    .shopping-list-table .advqty_message {
      text-align: center;
      max-width: 60px;
      margin-left: auto; } }
  .productView-options .advqty_message {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px; }
  .advqty_message div {
    line-height: 1.2;
    margin: 5px 0; }
    .advqty_message div.not-valid-advqty {
      color: red;
      font-weight: 700; }

.adv_tip {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 2px; }
  .adv_tip .advqty_message {
    font-size: 12px; }

input.not-valid-min,
input.not-valid-inc {
  border-color: red !important;
  color: red !important; }

.card-cart-action {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 10px; }
  .card-cart-action .cart-button {
    background-image: url("../img/b2b/advqty/cart.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 7px center;
    width: 30px;
    height: 24px; }

.advqty-loading-overlay-blank {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.card-body {
  position: relative; }

/* b2b font */
@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa {
  font-family: "fontawesome";
  font-style: normal;
  font-size: inherit;
  font-weight: 900; }

.fa-delete:before {
  content: "\f2ed"; }

.fa-edit:before {
  content: "\f303"; }

.fa-search:before {
  content: "\f002"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-times:before {
  content: "\f00d"; }

.fa-check:before {
  content: "\f00c"; }

.fa-arrow-circle-left:before {
  content: "\f359"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-file-pdf-o::before {
  content: "\f1c1"; }

.fa-print::before {
  content: "\f02f"; }

.fa-calendar::before {
  content: "\f073"; }

.form-wishlist {
  width: 100%; }

@media (min-width: 1261px) {
  .form-action > .qn-add-to-quote {
    width: calc(100% + 42px) !important; } }

.pdfHeaders {
  margin-bottom: 5px !important;
  margin-top: 25px !important; }

#qn-add-to-quote, .qn-add-to-quote {
  background-color: #ff0 !important; }

.form-select {
  line-height: 20px; }

.col-md-4.equal-heights.border-left > .inner {
  width: 100%; }

.wbencLogo {
  width: 100px;
  margin: 0 auto; }

.navuser-icon svg {
  width: 25px; }

.topBar {
  display: inline; }

.wbencLogo img {
  margin: 0 auto; }
